/* FRE:D */

/* UNSET */

* {
    font-family: 'Verdana', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: 'Palatino', serif;
}

h3 {
    border: unset;
    font-family: 'Verdana', sans-serif;
}


* {
    -webkit-hyphens: auto;
    -webkit-hyphenate-limit-before: 3;
    -webkit-hyphenate-limit-after: 3;
    -webkit-hyphenate-limit-chars: 4 3 3;
/*    -webkit-hyphenate-limit-lines: 2;*/
    -webkit-hyphenate-limit-last: always;
    -webkit-hyphenate-limit-zone: 8%;
    -moz-hyphens: auto;
    -moz-hyphenate-limit-chars: 4 3 3;
/*    -moz-hyphenate-limit-lines: 2;*/
    -moz-hyphenate-limit-last: always;
    -moz-hyphenate-limit-zone: 8%;
    -ms-hyphens: auto;
    -ms-hyphenate-limit-chars: 4 3 3;
/*    -ms-hyphenate-limit-lines: 2;*/
    -ms-hyphenate-limit-last: always;
    -ms-hyphenate-limit-zone: 8%;
    hyphens: auto;
    hyphenate-limit-chars: 4 3 3;
/*    hyphenate-limit-lines: 2;*/
    hyphenate-limit-last: always;
    hyphenate-limit-zone: 8%;
    -khtml-hyphens: auto;
    -o-hyphens: auto;
}



body {
    padding: unset;
}

html, body {
    min-height: 100%;
    padding: 0;
    height: 100%;
    position: relative;
    background: #f7f7f7;
}

#wrapper {
    height: auto;
    min-height: 100%;
    background: #f7f7f7;    
}


#main,
.footer {
    border: unset;    
}

a {
    color: #5894AD;
    border: unset;
    font-weight: 300;
}

a:hover,
a:focus,
a:active {
    color: #484848;
    text-decoration: none;
}


/**/

#content {
    width: unset;
}

#main {
    padding: unset;
    margin: unset;
    padding-bottom: 150px;
}


.narrow {
    padding: 0 5%;
}

.fixed {
    z-index: 1000;
    display: block;
    position: fixed;
    background: white;
    width: 100%;
    line-height: 3em;
    font-size: 80%;
}

.fixed ul li {
    display: inline-block;
    padding: 0 10px;
}

#breadcrumbs.fixed {
    top: 0;
    border-bottom: solid 1px #eaeaea;
}

.breadcrumbs span:after {
    content: '' !important;
    padding-left: unset;
    padding-right: unset;
}

.grey {
    color: #999;
    text-align: center;
    padding: 0 10px;
}

img.fullheight {
    height: 100%;
}

img.autowidth {
    width: auto;
}


/* FOOTER */

.footer.fixed {
    bottom: 0;
    border-top: solid 1px #eaeaea;
    position: fixed;
}

.footer {
    font-size: unset;
}

.footer ul {
    padding: unset;
    padding-top: 10px;
    padding-bottom: 10px;
    list-style: none;
    margin: unset;
}

.footer a {
    font-weight: bold;
}


::selection {
    background: #5894AD;
}


.showmobile {
    display: none;
}

.hidemobile {
    display: block;
}

#tagline {
    font-family: 'Arial', 'Verdana', sans-serif;
    line-height: 1.6em;
    letter-spacing: 0.15em;
}

section {
    padding: 15px 0;
}


a strong {
    font-weight: bold;
    color: #5894AD;
}

li.uk-open strong {
    color: #484848;
}

li.current a {
    color: unset;
    text-decoration: underline;
}








@media screen and (max-width: 960px) {

    .hidemobile {
        display: none !important;
    }
    
    .showmobile {
        display: block !important;
    }
    
    .fixed ul li {
        display: block;
        padding: 0 5%;
    }

    .fixed span {
        display: inline-block;
    }
    
    .fixed {
        position: relative;        
    }

    
    /* PUSH FOOTER DOWN */

/*
    html, body {
        height: 100%;
        padding: 0;
        position: relative;
    }
*/

/*
    #wrapper {
        min-height: 100%;
        padding-bottom: 80px;  footer height 
    }
*/

    #main {
    /*    overflow: auto;*/
        padding-bottom: 80px; /* footer height */
    }

    .footer {
        position: relative;
        min-height: 80px;
        margin-top: -80px; /* footer height */
        clear: both;
    /*    width: 100%;*/
        margin: auto;
/*        font-size: unset;*/
    }
    
        
    /**/
   
    .navi ul,
    .navi ol {
        margin: 0;
        padding: 0;
    }

    .navi li {
        border-bottom: solid 1px;
        background: #5894AD;
        color: white;
    }
    
    .navi li a {
        color: white;
        padding: 10px 15px;
        display: inline-block;
        width: 100%;
        font-weight: bold;
    }
    
    .navi li a:hover,
    .navi li a:focus,
    .navi li a:active,
    .navi li:hover,
    .navi li:focus,
    .navi li:active,
    .navi li.current {
        background: #CFE1EB;
        color: #5894AD;
        list-style: none;
        border-color: #ffffff;
    }    
    
    .navi li.current a {
        color: #5894AD;        
        text-decoration: none;
    }
    
    .footer.fixed {
        background: #5894AD;
    }
    
    .footer.fixed.narrow {
        padding: unset;
    }
    
    .footer.fixed ul li a {
        padding: unset;
    }
    
    li.headline {
        margin: unset;
        padding: 10px 15px;
        background: #ffffff;
        color: #5894AD;
        list-style: none;
        font-weight: bold;
        background: #CFE1EB;
        border-bottom: solid 1px #ffffff;
    }
    
    li.headline a {
        padding: unset;
        display: inline;
        color: #5894AD;
    }
    
    .breadcrumbs {
        font-weight: bold;
        background: #CFE1EB;
        color: #5894AD;
    }
    
    .breadcrumbs a {
        font-weight: bold;
        color: #5894AD;
    }
    
    .breadcrumbs a:hover,
    .breadcrumbs a:hover,
    .breadcrumbs a:hover {
        text-decoration: underline;
    }    
    
    
    .breadcrumbs .grey {
        color: #999;
    }


}


