:root {
--accentColor: #9be670;
}
#top {
display: none;
}
body.viewport_desktop #top .mod_search {
display: none;
}
body.viewport_tablet #top .topbar_teaser,
body.viewport_tablet #top .mod_top_phone {
display: none;
}
body.viewport_tablet #top .top_metanavi,
body.viewport_tablet #top .topbar_metanavi {
display: none;
}
body.viewport_tablet #top .mod_search {
display: none;
}
body.viewport_mobile #top .topbar_teaser,
body.viewport_mobile #top .mod_top_phone {
display: none;
}
body.viewport_mobile #top .top_metanavi,
body.viewport_mobile #top .topbar_metanavi {
display: none;
}
body.viewport_mobile #top .mod_login_top {
display: none;
}
body.viewport_mobile #top .mod_search {
display: none;
}
body.viewport_mobile #top .mod_langswitcher {
display: none;
}
html, body  {
font-family: "Source Sans Pro";
font-weight: 400;
}
#breadcrumb,
.mod_breadcrumb {
display: none;
}
#footer  {
display: none;
}
#bottom .inside,
#bottom .inside a {
color: #ffffff;
}
#bottom .inside a:hover {
color: rgba(255,255,255,1);
}
#bottom {
background-color: #000000;
}
#top .inside {
background: none!important;
}
.logo a {
background-image: url(/../demo_logos/logo_eclipse_photo.png);
}
@media only screen and (min-width: 768px) {
.header.original .logo {
width: 140px;
}
:root {
--logoWidth: 60px;
}
}
@media only screen and (min-width: 768px) {
.header.original .logo {
height: 60px;
}
.header.original {
line-height: 60px;
}
.smartmenu .smartmenu-trigger {
height: 60px;
}
:root {
--logoHeight: 60px;
}
}
@media only screen and (min-width: 768px) {
.stickyheader .header .logo {
width: 110px;
}
}
@media only screen and (min-width: 768px) {
.stickyheader .header .logo {
height: 55px;
}
.stickyheader .header.cloned {
line-height: 55px;
}
.header.cloned .smartmenu .smartmenu-trigger {
height: 55px;
}
html {
scroll-padding: 55px 0 0 0;
}
}
@media only screen and (max-width: 767px) {
.header .logo {
width: 110px;
}
}
.mainmenu ul li a  {
font-size: 20px;
}
.header.original .mainmenu ul li a:before {
content: '';
width: 1px;
background: #696969 !important;
transform: rotate(35deg);
-webkit-transform: rotate(35deg);
height: 20px;
position: absolute;
left: -15px;
top: 50%;
margin-top: -10px;
}
.header.original .mainmenu ul li ul li a:before,
.header.original .mainmenu ul li.first a:before,
.header.original .mainmenu ul li.float_left.floatbox li:first-child a:before {
display: none;
}
