@font-face {
    font-family: 'IBM Plex Sans';
    src: url('/fonts/IBMPlexSans.woff') format('woff'),
        url('/fonts/IBMPlexSans.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

body {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

.ce-block__content {
    margin-bottom: 16px;
}

.ce-block i {
    font-style: normal !important;
}

.ce-block p {
    margin-bottom: 0;
}

.bottomToolbar {
    display: none;
    width: 370px; 
    margin: auto;
    justify-content: space-evenly;
    margin-top: 3em;
}

.bottomToolbar button {
    font-size: x-small;
}

.bottomToolbar a {
    cursor: pointer;
}

#banner {
    width: 100%;
    height: 200px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.profBut {
    border: 0;
}

.blockbutton {
    height: 52px;
}

#bgoverlay {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1;    
}

input[type=number] {
    border: 1px solid #d2d6dc;
    border-radius: .3rem;
    box-shadow: 0 1px 2px 0 rgba(0,0,0,.05);
    font-size: 15px;
    padding-left: .7em;
    padding-right: .7em;
}

#langChooser {
    position: absolute;
    right: 20px;
    top: 10px;
    z-index: 1;
}

.indexhide:before {
    content:"attr(title)";
    display:inline;    
}

language>select:focus {
    outline: 3px dotted black !important; 
    padding:12px;
    outline-offset: -6px !important; 
}

main {
    position: relative;
}

.skip-to-main-content-link {
    left: -999px;
    position: absolute;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
    z-index: -2;
}

.skip-to-main-content-link:focus {
    background: #e6e6e6;
    color: #0067b8;
    position: fixed;
    top: 0;
    left: 0;
    padding: 24px;
    width: auto;
    height: auto;
    overflow: auto;
    right: 0;
    text-decoration: underline;
    text-align: center;
    z-index: 800;
    outline: none;
    border: 1px dashed #000;
}

.dialog-top {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.dialog-title {
    display: flex;
    justify-content: center;
    align-items: center;    
}
    
a:focus {
    outline: 3px solid black !important;
}
    