:root {
--accentColor: #bd0f1f;
}
:root {
--secondColor: #034C3C;
}
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;
}
#top,
#top a,
#top .mod_socials a i {
color: rgba(255,255,255,0.6);
}
#top,
#top .inside {
background-color: #232931;
}
html, body  {
font-family: Poppins;
font-weight: 400;
}
:root {
--body-fontSize: 16px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6,
.ce_revolutionslider_text.bold, .font_headline {
font-family: Courgette;
font-weight: 400;
}
h1, .h1 {
font-family: Karla;
font-weight: 700;
}
h1, h1 a, .h1, .h1 a, .h1 p {
color: #000000;
}
h2, .h2 {
font-family: Karla;
font-weight: 700;
}
h2, h2 a, .h2, .h2 a, .h2 p {
color: #000000;
}
h3, .h3 {
font-family: Karla;
font-weight: 700;
}
h3, h3 a, .h3, .h3 a, .h3 p {
color: #000000;
}
h4, .h4 {
font-family: Karla;
font-weight: 700;
}
h4, h4 a, .h4, .h4 a, .h4 p {
color: #000000;
}
h5, .h5 {
font-family: Karla;
font-weight: 700;
}
h5, h5 a, .h5, .h5 a, .h5 p {
color: #000000;
}
#breadcrumb,
.mod_breadcrumb {
display: none;
}
#footer  {
display: none;
}
:root {
--footer-headline-color: #efefef;
}
#footer,
#footer a {
color: #efefef;
}
#footer li:after {
border-color: #efefef;
}
#footer {
background-color: #034C3C;
}
#bottom {
font-size: 13px;
}
#bottom .inside,
#bottom .inside a {
color: #747474;
}
#bottom {
background-color: #efefef;
}
#bottom {
border-top: 1px solid #efefef;
}
.header .mod_search {
display: none!important;
}
.header .mod_langswitcher {
margin-left: 40px;
}
.header .mod_socials {
margin-left: 40px;
}
.header .mod_langswitcher {
display: none;
}
@media only screen and (min-width: 768px) {
.header .mod_socials {
display: block;
}
.header .mod_langswitcher {
margin-left: 20px;
}
}
@media only screen and (min-width: 768px) {
.header.original .mainmenu ul .megamenu-wrapper {
top: 0!important;
}
.mainmenu ul li, .mainmenu ul ul li {
line-height: 2.5;
}
.mainmenu {
float: none;
margin-bottom: 40px;
display: table;
margin-bottom: 170px;
height: calc(100% - var(--logoHeight));
width: 100%;
background: #fff;
position: relative;
}
.mainmenu .vlist.level_1 > li {
margin-top: 0;
}
.mainmenu ul.level_1 {
padding-bottom: 170px;
display: table-cell;
vertical-align: middle;
}
.mainmenu ul {
text-align: left;
}
.mainmenu ul li {
display: block;
text-align: left;
position: relative;
right: auto;
padding-left: 15px;
padding-right: 15px;
}
body .header .mainmenu ul li {
margin-left: 0;
margin-right: 0;
}
.mainmenu ul li a:before {
transition: All 0.3s ease;
-webkit-transition: All 0.3s ease;
content: '';
width: 1px;
position: absolute;
background-color: rgba(255,255,255,0.2);
left: -30px;
top: 0;
height: 0;
}
.mainmenu ul li a:hover:before {
height: 100%;
}
.mainmenu ul li a.trail:before,
.mainmenu ul li a.active:before {
content: '';
width: 1px;
position: absolute;
background-color: rgba(255,255,255,0.2);
left: -30px;
top: 0;
height: 100%;
}
.mainmenu ul li ul li a:hover:before {
display: none;
}
.mainmenu ul li a.submenu:after {
font-family: "FontAwesome";
content: "\f105";
position: absolute;
top: 0;
right: 0;
}
.mainmenu ul li ul li {
padding-left: 0;
padding-right: 0;
}
.mainmenu ul li a {
text-align: left;
}
.mainmenu ul ul {
left: 100%;
top: 0;
}
.mainmenu ul .megamenu-wrapper {
left: 100%;
top: 0;
width: auto!important;
}
.mainmenu ul ul {
margin-top: 0;
}
nav.mainmenu li.megamenu ul li {
min-width: 180px;
}
body .mainmenu ul ul li.open-left ul {
left: 100%;
right: auto!important;
}
.header.original {
height: 100%;
}
#header .inside {
padding-right: 0;
padding-left: 0;
height: 100%;
}
#fix-wrapper {
width: 270px;
position: fixed;
background: rgb(255,255,255);
top: 0;
}
#slider,
#wrapper,
#bottom,
#offcanvas-top,
#footer,
.mod_breadcrumb {
margin-left: 270px;
}
.logo {
float: none;
height: 170px;
margin-left: 30px;
}
#fix-wrapper.fixed .header {
position: relative;
}
#fix-wrapper {
height: 100%!important;
}
#fix-wrapper.fixed .header {
box-shadow: none;
}
#top {
display: none!important;
}
.mainmenu ul li a {
padding-left: 0;
}
.header .mod_search {
position: absolute;
left: 160px;
bottom: 50px;
line-height: 37px;
padding: 0;
}
.header .mod_langswitcher {
position: absolute;
left: 0;
bottom: 50px;
margin-left: 30px;
margin-right: 20px;
line-height: 35px;
}
.header .mod_langswitcher ul {
left: 0;
right: auto;
width: 210px;
border-radius: 0 3px 3px 3px;
border: 1px solid rgba(0,0,0,0.05);
box-shadow: none;
}
.header .mod_langswitcher ul li {
display: inline-block;
}
.header .mod_langswitcher ul li a {
border-bottom: 0;
padding: 10px 15px;
}
#nav-open-btn {
display: none;
}
#top-wrapper {
height: 100%;
}
.offcanvas-trigger {
display: none;
}
.stickyheader {
display: none!important;
}
.header .mainmenu ul li a span {
transform: translateY(0);
-webkit-transform: translateY(0);
display: inline-block;
}
.header .mainmenu ul li a i.fa {
transform: translateY(0);
-webkit-transform: translateY(0);
position: static;
width: 20px;
}
nav.mainmenu li.megamenu ul {
padding: 20px;
}
.smartmenu {
display: none!important;
}
.ce_revolutionslider .rs-container {
left: 0!important;
width: 100%!important;
}
.header .mod_socials {
display: none!important;
}
body .header .mainmenu ul li[class*="highlight"].last {
margin-top: 40px;
border-bottom: 0;
}
body .header .mainmenu ul li a[class*="highlight"] span {
padding: 5px 15px;
}
body .header .mainmenu ul li a[class*="highlight"]:not(.last) span {
line-height: 2rem;
}
#fix-wrapper {
left: 0;
}
.sidebar_trigger {
display: block;
line-height: 1;
height: 35px;
}
.sidebar_trigger {
position: relative;
color: rgb(0,0,0);
display: none;
}
.sidebar_trigger .burger {
height: 21px;
width: 21px;
position: absolute;
right: 15px;
top: 10px;
font-size: 7px;
cursor: pointer;
transition: .2s all;
transform: rotate(180deg);
}
.sidebar_trigger .burger .burger_lines:after {
left: 0;
top: 0;
transform: rotate(45deg);
background: rgb(0,0,0);
}
.sidebar_trigger .burger .burger_lines:before {
left: 0;
top: 0;
transform: rotate(-45deg);
background: rgb(0,0,0);
}
.sidebar_trigger .burger:after {
content: '';
display: block;
position: absolute;
height: 150%;
width: 150%;
top: -25%;
left: -25%;
}
.sidebar_trigger .burger .burger_lines {
top: 50%;
margin-top: -1px;
background-color: transparent;
}
.sidebar_trigger .burger .burger_lines,
.sidebar_trigger .burger .burger_lines:after,
.sidebar_trigger .burger .burger_lines:before {
pointer-events: none;
display: block;
content: '';
width: 100%;
border-radius: 10px;
height: 2px;
position: absolute;
}
.sidebar_trigger .burger.rotate .burger_lines,
.sidebar_trigger .burger.rotate .burger_lines:after,
.sidebar_trigger .burger.rotate .burger_lines:before {
transition: all .2s;
}
.mod_pct_megamenu {
top: 50%!important;
transform: translateY(-50%);
margin-left: 250px;
margin-right: 25px;
position: fixed;
}
}
.logo a {
background-image: url(../uploads/Aha_Hund1500px.png);
}
@media only screen and (min-width: 768px) {
.header.original .logo {
width: 157px;
}
:root {
--logoWidth: 239px;
}
}
@media only screen and (min-width: 768px) {
.header.original .logo {
height: 239px;
}
.header.original {
line-height: 239px;
}
.smartmenu .smartmenu-trigger {
height: 239px;
}
:root {
--logoHeight: 239px;
}
}
@media only screen and (max-width: 767px) {
.header .logo {
width: 65px;
}
}
@media only screen and (max-width: 767px) {
.header .logo {
height: 70px;
}
.header {
line-height: 70px;
}
}
.mainmenu ul li a  {
font-size: 16px;
}
.header .mainmenu ul li a,
.header .mainmenu ul li ul a.active,
.header .ce_search_label i,
.header .mod_langswitcher .mod_langswitcher_inside,
.header .header_metanavi a,
.header .mod_socials a {
color: #000000;
}
.mod_langswitcher .mod_langswitcher_inside:before {
border-color: #000000;
}
.header .mod_socials:before {
border-color: #000000;
}
.header .smartmenu .smartmenu-trigger .line,
.header .smartmenu .smartmenu-trigger .line:before,
.header .smartmenu .smartmenu-trigger .line:after {
background: #000000;
}
.header.original .mainmenu:before {
background: #000000;
}
.header.original .mainmenu ul li {
line-height: 40px;
}
.header.original .mainmenu ul .megamenu-wrapper {
top: auto;
}
.mainmenu ul li ul li a,
.mod_pct_megamenu .mod_navigation a  {
font-size: 15px;
}
.mainmenu ul li ul li a,
.mod_pct_megamenu .mod_navigation a  {
line-height: 36px!important;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
.smartmenu {
display: block;
}
.mainmenu {
display: none;
}
}
.mainmenu ul ul li a,
nav.mainmenu a.menuheader,
.mod_pct_megamenu .mod_navigation a,
#top .mod_navigation li ul li a {
color: #000000!important;
}
.header .mainmenu ul ul li a:not(.menuheader):not(.megamenu) span:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail:not(.megamenu) span:before,
.mod_pct_megamenu .mod_navigation a:before {
background: #000000;
}
nav.mainmenu ul ul a.active,
.mod_pct_megamenu .mod_navigation a.active,
#top .mod_navigation li ul li a.active {
color: #bd0f1f!important;
}
.mod_pct_megamenu .mod_navigation a.active:before,
.header .mainmenu ul ul li a.active span:before {
background-color: #bd0f1f!important;
}
.header .mainmenu ul ul li a:hover span:before,
.header .mainmenu ul ul li a.active span:before,
.header .mainmenu ul ul li a.trail span:before,
.mod_pct_megamenu .mod_navigation a:hover:before,
.mod_pct_megamenu .mod_navigation a.active:before {
display: none;
}
.header .mod_langswitcher {
font-size: 0.9rem;
}
.header .mod_langswitcher .mod_langswitcher_inside {
padding-right: 0;
vertical-align: middle;
}
.mod_langswitcher ul {
left: auto;
right: 0;
width: auto;
}
.mod_langswitcher .mod_langswitcher_inside {
line-height: 1rem;
}
.mod_langswitcher span {
display: inline-block
}
.mod_langswitcher img {
display: none;
}
.mod_langswitcher .mod_langswitcher_inside:before {
display: none;
}
#top .mod_langswitcher .mod_langswitcher_inside span:hover {
background: none;
}
.mm-menu .mod_langswitcher ul li img {
display: none;
}
.mm-menu .mod_langswitcher .mod_langswitcher_inside > span {
display: none;
}
@media only screen and (min-width : 768px) and (max-width : 1024px) {
#top {
display: none!important;
}
.mmenu_trigger {
float: right!important;
display: flex!important;
margin-left: 15px!important;
}
.smartmenu {
display: none!important;
}
.mainmenu {
display: none!important;
}
#mmenu {
display: block!important;
}
#fix-wrapper {
width: 100%!important;
height:auto!important;
top: 0!important;
}
.mmenu_trigger {
display: flex!important;
right: 20px!important;
}
.header .mainmenu,
.header .mod_socials,
.header .mod_langswitcher,
.header .mod_search,
.header .header_metanavi {
display: none!important;
}
#slider,
#wrapper,
#bottom,
#offcanvas-top,
#footer {
margin-left: auto!important;
margin-right: auto!important;
}
#mmenu {
display: block!important;
top: 0;
}
.logo {
float: left!important;
position: static!important;
transform: none!important;
-webkit-transform: none!important;
margin: 0!important;
}
.header {
margin: 0!important;
}
.header .inside {
padding-left: 40px!important;
}
.header.original:before {
display: none!important;
}
.header.original {
height: auto!important;
}
}
@media only screen and (max-width: 767px) {
.logo {
float: none;
margin-left: auto;
margin-right: auto;
}
.mmenu_trigger .label {
display: none;
}
.mmenu_trigger {
top: 50%;
right: 20px;
position: absolute;
transform: translateY(-50%);
}
}
p,
p a,
.ce_text {
color: #000000;
}
.ce_text a,
.ce_text p a {
color: var(--accentColor)!important;
}
#mmenu {
bottom: 0;
}
:root {
--menu-highlight-font-size-mobile: 18px;
}
#mmenu .mod_navigation li a {
font-size: 18px;
}
#mmenu .mod_navigation li.submenu .opener {
width: calc(18px + 10px);
}
#mmenu .mod_navigation li a {
line-height: 30px;
}
#mmenu .mod_navigation li.submenu .opener {
height: calc(30px + 5px);
}
#mmenu .mod_navigation li a,
#mmenu .mod_socials a,
#mmenu .mod_mmenu_custom_nav a,
#mmenu #mmenu_bottom .mod_langswitcher ul li span {
color: #000000;
}
#mmenu .mod_search input {
color: #000000;
}
#mmenu .mod_langswitcher .mod_langswitcher_inside:after {
color: #000000;
}
#mmenu .mod_langswitcher .mod_langswitcher_inside:before {
border-color: #000000;
}
#mmenu .mod_socials {
display: none;
}
#mmenu .scrollable {
height: 100%;
}
#mmenu .mod_socials {
border-color: rgba(0, 0, 0, 0.1);
}
#mmenu .mod_langswitcher {
display: none;
}
#mmenu .mod_search {
width: 100%;
}
