.topnav-safety{
	min-height: 3.15em;
	background: rgba(98,76,51,0.5);
}

.skip-nav-link{
	position: absolute;
    display: inline-block;
    background-color: antiquewhite;
    color: #73542D;     
    text-align: center;
 	padding: 14px 16px;
    text-decoration: none;
    background-color: none;
    transform: translateX(-150%);
    transition: 0.2s ease-in-out!important;
}

.skip-nav-link:focus{
    transform: translateX(0);
    background-color: antiquewhite;
    color: #73542D;
}

.skip-nav-link a:hover {
    background-color: antiquewhite;
    color: #73542D;
}

.langbt{
	position: relative;
    display: inline-block;
    background-color: antiquewhite;
    color: rgba(250, 235, 215, 0.5)!important;
    text-align: center;
 	padding: 9px 16px;
    text-decoration: none;
    background-color: none;
    transition: 0.2s!important;
}

.langbt:focus{
    background-color: antiquewhite;
    color: #73542D!important;
}

.langbt:hover {
    background-color: antiquewhite;
    color: #73542D!important;
}

.langbt-multi{
    z-index: 2;
    display: none;
    position: absolute;
    transition: 0.3s;
    background: rgb(255, 255, 255);
    width: 100%;
}

.langbt-multi a{
    color: #000;
    transition: 0.3s;
}

.topnav {
	margin: 0 auto;
    background: none;
    overflow: hidden;
	width: 100%;
	text-align: center;
    font-family: geomanistregular;
    font-weight: 400;
	font-size: 1.1em;
}

.topnav a {
    display: inline-block;
    color: #E0CAB0;
    text-align: center;
 	padding: 14px 16px;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    background: none;
}

.topnav a:hover {
    background-color: antiquewhite;
    color: #73542D;
}

.topnav a:focus {
    background-color: antiquewhite;
    color: #73542D;
}

.topnav button {
    top: 2px;
    left: 0;
    display: inline-block;
    color: #E0CAB0;
    text-align: center;
    height: 2.4em;
    text-decoration: none;
    position: relative;
    transition: 0.2s;
    background: none;
    background:none;
    border: none;
    cursor: pointer;
    font-size: 1.2em;
}

.topnav button:hover {
    background-color: antiquewhite!important;
    color: #73542D;
}

.clickbt{
    background-color: #D3C2AC!important;
    color: #73542D!important;
}

.topnav .icon {
    display: none;
}

.sticky{
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
    background: rgba(46, 38, 26, 0.9); /*background: rgba(98,76,51,0.8); rgba(46, 38, 26, 1)*/
    box-shadow: 0px 0px 1em #000;
    transition: 0.5s;
}

.sticky .topnav-safety {
    background-color: rgba(0,0,0,0);
    transition: 0.5s;
}

.navwrap{
    min-height: 3.15em;
}

#nv-home .nv-home, #nv-about .nv-about, #nv-scoring .nv-scoring,#nv-projects .nv-projects, #nv-contact .nv-contact, #nv-releases .nv-releases, #nv-shop .nv-shop, #nv-userarea .nv-userarea, #nv-shop-search .nv-shop-search, #nv-shop-categories .nv-shop-categories, #nv-blog .nv-blog,#nv-scoring .nv-scoring,#nv-listen .nv-listen{
    box-shadow: 0px -0.2em 0px rgba(250, 235, 215, 0.8) inset;
}

@media screen and (max-width: 1000px) {
    #nv-home .nv-home, #nv-about .nv-about, #nv-scoring .nv-scoring,#nv-projects .nv-projects, #nv-contact .nv-contact, #nv-releases .nv-releases, #nv-shop .nv-shop, #nv-userarea .nv-userarea, #nv-shop-search .nv-shop-search, #nv-shop-categories .nv-shop-categories, #nv-blog .nv-blog,#nv-scoring .nv-scoring,#nv-listen .nv-listen{
        box-shadow: 0px -2.5em 0px rgba(250, 235, 215, 0.8) inset;
        color: #73542D;
    }
}

.navlang{
    display: inline-block;
}

.topnav-multi{
    z-index: 2;
    display: none;
    position: absolute;
    transition: 0.3s;
    background: rgb(211, 194, 172);
    box-shadow: 0em 1em 1em -1em rgb(0, 0, 0);
    width: 100%;
    left: 0;
    right: 0;
}

.topnav-multi a{
    color: #73542D;
    transition: 0.3s;
}

.vis{
    display: block;
}

@media screen and (max-width: 1000px) {
    .topnav a:not(:first-child) {display: none;}
    .topnav button:not(:first-child) {display: none;}
    .topnav a.icon {
        position: relative;
        float: right;
        display: block;
        margin-top: 0em;
        margin-right: -5em;
        right: 5em;
    }
}

@media screen and (max-width: 1000px) {
    .topnav.responsive {
		position: relative;
	}
    .topnav.responsive a.icon {
        position: relative;
        float: right;
        top: 0;
        margin-top: 0em;
	}
    .topnav.responsive a {
        float: none;
        display: block;
        text-align: center;
    }
    .topnav.responsive button {
        float: none;
        display: block;
        text-align: center;
        width: 100%;
    }
    .topnav-multi{
        z-index: 0;
        position: relative;
        background: rgb(211, 194, 172);
        width: 100%;
    }
    .responsive .navlang{
        width: 100%;
    }
}