@font-face {
    font-family: 'dinregular';
    src: url('./fonts/din-regular-webfont.woff2') format('woff2'),
         url('./fonts/din-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

body {
    font-family: DinRegular !important;
}

.sub-navbar{
	position: absolute;
    top: 101%;
    background: white;
    min-width: 200px;
    height: 0px;
    opacity: 0;
    width: 100%;
    z-index: 9999999;
    transition: height 0.5s, opacity 0.5s;
    -webkit-box-shadow: 0 2px 5px 1px rgba(0,0,0,.35);
    -moz-box-shadow: 0 2px 5px 1px rgba(0,0,0,.35);
    box-shadow: 0 2px 5px 1px rgba(0,0,0,.35);
    pointer-events: none;
    padding: 2em;
}

.navbar-language-selector{
    right: 3.5rem!important;
    top: 0rem;
    flex-direction: row;
}

.navbar-light .navbar-toggler {
    border-color: rgba(0,0,0,0);
    z-index: 99999999;
}
