
/*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: #000000b5;
	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{
	
}

/*container som innehåller menyknappar*/
.custom-meny{
	
}

/*Dropdown meny*/
.dropdown-menu{
	
}

/*Menyknapp*/
.custom-meny-btn{
	background-color: transparent;
    padding: 0px 0px 0px 0px;
    margin: 10px 10px 0px 10px;
    min-width: 100px;
    outline: #ce2e12
}

.meny-btn-active{
	background-color: #ce2e12;
}

.meny-btn-kontakt{
	border: 2px solid #ce2e12;
	padding-bottom: 13px!important;
    padding-top: 13px!important;
}

/*Menyknapp hover*/
.custom-meny-btn a:hover, .custom-meny-btn a:focus{
	background-color: #e73f1d!important;
}

.custom-meny-btn a{
	color: white;
    font-size: 16px;
    text-align: center;
}


/*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{
	text-decoration: none;
	color: black;
}

.meny-titel{
	text-align: center;
    padding-top: 15px;
    color: white;
    font-weight: bold;
}

.searchbox-header h4 {
    color: #ababab;
}


/*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: #11171dc4!important;
    	margin: 0;
    	min-width: 100px;
	}
	
	.meny-titel {
    	padding-top: 0px;
	}

}

