/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : Sep 28, 2016, 11:50:02 AM
    Author     : niko.goeschel
*/
html {
    font-size:16px;
}
body {
    background:none;
    width: 100%;
}

h1 {
    font-size: 32px;
    line-height: 44px;
    margin-bottom: 0;
}

/*
 * Fixes an JS Error with Zoomsearch autocomplete
 */
#zoom_searchbox {
    visibility:hidden;
    height:0px;
    padding:0;
    margin:0;
}
.highlight { background: #e6eaf0; }
.searchheading { display: none}
.summary { font-size: 170%; color: #0d2e6b; margin-top: 40px;}
.suggestion { font-size: 100%; }
.results { font-size: 100%; }
.category { color: #999999; }
.sorting { text-align: right; }

.result_title { font-size: 100%; color: #0d2e6b; text-decoration: none; }
.result_title a { font-size: 100%; color: #0d2e6b; text-decoration: none; font-weight: bold; }
.description { font-size: 100%; color: #444444; font-weight: bold; }
.context { font-size: 100%; }
.infoline { font-size: 80%; font-style: normal; color: #808080; border-bottom: 1px solid #ccc; padding-bottom: 16px; }

.suchrahmen {
    /* border: 1px solid #ccc; */
    border-right: none; border-bottom: none;
    /*border-top: none; */
    padding: 0;
}
.tooltip {
    position: absolute;
    left: 26px;
    top: 145px;
    color: #707070;
}
.insertToZoomSearch {
    font-size: var(--bs-body-font-size);
    color: #707070;
    clear: both;
    display: block;
}
.zoom_results_per_page {
    font-size: 13px;
    color: #000;
    clear: both;
    display: block;
    line-height: 15px;
}
.pager-search{
    padding: 1px 4px;
    margin-right: 1px;
    border-radius: 2px;
    color:#fff;
    font-weight: bold;
    background-color:#0d2e6b;
}
.pager-search span {
    position: relative;
    top: -2px;
}
.pager-search:hover{
    color:#fff;
    background-color:#266aac;
}




.zoom_searchform { font-size: 170%; color: #0d2e6b;}
.zoom_match { font-size: 13px; margin-left: 0px; color: #000; margin-top: -37px; line-height: 15px;}
.zoom_match label, .zoom_results_per_page label { font-weight: normal; margin-bottom: 0;}
.zoom_match label input { margin-right: 5px; margin-left: 10px; vertical-align: bottom;}
.zoom_categories { font-size: 80%; }
.zoom_categories ul { display: inline; margin: 0px; padding: 0px;}
.zoom_categories li { display: inline; margin-left: 15px; list-style-type: none; }

select#zoom_per_page {
    font-size: 14px;
}

.cat_summary ul { margin: 0; padding: 0; display: inline; }
.cat_summary li { display: inline; margin-left: 15px; list-style-type: none; }

input.zoom_button {background-image: -webkit-linear-gradient( #86d1fa, #0ba2e2);background-image: -moz-linear-gradient( #86d1fa, #0ba2e2);background-image: -ms-linear-gradient( #86d1fa, #0ba2e2);background-image: -o-linear-gradient( #86d1fa, #0ba2e2);background-image: linear-gradient( #86d1fa, #0ba2e2);color:#FFFFFF;border:none; padding: 6px 10px 6px 10px; border-radius: 4px; font-size: 16px; }
input.zoom_searchbox {border-radius: 3px; border: 1px solid #ccc; font-size: 15px; padding: 7px 14px; max-width: 250px;}

.result_image { float: left; display: block; }
.result_image img { margin: 10px; width: 80px; border: 0; }

.result_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.result_altblock { margin-top: 15px; margin-bottom: 15px; clear: left; }

.result_pages { font-size: 100%; text-align: center; padding-right: 30px; }
.result_pages > a { text-decoration: none;}
.result_highlight { background: none repeat scroll 0 0 #e6eaf0; color: #000; padding: 1px 4px; margin-right: 1px; border-radius: 2px;}
.result_active { border: 1px solid #838383; margin-right: 1px; padding: 1px 4px; border-radius: 2px; -moz-border-radius: 2px;}
.result_pagescount { font-size: 1%; color: #019fe1; visibility: hidden; }

.searchtime { font-size: 80%; }

.recommended
{
    background: #eeeeee;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top: 15px;
    margin-bottom: 15px;
    padding-left:20px;
    padding-bottom:10px;
}
.recommended_heading { float: right; font-weight: bold; display:none}
.recommend_block { margin-top: 15px; margin-bottom: 15px; clear: left; }
.recommend_title { font-size: 100%; }
.recommend_description { font-size: 100%; color: #008000; }
.recommend_infoline { font-size: 80%; font-style: normal; color: #808080;}
.recommend_image { float: left; display: block; }
.recommend_image img { margin:0;margin-right: 10px; width: 80px; border: 0px; }

body.startpage a.download_link:hover, body.startpage a.download_link:focus {
    color: #0d2e6b;
}

.flex-row {
    display: flex;
    align-items: center;
    margin: 0 -15px;
    margin-bottom: 30px;
}
.flex-row > div{
    padding:0 15px;
}
.flex-grow {
    flex: 1;
}


.pseudo-tabs {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    border-bottom: 3px solid #0d2e6b;
    margin-bottom: 20px;
}

.pseudo-tabs.fill .tab {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    text-align: center;
}
.pseudo-tabs.fill .tab + .tab {
    margin-left: 10px;
}

.pseudo-tabs .tab .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .75rem;
    border-top-right-radius: .75rem;
    display: block;
    height: 100%;
    padding: 1rem 1rem .6rem;
    background-color: #e6eaf0;
    color: #0d2e6d;

    font-family: 'AdvertWebPro', Verdana, Arial, sans-serif;
    font-size: 24px;
    line-height: 1;
}

.pseudo-tabs .tab.show .nav-link,
.pseudo-tabs .tab .nav-link.active {
    color: #ffffff;
    background-color: #0d2e6b;
    border-color: #0d2e6b;
}
