a {
    color: #53826A !important;
    cursor: pointer;
    text-decoration: underline;
    -webkit-tap-highlight-color: transparent;
}

a:hover {
    color: #444444 !important;
    text-decoration: none;
}

a > span,
a > em > span {
    color: #53826A !important;
    cursor: pointer;
}

p { 
    margin-bottom: .1rem !important;
}

.container_font {
    font-family: "Funnel Sans", serif!important;
    font-optical-sizing: auto!important;
    font-style: normal!important;
}
.text-darkgrey {
    color: darkgray;
}
.containershadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
}
.width-100p {
    width: 100%;
}
.height-200px {
    min-height: 200px;
}
.height-80px {
    height: 80px;
}
.height-300px {
    height: 300px;
}
.bg-slow-green {
    background: #53826A;
}
.bg-slow-yellow {
    background: #DFA145;
}
.slider_aboutus {
    background: #DFA145;
    top: 100px; 
    left: 30px; 
    min-height: 400px;
    width: 450px;
    display: block!important;
}
.slider-block-relative {
    display: block;
     position: relative;
}
.lineheight-80px {
    line-height: 78px;
}
.lineheight-40px {
    line-height: 25px;
}
a.menulink {
    color: #6B1044!important; 
    text-decoration: none!important;
    font-size: 1.2rem!important;
}
a.menulink:hover {
    text-decoration: underline!important;
}
a.menulink_active {
    text-decoration: underline!important;
}
.fontsize-2-8rem {
    font-size: 2.8rem;
}
.fontsize-1-2rem {
    font-size: 1.2rem;
}
@media only screen and (max-width: 720px) {
    .desktop {
        display: none;
    }
    .desktop-block {
        display: none;
    }
    .mobile {
        display: flex;
    }
    .containershadow {
        -webkit-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 0px 0px rgba(0,0,0,0.75);
    }
    
}
hr {
    width:100%;
}

@media only screen and (min-width: 720px) {
    .desktop {
        display: flex;
    }
    .desktop-block {
        display: block;
    }
    .mobile {
        display: none;
    }
    .containershadow {
        -webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        -moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
        box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.75);
    }
    
}

#topnav {
  overflow: hidden;
  position: relative;
  display: none;
  line-height: 3rem
}

 #topnav a {
  color: #6B1044!important; 
  padding: 14px 16px!important;
  text-decoration: none!important;
  font-size: 1.2rem!important;
}

#topnav a:hover {
  background-color: #ddd!important;
  color: black!important;
}
a.breadcrumblink {
    color: #6B1044!important; 
    text-decoration: none!important;
}
a.breadcrumblink:hover {
    text-decoration: underline;
}