
#customheadercontainer{padding:0;}
/*Huvudinställning custom-header*/
.custom-header{
	/*Ifall man vill att menyn alltid skall vara synlig*/
	width: 100%;position: fixed;top: 0;z-index: 99;
	color:black;
}

/*Inställning navbar-toggle*/
.navbar-toggle {
	background-color: inherit;
	margin: 10px 0px 0px 0px;
}

/*Inställning icon-bar*/
.navbar-toggle .icon-bar {
	background-color: white;
}

/*Inställning header tag*/
header{
	position: absolute;
}

/*Inställning navbar*/
.navbar {
	float: right;
	border: none;
}

/*Huvudmeny container*/
.main-container-navbar{
	position: relative;
	z-index: 40;
}

/*container som innehåller logo*/
.custom-logo-wrapper{
    width: 20rem;
    padding: 0 2rem;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

/*container som innehåller menyknappar*/
.custom-meny{
	
}

/*Dropdown meny*/
.dropdown-menu{
	
}

/*Menyknapp*/
.custom-meny-btn{
	background: transparent;
}

/*Menyknapp hover*/
.custom-meny-btn:hover{
	background: transparent;
	color:#fff;
}

/*Dropdown menyknapp*/
.custom-meny-dropdown-btn{
	text-decoration: none;
	display: block;
	padding: 2px 0px 2px 10px;
	color: black;
}

/*Dropdown menyknapp hover*/
.custom-meny-dropdown-btn:hover{
	text-decoration: none;
	background-color: whitesmoke;
}

/*Länkar*/
.custom-meny-url{
	background-color:inherit;
	text-decoration: none;
	color: #fff;
}

.custom-meny-url:hover{
	background-color: #ffffff52 !important;
    color: #ef3b32;
}

.custom-meny-btn a{
    background-color: transparent;
}

.custom-meny-btn a:hover{
    background-color: #00000017!important;
    color: #aa0001;
}


.navbar-nav > li > .dropdown-menu {
	background-color: #0000003b;
    border: none;
}

.custom-meny-dropdown-btn{
	color: #fff;
}

.custom-meny-dropdown-btn:hover{
	color: #d9d9d9;
}

#top-header {
    background: transparent;
    border-bottom: 0.5px solid rgba(255, 255, 255, 0.4);
    position: relative;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 4rem;
    /*display: inline-block;*/
    overflow:hidden;
    -moz-transition: 0.4s ease-in-out;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    z-index: 1;
	text-align: right;
}

#top-header a {
    color: #fff;
    padding: 16px;
    line-height: 4rem;
	text-decoration: none;
}

#top-header em {
	padding: 8px;
}

.navbar-meny {
	text-align: center;
    background-color: #161A1D;
    box-shadow: 0 1rem 2rem rgb(0 0 0 / 30%);
    display: inline-block;
    width: 100%;
	position: absolute;
    z-index: 1;
    color:#fff;
}

.nav > li > a:hover, .nav > li > a:focus {
    text-decoration: none;
    background-color: #00000017;
    color: #aa0001 !important;
}

.navbar-meny-btn{
	color: #fff;
	text-decoration: none;
    padding: 1rem 4rem;
    font-size: 1.5rem;
    line-height: 8rem;
    -moz-transition: .3s ease-out;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
	display: inline-block;
    max-height: 90px;
    padding: 10px 50px 0 40px;
}

.navbar-meny-btn-first{
	background: #AA0001;
}

.navbar-meny-btn-first:hover{
	background: #00aa69;
	color:#fff;
}

.navbar-meny-btn:hover{
	border: 1px solid #6e6e6e;
	color:#fff;
}

.nav .open > a, .nav .open > a:hover, .nav .open > a:focus {
    background-color: #0000003b;
    color:#d9d9d9;
}

a:focus-visible, a:focus{outline: none;}


/*Inställning för mobil*/
@media (max-width: 767px){
	.navbar {
		float: none;
		width: 100%;
	}

	.navbar-collapse {
		clear: both;
		margin-left: -15px;
		margin-right: -15px;
	}

	.custom-meny-btn{
		background-color: #161a1d;
		border-bottom: 1px solid #161a1d;
		text-align: center;
		padding-top: 15px;
    	padding-bottom: 15px;
    	line-height: 15px;
    	font-size: 16px;
	}
	
	.custom-meny-btn:hover {
    	background: #161a1d;
    	color: #AA0001;
	}
	
	.custom-meny-dropdown-btn {
    text-decoration: none;
    display: block;
    padding: 16px 0px 2px 10px;
    color: white;
    text-align: center;
	font-size: 15px;

}

.custom-logo-wrapper {
    width: 7rem;
    padding: 0 0rem;
}	
	
	


@media only screen and (min-width: 1181px) {
    #navbarDropdownMenuLink:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 700;
        content: '\f0d7';
        margin-left: .8rem;
        text-decoration: none;
        display: inline-block;
        font-size: .8em;
        vertical-align: middle;
    }
}
