/*
Theme Name: Oneline Lite Child
Template: oneline-lite
Theme URI: https://www.themehunk.com/product/oneline-lite-theme/
Version: 1.0.0
Author: AbsolutWeb
Author URI: https://www.absolutweb.de/
Description: Oneline Lite Child Theme
Text Domain: oneline-lite-child
Tags: education, blog, news, footer-widgets, one-column, two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, full-width-template, theme-options, threaded-comments, translation-ready
*/

#menu-footer li a {
    position: relative;
    color: #00007e;
}
#menu-footer li a:hover, #menu-footer li a:focus {
    color: #00007e;
}

#menu-footer li a:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    bottom: 0;
    left: 0;
    background-color: #00007e;
    visibility: hidden;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}

#menu-footer li a:hover:before {
    visibility: visible;
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.page-title {
    background-color: #323281;
}

ul.trail-items {background: #FFFFFF;}
.trail-items a {color: #323281;}
.breadcrumb-trail ul li.trail-end span {color: #323281; text-decoration: underline}



.text-footer {display: none}

.overlay-demo{
    background-color: inherit;
}

.caption-container h2{
    /*color: #323281!important;*/
    /*background-color: white;*/
    /*opacity: 0.9;*/
}


.download-button {
    background-color: #323281;
    background-image: -webkit-linear-gradient(#323281, #323281, #323281);
    background-image: -moz-linear-gradient(#323281, #323281, #323281);
    border: 1px solid #323281;
    width: 42%;
}

#leaflet-map-1 {
    z-index: 1;
}

.caption-container h2 {
    text-shadow: 4px 0px 14px rgba(50, 50, 129, 1);
}

li.sl-related-thumbnail h3 a{
    color: black;
}

.button-four .theme-slider-button, .button-four .theme-slider-button:hover {
    background-color: #323281;
}

.button-four .theme-slider-button:before {
    border-color: #323281;
}

.button-four .theme-slider-button:after {
    border-color: #323281;
}
