/* Use this stylesheets for to overwrite Reginalds Framework-styles */
.active {
    background-color: #eceff1;
}

.welcome-text-width {
    width: 100%;
}

p {
    font-size: 107%;
}

@media (min-width:900px) {
    .welcome-text-width {
        max-width: 75%;
    }
}

.text-reduced {
    font-size: 0.9em;
    display: flex;
    width: 100%;
    justify-content: center;
}

a.footer-links {
    color: #616161;
}

a.footer-links:hover {
    color: #455a64;
}

a.footer-links:visited {
    color: #455a64;
}

a.footer-links:active,
a.footer-links:focus {
    color: #455a64;
}

.pr--bg-image {
    background-repeat: no-repeat;
    min-height: 33vh;
    background-size: cover;
}

@media (min-width:1600px) {
    .pr--bg-image {
        min-height: 66vh;
    }
}

.padding-the-headline {
    padding-left: 20px;
}

@media (min-width:1200px) {
    .padding-the-headline {
        padding-left: 40px;
    }
}

/* Another adjusting approach for getting the mobile-nav theme light */
.mean-container .mean-bar {
    background: #ffffff;
    box-shadow: 0 5px 9px 0 rgba(0, 0, 0, 0.18), 0 5px 9px 0 rgba(0, 0, 0, 0.15);
}

.mean-container a.meanmenu-reveal {
    color: #263238;
}

.mean-container a.meanmenu-reveal span {
    background: #263238;
}

.mean-container .mean-nav {
    background: #ffffff;
}

.mean-container .mean-nav ul li a {
    color: #263238;
    border-top: 1px solid #383838;
    border-top: 1px solid rgba(0,0,0,0.15);
}

.mean-container .mean-nav ul li li a {
    border-top: 1px solid #000000;
    border-top: 1px solid rgba(255,255,255,1);
    opacity: 0.75;
    filter: alpha(opacity=75);
}

.mean-container .mean-nav ul li a:hover {
    background: #252525;
    background: rgba(0,0,0,0.05);
}

.mean-container .mean-nav ul li a.mean-expand {
    background: rgba(255,255,255,0.1);
    border-left: 1px solid rgba(255,255,255,0.4) !important;
    border-bottom: 1px solid rgba(0,0,0,0.15) !important;
}

.mean-container .mean-nav ul li a.mean-expand:hover {
    background: #eceff1;
}

/* Uncomment/Adjust the following lines for turning Slick Dots into bars 
   --------------------------------------------------------------------- */
.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

.slick-dots {
    position: absolute;
    bottom: 0px !important;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 50px !important;
    height: 6px !important;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 50px !important;
    height: 6px !important;
    padding: 9px !important;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none;
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1;
}

.slick-dots li button:before {
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 50px !important;
    height: 6px !important;
    content: '' !important;
    text-align: center;
    opacity: .25;
    color: white !important;
    background-color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: black;
}

/* Some Padding on slider */
.slick-slider {
    padding-top: 60px;
}

@media (min-width:1100px) {
    .slick-slider {
        padding-top: 63px;
    }
}

/* ------------------------ 
   End of Slick Carousel */