@import url("/style/custom/arnhem/style_menu.css?v1");
h1,
h2,
h3,
h4,
h5 {
    color: var(--primary);
    font-weight: 900;
    line-height: normal;
    font-family: var(--font-family-heading);
}

.toplayer {
    display: block;
}

#text-hover {
    background: #275582;
    font-size: .9em;
    position: absolute;
    color: var(--white);
    padding: 0.25em 0.5em;
    border-radius: 3px;
    font-weight: 600;
    line-height: 1.6;
    left: -50px;
}

#b_footer a {  
    &.external-link {
        &::after {
            content: '\f08e';
            font-family: "Font Awesome 6 Pro";
            display: inline-block;
            font-size: 15px;
            width: 14px;
			font-weight: 900;
            color: var(--secondary);
            position: relative;
            left: 8px;
        }
    }
}

#dashboardviews {
	margin-bottom: 120px;
}

.name_dashboard #p108 {
	display: inline-block;
}

.url li {
	display: inline-block;
}

#footer-main {
	line-height: 0;
}

#dashboardwrapper.sidebar .wrapper-sidebar .sidebar-content {
	height: auto;
}

.footer-links {
	height: 50px;
	background: #275582;
}

.footer-links-inner {
	line-height: 50px;
	color: #FFF;
	max-width: 1140px;
	margin: 0 auto;
	padding: 0 15px;
	box-sizing: border-box;
}

.footer-links-inner a {
	color: #FFF;
	font-size: 14px;
}

.offscreen {
	position: absolute;
	left: -99999999px;
	top: -9999999px;
}

body.screenshot #dashboardheader {
	display: none;
}

body.screenshot #gemeenteSelector {
	display: block !important;
}

body.screenshot #footer-main {
	display: none;
}

div#mainwrapper {
	background: rgba(150, 150, 150, .1);
	height: 100%;
}

.swing-stories #mainwrapper {
	background: #FFFFFF;
}

.dashblock,
section.tile,
.sortable-tiles,
div#dashboard-container {
	overflow: visible;
}

body:not(.swing-stories) .dashblock section.tile.height1.nolink .free-tile {
	border: none !important;
}

.free-tile .theme-tile-image img:hover {
	transform: none;
}

.free-tile:hover .theme-tile-image img {
	transform: scale(1.10);
	-webkit-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
	-moz-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
	-o-transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
	transition: all 0.35s cubic-bezier(0.24, 0.11, 0.12, 1.69);
}

.dashblock .tile.free .free-tile .theme-tile-image {
	border-radius: 6px 6px 0 0;
	cursor: pointer;
}

.dashblock .tile.free .free-tile .theme-tile-name {
	background: #FFF !important;
	border-radius: 0 0 6px 6px;
}

.dashblock .tile.free .free-tile .theme-tile-name .name_wrapper {
	color: #000 !important;
}

.dashblock .tile.free .free-tile .theme-tile-name .name_wrapper h3 {
	margin-top: 0.65em;
}

body.screenshot #innercontainer header {
	background-color: #ffffff;
	display: none;
}

body.screenshot #dashboardwrapper {
	width: 1040px;
}

body.screenshot #header {
	display: none !important;
	height: 0 !important;
}

.screenshot .no-crumb .trail-title {
	margin-top: 40px;
	margin-bottom: 20px;
	font-size: 42px;
}

.screenshot #breadcrumb-container,
.dashboard-icon-wrapper {
	height: auto;
}

body.screenshot .mosaic-top-header {
	display: none;
}

#dashboardwrapper.sidebar .wrapper-sidebar:not(.fixed):not(.totop) {
	margin-top: 26px;
}

.scroll-up.sidenav.navfixed:not(.collapsible) .menu-sticky div.wrapper-sidebar, .menu-sticky div.wrapper-sidebar.fixed {
	top: 57px!important;
}

@media screen and (max-width: 1140px) {
	#ctl00_menu {
		position: absolute;
    	left: 0;
    	width: 100%;
    	z-index: 999;
	}
}

@media only screen and (min-width: 1px) and (max-width: 1200px) {
	#dashboardwrapper.sidebar .sidebar-content {
		max-height: calc(100vh - 30px);
	}
	
	#dashboardwrapper.sidebar .wrapper-sidebar:not(.fixed):not(.totop) {
		margin-top: 100px;
	}
	
	#dashboardwrapper.sidebar .wrapper-sidebar {
		background: #e5e5e5;
	}
	
	.expanded.totop {
		top: 0!important;
		z-index: 9999;
		margin-top: 0!important;
	}
	
	.sidebar-opened:before {
		content: "";
		display: block;
		position: fixed;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: rgba(0,0,0,.55);
		z-index: 101
	}
}