		
	.leaflet-fa-markers .feature-icon {
    position: absolute;
    font-size: 14px;
    line-height: 0px;
    left: 6px;
    top: 13px;
    display: inline-block;
}

.leaflet-fa-markers {
    position: absolute;
    left: 2px;
    top: 0;
    display: block;
    text-align: center;
    margin-left: -15px;
    margin-top: -34px;
    width: 30px;
    height: 34px;
}
		svg {

    -webkit-filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));      
    filter: drop-shadow(2px 2px 3px rgba(0,0,0,0.2));  


}

.fa {
  text-shadow: 3px 3px 16px #272634;
}



/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 16px;
  float:right;
	margin-right:50px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input.default:checked + .slider {
  background-color: #444;
}
input.success:checked + .slider {
  background-color: #0faf00;
}
input:focus + .slider {
  box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
  -webkit-transform: translateX(14px);
  -ms-transform: translateX(14px);
  transform: translateX(14px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 16px;
}

.slider.round:before {
  border-radius: 50%;
}

.sidebar-wrapper .sidebar-menu ul li a i, .sidebar-wrapper .sidebar-menu ul li h5 i {
	
	background-color: transparent  !important;
}

.sidebar-wrapper .sidebar-menu ul li h5 i {
    margin-right: 3px;
    font-size: 15px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar-wrapper .sidebar-submenu li h5:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 15px;
	width: 18px;
}

.sidebar-wrapper .sidebar-submenu li h5:hover {
    color: white;
}

.sidebar-wrapper .sidebar-menu ul li a i {
    margin-right: 10px;
    font-size: 15px;
    width: 15px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.sidebar-wrapper .sidebar-menu ul li a {
    font-size: 18px;
	font-weight: 900;
}

.switch {
    position: relative;
    display: inline-block;
    width: 30px;
    height: 16px;
    float: right;
    margin-right: 0px;
	top: 5px;
	
}

.switch .switchLabel {
  position: relative;
    left: -212px;
    top: -6px;
  width: 210px;
	font-size: 16px;
	font-weight: 400;
	    white-space: nowrap;
	font-family: 'Titillium Web', sans-serif;
	display: block;
	    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.switch .switchLabel i {
  width: 25px;
}

.sidebar-wrapper .sidebar-submenu li .switchLabel:hover, .sidebar-wrapper .sidebar-submenu .divSwitch:hover .switchLabel {
    color: white;
}

.sidebar-wrapper .sidebar-submenu .divSwitch:hover, .sidebar-wrapper .sidebar-submenu li .switchLabel:hover, .sidebar-wrapper .sidebar-submenu li .switchLabel i:hover   {
    cursor: pointer;
}


.divSwitch {
	width: 95%;
    height: 32px;
    display: block;
	color: #c7c7c7;
	background-color: transparent !important;
	margin-top: 6px;
}


/* Icon 3 */
	
	#nav-icon1, #nav-icon2, #nav-icon3, #nav-icon4 {
  width: 30px;
  height: 20px;
	position: absolute;
    top: 0px;
    left: 253px;
  /*position: relative;*/
  margin: 5px auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
		float: right;
		margin-top: 16px;
    margin-right: 18px;
}

#nav-icon1 span, #nav-icon3 span, #nav-icon4 span {
	
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #00ceda;
  border-radius: 4px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#nav-icon3 span:nth-child(1) {
  top: 0px;
}

#nav-icon3 span:nth-child(2),#nav-icon3 span:nth-child(3) {
  top: 9px;
}

#nav-icon3 span:nth-child(4) {
  top: 18px;
}

#nav-icon3.open span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}

#nav-icon3.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#nav-icon3.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#nav-icon3.open span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Titillium Web', sans-serif;
}

h3 {
    font-size: 20px;
    font-weight: 900;
	margin-bottom: .4rem;
}
h5 {
    font-weight: 700;
    font-size: 15px;
	margin-bottom: 5px;
}
h1 {
font-weight:900; 
	font-size: 25px; 
	color:white; 
	font-family: 'Titillium Web', sans-serif;
	    padding: 9px 0px;
	text-transform: uppercase;
	padding-top: 12px;
    padding-left: 20px;
	    display: inline-block;
}

.faggrupper {
	font-size: 13px;
    margin-bottom: 8px;
    color: #7c7c7c;
    font-family: 'Titillium Web', sans-serif;
}

.beskrivelse {
    font-size: 13px;
}

.beskrivelse-content {
    font-family: 'Titillium Web', sans-serif;
    font-size: 14px;
	max-height:200px; 
	margin-bottom: 13px;
}

.infoBox {
    background-color: #eee;
    padding: 7px 9px;
    border-radius: 6px;
    margin-bottom: 4px;
    font-family: 'Titillium Web', sans-serif;
    font-size: 13px;
    line-height: 16px;
}

.infoIcon {
	font-size: 16px; 
	margin-top: 1px; 
	margin-right: 1px;
}



html, body, .l-main {
    height: 100%;
	font-family: 'Open Sans', sans-serif;
	padding: 0; 
	margin: 0; 
	overflow: hidden;
}
@*
body { padding: 0; margin: 0; overflow: hidden} 

#map { height: 100%; width: 100vw; }

html, body {margin: 0; height: 100%; overflow: hidden}
*@
.leaflet-container {
    font-family: 'Open Sans', sans-serif !important;
}

.leaflet-popup-content p {
    margin: 0px !important;
	margin-bottom: 10px !important;
}

.leaflet-popup-content 
	{
    min-width: 300px !important;
	max-width: 300px !important;
}

#map {
    height: 100%;
    background: #fff;
	width: 100vw; 
	overflow: hidden;
}

.map-wrapper { width: 100%; height:100%; position: fixed;}
#map { width: 100%; height:100%; position: relative;}

#map, .l-wrap, .l-main {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.search-input {
    display: block;
    width: 205px;
    height: 30px;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 0px solid #ced4da  !important;
    border-radius: 0px  !important;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
	background-color: rgba(81, 81, 81, 0.5);
	height: 35px !important;
    padding: 0px 30px 0 12px !important;
    margin: 4px 0px 4px 20px !important;
	-webkit-box-shadow: none;
	outline: none;
	position:absolute;
}

input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}

.search-button {
	display:none !important;
}

.leaflet-control-search.search-exp {
    background: #fff;
    border: 0px solid rgba(0,0,0,0.2);
    background-clip: padding-box;
}

.search-tooltip {
	width: 240px;
	margin-top:5px !important;
}
.leaflet-control-search .search-cancel {
	position: static;
	float: left;
	margin-left: -25px;
	content: "\f057" !important;
    font-size: 18px;
    padding-top: 7px;

    position: absolute;
    font-size: 17px;
    padding-top: 5px;
    padding-left: 9px;
    background-color: #e9ecef;
    width: 35px;
    height: 35px;
    top: -2px;
    left: 250px;
    opacity: 1;
}

.leaflet-control-search .search-cancel:hover i {
	color:red;
}



#findbox .input-group-append {
	width: 35px;
	height: 35px;
	float: right;
	margin-top: 4px;
    margin-right: 20px;
	position: absolute;
    left: 226px;
}
#findbox .input-group-append span {
	border: 0px !important;
    border-radius: 0px !important;
}

#findbox .input-group-text {
		margin: 0px !important;
    padding: 0px !important;
	padding-left: 10px !important;
		width: 35px;
	height: 35px;
}
#findbox .fa {
	text-shadow: none;
}

.leaflet-control-search .search-tooltip {
    position: absolute;
    top: 100%;
    left: 20px;
    float: left;
    list-style: none;
    padding-left: 0;
    min-width: 120px;
    max-height: 146px;
    box-shadow: none;
    background-color: #e9ecef;
    z-index: 1010;
    overflow-y: auto;
    overflow-x: hidden;
    cursor: pointer;
}

.leaflet-control-search .search-tip {
    margin: 1px;
    padding: 7px 10px 5px 10px;
    display: block;
    color: black;
    background: #e9ecef;
    border-radius: 0px;
    text-decoration: none;
    white-space: nowrap;
    vertical-align: center;
	line-height: 14px;
}

#findbox {
    margin-top: 12px;
    height: 35px;
    margin-bottom: 20px;
} 

.sidebar-submenu-virksomheder li {
	font-size: 13px;
    list-style-type: none !important;
}
.sidebar-submenu-virksomheder li a {
	font-size: 16px !important;
    list-style-type: none !important;
	display: block !important;
	font-family: 'Titillium Web', sans-serif !important;
	font-weight: 700 !important;
	line-height: 15px;
}
.sidebar-submenu-virksomheder li a span {
	font-weight: 300 !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown .sidebar-submenu li a:before {
	content:none;
    font-weight: 300;
    font-style: normal;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 10px;
    font-size: 11px;
}

.sidebar-submenu-virksomheder li a i {
    margin-top: -8px !important;
    margin-right: -14px !important;
    color: #c7c7c7 !important;
	font-size:12px !important;
}

.sidebar-submenu-virksomheder ul li a:hover > i::before, .sidebar-submenu-samarbejde ul li a:hover > i::before {
      -webkit-animation: none !important;
      animation: none !important; 
color: #fff !important;
}

.leaflet-popup {
	padding-top:100px !important;@**@
}

.leaflet-container a.leaflet-popup-close-button {
    padding-top: 104px !important;@**@
    margin-right: 1px !important;
}

.leaflet-popup-content-wrapper {
    border-radius: 10px !important;
}

.leaflet-popup-content {
    margin: 10px 14px !important;
}

.sidebar-wrapper .sidebar-menu .sidebar-dropdown > a:after {
    top: 14px !important;
}

.sidebar-wrapper .sidebar-menu ul li a .menu-text {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 22px !important;
}

#logoContainer {
    position: absolute;
    z-index: 900;
    bottom: 18px;
    right: 6px;
}

.beskrivelse-content .mCSB_inside>.mCSB_container {
    margin-right: 15px !important;
}
.beskrivelse-content .mCSB_scrollTools {
    right: -6px !important;
}

.switchList li {
	display:none;
}

.sidebar-submenu-virksomheder li span {
	font-size:10px; 
	color:#999;
}

.sidebar-wrapper .sidebar-menu .sidebar-subdropdown a {
    font-size: 16px;
}

.sidebar-wrapper .sidebar-menu .sidebar-subdropdown ul li a {
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    position: relative;
	padding: 0px 1px 0px 20px;
    width: 100%;
    font-size: 16px !important;
    list-style-type: none !important;
    display: block !important;
    font-family: 'Titillium Web', sans-serif !important;
    font-weight: 300 !important;
    line-height: 30px;
}


.sidebar-submenu-samarbejde {
    margin-left: -25px;
}

.sidebar-submenu-samarbejde li {
    padding-left: 50px !important;
}




.sidebar-subdropdown > a:after {
    top: 13px !important;
}

.sidebar-submenu-virksomhede ul li a {
    padding: 8px 32px 8px 20px !important;
}
.sidebar-submenu-samarbejde ul li a {
	padding: 2px 30px 2px 20px !important;
}
.sidebar-subdropdown a {
    padding: 5px 30px 5px 20px !important;
}
.sidebar-submenu-samarbejder li.active a i {
    color: #22ff16 !important;
}

.sidebar-submenu-samarbejder li a i {
    color: #c7c7c7 !important;
	width: 16px !important;
    font-size: 14px !important;
}

.sidebar-submenu-samarbejder li:hover a i {
    color: #22ff16 !important;
}

.sidebar-submenu-samarbejder li.active div ul li a i {
    color: #c7c7c7 !important;
	position: absolute;
    left: 224px;
}


.sidebar-submenu-samarbejde li a i {
    color: #c7c7c7 !important;
    font-size: 13px !important;
}
.sidebar-wrapper .sidebar-menu .header-menu span {
    padding: 15px 20px 0px 20px !important;
}

.sidebar-submenu-samarbejde ul {
    background-color: #474747 !important;
}
.sidebar-submenu-virksomheder li a i {
	position: absolute !important;
    left: 250px !important;
}

.sidebar-wrapper .sidebar-menu {
    padding-bottom: 0px !important;
}

.searchFaggrupper {
font-size: 10px;
    color: #999;
}

.search-cancel {
	padding-top: 5px !important;
}





.sidebar-submenu-virksomheder li div {
    font-size: 10px;
    color: #999;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    background-color: transparent !important;
}
.menuHeader {
	position:absolute; 
	top:0px; 
	left: 0px; 
	z-index: 1200; 
	width:300px; 
	height:54px; 
	background-color:#1d1d1d;
}

.tooltip{
  z-index: 1251 !important;
}

