/* Minification failed. Returning unminified contents.
(10783,20): run-time error CSS1039: Token not allowed after unary operator: '-hero-height'
(10815,20): run-time error CSS1039: Token not allowed after unary operator: '-hero-height'
 */
/*! jQuery UI - v1.12.1 - 2019-04-07
* http://jqueryui.com
* Includes: draggable.css, core.css, resizable.css, selectable.css, sortable.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-draggable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-resizable {
	position: relative;
}
.ui-resizable-handle {
	position: absolute;
	font-size: 0.1px;
	display: block;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
	display: none;
}
.ui-resizable-n {
	cursor: n-resize;
	height: 7px;
	width: 100%;
	top: -5px;
	left: 0;
}
.ui-resizable-s {
	cursor: s-resize;
	height: 7px;
	width: 100%;
	bottom: -5px;
	left: 0;
}
.ui-resizable-e {
	cursor: e-resize;
	width: 7px;
	right: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-w {
	cursor: w-resize;
	width: 7px;
	left: -5px;
	top: 0;
	height: 100%;
}
.ui-resizable-se {
	cursor: se-resize;
	width: 12px;
	height: 12px;
	right: 1px;
	bottom: 1px;
}
.ui-resizable-sw {
	cursor: sw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	bottom: -5px;
}
.ui-resizable-nw {
	cursor: nw-resize;
	width: 9px;
	height: 9px;
	left: -5px;
	top: -5px;
}
.ui-resizable-ne {
	cursor: ne-resize;
	width: 9px;
	height: 9px;
	right: -5px;
	top: -5px;
}
.ui-selectable {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-selectable-helper {
	position: absolute;
	z-index: 100;
	border: 1px dotted black;
}
.ui-sortable-handle {
	-ms-touch-action: none;
	touch-action: none;
}
.ui-accordion .ui-accordion-header {
	display: block;
	cursor: pointer;
	position: relative;
	margin: 2px 0 0 0;
	padding: .5em .5em .5em .7em;
	font-size: 100%;
}
.ui-accordion .ui-accordion-content {
	padding: 1em 2.2em;
	border-top: 0;
	overflow: auto;
}
.ui-autocomplete {
	position: absolute;
	top: 0;
	left: 0;
	cursor: default;
}
.ui-menu {
	list-style: none;
	padding: 0;
	margin: 0;
	display: block;
	outline: 0;
}
.ui-menu .ui-menu {
	position: absolute;
}
.ui-menu .ui-menu-item {
	margin: 0;
	cursor: pointer;
	/* support: IE10, see #8844 */
	list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}
.ui-menu .ui-menu-item-wrapper {
	position: relative;
	padding: 3px 1em 3px .4em;
}
.ui-menu .ui-menu-divider {
	margin: 5px 0;
	height: 0;
	font-size: 0;
	line-height: 0;
	border-width: 1px 0 0 0;
}
.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
	margin: -1px;
}

/* icon support */
.ui-menu-icons {
	position: relative;
}
.ui-menu-icons .ui-menu-item-wrapper {
	padding-left: 2em;
}

/* left-aligned */
.ui-menu .ui-icon {
	position: absolute;
	top: 0;
	bottom: 0;
	left: .2em;
	margin: auto 0;
}

/* right-aligned */
.ui-menu .ui-menu-icon {
	left: auto;
	right: 0;
}
.ui-button {
	padding: .4em 1em;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-right: .1em;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	/* Support: IE <= 11 */
	overflow: visible;
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
	text-decoration: none;
}

/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
	width: 2em;
	box-sizing: border-box;
	text-indent: -9999px;
	white-space: nowrap;
}

/* no icon support for input elements */
input.ui-button.ui-button-icon-only {
	text-indent: 0;
}

/* button icon element(s) */
.ui-button-icon-only .ui-icon {
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -8px;
	margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
	padding: 0;
	width: 2.1em;
	height: 2.1em;
	text-indent: -9999px;
	white-space: nowrap;

}

input.ui-button.ui-icon-notext .ui-icon {
	width: auto;
	height: auto;
	text-indent: 0;
	white-space: normal;
	padding: .4em 1em;
}

/* workarounds */
/* Support: Firefox 5 - 40 */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
	border: 0;
	padding: 0;
}
.ui-controlgroup {
	vertical-align: middle;
	display: inline-block;
}
.ui-controlgroup > .ui-controlgroup-item {
	float: left;
	margin-left: 0;
	margin-right: 0;
}
.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
	z-index: 9999;
}
.ui-controlgroup-vertical > .ui-controlgroup-item {
	display: block;
	float: none;
	width: 100%;
	margin-top: 0;
	margin-bottom: 0;
	text-align: left;
}
.ui-controlgroup-vertical .ui-controlgroup-item {
	box-sizing: border-box;
}
.ui-controlgroup .ui-controlgroup-label {
	padding: .4em 1em;
}
.ui-controlgroup .ui-controlgroup-label span {
	font-size: 80%;
}
.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
	border-left: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
	border-top: none;
}
.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
	border-right: none;
}
.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
	border-bottom: none;
}

/* Spinner specific style fixes */
.ui-controlgroup-vertical .ui-spinner-input {

	/* Support: IE8 only, Android < 4.4 only */
	width: 75%;
	width: calc( 100% - 2.4em );
}
.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
	border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
	box-shadow: inset 1px 1px 1px #ccc;
	border-radius: .12em;
	border: none;
}
.ui-checkboxradio-radio-label .ui-icon-background {
	width: 16px;
	height: 16px;
	border-radius: 1em;
	overflow: visible;
	border: none;
}
.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
	background-image: none;
	width: 8px;
	height: 8px;
	border-width: 4px;
	border-style: solid;
}
.ui-checkboxradio-disabled {
	pointer-events: none;
}
.ui-datepicker {
	width: 17em;
	padding: .2em .2em 0;
	display: none;
}
.ui-datepicker .ui-datepicker-header {
	position: relative;
	padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
	position: absolute;
	top: 2px;
	width: 1.8em;
	height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
	top: 1px;
}
.ui-datepicker .ui-datepicker-prev {
	left: 2px;
}
.ui-datepicker .ui-datepicker-next {
	right: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
	left: 1px;
}
.ui-datepicker .ui-datepicker-next-hover {
	right: 1px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	display: block;
	position: absolute;
	left: 50%;
	margin-left: -8px;
	top: 50%;
	margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em;
	line-height: 1.8em;
	text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
	font-size: 1em;
	margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	width: 45%;
}
.ui-datepicker table {
	width: 100%;
	font-size: .9em;
	border-collapse: collapse;
	margin: 0 0 .4em;
}
.ui-datepicker th {
	padding: .7em .3em;
	text-align: center;
	font-weight: bold;
	border: 0;
}
.ui-datepicker td {
	border: 0;
	padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
	display: block;
	padding: .2em;
	text-align: right;
	text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
	background-image: none;
	margin: .7em 0 0 0;
	padding: 0 .2em;
	border-left: 0;
	border-right: 0;
	border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
	float: right;
	margin: .5em .2em .4em;
	cursor: pointer;
	padding: .2em .6em .3em .6em;
	width: auto;
	overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
	float: left;
}

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
	width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
	float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
	width: 95%;
	margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
	width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
	width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
	width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
	border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
	clear: left;
}
.ui-datepicker-row-break {
	clear: both;
	width: 100%;
	font-size: 0;
}

/* RTL support */
.ui-datepicker-rtl {
	direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
	right: 2px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
	left: 2px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
	right: 1px;
	left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
	left: 1px;
	right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
	clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
	float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
	float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
	border-right-width: 0;
	border-left-width: 1px;
}

/* Icons */
.ui-datepicker .ui-icon {
	display: block;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
	left: .5em;
	top: .3em;
}
.ui-dialog {
	position: absolute;
	top: 0;
	left: 0;
	padding: .2em;
	outline: 0;
}
.ui-dialog .ui-dialog-titlebar {
	padding: .4em 1em;
	position: relative;
}
.ui-dialog .ui-dialog-title {
	float: left;
	margin: .1em 0;
	white-space: nowrap;
	width: 90%;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
	position: absolute;
	right: .3em;
	top: 50%;
	width: 20px;
	margin: -10px 0 0 0;
	padding: 1px;
	height: 20px;
}
.ui-dialog .ui-dialog-content {
	position: relative;
	border: 0;
	padding: .5em 1em;
	background: none;
	overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
	text-align: left;
	border-width: 1px 0 0 0;
	background-image: none;
	margin-top: .5em;
	padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
	float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
	margin: .5em .4em .5em 0;
	cursor: pointer;
}
.ui-dialog .ui-resizable-n {
	height: 2px;
	top: 0;
}
.ui-dialog .ui-resizable-e {
	width: 2px;
	right: 0;
}
.ui-dialog .ui-resizable-s {
	height: 2px;
	bottom: 0;
}
.ui-dialog .ui-resizable-w {
	width: 2px;
	left: 0;
}
.ui-dialog .ui-resizable-se,
.ui-dialog .ui-resizable-sw,
.ui-dialog .ui-resizable-ne,
.ui-dialog .ui-resizable-nw {
	width: 7px;
	height: 7px;
}
.ui-dialog .ui-resizable-se {
	right: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-sw {
	left: 0;
	bottom: 0;
}
.ui-dialog .ui-resizable-ne {
	right: 0;
	top: 0;
}
.ui-dialog .ui-resizable-nw {
	left: 0;
	top: 0;
}
.ui-draggable .ui-dialog-titlebar {
	cursor: move;
}
.ui-progressbar {
	height: 2em;
	text-align: left;
	overflow: hidden;
}
.ui-progressbar .ui-progressbar-value {
	margin: -1px;
	height: 100%;
}
.ui-progressbar .ui-progressbar-overlay {
	background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
	height: 100%;
	filter: alpha(opacity=25); /* support: IE8 */
	opacity: 0.25;
}
.ui-progressbar-indeterminate .ui-progressbar-value {
	background-image: none;
}
.ui-selectmenu-menu {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.ui-selectmenu-menu .ui-menu {
	overflow: auto;
	overflow-x: hidden;
	padding-bottom: 1px;
}
.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5;
	padding: 2px 0.4em;
	margin: 0.5em 0 0 0;
	height: auto;
	border: 0;
}
.ui-selectmenu-open {
	display: block;
}
.ui-selectmenu-text {
	display: block;
	margin-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
}
.ui-selectmenu-button.ui-button {
	text-align: left;
	white-space: nowrap;
	width: 14em;
}
.ui-selectmenu-icon.ui-icon {
	float: right;
	margin-top: 0;
}
.ui-slider {
	position: relative;
	text-align: left;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 1.2em;
	height: 1.2em;
	cursor: default;
	-ms-touch-action: none;
	touch-action: none;
}
.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	font-size: .7em;
	display: block;
	border: 0;
	background-position: 0 0;
}

/* support: IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
	filter: inherit;
}

.ui-slider-horizontal {
	height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
	top: -.3em;
	margin-left: -.6em;
}
.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-slider-vertical {
	width: .8em;
	height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
	left: -.3em;
	margin-left: 0;
	margin-bottom: -.6em;
}
.ui-slider-vertical .ui-slider-range {
	left: 0;
	width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
	bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
	top: 0;
}
.ui-spinner {
	position: relative;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.ui-spinner-input {
	border: none;
	background: none;
	color: inherit;
	padding: .222em 0;
	margin: .2em 0;
	vertical-align: middle;
	margin-left: .4em;
	margin-right: 2em;
}
.ui-spinner-button {
	width: 1.6em;
	height: 50%;
	font-size: .5em;
	padding: 0;
	margin: 0;
	text-align: center;
	position: absolute;
	cursor: default;
	display: block;
	overflow: hidden;
	right: 0;
}
/* more specificity required here to override default borders */
.ui-spinner a.ui-spinner-button {
	border-top-style: none;
	border-bottom-style: none;
	border-right-style: none;
}
.ui-spinner-up {
	top: 0;
}
.ui-spinner-down {
	bottom: 0;
}
.ui-tabs {
	position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */
	padding: .2em;
}
.ui-tabs .ui-tabs-nav {
	margin: 0;
	padding: .2em .2em 0;
}
.ui-tabs .ui-tabs-nav li {
	list-style: none;
	float: left;
	position: relative;
	top: 0;
	margin: 1px .2em 0 0;
	border-bottom-width: 0;
	padding: 0;
	white-space: nowrap;
}
.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
	float: left;
	padding: .5em 1em;
	text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active {
	margin-bottom: -1px;
	padding-bottom: 1px;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
	cursor: text;
}
.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
	cursor: pointer;
}
.ui-tabs .ui-tabs-panel {
	display: block;
	border-width: 0;
	padding: 1em 1.4em;
	background: none;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

@charset "UTF-8";
.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@font-face {
  font-family: "Authenia Regular";
  src: url("fonts/Authenia-Textured.woff2") format("woff2"), url("fonts/Authenia-Textured.woff") format("woff");
}
@font-face {
  font-family: "GT Walsheim Medium";
  src: url("fonts/GT-Walsheim-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/GT-Walsheim-Medium.woff2") format("woff2"), url("fonts/GT-Walsheim-Medium.woff") format("woff"), url("fonts/GT-Walsheim-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "GT Walsheim Bold";
  src: url("fonts/GT-Walsheim-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/GT-Walsheim-Bold.woff2") format("woff2"), url("fonts/GT-Walsheim-Bold.woff") format("woff"), url("fonts/GT-Walsheim-Bold.ttf") format("truetype");
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7qsDJT9g.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7jsDJT9g.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7rsDJT9g.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7ksDJT9g.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7osDJT9g.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7psDJT9g.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: italic;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Italic"), local("SourceSansPro-Italic"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK1dSBYKcSV-LCoeQqfX1RYOo3qPZ7nsDI.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNa7lqDY.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qPK7lqDY.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNK7lqDY.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qO67lqDY.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qN67lqDY.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qNq7lqDY.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local("Source Sans Pro Regular"), local("SourceSansPro-Regular"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xK3dSBYKcSV-LCoeQqfX1RYOo3qOK7l.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmhduz8A.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwkxduz8A.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmxduz8A.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlBduz8A.woff2) format("woff2");
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmBduz8A.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwmRduz8A.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Source Sans Pro";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local("Source Sans Pro Bold"), local("SourceSansPro-Bold"), url(https://fonts.gstatic.com/s/sourcesanspro/v13/6xKydSBYKcSV-LCoeQqfX1RYOo3ig4vwlxdu.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "Calibre Regular";
  src: url("fonts/CalibreWeb-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/CalibreWeb-Regular.woff2") format("woff2"), url("fonts/CalibreWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "Calibre Bold";
  src: url("fonts/CalibreWeb-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/CalibreWeb-Bold.woff2") format("woff2"), url("fonts/CalibreWeb-Bold.woff") format("woff");
}
@font-face {
  font-family: "Calibre SemiBold";
  src: url("fonts/CalibreWeb-Semibold.eot"); /* IE9 Compat Modes */
  src: url("fonts/CalibreWeb-Semibold.woff2") format("woff2"), url("fonts/CalibreWeb-Regular.woff") format("woff");
}
@font-face {
  font-family: "Calibre Medium";
  src: url("fonts/CalibreWeb-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/CalibreWeb-Medium.woff2") format("woff2"), url("fonts/CalibreWeb-Medium.woff") format("woff");
}
@font-face {
  font-family: "Dala Floda-Medium";
  src: url("fonts/DalaFloda-Medium.woff2") format("woff2"), url("fonts/DalaFloda-Medium.woff") format("woff");
}
@font-face {
  font-family: "Dala Floda-Bold";
  src: url("fonts/DalaFloda-Bold.woff2") format("woff2"), url("fonts/DalaFloda-Bold.woff") format("woff");
}
@font-face {
  font-family: "Futura Heavy";
  src: url("fonts/FuturaBT-Heavy.woff2") format("woff2"), url("fonts/FuturaBT-Heavy.woff") format("woff");
}
@font-face {
  font-family: "Futura Medium";
  src: url("fonts/FuturaBT-Medium.woff2") format("woff2"), url("fonts/FuturaBT-Medium.woff") format("woff");
}
@font-face {
  font-family: "Futura Light";
  src: url("fonts/FuturaBT-LightCondensed.woff2") format("woff2"), url("fonts/FuturaBT-LightCondensed.woff") format("woff");
}
@font-face {
  font-family: "Futura Book";
  src: url("fonts/FuturaBT-Book.woff2") format("woff2"), url("fonts/FuturaBT-Book.woff") format("woff");
}
@font-face {
  font-family: "FuturaStd-Heavy";
  src: url("fonts/FuturaStd-Heavy.otf") format("opentype");
}
@font-face {
  font-family: "Heldane Bold";
  src: url("fonts/heldane-display-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne Extrafett";
  src: url("fonts/soehne-extrafett.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne Dreiviertelfett";
  src: url("fonts/soehne-dreiviertelfett.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne Kraftig";
  src: url("fonts/soehne-kraftig.woff2") format("woff2");
}
@font-face {
  font-family: "Soehne Buch";
  src: url("fonts/soehne-buch.woff2") format("woff2");
}
/* cyrillic-ext */
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUtiZTaR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUJiZTaR.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUliZTaR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUhiZTaR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald Regular";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1_FvsUZiZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Oswald Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUtiZTaR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Oswald Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUJiZTaR.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Oswald Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUliZTaR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Oswald Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUhiZTaR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald Medium";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs18NvsUZiZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUtiZTaR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUJiZTaR.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUliZTaR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUhiZTaR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald Bold";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs1xZosUZiZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUtiZTaR.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUJiZTaR.woff2) format("woff2");
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUliZTaR.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUhiZTaR.woff2) format("woff2");
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: "Oswald Light";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/oswald/v31/TK3_WkUHHAIjg75cFRf3bXL8LICs169vsUZiZQ.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
@font-face {
  font-family: "DINPro-Bold";
  src: url("fonts/DINPro-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Bold.woff") format("woff"), url("fonts/DINPro-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro-Regular";
  src: url("fonts/DINPro-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Regular.woff") format("woff"), url("fonts/DINPro-Regular.woff2") format("woff2");
}
@font-face {
  font-family: "DINPro-Medium";
  src: url("fonts/DINPro-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DINPro-Medium.woff") format("woff"), url("fonts/DINPro-Medium.woff2") format("woff2");
}
@font-face {
  font-family: "Zooja Regular";
  src: url("fonts/zooja.woff") format("woff"), url("fonts/zooja.woff2") format("woff2");
}
@font-face {
  font-family: "Neue Haas Unica Pro";
  src: url("fonts/Neue-Haas-Unica-Pro.woff") format("woff"), url("fonts/Neue-Haas-Unica-Pro.otf") format("opentype");
}
@font-face {
  font-family: "Neue Haas Unica W1G";
  src: url("fonts/NeueHaasUnicaW1GRegular.woff") format("woff"), url("fonts/NeueHaasUnicaW1GRegular.woff2") format("woff2");
}
@font-face {
  font-family: "Politica ExtraBold";
  src: url("fonts/PoliticaExtraBoldCd.woff") format("woff"), url("fonts/PoliticaExtraBoldCd.woff2") format("woff2");
}
@font-face {
  font-family: "Politica Regular";
  src: url("fonts/PoliticaRegularCd.woff") format("woff"), url("fonts/PoliticaRegularCd.woff2") format("woff2");
}
@font-face {
  font-family: "Futura Now Outline Bold";
  src: url("fonts/FuturaNowOutlineBd.woff") format("woff"), url("fonts/FuturaNowOutlineBd.woff2") format("woff2");
}
@font-face {
  font-family: "Futura Now Shadow Bold";
  src: url("fonts/FuturaNowShadowBd.woff") format("woff"), url("fonts/FuturaNowShadowBd.woff2") format("woff2");
}
@font-face {
  font-family: "Futura Std Bold";
  src: url("fonts/FuturaStd-Bold.woff") format("woff"), url("fonts/FuturaStd-Bold.woff2") format("woff2");
}
@font-face {
  font-family: "Futura Std Medium";
  src: url("fonts/FuturaStd-Medium.woff") format("woff"), url("fonts/FuturaStd-Medium.woff2") format("woff2");
}
body {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 25px;
  color: #373737;
  background: #f2f2f2;
}

.nyasickla-site {
  font-family: "Futura Std Medium";
  background: #fafafa;
}
.nyasickla-site a {
  color: #ff735c;
}

.soderhallarna-site {
  font-family: "Futura Book", sans-serif;
  line-height: 22px;
  font-size: 18px;
}
@media (max-width: 576px) {
  .soderhallarna-site {
    line-height: 18px;
    font-size: 15px;
    letter-spacing: 0.4px;
  }
}

.mobilia-site {
  font-family: "Soehne Buch", sans-serif;
  color: #000;
}
.mobilia-site a {
  color: #83372c;
}
.mobilia-site a:hover, .mobilia-site a:focus, .mobilia-site a:active {
  color: #E15E35;
  text-decoration: none;
}

.granbystaden-site {
  font-family: "DINPro-Regular", sans-serif;
  line-height: 22px;
  font-size: 14px;
}

.body-container {
  max-width: 1750px;
  margin: 0 auto;
  background: #fff;
  padding-top: 60px;
}
@media (max-width: 768px) {
  .body-container {
    overflow-x: hidden;
  }
}
@media (min-width: 576px) {
  .body-container {
    padding-top: 70px;
  }
}

.soderhallarna-site.startpage-page .body-container {
  padding-top: 0;
}

.nyasickla-site .body-container {
  background: #f2f1ec;
}

a {
  color: #46859B;
}
a:hover, a:focus, a:active {
  text-decoration: underline;
}

.soderhallarna-site a {
  color: #373737;
}
.soderhallarna-site a:hover, .soderhallarna-site a:focus, .soderhallarna-site a:active {
  text-decoration: underline;
}

.js-linkblock.is-linked:hover {
  cursor: pointer;
}

.more-indicator {
  background: #47997e;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.more-indicator span:before {
  content: "";
  width: 10px;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 7px;
  left: 3px;
}
.more-indicator span:after {
  content: "";
  width: 2px;
  height: 10px;
  background: #fff;
  position: absolute;
  top: 3px;
  left: 7px;
}

.soderhallarna-site .more-indicator {
  background: #413C1B;
}

.granbystaden-site .more-indicator {
  background: #E6B7BD;
}

.forumkvarteret-site {
  font-family: "Neue Haas Unica W1G", sans-serif;
}
.forumkvarteret-site a {
  color: #02436B;
}
.forumkvarteret-site a:hover, .forumkvarteret-site a:focus, .forumkvarteret-site a:active {
  text-decoration: underline;
}
.forumkvarteret-site .more-indicator {
  background: #ACDBDF;
}

.anchor-link {
  visibility: hidden;
  height: 0;
  overflow: hidden;
  position: relative;
  top: -100px;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

header {
  position: relative;
  padding: 1rem 1.5rem;
  height: 110px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
  transition: margin-top 0.2s ease-in;
  width: 100%;
  max-width: 1750px;
  z-index: 22;
  position: fixed;
  top: 0;
}
@media (min-width: 576px) {
  header {
    height: 120px;
  }
}
@media (min-width: 992px) {
  header {
    padding: 1.5rem 2.5rem;
    height: 140px;
  }
}
header.search-closed {
  margin-top: -50px;
}
@media (min-width: 992px) {
  header.search-closed {
    margin-top: -67px;
  }
}
header .skip-links a {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
header .skip-links a:focus {
  top: 68px;
  left: 4px;
  background: white;
  padding: 10px;
  z-index: 1;
  width: auto;
  height: auto;
}
header .header-inner {
  position: relative;
  align-items: center;
}
@media (min-width: 992px) {
  header .header-inner {
    padding-top: 20px;
  }
}
header .site-logo {
  position: relative;
  top: 20px;
  margin-left: 5px;
}
@media (min-width: 992px) {
  header .site-logo {
    margin-left: 0;
    top: 5px;
  }
}
header .site-logo svg {
  width: 120px;
}
@media (min-width: 576px) {
  header .site-logo svg {
    width: 175px;
  }
}
@media (min-width: 1200px) {
  header .site-logo svg {
    width: 190px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  header .site-logo svg {
    width: 153px;
  }
}
header .language-selector {
  position: absolute;
  right: 0;
}
header #opensearch {
  background: none;
  border: none;
  position: absolute;
  right: 36px;
  top: 16px;
}
@media (min-width: 576px) {
  header #opensearch {
    right: 40px;
    top: 25px;
  }
}
@media (min-width: 992px) {
  header #opensearch {
    right: 0;
  }
}
header .search {
  height: 30px;
  /*        button#clear-search-btn {
              display: none;
              position: absolute;
              right: 40px;
              top: 8px;
              background: url('/UI/Destinationswebb/img/reset.svg');
              background-size: 20px;
              background-repeat: no-repeat;
              height: 20px;
              width: 20px;
              border: none;
          }*/
}
@media (min-width: 992px) {
  header .search {
    height: 37px;
  }
}
header .search .search-inner {
  position: relative;
}
header .search input#site-search {
  border-radius: 20px;
  border: none;
  background: #E5EAEC;
  padding: 4px 40px 4px 20px;
  width: 100%;
  transition: all 0.4s ease-in;
}
@media (min-width: 992px) {
  header .search input#site-search {
    padding: 6px 45px 6px 20px;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  header .search input#site-search {
    padding: 6px 45px 9px 20px;
  }
}
header .search button#header-search-btn {
  position: absolute;
  right: 14px;
  top: 7px;
  background: url("/UI/Destinationswebb/img/search.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  border: none;
}
@media (min-width: 992px) {
  header .search button#header-search-btn {
    right: 16px;
    top: 8px;
  }
}
header .search button#search-back-btn {
  display: none;
  position: absolute;
  top: 5px;
  left: -16px;
  background: url("/UI/Destinationswebb/img/back.svg");
  background-size: 24px;
  background-repeat: no-repeat;
  height: 24px;
  width: 24px;
  border: none;
}
header .search.is-expanded {
  max-width: 100%;
  flex: 100%;
  padding-right: 0 !important;
  position: absolute;
  top: 16px;
  left: 40px;
}
@media (min-width: 1024px) {
  header .search.is-expanded {
    max-width: inherit;
    flex: inherit;
    top: inherit;
    left: 0;
  }
}
header .search.is-expanded .search-inner {
  width: 100%;
}
@media (min-width: 1024px) {
  header .search.is-expanded .search-inner {
    width: 350px;
  }
}
header .search.is-expanded input#site-search {
  width: 73%;
  margin-left: 8px;
  background: #fff;
  border-radius: 0;
  padding: 4px 20px;
  outline: none;
}
header .search.is-expanded button#header-search-btn {
  left: inherit;
  right: 60px;
}
header .search input[type=text]::-ms-clear,
header .search input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}
header .search input[type=search]::-webkit-search-decoration,
header .search input[type=search]::-webkit-search-cancel-button,
header .search input[type=search]::-webkit-search-results-button,
header .search input[type=search]::-webkit-search-results-decoration {
  display: none;
}
header #newsletter-link a {
  background: #e17f53;
  padding: 3px 10px;
  color: #fff;
  position: absolute;
  bottom: -31px;
  font-size: 15px;
  right: 15px;
}
@media (min-width: 768px) {
  header #newsletter-link a {
    right: 100px;
  }
}
header #newsletter-link a:hover {
  text-decoration: none;
}
header.hide-newsletterlink #newsletter-link {
  display: none;
}

ul#ui-id-1 {
  border-right: 1px solid #d8d8d8;
  border-left: 1px solid #d8d8d8;
  border-bottom: 1px solid #d8d8d8;
  padding: 10px 0 !important;
  top: 79px !important;
}
@media (max-width: 992px) {
  ul#ui-id-1 {
    width: 100% !important;
    left: 0px !important;
    top: 60px !important;
    position: absolute;
    padding: 1.5rem;
    border: none;
  }
}
ul#ui-id-1 .ui-menu-item-wrapper {
  color: #46859B;
  font-size: 14px;
  padding: 0.3rem 1rem 0.3rem;
}
@media (max-width: 992px) {
  ul#ui-id-1 .ui-menu-item-wrapper {
    padding: 0.7rem 1rem 0.7rem;
  }
}
ul#ui-id-1 .ui-state-active {
  background: #f2f2f2 !important;
  border: #d8d8d8 !important;
  margin: 0 !important;
}

.nyasickla-site header {
  background: #373737;
  border-bottom: none;
}
.nyasickla-site header #opensearch path#opensearchcolor {
  fill: #f2f1ec;
}
.nyasickla-site header .site-logo {
  display: inline-flex;
  justify-content: flex-start;
  width: 130px;
}
@media (min-width: 1200px) {
  .nyasickla-site header .site-logo {
    width: 190px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .nyasickla-site header .site-logo {
    top: 28px;
  }
}
.nyasickla-site header .site-logo svg {
  width: 100%;
  height: 100%;
  max-width: 130px;
  max-height: 44px;
  margin-top: -5px;
}
@media (min-width: 576px) {
  .nyasickla-site header .site-logo svg {
    max-width: 175px;
  }
}
@media (min-width: 1200px) {
  .nyasickla-site header .site-logo svg {
    max-width: 190px;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .nyasickla-site header .site-logo svg {
    max-width: 153px;
  }
}
.nyasickla-site header #newsletter-link a {
  background: #ffcbc3;
  color: #ff735c;
}

.soderhallarna-site header {
  transition: all 0.2s ease-in;
  position: relative;
  width: 100%;
  border-bottom: none;
  left: 50%;
  transform: translateX(-50%);
  padding: 0;
  height: 139px;
}
@media (min-width: 576px) {
  .soderhallarna-site header {
    height: 150px;
  }
}
@media (min-width: 992px) {
  .soderhallarna-site header {
    height: 160px;
  }
}
.soderhallarna-site header.search-closed {
  margin-top: -78px;
}
@media (min-width: 992px) {
  .soderhallarna-site header.search-closed {
    margin-top: -82px;
  }
}
.soderhallarna-site header.search-closed .search {
  height: 30px;
  padding-top: 0px;
  padding-bottom: 0px;
}
@media (min-width: 1200px) {
  .soderhallarna-site header.search-closed .search {
    margin-left: -15px;
  }
}
.soderhallarna-site header.search-closed .skip-links {
  padding: 1.5rem 2.5rem;
}
.soderhallarna-site header .header-inner {
  padding: 15px 2.5rem;
}
@media (min-width: 1200px) {
  .soderhallarna-site header .header-inner {
    padding: 1.5rem 2.5rem;
  }
}
.soderhallarna-site header .site-logo {
  top: 0;
  margin-left: 0;
}
.soderhallarna-site header .site-logo svg {
  height: 35px;
  width: 35px;
}
.soderhallarna-site header.header-solidbg {
  background-color: #232323;
  position: fixed;
}
@media (min-width: 992px) {
  .soderhallarna-site header .language-selector {
    right: 40px;
  }
}
.soderhallarna-site header .search {
  background: #232323;
  padding: 1.5rem 2.5rem;
  height: auto;
}
@media (min-width: 1200px) {
  .soderhallarna-site header .search {
    margin-left: 0px;
  }
}
.soderhallarna-site header .search input#site-search {
  border-radius: 0;
}
@media (max-width: 992px) {
  .soderhallarna-site header .search #clear-search-btn, .soderhallarna-site header .search #header-search-btn {
    top: 4px;
  }
}
.soderhallarna-site header #opensearch {
  right: 60px;
  top: 17px;
}
@media (min-width: 1200px) {
  .soderhallarna-site header #opensearch {
    right: 40px;
    top: 24px;
  }
}
.soderhallarna-site header #opensearch path#opensearchcolor {
  fill: #fff;
}
.soderhallarna-site #newsletter-link a {
  background: #435249;
  padding: 3px 10px 5px 10px;
  bottom: -26px;
}
@media (max-width: 500px) {
  .soderhallarna-site #newsletter-link a {
    font-size: 11.1px;
    right: 120px;
  }
}
@media (max-width: 360px) {
  .soderhallarna-site #newsletter-link a {
    right: 50px;
  }
}
@media (max-width: 294px) {
  .soderhallarna-site #newsletter-link a {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .soderhallarna-site #newsletter-link a {
    right: 180px;
  }
}
@media (min-width: 576px) {
  .soderhallarna-site #newsletter-link a {
    bottom: -30px;
  }
}
.soderhallarna-site.startpage-page header {
  border-bottom: none;
  background: transparent;
  z-index: 2;
}
.soderhallarna-site.startpage-page header #newsletter-link a {
  bottom: 28px;
  right: 93px;
}
@media (max-width: 500px) {
  .soderhallarna-site.startpage-page header #newsletter-link a {
    font-size: 11.1px;
    right: 120px;
  }
}
@media (max-width: 360px) {
  .soderhallarna-site.startpage-page header #newsletter-link a {
    right: 50px;
  }
}
@media (max-width: 294px) {
  .soderhallarna-site.startpage-page header #newsletter-link a {
    right: 30px;
  }
}
@media (min-width: 768px) {
  .soderhallarna-site.startpage-page header #newsletter-link a {
    right: 180px;
  }
}
@media (min-width: 992px) {
  .soderhallarna-site.startpage-page header #newsletter-link a {
    bottom: 48px;
    right: 188px;
  }
}
.soderhallarna-site.startpage-page header.scrolled {
  position: fixed;
}
.soderhallarna-site.startpage-page header.scrolled .header-inner {
  background-color: #232323;
  transition: background-color 200ms linear;
  z-index: 22;
}
.soderhallarna-site.startpage-page header.scrolled .search {
  margin: 0 -15px;
}
@media (min-width: 1200px) {
  .soderhallarna-site.startpage-page header.scrolled #opensearch {
    right: 26px;
    top: 30px;
  }
}
.soderhallarna-site.startpage-page header.scrolled #newsletter-link a {
  bottom: -29px;
}
@media (min-width: 992px) {
  .soderhallarna-site.startpage-page header.scrolled #newsletter-link a {
    bottom: -13px;
  }
}
@media (min-width: 1200px) {
  .soderhallarna-site.startpage-page header.scrolled #newsletter-link a {
    bottom: -31px;
  }
}
.soderhallarna-site.startpage-page header.scrolled.search-closed {
  margin-top: -78px;
}
.soderhallarna-site.startpage-page header.search-closed {
  margin-top: -84px;
}

@media (min-width: 576px) and (max-width: 767px) {
  .mobilia-site header .search {
    margin-left: 25%;
  }
}
.mobilia-site header .site-logo {
  margin-left: -5px;
  top: 7px;
}
@media (min-width: 576px) {
  .mobilia-site header .site-logo {
    top: 3px;
  }
}
@media (min-width: 992px) {
  .mobilia-site header .site-logo {
    top: -11px;
  }
}
@media (min-width: 1200px) {
  .mobilia-site header .site-logo {
    top: -14px;
  }
}
.mobilia-site #newsletter-link a {
  background: #DFF2FD;
  color: #000;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  text-transform: uppercase;
  font-size: 11px;
}

.forumkvarteret-site header {
  border-bottom: none;
  border-bottom: 1px solid #d8d8d8;
  z-index: 2;
}
.forumkvarteret-site header .site-logo {
  top: 12px;
}
@media (min-width: 576px) {
  .forumkvarteret-site header .site-logo {
    top: 20px;
  }
}
@media (min-width: 992px) {
  .forumkvarteret-site header .site-logo {
    top: -12px;
  }
}
.forumkvarteret-site header .site-logo svg {
  width: 80px;
}
@media (min-width: 992px) {
  .forumkvarteret-site header .site-logo svg {
    width: 120px;
  }
}
.forumkvarteret-site header .search input#site-search {
  border-radius: 0;
  border: 0.75px solid #373737;
  background: #FFFFFF;
  transition: all 0.4s ease-in;
}
@media (min-width: 992px) {
  .forumkvarteret-site header .search input#site-search {
    padding: 6px 20px 6px 45px;
  }
}
@media screen and (min-width: 992px) and (-ms-high-contrast: active), (min-width: 992px) and (-ms-high-contrast: none) {
  .forumkvarteret-site header .search input#site-search {
    padding: 6px 20px 9px 45px;
  }
}
@media (min-width: 992px) {
  .forumkvarteret-site header #opensearch {
    right: 36px;
  }
}
@media (min-width: 1200px) {
  .forumkvarteret-site header #opensearch {
    right: 0px;
  }
}
.forumkvarteret-site #newsletter-link a {
  background: #FBD5CB;
  color: #000000;
}

.granbystaden-site ul#ui-id-1,
.soderhallarna-site ul#ui-id-1,
.forumkvarteret-site ul#ui-id-1 {
  top: 60px !important;
  position: fixed !important;
}

.granbystaden-site header {
  font-family: "DINPro-Bold", sans-serif;
  width: 100%;
  max-width: 1750px;
  z-index: 22;
  position: fixed;
  top: 0;
}
@media (max-width: 768px) {
  .granbystaden-site header {
    width: 100%;
  }
}
.granbystaden-site header .site-logo svg {
  height: 65px;
  width: 85px;
  margin-top: -20px;
  margin-left: -20px;
}
@media (min-width: 576px) {
  .granbystaden-site header .site-logo svg {
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .granbystaden-site header .site-logo svg {
    height: 75px;
    margin-top: -20px;
    margin-left: -20px;
  }
}
.granbystaden-site header .search input#site-search {
  background: transparent;
  color: #373737;
  border-radius: 0;
  border: 0.75px solid #373737;
}
.granbystaden-site header .search input#site-search::placeholder {
  color: #373737;
}
.granbystaden-site header .search button#header-search-btn {
  background: url("/UI/Destinationswebb/img/search-dark.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.granbystaden-site header .search button#clear-search-btn {
  background: url("/UI/Destinationswebb/img/reset.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
@media (min-width: 576px) {
  .granbystaden-site header #opensearch {
    right: 40px;
  }
}
@media (min-width: 1200px) {
  .granbystaden-site header #opensearch {
    right: 0px;
  }
}
.granbystaden-site #newsletter-link a {
  background: #E6B7BD;
  color: #373737;
  padding: 3px 10px 5px 10px;
  bottom: -30px;
}

@media (min-width: 576px) {
  .granbystaden-site header #opensearch, .mobilia-site header #opensearch {
    top: 30px;
  }
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ui-dialog {
  left: 0 !important;
}

.ui-widget-content a {
  color: #ffffff;
}

.cookie-bar {
  width: 100% !important;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  text-align: center;
  background: #fff;
  z-index: 9999;
  padding: 35px 0;
  border-bottom: 1px solid #e6e8e7;
}
.cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.sickla-logo {
  display: block;
}
@media (max-width: 576px) {
  .cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.sickla-logo {
    display: none;
  }
}
.cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.soderhallarna-logo {
  display: none;
}
.cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.mobilia-logo {
  display: none;
}
.cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.granbystaden-logo {
  display: none;
}
.cookie-bar .cookie-bar-inner .cookie-logo .cookie-logo-img.forumkvarteret-logo {
  display: none;
}
.cookie-bar .cookie-bar-inner .cookie-logo svg {
  width: 180px;
  height: 44px;
}
.cookie-bar .cookie-bar-inner .cookie-info {
  padding-top: 20px;
}
.cookie-bar .cookie-bar-inner .cookie-bar__text {
  padding: 0 25px;
}
.cookie-bar .cookie-bar-inner .cookie-bar__text .cookie-heading {
  text-transform: uppercase;
  font-size: 16px;
  padding-bottom: 5px;
  display: block;
  font-family: "GT Walsheim Bold", sans-serif;
}
.cookie-bar .cookie-bar-inner .cookie-bar__text p {
  font-size: 14px;
  line-height: 1.4;
  font-family: "Futura Std Medium";
}
.cookie-bar .cookie-bar-inner .cookie-bar__text a {
  color: #46859B;
  outline: none;
  font-family: "Futura Std Medium";
}
.cookie-bar .cookie-bar-inner .cookie-bar__button {
  height: 75px;
  position: relative;
  top: 30px;
}
@media (max-width: 576px) {
  .cookie-bar .cookie-bar-inner .cookie-bar__button {
    height: 60px;
    top: 10px;
  }
}
@media (min-width: 768px) {
  .cookie-bar .cookie-bar-inner .cookie-bar__text {
    padding: 0 50px;
  }
}
@media (min-width: 1024px) {
  .cookie-bar .cookie-bar-inner {
    display: flex;
    width: 60%;
    margin: 0 auto;
  }
  .cookie-bar .cookie-bar-inner .cookie-logo {
    width: 30%;
  }
  .cookie-bar .cookie-bar-inner .cookie-info {
    width: 70%;
    padding-top: 0;
  }
  .cookie-bar .cookie-bar-inner .cookie-info .cookie__text {
    text-align: left;
  }
  .cookie-bar .cookie-bar-inner .cookie-bar__text {
    text-align: left;
    padding: 0;
  }
  .cookie-bar .cookie-bar-inner .cookie-bar__text p {
    text-align: left;
  }
  .cookie-bar .cookie-bar-inner .cookie-bar__button {
    text-align: left;
  }
}
@media (min-width: 1200px) {
  .cookie-bar .cookie-bar-inner {
    width: 900px;
  }
}
.cookie-bar .ui-dialog-title {
  display: none;
}

.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.sickla-logo {
  display: none;
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.soderhallarna-logo {
  display: block;
}
@media (max-width: 576px) {
  .soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.soderhallarna-logo {
    display: none;
  }
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.mobilia-logo {
  display: none;
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.granbystaden-logo {
  display: none;
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-logo-img.forumkvarteret-logo {
  display: none;
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-heading {
  font-family: "Dala Floda-Bold", sans-serif;
}
.soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-bar__text p, .soderhallarna-site .cookie-bar .cookie-bar-inner .cookie-bar__text a {
  font-family: "Futura Book", sans-serif;
}

@media (max-width: 400px) {
  .mobilia-site .cookie-bar .cookie-bar-inner .cookie-bar__text {
    padding: 0;
  }
  .mobilia-site .cookie-bar .cookie-bar-inner .cookie-info {
    padding-top: 0;
  }
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.sickla-logo {
  display: none;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.soderhallarna-logo {
  display: none;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.mobilia-logo {
  display: block;
  width: 100%;
}
@media (max-width: 576px) {
  .mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.mobilia-logo {
    display: none;
  }
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.granbystaden-logo {
  display: none;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-logo-img.forumkvarteret-logo {
  display: none;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-info .cookie-heading {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-info p {
  font-size: 16px;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .mobilia-site .cookie-bar .cookie-bar-inner .cookie-info p {
    padding-top: 20px;
  }
}
.mobilia-site .cookie-bar .cookie-bar-inner .primary-btn {
  color: #fff;
  background: #E15E35;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-heading {
  font-family: "Soehne Dreiviertelfett", sans-serif;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-bar__text p, .mobilia-site .cookie-bar .cookie-bar-inner .cookie-bar__text a {
  font-family: "Soehne Buch", sans-serif;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-bar__text a {
  color: #83372c;
}
.mobilia-site .cookie-bar .cookie-bar-inner .cookie-bar__text a:hover {
  color: #E15E35;
}

.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.sickla-logo {
  display: none;
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.soderhallarna-logo {
  display: none;
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.granbystaden-logo {
  display: block;
}
@media (max-width: 576px) {
  .granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.granbystaden-logo {
    display: none;
  }
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.mobilia-logo {
  display: none;
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-logo-img.forumkvarteret-logo {
  display: none;
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-heading {
  font-family: "DINPro-Bold", sans-serif;
}
.granbystaden-site .cookie-bar .cookie-bar-inner .cookie-bar__text p, .granbystaden-site .cookie-bar .cookie-bar-inner .cookie-bar__text a {
  font-family: "DINPro-Regular", sans-serif;
}

.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.sickla-logo {
  display: none;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.soderhallarna-logo {
  display: none;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.mobilia-logo {
  display: none;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.granbystaden-logo {
  display: none;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.forumkvarteret-logo {
  display: block;
}
@media (max-width: 576px) {
  .forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-logo-img.forumkvarteret-logo {
    display: none;
  }
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-info .cookie-heading {
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-info p {
  font-family: "Neue Haas Unica W1G", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 1200px) {
  .forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-info p {
    padding-top: 20px;
  }
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .primary-btn {
  color: white;
  background: #373737;
}
.forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-bar__text p, .forumkvarteret-site .cookie-bar .cookie-bar-inner .cookie-bar__text a {
  font-family: "Neue Haas Unica W1G", sans-serif;
}

.ui-dialog .ui-dialog-titlebar {
  display: none;
}

.ui-widget.ui-widget-content {
  padding: 35px 0;
}
@media (max-width: 576px) {
  .ui-widget.ui-widget-content {
    padding: 0;
  }
}

.ui-dialog .ui-dialog-content {
  overflow: hidden;
}

.ui-widget.ui-widget-content {
  border: none;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.main-navigation {
  display: none;
}
@media (min-width: 992px) {
  .main-navigation {
    display: block;
  }
}
.main-navigation ul.navigation-list {
  list-style: none;
  padding: 0;
  margin: 13px 0 0 20px;
  display: flex;
}
@media (min-width: 992px) {
  .main-navigation ul.navigation-list {
    margin: 5px 0 0 0;
  }
}
.main-navigation ul.navigation-list li {
  padding: 0 12px;
}
@media (min-width: 992px) {
  .main-navigation ul.navigation-list li {
    padding: 0 45px 0 0;
  }
}
.main-navigation ul.navigation-list li a {
  color: #373737;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}
.main-navigation ul.navigation-list li a[title~=Kalendarium] {
  padding-left: 25px;
  position: relative;
  width: 25px;
  display: block;
  overflow: hidden;
}
.main-navigation ul.navigation-list li a[title~=Kalendarium]:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/UI/Destinationswebb/img/calendar.svg");
  background-size: 26px;
  position: absolute;
  left: 0;
  top: -1px;
  transition: background 0.15s ease-in;
}
.main-navigation ul.navigation-list li a[title~=Kalendarium]:hover, .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus, .main-navigation ul.navigation-list li a[title~=Kalendarium]:active, .main-navigation ul.navigation-list li a[title~=Kalendarium].current {
  border-bottom: none;
  text-decoration: none;
}
.main-navigation ul.navigation-list li a[title~=Kalendarium]:hover:before, .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus:before, .main-navigation ul.navigation-list li a[title~=Kalendarium]:active:before, .main-navigation ul.navigation-list li a[title~=Kalendarium].current:before {
  background: url("/UI/Destinationswebb/img/calendar-orange.svg");
  background-size: 26px;
}
.main-navigation ul.navigation-list li a:hover, .main-navigation ul.navigation-list li a:focus, .main-navigation ul.navigation-list li a:active, .main-navigation ul.navigation-list li a.current {
  border-bottom: 2px solid #373737;
  text-decoration: none;
}

.nyasickla-site .main-navigation {
  margin-top: 5px;
}
.nyasickla-site .main-navigation ul.navigation-list li a {
  color: #f2f1ec;
  font-weight: normal;
  font-family: "Futura Heavy", sans serif;
  font-size: 13px;
  letter-spacing: 2px;
}
.nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:before {
  background: url("/UI/Destinationswebb/img/calendar-sickla.svg");
  background-size: 26px;
}
.nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current {
  border-bottom: none;
  text-decoration: none;
}
.nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover:before, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus:before, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active:before, .nyasickla-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current:before {
  background: url("/UI/Destinationswebb/img/calendar-sickla-coral.svg");
  background-size: 26px;
}
.nyasickla-site .main-navigation ul.navigation-list li a:hover, .nyasickla-site .main-navigation ul.navigation-list li a:focus, .nyasickla-site .main-navigation ul.navigation-list li a:active, .nyasickla-site .main-navigation ul.navigation-list li a.current {
  border-bottom: 2px solid #f2f1ec;
}
.nyasickla-site #navigation-btn .line1, .nyasickla-site #navigation-btn .line2, .nyasickla-site #navigation-btn .line3 {
  background: #f2f1ec;
}
.nyasickla-site .mobile-navigation-logo svg path {
  fill: #373737;
}

.soderhallarna-site header .search.is-expanded {
  position: relative;
  max-width: unset;
}
.soderhallarna-site .language-selector a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "Futura Heavy", sans serif;
  letter-spacing: 0.8px;
}
.soderhallarna-site .main-navigation {
  display: none;
}
@media (min-width: 1025px) {
  .soderhallarna-site .main-navigation {
    display: block;
    margin-top: -10px;
  }
}
@media (min-width: 992px) {
  .soderhallarna-site .main-navigation ul.navigation-list {
    margin: 5px 0 0 40px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .soderhallarna-site .main-navigation ul.navigation-list li {
    padding: 0 45px 0 0;
  }
}
.soderhallarna-site .main-navigation ul.navigation-list li a {
  color: #fff;
  font-weight: normal;
  font-size: 14px;
  font-family: "Futura Heavy", sans serif;
}
.soderhallarna-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:before {
  background: url("/UI/Destinationswebb/img/calendar-white.svg");
  background-size: 26px;
}
.soderhallarna-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover, .soderhallarna-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus, .soderhallarna-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active, .soderhallarna-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current {
  border-bottom: none;
  text-decoration: none;
}
.soderhallarna-site .main-navigation ul.navigation-list li a:hover, .soderhallarna-site .main-navigation ul.navigation-list li a:focus, .soderhallarna-site .main-navigation ul.navigation-list li a:active, .soderhallarna-site .main-navigation ul.navigation-list li a.current {
  border-bottom: 2px solid #fff;
}

@media (min-width: 768px) {
  .mobilia-site .main-navigation {
    margin-top: -20px;
  }
}
@media (min-width: 1200px) {
  .mobilia-site .main-navigation {
    margin-top: -30px;
  }
}
@media (min-width: 992px) {
  .mobilia-site .main-navigation ul.navigation-list {
    margin-left: 10%;
    width: 100%;
  }
}
.mobilia-site .main-navigation ul.navigation-list li a {
  color: #000;
  font-size: 14px;
  letter-spacing: 0;
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
}
.mobilia-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:before {
  background: url("/UI/Destinationswebb/img/calendar-black.svg");
  background-size: 26px;
}
.mobilia-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover, .mobilia-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus, .mobilia-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active, .mobilia-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current {
  border-bottom: none;
  text-decoration: none;
}
.mobilia-site .main-navigation ul.navigation-list li a:hover, .mobilia-site .main-navigation ul.navigation-list li a:focus, .mobilia-site .main-navigation ul.navigation-list li a:active, .mobilia-site .main-navigation ul.navigation-list li a.current {
  border-bottom: 2px solid #000;
}

.granbystaden-site .main-navigation {
  display: none;
}
@media (min-width: 1025px) {
  .granbystaden-site .main-navigation {
    display: block;
    margin-top: -15px;
  }
}
@media (min-width: 992px) {
  .granbystaden-site .main-navigation ul.navigation-list {
    justify-content: center;
    margin: 5px 0 0 40px;
    width: 100%;
  }
}

.forumkvarteret-site .main-navigation {
  display: none;
}
@media (min-width: 1025px) {
  .forumkvarteret-site .main-navigation {
    display: block;
    margin-top: -27px;
  }
}
.forumkvarteret-site .main-navigation ul.navigation-list {
  margin: 13px 0 0 20px;
}
@media (min-width: 992px) {
  .forumkvarteret-site .main-navigation ul.navigation-list {
    margin: 5px 0 0 40px;
  }
}
.forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium] {
  padding-left: 25px;
  position: relative;
  width: 25px;
  display: block;
  overflow: hidden;
}
.forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:before {
  content: "";
  width: 26px;
  height: 26px;
  background: url("/UI/Destinationswebb/img/calendar.svg");
  background-size: 26px;
  position: absolute;
  left: 0;
  top: -1px;
  transition: background 0.15s ease-in;
}
.forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current {
  border-bottom: none;
  text-decoration: none;
}
.forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:hover:before, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:focus:before, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium]:active:before, .forumkvarteret-site .main-navigation ul.navigation-list li a[title~=Kalendarium].current:before {
  background: url("/UI/Destinationswebb/img/calendar.svg");
  background-size: 26px;
}
.forumkvarteret-site .main-navigation ul.navigation-list li a:hover, .forumkvarteret-site .main-navigation ul.navigation-list li a:focus, .forumkvarteret-site .main-navigation ul.navigation-list li a:active, .forumkvarteret-site .main-navigation ul.navigation-list li a.current {
  border-bottom: 2px solid #373737;
  text-decoration: none;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

h1, .h1 {
  font-family: "Futura Now Shadow Bold";
  color: #373737;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 40px;
    line-height: 42px;
  }
}

.soderhallarna-site h1, .soderhallarna-site .h1 {
  font-family: "Dala Floda-Medium", sans-serif;
  color: #413C1B;
  font-size: 36px;
  line-height: 40px;
  letter-spacing: 0px;
}
@media (min-width: 768px) {
  .soderhallarna-site h1, .soderhallarna-site .h1 {
    line-height: 57px;
    letter-spacing: 0.14px;
    font-size: 54px;
  }
}

.mobilia-site h1, .mobilia-site .h1 {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.58px;
  font-weight: bold;
  color: #000;
}
@media (min-width: 768px) {
  .mobilia-site h1, .mobilia-site .h1 {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1.7px;
  }
}

.granbystaden-site h1, .granbystaden-site .h1 {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1.7px;
  color: #373737;
}
@media (min-width: 768px) {
  .granbystaden-site h1, .granbystaden-site .h1 {
    font-size: 40px;
  }
}

h2, .h2 {
  font-family: "GT Walsheim Bold", sans-serif;
  color: #373737;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 30px;
    line-height: 35px;
  }
}

.nyasickla-site h2, .nyasickla-site .h2 {
  text-transform: uppercase;
}

.soderhallarna-site h2, .soderhallarna-site .h2 {
  font-family: "Futura Medium", sans-serif;
  font-weight: normal;
  line-height: 30px;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #413C1B;
}

.mobilia-site h2, .mobilia-site .h2 {
  font-family: "Soehne Kraftig", sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .mobilia-site h2, .mobilia-site .h2 {
    font-size: 28px;
    letter-spacing: 0;
    line-height: 35px;
  }
}

.granbystaden-site h2, .granbystaden-site .h2 {
  font-family: "Calibre Medium", sans-serif;
  font-weight: normal;
  line-height: 30px;
  font-size: 28px;
  letter-spacing: -0.5px;
  color: #373737;
}

h3, .h3 {
  font-family: "Futura Heavy", sans serif;
  color: #373737;
  color: #373737;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 1.5px;
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 26px;
    line-height: 29px;
  }
}

.nyasickla-site h3, .nyasickla-site .h3 {
  text-transform: uppercase;
}

.soderhallarna-site h3, .soderhallarna-site .h3 {
  font-family: "Dala Floda-Medium", sans-serif;
  color: #413c1b;
  line-height: 34px;
  letter-spacing: 0;
  font-size: 30px;
}
@media (max-width: 768px) {
  .soderhallarna-site h3, .soderhallarna-site .h3 {
    font-family: "Dala Floda-Bold", sans-serif;
    color: #413C1B;
    font-size: 22px;
    line-height: 24px;
    letter-spacing: 0;
  }
}

.granbystaden-site h3, .granbystaden-site .h3 {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 26px;
  line-height: 29px;
  color: #373737;
  letter-spacing: -0.5px;
}

.mobilia-site h3, .mobilia-site .h3 {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: normal;
}
@media (min-width: 768px) {
  .mobilia-site h3, .mobilia-site .h3 {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: 0;
  }
}

h4, .h4 {
  font-family: "Futura Heavy", sans serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
  color: #373737;
}

.nyasickla-site h4, .nyasickla-site .h4 {
  letter-spacing: 3px;
  font-family: "Futura Heavy", sans serif;
  text-transform: uppercase;
  letter-spacing: 1.2px;
}

.soderhallarna-site h4, .soderhallarna-site .h4 {
  font-family: "Dala Floda-Medium", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  color: #413C1B;
}

.mobilia-site h4, .mobilia-site .h4 {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: 0;
  font-weight: normal;
}

.granbystaden-site h4, .granbystaden-site .h4 {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
  color: #373737;
}

h5, .h5 {
  font-family: "Futura Std Medium";
  font-weight: bold;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
  color: #373737;
}

.soderhallarna-site h5, .soderhallarna-site .h5 {
  font-family: "Futura Heavy", sans serif;
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
}

.mobilia-site h5, .mobilia-site .h5 {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: bold;
  color: #000;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}

.heading-tag {
  color: #495853;
  font-size: 12px;
  text-transform: uppercase;
  font-family: "Futura Std Medium";
  font-weight: 700;
  letter-spacing: 0.3px;
  display: block;
  line-height: 1;
  padding-bottom: 10px;
}

.soderhallarna-site .heading-tag {
  font-family: "Futura Heavy", sans serif;
  font-weight: normal;
  font-size: 14px;
  letter-spacing: 0.35px;
  line-height: 1;
  color: #373737;
}

.mobilia-site .heading-tag {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  color: #000;
}

.granbystaden-site .heading-tag {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #373737;
}

p {
  font-family: "Futura Std Medium";
  font-size: 16px;
  color: #373737;
  line-height: 25px;
  font-weight: normal;
}

.soderhallarna-site p {
  font-family: "Futura Book", sans-serif;
  line-height: 24px;
  font-size: 18px;
  letter-spacing: 0.25px;
  color: #413C1B;
}

.mobilia-site p {
  font-family: "Soehne Buch", sans-serif;
  letter-spacing: 0;
  color: #000;
}

.granbystaden-site p {
  font-family: "DINPro-Regular", sans-serif;
}

.intro {
  font-family: "Futura Std Medium";
  font-size: 18px;
  font-weight: 700;
  line-height: 1.39;
  color: #373737;
}
@media (min-width: 992px) {
  .intro {
    font-size: 20px;
    font-weight: normal;
    line-height: 1.55;
  }
}

.soderhallarna-site .intro {
  font-family: "Futura Book", sans-serif;
  font-weight: normal;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 0;
  line-height: 24px;
}
@media (min-width: 992px) {
  .soderhallarna-site .intro {
    font-size: 20px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 24px;
  }
}

.granbystaden-site .intro {
  font-family: "DINPro-Regular", sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.mobilia-site .intro {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
}

b, strong {
  font-weight: 700;
}

.soderhallarna-site b, .soderhallarna-site strong {
  font-family: "Futura Heavy", sans serif;
  font-weight: normal;
}

.mobilia-site b, .mobilia-site strong {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-weight: normal;
}

.granbystaden-site b, .granbystaden-site strong {
  font-family: "DINPro-Bold", sans-serif;
  font-weight: normal;
}

.forumkvarteret-site h1, .forumkvarteret-site .h1 {
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 40px;
  line-height: 42px;
  letter-spacing: -1.7px;
  color: #373737;
}
@media (max-width: 768px) {
  .forumkvarteret-site h1, .forumkvarteret-site .h1 {
    font-size: 36px;
  }
}
.forumkvarteret-site h2, .forumkvarteret-site .h2 {
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: normal;
  line-height: 35px;
  font-size: 30px;
  letter-spacing: -0.57px;
  color: #373737;
}
.forumkvarteret-site h3, .forumkvarteret-site .h3 {
  font-family: "Politica ExtraBold", sans-serif;
  color: #373737;
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.5px;
}
@media (min-width: 768px) {
  .forumkvarteret-site h3, .forumkvarteret-site .h3 {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.5px;
  }
}
.forumkvarteret-site h4, .forumkvarteret-site .h4 {
  font-family: "Calibre Bold", sans-serif;
  color: #373737;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
.forumkvarteret-site h5, .forumkvarteret-site .h5 {
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-weight: bold;
  color: #373737;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0px;
}
.forumkvarteret-site .heading-tag {
  font-family: "Calibre Bold", sans-serif;
  font-size: 12px;
  line-height: 18px;
  color: #373737;
}
.forumkvarteret-site p {
  font-family: "Neue Haas Unica W1G", sans-serif;
  line-height: 22px;
  font-size: 14px;
  color: #373737;
}
.forumkvarteret-site .intro {
  font-family: "Neue Haas Unica Pro", sans-serif;
  font-weight: normal;
}
.forumkvarteret-site b, .forumkvarteret-site strong {
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: normal;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.breadcrumb {
  background: none;
  margin: 0;
  padding: 0.8rem 1.5rem;
}
@media (min-width: 992px) {
  .breadcrumb {
    padding: 1rem 2.5rem;
  }
}

.breadcrumb-item {
  position: relative;
  font-size: 14px;
}
.breadcrumb-item:last-child a {
  color: #373737;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "";
  padding: 0;
  margin: 0 5px;
  position: relative;
  top: -2px;
  width: 5px;
  height: 5px;
  border-top: 1px solid #8c8c8c;
  border-right: 1px solid #8c8c8c;
  transform: rotate(45deg);
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.sorting-filters {
  margin-top: 25px;
  display: block;
  overflow: scroll;
  text-align: center;
}
.sorting-filters .sorting-label {
  margin-bottom: 20px;
}
.sorting-filters .sorting-content {
  justify-content: space-around;
  align-items: center;
}
.sorting-filters ul {
  list-style: none;
  padding: 0;
  display: flex;
  justify-content: center;
  margin: 1rem;
}
.sorting-filters a {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 12px 22px;
  border: 1px solid #373737;
  color: #373737;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.3px;
  margin-right: 12px;
}
.sorting-filters a:hover, .sorting-filters a:focus, .sorting-filters a:active {
  background: #373737;
  color: #ffffff;
}

.soderhallarna-site .sorting-filters a {
  border: 1px solid #fff;
  color: #fff;
}
.soderhallarna-site .sorting-filters a:hover, .soderhallarna-site .sorting-filters a:focus, .soderhallarna-site .sorting-filters a:active {
  background: #fff;
  color: #373737;
}

.mobilia-site .sorting-filters a {
  border-radius: 4px;
  border: 1px solid #000;
  color: #000;
}

.forumkvarteret-site .sorting-filters a {
  border-radius: 0;
  border: 1px solid #373737;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.yellow-btn {
  font-family: "Futura Std Medium";
  background: #FFD964;
  display: inline-block;
  padding: 16px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  color: #373737;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
  border: none;
  transition: all 0.25s ease-in;
  text-decoration: none;
  text-align: center;
  letter-spacing: 0.35px;
}
.yellow-btn:hover {
  box-shadow: 2px 0 0 0 #FFD964, -2px 0 0 0 #FFD964;
}
@media (min-width: 576px) {
  .yellow-btn:active {
    padding: 9px 20px;
  }
}
.yellow-btn:hover, .yellow-btn:focus, .yellow-btn:active {
  color: #373737;
  text-decoration: none;
}

.primary-btn {
  display: inline-block;
  background: #373737;
  color: #eeebe5;
  font-family: "Futura Std Bold";
  padding: 7px 17px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
@media (min-width: 576px) {
  .primary-btn {
    padding: 10px 20px;
  }
}
.primary-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .primary-btn:active {
    padding: 9px 20px;
  }
}
.primary-btn:hover, .primary-btn:focus, .primary-btn:active {
  color: #fff;
  text-decoration: none;
}

.big-btn {
  display: inline-block;
  background: #373737;
  color: #fff;
  padding: 10px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.35px;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
@media (min-width: 576px) {
  .big-btn {
    padding: 17px 30px;
  }
}
.big-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .big-btn:active {
    padding: 17px 30px;
  }
}
.big-btn:hover, .big-btn:focus, .big-btn:active {
  color: #fff;
  text-decoration: none;
}

.steel-btn {
  display: inline-block;
  background: #717e90;
  color: #fff;
  padding: 5px 20px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 0.35px;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease-in;
  text-align: center;
}
@media (min-width: 576px) {
  .steel-btn {
    padding: 10px 20px;
  }
}
.steel-btn:hover {
  box-shadow: 2px 0 0 0 #717e90, -2px 0 0 0 #717e90;
}
@media (min-width: 576px) {
  .steel-btn:active {
    padding: 9px 20px;
  }
}
.steel-btn:hover, .steel-btn:focus, .steel-btn:active {
  color: #fff;
  text-decoration: none;
}

.center-btn {
  text-align: center;
}

.nyasickla-site .primary-btn {
  color: #eeebe5;
  letter-spacing: 1px;
  background: #373737;
  padding: 8px 16px 6px 16px;
}
.nyasickla-site .big-btn {
  border-radius: 0;
  color: #eeebe5;
  font-family: "Futura Std Bold";
  letter-spacing: 1px;
  padding: 8px 16px 6px 16px;
}

.soderhallarna-site .primary-btn {
  border: none;
  display: inline-block;
  background: #232323;
  color: white;
  padding: 12px 17px;
  font-family: "Futura Heavy", sans serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 1.25px;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 576px) {
  .soderhallarna-site .primary-btn {
    padding: 7px 25px;
  }
}
.soderhallarna-site .primary-btn:hover {
  box-shadow: 2px 0 0 0 #232323, -2px 0 0 0 #232323;
}
@media (min-width: 576px) {
  .soderhallarna-site .primary-btn:active {
    padding: 17px 30px;
  }
}
.soderhallarna-site .primary-btn:hover, .soderhallarna-site .primary-btn:focus, .soderhallarna-site .primary-btn:active {
  color: #fff;
  text-decoration: none;
}
.soderhallarna-site .steel-btn {
  border: 1px solid #fff;
  display: inline-block;
  background: white;
  color: #373737;
  padding: 12px 17px;
  border-radius: 0;
  font-family: "Futura Heavy", sans serif;
  font-size: 13px;
  font-weight: normal;
  letter-spacing: 1.25px;
  line-height: 12px;
}
@media (max-width: 576px) {
  .soderhallarna-site .steel-btn {
    padding: 7px 25px;
  }
}
.soderhallarna-site .steel-btn:hover {
  box-shadow: 2px 0 0 0 #fff, -2px 0 0 0 #fff;
}
@media (min-width: 576px) {
  .soderhallarna-site .steel-btn:active {
    padding: 17px 30px;
  }
}
.soderhallarna-site .steel-btn:hover, .soderhallarna-site .steel-btn:focus, .soderhallarna-site .steel-btn:active {
  text-decoration: none;
}
.soderhallarna-site .big-btn {
  background: #fff;
  color: #373737;
  font-weight: normal;
  font-family: "Futura Heavy", sans serif;
  font-size: 13px;
  letter-spacing: 1.25px;
  line-height: 12px;
  border-radius: 0;
}
.soderhallarna-site .big-btn:hover {
  box-shadow: 2px 0 0 0 #fff, -2px 0 0 0 #fff;
}
@media (min-width: 576px) {
  .soderhallarna-site .big-btn:active {
    padding: 17px 30px;
  }
}
.soderhallarna-site .big-btn:hover, .soderhallarna-site .big-btn:focus, .soderhallarna-site .big-btn:active {
  text-decoration: none;
}

.mobilia-site .primary-btn, .mobilia-site .steel-btn {
  background: #F7F5D4;
  color: #000;
  padding: 5px 17px;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  .mobilia-site .primary-btn, .mobilia-site .steel-btn {
    padding: 10px 25px 11px 25px;
  }
}
.mobilia-site .primary-btn:hover, .mobilia-site .steel-btn:hover {
  box-shadow: 2px 0 0 0 #F7F5D4, -2px 0 0 0 #F7F5D4;
}
@media (min-width: 576px) {
  .mobilia-site .primary-btn:active, .mobilia-site .steel-btn:active {
    padding: 9px 20px;
  }
}
.mobilia-site .primary-btn:hover, .mobilia-site .primary-btn:focus, .mobilia-site .primary-btn:active, .mobilia-site .primary-btn:focus-visible, .mobilia-site .primary-btn:focus-within, .mobilia-site .steel-btn:hover, .mobilia-site .steel-btn:focus, .mobilia-site .steel-btn:active, .mobilia-site .steel-btn:focus-visible, .mobilia-site .steel-btn:focus-within {
  text-decoration: none;
  outline: none;
}
.mobilia-site .big-btn {
  background: #F7F5D4;
  color: #000;
  padding: 10px 20px;
  font-weight: 500;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 12px;
  border-radius: 0;
}
@media (min-width: 576px) {
  .mobilia-site .big-btn {
    padding: 12px 30px;
  }
}
@media (min-width: 576px) {
  .mobilia-site .big-btn:active {
    padding: 12px 30px;
  }
}
.mobilia-site .big-btn:hover, .mobilia-site .big-btn:focus, .mobilia-site .big-btn:active {
  background: #F7F5D4;
  box-shadow: 2px 0 0 0 #F7F5D4, -2px 0 0 0 #F7F5D4;
}

.granbystaden-site .primary-btn {
  background: #373737;
  color: white;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 15px;
  border-radius: 35px;
}
.granbystaden-site .primary-btn:hover, .granbystaden-site .primary-btn:active, .granbystaden-site .primary-btn:focus {
  background-color: #373737;
}
.granbystaden-site .steel-btn {
  border: 1px solid #373737;
  display: inline-block;
  background: #373737;
  color: #fff;
  padding: 5px 17px;
  border-radius: 35px;
  font-weight: normal;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
}
@media (min-width: 576px) {
  .granbystaden-site .steel-btn {
    padding: 7px 17px;
  }
}
.granbystaden-site .steel-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .granbystaden-site .steel-btn:active {
    padding: 9px 20px;
  }
}
.granbystaden-site .steel-btn:hover, .granbystaden-site .steel-btn:focus, .granbystaden-site .steel-btn:active {
  color: #fff;
  text-decoration: none;
}
.granbystaden-site .big-btn {
  background: #373737;
  color: white;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 15px;
  border-radius: 35px;
  padding: 10px 20px;
}
.granbystaden-site .big-btn:hover, .granbystaden-site .big-btn:active, .granbystaden-site .big-btn:focus {
  background-color: #373737;
}

.forumkvarteret-site .primary-btn {
  position: relative;
  background: #373737;
  color: white;
  border-radius: 0;
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.forumkvarteret-site .primary-btn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: white;
}
.forumkvarteret-site .primary-btn:after {
  content: "";
  border: 0.75px solid #373737;
  width: 98%;
  height: 29px;
  position: absolute;
  bottom: -2px;
  left: 4px;
}
@media (min-width: 576px) {
  .forumkvarteret-site .primary-btn {
    padding: 10px 20px;
    min-width: 135px;
  }
  .forumkvarteret-site .primary-btn:before {
    content: ">";
    right: 10px;
  }
  .forumkvarteret-site .primary-btn:after {
    content: "";
    border: 0.75px solid #373737;
    width: 99%;
    height: 37px;
    bottom: -3px;
    left: 4px;
  }
}
.forumkvarteret-site .primary-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
.forumkvarteret-site .primary-btn:hover, .forumkvarteret-site .primary-btn:focus, .forumkvarteret-site .primary-btn:active {
  color: #FFFFFF;
  text-decoration: none;
}
.forumkvarteret-site .big-btn {
  position: relative;
  background: #373737;
  color: #fff;
  border-radius: 0;
  font-family: "Politica ExtraBold", sans-serif;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.forumkvarteret-site .big-btn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: white;
}
.forumkvarteret-site .big-btn:after {
  content: "";
  border: 0.75px solid #373737;
  width: 98%;
  height: 37px;
  position: absolute;
  bottom: -4px;
  left: 6px;
}
@media (min-width: 576px) {
  .forumkvarteret-site .big-btn {
    padding: 10px 30px;
  }
  .forumkvarteret-site .big-btn:before {
    content: ">";
    position: absolute;
    right: 10px;
  }
  .forumkvarteret-site .big-btn:after {
    content: "";
    border: 0.75px solid #373737;
    width: 99%;
    height: 37px;
    position: absolute;
    bottom: -3px;
    left: 3px;
  }
}
.forumkvarteret-site .big-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .forumkvarteret-site .big-btn:active {
    padding: 10px 30px;
  }
}
.forumkvarteret-site .big-btn:hover, .forumkvarteret-site .big-btn:focus, .forumkvarteret-site .big-btn:active {
  color: #fff;
  text-decoration: none;
}
.forumkvarteret-site .steel-btn {
  position: relative;
  display: inline-block;
  background: #373737;
  color: #fff;
  border-radius: 0;
  font-family: "Politica ExtraBold", sans-serif;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.forumkvarteret-site .steel-btn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: white;
}
.forumkvarteret-site .steel-btn:after {
  content: "";
  border: 0.75px solid #373737;
  width: 98%;
  height: 26px;
  position: absolute;
  bottom: -2px;
  left: 5px;
}
@media (min-width: 576px) {
  .forumkvarteret-site .steel-btn {
    padding: 10px 20px;
    min-width: 185px;
  }
  .forumkvarteret-site .steel-btn:before {
    content: ">";
    position: absolute;
    right: 10px;
  }
  .forumkvarteret-site .steel-btn:after {
    content: "";
    border: 0.75px solid #373737;
    width: 99%;
    height: 37px;
    position: absolute;
    bottom: -3px;
    left: 5px;
  }
}
.forumkvarteret-site .steel-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .forumkvarteret-site .steel-btn:active {
    padding: 9px 20px;
  }
}
.forumkvarteret-site .steel-btn:hover, .forumkvarteret-site .steel-btn:focus, .forumkvarteret-site .steel-btn:active {
  color: #fff;
  text-decoration: none;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (max-width: 576px) {
  .accordion {
    padding: 12px 0px 2px 0px;
    border-bottom: 1px solid #d8d8d8;
  }
  .accordion .accordion-toggle {
    display: block;
    z-index: 10;
  }
  .accordion .accordion-toggle .accordion-toggle-icon {
    background: #e17f53;
    width: 16px;
    height: 16px;
    border-radius: 2px;
    position: absolute;
    right: 0;
    top: 19px;
    transition: background 0.2s ease;
    z-index: 0;
    pointer-events: none;
  }
  .accordion .accordion-toggle .accordion-toggle-icon span {
    width: 8px;
    height: 2px;
    background: white;
    position: absolute;
    top: 7px;
    left: 4px;
  }
  .accordion .accordion-toggle .accordion-toggle-icon span:first-child {
    transform: rotateZ(90deg);
    transition: transform 0.2s ease;
  }
  .accordion .accordion-toggle.active .accordion-toggle-icon {
    background: #8c8c8c;
  }
  .accordion .accordion-toggle.active .accordion-toggle-icon span:first-child {
    transform: rotate(0deg);
  }
  .accordion .accordion-target {
    display: none;
  }
  .nyasickla-site .accordion {
    border-color: #a07b67;
  }
  .nyasickla-site .accordion .accordion-toggle-icon {
    background: #e2ef8a;
  }
  .nyasickla-site .accordion .accordion-toggle-icon span {
    background: #a07b67;
  }
  .nyasickla-site .accordion .accordion-toggle.active .accordion-toggle-icon span {
    background: #fff;
  }
  .soderhallarna-site .accordion .accordion-toggle-icon {
    background: #8C8C8C;
  }
  .granbystaden-site .accordion .accordion-toggle-icon {
    background: #373737;
  }
}
.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.basFormSubmitBtn {
  display: inline-block;
  background: #373737;
  color: #eeebe5;
  font-family: "Futura Std Bold";
  padding: 7px 17px;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  letter-spacing: 1px;
  border: none;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  text-align: center;
}
@media (min-width: 576px) {
  .basFormSubmitBtn {
    padding: 10px 20px;
  }
}
.basFormSubmitBtn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .basFormSubmitBtn:active {
    padding: 9px 20px;
  }
}
.basFormSubmitBtn:hover, .basFormSubmitBtn:focus, .basFormSubmitBtn:active {
  color: #fff;
  text-decoration: none;
}

.nyasickla-site .basFormSubmitBtn {
  color: #eeebe5;
  letter-spacing: 1px;
  background: #373737;
  padding: 8px 16px 6px 16px;
}

.soderhallarna-site .basFormSubmitBtn {
  border: none;
  display: inline-block;
  background: #232323;
  color: white;
  padding: 12px 17px;
  font-family: "Futura Heavy", sans serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 17px;
  letter-spacing: 1.25px;
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 576px) {
  .soderhallarna-site .basFormSubmitBtn {
    padding: 7px 25px;
  }
}
.soderhallarna-site .basFormSubmitBtn:hover {
  box-shadow: 2px 0 0 0 #232323, -2px 0 0 0 #232323;
}
@media (min-width: 576px) {
  .soderhallarna-site .basFormSubmitBtn:active {
    padding: 17px 30px;
  }
}
.soderhallarna-site .basFormSubmitBtn:hover, .soderhallarna-site .basFormSubmitBtn:focus, .soderhallarna-site .basFormSubmitBtn:active {
  color: #fff;
  text-decoration: none;
}

.mobilia-site .basFormSubmitBtn {
  background: #F7F5D4;
  color: #000;
  padding: 5px 17px;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0;
  border-radius: 0;
}
@media (min-width: 576px) {
  .mobilia-site .basFormSubmitBtn {
    padding: 10px 25px 11px 25px;
  }
}
.mobilia-site .basFormSubmitBtn:hover {
  box-shadow: 2px 0 0 0 #F7F5D4, -2px 0 0 0 #F7F5D4;
}
@media (min-width: 576px) {
  .mobilia-site .basFormSubmitBtn:active {
    padding: 9px 20px;
  }
}
.mobilia-site .basFormSubmitBtn:hover, .mobilia-site .basFormSubmitBtn:focus, .mobilia-site .basFormSubmitBtn:active, .mobilia-site .basFormSubmitBtn:focus-visible, .mobilia-site .basFormSubmitBtn:focus-within {
  text-decoration: none;
  outline: none;
}

.granbystaden-site .basFormSubmitBtn {
  background: #373737;
  color: white;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 15px;
  border-radius: 35px;
}
.granbystaden-site .basFormSubmitBtn:hover, .granbystaden-site .basFormSubmitBtn:active, .granbystaden-site .basFormSubmitBtn:focus {
  background-color: #373737;
}

.forumkvarteret-site .basFormSubmitBtn {
  position: relative;
  background: #373737;
  color: white;
  border-radius: 0;
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.3px;
}
.forumkvarteret-site .basFormSubmitBtn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: white;
}
.forumkvarteret-site .basFormSubmitBtn:after {
  content: "";
  border: 0.75px solid #373737;
  width: 98%;
  height: 29px;
  position: absolute;
  bottom: -2px;
  left: 4px;
}
@media (min-width: 576px) {
  .forumkvarteret-site .basFormSubmitBtn {
    padding: 10px 20px;
    min-width: 135px;
  }
  .forumkvarteret-site .basFormSubmitBtn:before {
    content: ">";
    right: 10px;
  }
  .forumkvarteret-site .basFormSubmitBtn:after {
    content: "";
    border: 0.75px solid #373737;
    width: 99%;
    height: 37px;
    bottom: -3px;
    left: 4px;
  }
}
.forumkvarteret-site .basFormSubmitBtn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
.forumkvarteret-site .basFormSubmitBtn:hover, .forumkvarteret-site .basFormSubmitBtn:focus, .forumkvarteret-site .basFormSubmitBtn:active {
  color: #FFFFFF;
  text-decoration: none;
}

.EPiServerForms .Form__Element {
  margin: 0 0 15px 0 !important;
}

.FormTextbox__Input,
.EPiServerForms .FormDateTime .FormDateTime__Input {
  width: 250px !important;
  padding: 6px 0px 6px 10px;
}

.FormFileUpload__Input {
  padding: 6px 0px 6px 0px;
}

.Form__Element__Caption {
  width: 100%;
  padding: 8px 0px 6px 0px;
}
@media (min-width: 576px) {
  .Form__Element__Caption {
    width: 150px;
  }
}

.Form__Element .FormSelection select {
  width: 250px;
  padding: 6px 0px 6px 10px;
}

.Form__Element.Form__CustomElement.FormAddressElement {
  width: 410px;
}
.Form__Element.Form__CustomElement.FormAddressElement input {
  width: 250px;
  padding: 6px 0px 6px 10px;
  margin-bottom: 15px;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero {
  height: 375px;
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1200px) {
  .hero {
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .hero {
    height: 500px;
  }
}
.hero .hero-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .hero .hero-img.hero-lg-img {
    display: none;
  }
}
@media (min-width: 576px) {
  .hero .hero-img.hero-lg-img {
    height: 100%;
  }
}
@media (min-width: 1600px) {
  .hero .hero-img.hero-lg-img {
    width: 100%;
    height: auto;
  }
}
@media (min-width: 576px) {
  .hero .hero-img.hero-sm-img {
    display: none;
  }
}
.hero .hero-background {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(0, 0, 0) scale(1);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.hero .hero-background.zoom-animation {
  transform: scale(1.25);
  transition: 12s transform;
}
.hero .hero-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  color: #fff;
}
@media (min-width: 768px) {
  .hero .hero-content {
    left: 0;
    transform: translateY(-50%);
  }
}
@media (min-width: 1200px) {
  .hero .hero-content {
    left: 6rem;
  }
}
.hero .hero-content.center-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
@media (min-width: 768px) {
  .hero .hero-content.big-font h1, .hero .hero-content.big-font .hero-heading {
    font-size: 46px;
    line-height: 49px;
  }
}
@media (min-width: 1200px) {
  .hero .hero-content.big-font h1, .hero .hero-content.big-font .hero-heading {
    font-size: 60px;
    line-height: 66px;
  }
}
.hero .hero-content h1, .hero .hero-content .hero-heading {
  color: #fff;
  margin-bottom: 10px;
  text-shadow: 0px 0px 20px #373737;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero .hero-content p {
  color: #fff;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.hero .hero-btn {
  margin-top: 40px;
  display: inline-block;
}

.hero-slideshow {
  width: 100%;
  height: calc(100vh - 100px);
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
  position: relative;
  height: 375px;
  width: 100%;
  position: relative;
}
@media (min-width: 1200px) {
  .hero-slideshow {
    height: 450px;
  }
}
@media (min-width: 1800px) {
  .hero-slideshow {
    height: 500px;
  }
}

.hero-slideshow-item1,
.hero-slideshow-item2,
.hero-slideshow-item3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation-name: slideShow;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-duration: 15s;
  animation-name: slideShow;
  animation-iteration-count: infinite;
  animation-duration: 15s;
  padding-top: 60px;
  padding-bottom: 60px;
  margin: 0;
  padding: 0;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.hero-slideshow-item1 {
  opacity: 1;
}

.hero-slideshow-item2 {
  animation-delay: -10s;
  -o-animation-delay: -10s;
  -moz--animation-delay: -10s;
  -webkit-animation-delay: -10s;
}

.hero-slideshow-item3 {
  animation-delay: -5s;
  -o-animation-delay: -5s;
  -moz--animation-delay: -5s;
  -webkit-animation-delay: -5s;
}

@keyframes slideShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  53% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-o-keyframes slideShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  53% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-moz-keyframes slideShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  53% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}
@-webkit-keyframes slideShow {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  33% {
    opacity: 1;
    transform: scale(1.3);
    -ms-transform: scale(1.3);
  }
  53% {
    opacity: 0;
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }
  100% {
    opacity: 0;
    transform: scale(1);
    -ms-transform: scale(1);
  }
}
.nyasickla-site .hero .hero-content h1, .nyasickla-site .hero .hero-content .hero-heading {
  text-shadow: none;
  text-transform: uppercase;
  line-height: 48px;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .nyasickla-site .hero .hero-content.big-font h1, .nyasickla-site .hero .hero-content.big-font .hero-heading {
    line-height: 1.3;
  }
}
.nyasickla-site .hero .hero-content.futura-outline h1, .nyasickla-site .hero .hero-content.futura-outline .hero-heading {
  font-family: "Futura Now Outline Bold";
}
.nyasickla-site .hero .hero-content.futura-std h1, .nyasickla-site .hero .hero-content.futura-std .hero-heading {
  font-family: "Futura Std Bold";
}
.nyasickla-site .hero .hero-content.dark-text h1, .nyasickla-site .hero .hero-content.dark-text .hero-heading, .nyasickla-site .hero .hero-content.dark-text p {
  color: #373737;
}

.soderhallarna-site .hero {
  margin-top: -80px;
  z-index: 0;
}
@media (min-width: 992px) {
  .soderhallarna-site .hero {
    height: 580px;
  }
}
@media (min-width: 576px) {
  .soderhallarna-site .hero {
    height: 480px;
  }
}
.soderhallarna-site .hero.scrolled {
  margin-top: 0;
}
.soderhallarna-site .hero.scrolled.site-logo svg {
  height: 45px !important;
}
@media (max-width: 576px) {
  .soderhallarna-site .hero .hero-content {
    top: 64%;
  }
}
.soderhallarna-site .hero .hero-content.soderhallarna-futura h1, .soderhallarna-site .hero .hero-content.soderhallarna-futura .hero-heading {
  font-family: "Futura Medium", sans-serif;
}
.soderhallarna-site .hero .hero-content h1, .soderhallarna-site .hero .hero-content .hero-heading {
  text-shadow: none;
}
.soderhallarna-site .hero .hero-content .primary-btn {
  background: url("/UI/Destinationswebb/img/stroke.svg");
  color: #373737;
  font-family: "Dala Floda-Medium", sans-serif;
  font-size: 15px;
  letter-spacing: normal;
  font-weight: 900;
  line-height: 24px;
  border: none;
  padding: 16px 25px;
}
.soderhallarna-site .hero .hero-content .primary-btn:hover {
  text-decoration: underline;
  border: none;
  box-shadow: none;
}
.soderhallarna-site .hero .hero-content.dark-text h1, .soderhallarna-site .hero .hero-content.dark-text .hero-heading, .soderhallarna-site .hero .hero-content.dark-text p {
  color: #272627;
}

.mobilia-site .hero .hero-content {
  color: #FFFFFF;
}
.mobilia-site .hero .hero-content h1, .mobilia-site .hero .hero-content .hero-heading {
  color: #FFFFFF;
  text-shadow: none;
  text-transform: uppercase;
  -webkit-line-clamp: 4;
}
.mobilia-site .hero .hero-content.mobilia-heldane h1, .mobilia-site .hero .hero-content.mobilia-heldane .hero-heading {
  font-family: "Heldane Bold", serif;
  font-size: 30px;
  line-height: 60px;
  text-transform: none;
  font-weight: normal;
  padding: 0 4px;
}
@media (min-width: 576px) {
  .mobilia-site .hero .hero-content.mobilia-heldane h1, .mobilia-site .hero .hero-content.mobilia-heldane .hero-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .mobilia-site .hero .hero-content.mobilia-heldane h1, .mobilia-site .hero .hero-content.mobilia-heldane .hero-heading {
    font-size: 70px;
    line-height: 80px;
  }
}
.mobilia-site .hero .hero-content.mobilia-soehne h1, .mobilia-site .hero .hero-content.mobilia-soehne .hero-heading {
  font-family: "Soehne Extrafett", sans-serif;
  font-size: 30px;
  line-height: 1;
  text-transform: none;
  font-weight: normal;
  padding: 0 4px;
}
@media (min-width: 576px) {
  .mobilia-site .hero .hero-content.mobilia-soehne h1, .mobilia-site .hero .hero-content.mobilia-soehne .hero-heading {
    font-size: 50px;
  }
}
@media (min-width: 992px) {
  .mobilia-site .hero .hero-content.mobilia-soehne h1, .mobilia-site .hero .hero-content.mobilia-soehne .hero-heading {
    font-size: 70px;
  }
}
.mobilia-site .hero .hero-content.big-font.mobilia-heldane h1, .mobilia-site .hero .hero-content.big-font.mobilia-heldane .hero-heading, .mobilia-site .hero .hero-content.big-font.mobilia-soehne h1, .mobilia-site .hero .hero-content.big-font.mobilia-soehne .hero-heading {
  font-size: 30px;
  line-height: 1;
}
@media (min-width: 768px) {
  .mobilia-site .hero .hero-content.big-font.mobilia-heldane h1, .mobilia-site .hero .hero-content.big-font.mobilia-heldane .hero-heading, .mobilia-site .hero .hero-content.big-font.mobilia-soehne h1, .mobilia-site .hero .hero-content.big-font.mobilia-soehne .hero-heading {
    font-size: 70px;
  }
}
@media (min-width: 1200px) {
  .mobilia-site .hero .hero-content.big-font.mobilia-heldane h1, .mobilia-site .hero .hero-content.big-font.mobilia-heldane .hero-heading, .mobilia-site .hero .hero-content.big-font.mobilia-soehne h1, .mobilia-site .hero .hero-content.big-font.mobilia-soehne .hero-heading {
    font-size: 90px;
  }
}
@media (min-width: 1600px) {
  .mobilia-site .hero .hero-content.big-font.mobilia-heldane h1, .mobilia-site .hero .hero-content.big-font.mobilia-heldane .hero-heading, .mobilia-site .hero .hero-content.big-font.mobilia-soehne h1, .mobilia-site .hero .hero-content.big-font.mobilia-soehne .hero-heading {
    font-size: 115px;
  }
}
@media (min-width: 1600px) {
  .mobilia-site .hero .hero-content.big-font.mobilia-heldane h1, .mobilia-site .hero .hero-content.big-font.mobilia-heldane .hero-heading, .mobilia-site .hero .hero-content.big-font.mobilia-soehne h1, .mobilia-site .hero .hero-content.big-font.mobilia-soehne .hero-heading {
    font-size: 120px;
  }
}
.mobilia-site .hero .hero-content.dark-text h1, .mobilia-site .hero .hero-content.dark-text .hero-heading, .mobilia-site .hero .hero-content.dark-text p {
  color: #000;
}
.mobilia-site .hero .primary-btn {
  background: #F7F5D4;
  color: #000;
}
.mobilia-site .hero .primary-btn:hover {
  box-shadow: 2px 0 0 0 #F7F5D4, -2px 0 0 0 #F7F5D4;
}

.granbystaden-site .hero {
  z-index: 0;
}
.granbystaden-site .hero .hero-content h1, .granbystaden-site .hero .hero-content .hero-heading {
  text-shadow: none;
  text-decoration: none;
  font-family: "Zooja Regular", sans-serif;
  font-size: 45px;
  letter-spacing: 0px;
  line-height: 65px;
  margin-top: 20px;
}
@media (min-width: 992px) {
  .granbystaden-site .hero .hero-content h1, .granbystaden-site .hero .hero-content .hero-heading {
    font-size: 73px;
    letter-spacing: 3.67px;
    line-height: 110px;
  }
}
.granbystaden-site .hero .hero-content.granbystaden-dinpro h1, .granbystaden-site .hero .hero-content.granbystaden-dinpro .hero-heading {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 30px;
  line-height: 50px;
}
@media (min-width: 992px) {
  .granbystaden-site .hero .hero-content.granbystaden-dinpro h1, .granbystaden-site .hero .hero-content.granbystaden-dinpro .hero-heading {
    font-size: 50px;
    line-height: 70px;
  }
}
.granbystaden-site .hero .hero-content.granbystaden-zooja h1, .granbystaden-site .hero .hero-content.granbystaden-zooja .hero-heading {
  font-family: "Zooja Regular", sans-serif;
  letter-spacing: 0;
}
.granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj {
  text-align: center;
  width: inherit;
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 768px) {
  .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj {
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
  }
}
@media (min-width: 768px) {
  .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj {
    left: 50%;
  }
}
.granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj h1, .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj .hero-heading {
  font-family: "Zooja Regular", sans-serif;
  color: #FEF9EF;
  text-shadow: 0 0 20px #888;
  font-size: 60px;
  letter-spacing: 0;
  margin-bottom: 15px;
}
@media (min-width: 576px) {
  .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj h1, .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj .hero-heading {
    font-size: 130px;
  }
}
@media (min-width: 992px) {
  .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj h1, .granbystaden-site .hero .hero-content.granbystaden-zooja-sommarkampanj .hero-heading {
    font-size: 190px;
  }
}
.granbystaden-site .hero .hero-content .primary-btn {
  background: white;
  color: #373737;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 15px;
}
.granbystaden-site .hero .hero-content .primary-btn:hover {
  box-shadow: 2px 0 0 0 #FFF, -2px 0 0 0 #FFF;
}
@media (min-width: 576px) {
  .granbystaden-site .hero .hero-content .primary-btn:active {
    padding: 9px 20px;
  }
}
.granbystaden-site .hero .hero-content .primary-btn:hover, .granbystaden-site .hero .hero-content .primary-btn:focus, .granbystaden-site .hero .hero-content .primary-btn:active {
  text-decoration: none;
}
@media (min-width: 768px) {
  .granbystaden-site .hero .hero-content.big-font h1, .granbystaden-site .hero .hero-content.big-font .hero-heading {
    font-size: 46px;
    line-height: 49px;
  }
}
@media (min-width: 1200px) {
  .granbystaden-site .hero .hero-content.big-font h1, .granbystaden-site .hero .hero-content.big-font .hero-heading {
    font-size: 60px;
    line-height: 66px;
  }
}
.granbystaden-site .hero .hero-content.dark-text h1, .granbystaden-site .hero .hero-content.dark-text .hero-heading, .granbystaden-site .hero .hero-content.dark-text p {
  color: #000;
}

.forumkvarteret-site .hero {
  z-index: 0;
}
.forumkvarteret-site .hero-content h1, .forumkvarteret-site .hero-content .h1 {
  padding: 10px 0 10px 0;
  text-shadow: none !important;
}
.forumkvarteret-site .hero-content .primary-btn {
  background: #FFFFFF;
  color: #373737;
}
.forumkvarteret-site .hero-content .primary-btn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: black;
}
.forumkvarteret-site .hero-content .primary-btn:after {
  content: "";
  border: 0.75px solid white;
  width: 98%;
  height: 33px;
  position: absolute;
  bottom: -3px;
  left: 7px;
}
@media (max-width: 576px) {
  .forumkvarteret-site .hero-content .primary-btn:after {
    height: 27px;
    bottom: -2px;
    left: 7px;
  }
}
.forumkvarteret-site .hero-content .primary-btn:hover {
  box-shadow: 2px 0 0 0 #FFFFFF, -2px 0 0 0 #FFFFFF;
}
.forumkvarteret-site .hero-content .primary-btn:hover, .forumkvarteret-site .hero-content .primary-btn:focus, .forumkvarteret-site .hero-content .primary-btn:active {
  color: #373737;
  text-decoration: none;
}
.forumkvarteret-site .hero-content.dark-text h1, .forumkvarteret-site .hero-content.dark-text .hero-heading, .forumkvarteret-site .hero-content.dark-text p {
  color: #00426b;
}

iframe {
  border: none;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.block {
  width: 100%;
}

@media (min-width: 768px) {
  .related-blocks {
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.related-blocks .related-block {
  width: 100%;
  background: #f2f2f2;
  margin: 0 0 20px 0;
  position: relative;
}
@media (min-width: 768px) {
  .related-blocks .related-block {
    width: calc(33% - 30px);
    margin: 15px;
  }
}
.related-blocks .related-block img {
  width: 100%;
}
.related-blocks .related-block .related-text, .related-blocks .related-block .carousel-text {
  padding: 17px;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 15px 18px 15px;
  position: relative;
}
@media (max-width: 576px) {
  .related-blocks .related-block .related-text, .related-blocks .related-block .carousel-text {
    min-height: 149px;
  }
}
.related-blocks .related-block .related-text h3, .related-blocks .related-block .carousel-text h3 {
  font-size: 14px;
  line-height: 18px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.related-blocks .related-block .related-text p, .related-blocks .related-block .carousel-text p {
  font-size: 14px;
  line-height: 19px;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 576px) {
  .related-blocks .related-block .related-text p, .related-blocks .related-block .carousel-text p {
    -webkit-line-clamp: 3;
  }
}
.related-blocks .related-block .related-text a:hover, .related-blocks .related-block .related-text a:focus, .related-blocks .related-block .related-text a:active, .related-blocks .related-block .carousel-text a:hover, .related-blocks .related-block .carousel-text a:focus, .related-blocks .related-block .carousel-text a:active {
  color: #373737;
}
.related-blocks .related-block .related-type {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.55px;
}
.related-blocks .related-block .related-type.grey {
  color: #8c8c8c;
}
.related-blocks .related-block .related-type.Event {
  color: #f8b814;
}
.related-blocks .related-block .related-type.Erbjudande {
  color: #e17f53;
}
.related-blocks .related-block .related-type.customerclub {
  color: #47997e;
}
.related-blocks .related-block .related-type.Artikel {
  color: #717e90;
}
.related-blocks .related-block .event-time {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
  line-height: 2;
  margin-top: 5px;
}
.related-blocks .related-block .event-time:before {
  content: "";
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.related-blocks .related-block .event-location {
  font-size: 12px;
  padding-left: 25px;
  position: relative;
  line-height: 2;
  margin-top: 5px;
}
.related-blocks .related-block .event-location:before {
  content: "";
  background: url("/UI/Destinationswebb/img/pin.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.related-blocks .related-block .carousel-dates {
  margin-top: 10px;
  display: block;
}
.related-blocks .related-block .related-back {
  display: none;
}
.related-blocks .related-block.Erbjudande {
  overflow: hidden;
  position: relative;
}
.related-blocks .related-block.Erbjudande .related-front, .related-blocks .related-block.Erbjudande .related-back {
  width: 100%;
  height: 252px;
}
@media (min-width: 576px) {
  .related-blocks .related-block.Erbjudande .related-front, .related-blocks .related-block.Erbjudande .related-back {
    height: 291px;
  }
}
@media (min-width: 992px) {
  .related-blocks .related-block.Erbjudande .related-front, .related-blocks .related-block.Erbjudande .related-back {
    height: 280px;
  }
}
.related-blocks .related-block.Erbjudande .related-back {
  display: block;
  background: #f2f2f2;
  padding: 15px;
  position: absolute;
  bottom: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
}
.related-blocks .related-block.Erbjudande .related-back h3 {
  font-size: 14px;
  line-height: 18px;
}
.related-blocks .related-block.Erbjudande .related-back p {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
}
.related-blocks .related-block.Erbjudande .related-back.slideup {
  animation-name: slideUp;
  animation-duration: 0.6s;
  animation-fill-mode: forwards;
}
.related-blocks .related-block.Erbjudande .related-back.slidedown {
  animation-name: slideDown;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;
}
.related-blocks .related-block.Erbjudande .more-indicator {
  position: absolute;
  top: 7px;
  right: 7px;
}

.forumkvarteret-site.grey-background {
  background: #D4D4D4;
}

@-webkit-keyframes slideUp {
  from {
    visibility: hidden;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes slideDown {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}
.linklistblock {
  background: #ffffff;
}
.linklistblock h2 {
  padding: 10px 0;
}
.linklistblock ul.link-list {
  padding: 0;
  list-style: none;
}
.linklistblock ul.link-list li {
  padding: 10px 0;
  border-bottom: 1px solid #D7D7D7;
  line-height: 20px;
}
.linklistblock ul.link-list li a {
  color: #46859B;
}
@media (min-width: 576px) and (max-width: 992px) {
  .linklistblock {
    background: #e5dfc1;
  }
}

.nyasickla-site .linklistblock {
  background: #e7e6db;
}
.nyasickla-site .linklistblock ul.link-list li a {
  color: #ff735c;
}

.soderhallarna-site .linklistblock ul.link-list li a {
  color: #373737;
}

.mobilia-site .linklistblock {
  background: #F7F5D4;
}
.mobilia-site .linklistblock .h4 {
  font-size: 22px;
  line-height: 29px;
}
.mobilia-site .linklistblock ul.link-list li a {
  color: #83372c;
}
.mobilia-site .linklistblock ul.link-list li a:hover, .mobilia-site .linklistblock ul.link-list li a:focus, .mobilia-site .linklistblock ul.link-list li a:active {
  color: #E15E35;
  text-decoration: none;
}
@media (min-width: 576px) and (max-width: 992px) {
  .mobilia-site .linklistblock {
    background: #E0E0E0;
  }
}

@media (min-width: 576px) and (max-width: 992px) {
  .forumkvarteret-site .linklistblock {
    background: #F5F5F5;
  }
}

.mediablock iframe {
  margin: 20px 0;
  width: 100%;
  height: 195px;
}
@media (min-width: 768px) {
  .mediablock iframe {
    height: 375px;
  }
}
@media (min-width: 992px) {
  .mediablock iframe {
    height: 600px;
  }
}
.mediablock video {
  margin: 20px 0;
  width: 100%;
  height: 195px;
}
@media (min-width: 768px) {
  .mediablock video {
    height: 375px;
  }
}

.ongoingblock {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .ongoingblock {
    padding: 2.5rem;
  }
}
.ongoingblock .ongoingblock-heading {
  padding-bottom: 1.5rem;
}

.mobilia-site .ongoingblock {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .mobilia-site .ongoingblock {
    padding: 2.5rem;
  }
}
.mobilia-site .ongoingblock .ongoingblock-heading {
  padding-bottom: 1.5rem;
}
.mobilia-site .ongoingblock p {
  font-family: "Soehne Kraftig", sans-serif;
  opacity: 80%;
}
.mobilia-site .ongoingblock h2 {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 22px;
  letter-spacing: 0;
  line-height: 29px;
  font-weight: normal;
}
.mobilia-site .ongoingblock .primary-btn {
  background: #E15E35;
  color: #fff;
}
.mobilia-site .ongoingblock .primary-btn:hover {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}
.mobilia-site .ongoingblock .primary-btn:hover, .mobilia-site .ongoingblock .primary-btn:focus, .mobilia-site .ongoingblock .primary-btn:active {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}

.startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .forumkvarteret-site .pushblock .pushblock-text, .pushblock .pushblock-text, .linklistblock .linklistblock-content {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.openhoursblock {
  background: #a07b67;
  min-height: 175px;
  height: auto;
}
@media (min-width: 576px) {
  .openhoursblock {
    min-height: 215px;
    margin-top: -47px;
  }
}
@media (min-width: 992px) {
  .openhoursblock {
    min-height: 273px;
  }
}
@media (max-width: 365px) {
  .openhoursblock .openhoursblock-content {
    display: grid;
  }
}
@media (max-width: 576px) {
  .openhoursblock .openhoursblock-content {
    line-height: 28px;
  }
}
@media (max-width: 365px) {
  .openhoursblock .openhoursblock-content .col-6 {
    max-width: 100%;
    margin-bottom: 15px;
  }
}
@media (max-width: 365px) {
  .openhoursblock .openhoursblock-content .row {
    display: grid;
  }
}
.openhoursblock .openinghours-openingtimes-link {
  color: white;
  text-decoration: underline;
  padding-top: 15px;
  display: block;
}
.openhoursblock .heading-tag {
  color: #FFCBC3;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 0;
  padding: 1.5rem 1.5rem 0 1.5rem;
  margin: 0;
}
@media (min-width: 992px) {
  .openhoursblock .heading-tag {
    padding: 1.5rem 2.5rem 0 2.5rem;
  }
}
.openhoursblock .heading-tag.has-bgcolor {
  padding: 13px 1.5rem;
}
@media (min-width: 992px) {
  .openhoursblock .heading-tag.has-bgcolor {
    padding: 13px 2.5rem;
  }
}
.openhoursblock .openinghours-content {
  padding: 2rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-content {
    padding: 1.5em 2.5rem;
  }
}
.openhoursblock .openinghours-info .today {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  color: #f2f1ec;
  font-family: "Futura Now Shadow Bold";
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-info .today {
    font-size: 30px;
    line-height: 1.17;
    letter-spacing: -0.58px;
  }
}
.openhoursblock .openinghours-info .tomorrow {
  color: #f2f1ec;
  display: block;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-info .tomorrow {
    font-size: 18px;
    padding-top: 10px;
  }
}
.openhoursblock .openinghours-info .groceries {
  color: #fff;
  display: block;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-info .groceries {
    font-size: 18px;
    padding-top: 5px;
  }
}
@media (max-width: 365px) {
  .openhoursblock .openinghours-links {
    margin-top: 0;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links {
    margin-top: 20px;
  }
}
.openhoursblock .openinghours-links ul {
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul {
    padding: 0;
  }
}
.openhoursblock .openinghours-links ul li {
  padding-bottom: 4px;
  width: 100%;
}
@media (min-width: 375px) {
  .openhoursblock .openinghours-links ul li {
    width: 50%;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li {
    padding-bottom: 6px;
  }
}
.openhoursblock .openinghours-links ul li a {
  color: #f2f1ec;
  text-decoration: underline;
  display: inline-block;
  line-height: 1.3;
}
@media (max-width: 768px) {
  .openhoursblock .openinghours-links ul li a {
    font-size: 14px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Öppettider] {
  position: relative;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Öppettider] {
    padding-left: 30px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Öppettider]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/clock.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Öppettider]:before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=A-Ö] {
  position: relative;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=A-Ö] {
    padding-left: 30px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=A-Ö]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/butik.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=A-Ö]:before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Besöksinfo] {
  position: relative;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Besöksinfo] {
    padding-left: 30px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Besöksinfo]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/service.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Besöksinfo]:before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Parkering] {
  position: relative;
  padding-left: 27px;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Parkering] {
    padding-left: 30px;
  }
}
.openhoursblock .openinghours-links ul li a[title~=Parkering]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/map.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
}
@media (min-width: 992px) {
  .openhoursblock .openinghours-links ul li a[title~=Parkering]:before {
    width: 22px;
    height: 22px;
    background-size: 22px;
  }
}
.openhoursblock .openinghours-links ul li a:hover {
  text-decoration: none;
}

.nyasickla-site .openhoursblock .heading-tag {
  font-family: "Futura Heavy", sans serif;
  font-size: 16px;
}
.nyasickla-site .openhoursblock .openinghours-links ul li a[title~=Öppettider]:before {
  background: url("/UI/Destinationswebb/img/clock-pink.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.nyasickla-site .openhoursblock .openinghours-links ul li a[title~=A-Ö]:before {
  background: url("/UI/Destinationswebb/img/butik-pink.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.nyasickla-site .openhoursblock .openinghours-links ul li a[title~=Besöksinfo]:before {
  background: url("/UI/Destinationswebb/img/service-pink.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.nyasickla-site .openhoursblock .openinghours-links ul li a[title~=Parkering]:before {
  background: url("/UI/Destinationswebb/img/map-pink.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.nyasickla-site .openhoursblock .openinghours-info .tomorrow {
  font-family: "Futura Std Bold";
  line-height: 1.39;
  letter-spacing: 0.5px;
}
.nyasickla-site .openhoursblock .openinghours-info .today {
  letter-spacing: 1.5px;
}

.soderhallarna-site .openhoursblock {
  background-color: #435249;
}
.soderhallarna-site .openhoursblock .heading-tag {
  color: #fff;
}
@media (max-width: 768px) {
  .soderhallarna-site .openhoursblock .heading-tag {
    font-size: 11px;
  }
}
.soderhallarna-site .openhoursblock .openinghours-info .today {
  font-family: "Futura Medium", sans-serif;
}
@media (max-width: 365px) {
  .soderhallarna-site .openhoursblock .openinghours-links ul li {
    padding-bottom: 8px;
  }
}
@media (max-width: 768px) {
  .soderhallarna-site .openhoursblock .openinghours-links ul li {
    font-size: 15px;
  }
}
.soderhallarna-site .openhoursblock .openinghours-links ul li a {
  color: #fff;
  text-decoration: underline;
}
.soderhallarna-site .openhoursblock .openinghours-links ul li a[title~=Öppettider]:before {
  background: url("/UI/Destinationswebb/img/clock-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.soderhallarna-site .openhoursblock .openinghours-links ul li a[title~=A-Ö]:before {
  background: url("/UI/Destinationswebb/img/butik-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.soderhallarna-site .openhoursblock .openinghours-links ul li a[title~=Besöksinfo]:before {
  background: url("/UI/Destinationswebb/img/service-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}
.soderhallarna-site .openhoursblock .openinghours-links ul li a[title~=Parkering]:before {
  background: url("/UI/Destinationswebb/img/map-white.svg");
  background-size: 20px;
  background-repeat: no-repeat;
}

.mobilia-site .openhoursblock {
  background-color: #83372c;
}
@media (max-width: 576px) {
  .mobilia-site .openhoursblock .openhoursblock-content {
    line-height: 28px;
  }
}
.mobilia-site .openhoursblock .heading-tag {
  color: #fff;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
@media (max-width: 576px) {
  .mobilia-site .openhoursblock .openingshours-content {
    padding: 2.5rem 1.5rem;
  }
}
.mobilia-site .openhoursblock .openinghours-info .today {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  color: #fff;
  font-size: 28px;
  letter-spacing: 0;
  line-height: 35px;
  font-weight: normal;
}
.mobilia-site .openhoursblock .openinghours-links ul li a, .mobilia-site .openhoursblock .openinghours-openingtimes-link {
  color: #fff;
}
.mobilia-site .openhoursblock .tomorrow {
  color: #fff;
}
.mobilia-site .openhoursblock .groceries {
  color: #fff;
}

.granbystaden-site .openhoursblock {
  background: #E6B7BD;
}
.granbystaden-site .openhoursblock .heading-tag {
  color: #373737;
}
.granbystaden-site .openhoursblock .openinghours-info .today {
  display: block;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.57px;
  color: #373737;
  font-family: "DINPro-Bold", sans-serif;
}
.granbystaden-site .openhoursblock .openinghours-info .tomorrow {
  color: #373737;
  display: block;
  font-family: "DINPro-Bold", sans-serif;
}
@media (min-width: 992px) {
  .granbystaden-site .openhoursblock .openinghours-info .tomorrow {
    font-size: 14px;
    line-height: 18px;
    padding-top: 10px;
  }
}
.granbystaden-site .openhoursblock .openinghours-info .groceries {
  color: #373737;
  display: block;
  font-family: "DINPro-Bold", sans-serif;
}
@media (min-width: 992px) {
  .granbystaden-site .openhoursblock .openinghours-info .groceries {
    font-size: 14px;
    line-height: 18px;
    padding-top: 5px;
  }
}
.granbystaden-site .openhoursblock .openinghours-links ul li a, .granbystaden-site .openhoursblock .openinghours-openingtimes-link {
  color: #373737;
}

.forumkvarteret-site .openhoursblock {
  background: #ACDBDF;
}
.forumkvarteret-site .openhoursblock .heading-tag {
  color: #373737;
  font-family: "Politica ExtraBold", sans-serif;
  border-bottom: none;
}
.forumkvarteret-site .openhoursblock .openinghours-info .today {
  display: block;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.36px;
  color: #373737;
  font-family: "Politica ExtraBold", sans-serif;
}
@media (min-width: 992px) {
  .forumkvarteret-site .openhoursblock .openinghours-info .today {
    font-size: 30px;
    line-height: 35px;
    letter-spacing: -0.57px;
  }
}
.forumkvarteret-site .openhoursblock .openinghours-info .tomorrow {
  color: #373737;
  display: block;
  font-family: "Politica ExtraBold", sans-serif;
}
@media (min-width: 992px) {
  .forumkvarteret-site .openhoursblock .openinghours-info .tomorrow {
    font-size: 14px;
    padding-top: 10px;
  }
}
.forumkvarteret-site .openhoursblock .openinghours-info .groceries {
  color: #373737;
  display: block;
  font-family: "Politica ExtraBold", sans-serif;
}
@media (min-width: 992px) {
  .forumkvarteret-site .openhoursblock .openinghours-info .groceries {
    font-size: 14px;
    padding-top: 5px;
  }
}
.forumkvarteret-site .openhoursblock .openinghours-links ul li a, .forumkvarteret-site .openhoursblock .openinghours-openingtimes-link {
  color: #373737;
}

.giftcard-box {
  padding: 2rem;
  text-align: center;
  height: 100%;
}
@media (max-width: 992px) {
  .giftcard-box {
    height: auto;
  }
}
.giftcard-box h3 {
  padding-bottom: 20px;
}

.startpage .startpage-stacked-blocks.has-giftcardblock {
  background-position: -20px 60%;
}
.startpage .startpage-stacked-blocks.has-giftcardblock .openhoursblock {
  min-height: 245px;
}
.startpage .startpage-stacked-blocks.has-giftcardblock .lunch-link {
  min-height: 160px;
}
@media (min-width: 1200px) {
  .startpage .startpage-stacked-blocks.has-giftcardblock .tomorrow-groceries {
    display: flex;
  }
}
@media (min-width: 1200px) {
  .startpage .startpage-stacked-blocks.has-giftcardblock .tomorrow-groceries .groceries {
    padding-top: 10px;
    padding-left: 15px;
  }
}

.mobilia-site .giftcard-box {
  background: #E5E2E3;
}
.mobilia-site .giftcard-box h3 {
  color: #000;
}

.landingpagestoreblock {
  width: 100%;
}
.landingpagestoreblock .ao-listing {
  padding: 0 1.3rem 2.5rem 1.3rem;
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
@media (min-width: 992px) {
  .landingpagestoreblock .ao-listing {
    padding: 0 1.5rem 2.5rem 1.5rem;
  }
}
.landingpagestoreblock .ao-listing li.ao-item {
  margin: 7px 24px;
  position: relative;
  width: 100%;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item {
    width: calc(25% - 16px);
    margin: 8px;
    transition: transform 0.2s ease;
  }
}
.landingpagestoreblock .ao-listing li.ao-item a {
  display: block;
  background: #fff;
  padding: 0.8rem;
  text-align: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  text-decoration: none;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item a {
    height: 165px;
    padding: 1.5rem 1rem;
  }
}
.landingpagestoreblock .ao-listing li.ao-item a:hover {
  text-decoration: none;
}
.landingpagestoreblock .ao-listing li.ao-item a .ao-name {
  font-size: 14px;
  color: #46859B;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item a .ao-name {
    margin-top: 5px;
    color: #373737;
  }
}
.landingpagestoreblock .ao-listing li.ao-item a .ao-logo {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item a .ao-logo {
    width: 100%;
    display: block;
  }
}
.landingpagestoreblock .ao-listing li.ao-item a .ao-logo svg, .landingpagestoreblock .ao-listing li.ao-item a .ao-logo img {
  max-height: 50px;
  max-width: 75%;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item a .ao-logo svg, .landingpagestoreblock .ao-listing li.ao-item a .ao-logo img {
    max-height: 60px;
  }
}
.landingpagestoreblock .ao-listing li.ao-item a .ao-openinghours {
  font-size: 12px;
  color: #373737;
  width: 100%;
}
.landingpagestoreblock .ao-listing li.ao-item a .ao-itemwrap {
  width: 55%;
}
@media (min-width: 576px) {
  .landingpagestoreblock .ao-listing li.ao-item:hover {
    transform: scale(1.05);
  }
}
.landingpagestoreblock .center-btn {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 40px;
}
.landingpagestoreblock.yellow {
  background: #c6b990;
}
.landingpagestoreblock.sickla-lightgrey {
  background: #d0cfc4;
}
.landingpagestoreblock.sickla-grey {
  background: #6c706a;
}
.landingpagestoreblock.sickla-grey .primary-btn {
  background: #e5dfc1;
  color: #373737;
}
.landingpagestoreblock.pink {
  background: #ffcbc3;
}
.landingpagestoreblock.pink .primary-btn {
  background: #ff735c;
}
.landingpagestoreblock.brown {
  background: #70584e;
}
.landingpagestoreblock.brown .primary-btn {
  background: #e2ef8a;
  color: #373737;
}
.landingpagestoreblock.soderhallarna-green {
  background: #435249;
}
.landingpagestoreblock.soderhallarna-red {
  background: #704a48;
}
.landingpagestoreblock.soderhallarna-black {
  background: #232323;
}
.landingpagestoreblock.soderhallarna-yellow {
  background: #d5c65b;
}
.landingpagestoreblock.soderhallarna-blue {
  background: #2c2f3d;
}
.landingpagestoreblock.granbystaden-pink {
  background-color: #E6B7BD;
}
.landingpagestoreblock.granbystaden-blue {
  background-color: #74C4D7;
}
.landingpagestoreblock.granbystaden-green {
  background-color: #A6D2AD;
}
.landingpagestoreblock.granbystaden-zooja-sommarkampanj {
  background-color: #FEF9EF;
}
.landingpagestoreblock.forumkvarteret-aquablue {
  background: #ACDBDF;
}
.landingpagestoreblock.forumkvarteret-pink {
  background: #F2A396;
}
.landingpagestoreblock.forumkvarteret-green {
  background: #86C7A8;
}
.landingpagestoreblock.mobilia-darkblue {
  background: #1C4D57;
}
.landingpagestoreblock.mobilia-orange {
  background: #E15E35;
}
.landingpagestoreblock.mobilia-sunnyyellow {
  background: #faba00;
}
.landingpagestoreblock.mobilia-lightblue {
  background: #DFF2FD;
}

.pushblock {
  background: #fff;
}
.pushblock .pushblock-image {
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 768px) {
  .pushblock .pushblock-image {
    height: auto;
  }
}
@media (min-width: 992px) {
  .pushblock .pushblock-image {
    min-height: 140px;
  }
}
@media (min-width: 1200px) {
  .pushblock .pushblock-image {
    min-height: 180px;
  }
}
@media (min-width: 1440px) {
  .pushblock .pushblock-image {
    height: 210px;
  }
}
@media (min-width: 1600px) {
  .pushblock .pushblock-image {
    min-height: 240px;
  }
}
@media (min-width: 1800px) {
  .pushblock .pushblock-image {
    min-height: 260px;
  }
}
.pushblock .pushblock-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (min-width: 768px) {
  .pushblock .pushblock-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width 0.3s ease-in-out;
  }
}
.pushblock .pushblock-image.relatedImage img {
  padding: 0;
}
@media (min-width: 768px) {
  .pushblock .pushblock-image.relatedImage img {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    padding: 0;
  }
}
.pushblock .pushblock-image.relatedImage {
  min-height: initial;
  height: auto;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .pushblock .pushblock-heading {
    font-size: 20px;
    line-height: 1.2;
  }
}
.pushblock .pushblock-heading.relatedHeading {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding-top: initial;
}
.pushblock .pushblock-text.related-text {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.pushblock .pushblock-text.related-text .read-more {
  position: absolute;
  bottom: 10px;
}
.pushblock .pushblock-text .label {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  color: #e17f53;
  font-weight: 700;
  padding-bottom: 10px;
  display: block;
}
@media (max-width: 576px) {
  .pushblock .pushblock-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .pushblock .pushblock-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.pushblock .pushblock-text p.clamp {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (max-width: 576px) {
  .pushblock .pushblock-text.show-text p {
    display: block;
    overflow: unset;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .pushblock .pushblock-text.show-text p {
    display: block;
    overflow: unset;
  }
}
@media (min-width: 576px) {
  .pushblock .pushblock-text a.pushblock-first-link {
    display: inline-block;
    background: #373737;
    color: #eeebe5;
    padding: 7px 17px;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "Futura Std Bold";
    letter-spacing: 0.35px;
    border: none;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    text-align: center;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .pushblock .pushblock-text a.pushblock-first-link {
    padding: 10px 20px;
  }
}
@media (min-width: 576px) {
  .pushblock .pushblock-text a.pushblock-first-link:hover {
    box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .pushblock .pushblock-text a.pushblock-first-link:active {
    padding: 9px 20px;
  }
}
@media (min-width: 576px) {
  .pushblock .pushblock-text a.pushblock-first-link:hover, .pushblock .pushblock-text a.pushblock-first-link:focus, .pushblock .pushblock-text a.pushblock-first-link:active {
    color: #fff;
    text-decoration: none;
  }
}
.pushblock .pushblock-text .event-time {
  font-size: 16px;
  color: #373737;
  line-height: 1.7;
  position: relative;
  padding-left: 25px;
  margin-top: 5px;
}
.pushblock .pushblock-text .event-time:before {
  content: "";
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.pushblock .pushblock-text .event-location {
  font-size: 16px;
  padding-left: 25px;
  position: relative;
  line-height: 1.5;
  margin-top: 5px;
}
.pushblock .pushblock-text .event-location:before {
  content: "";
  background: url("/UI/Destinationswebb/img/pin.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.pushblock.grey-background {
  background: #F8F6F3;
}
@media (min-width: 992px) {
  .pushblock.col-xl-3 .pushblock-image {
    min-height: 185px;
  }
}
@media (min-width: 1200px) {
  .pushblock.col-xl-3 .pushblock-image {
    min-height: 115px;
  }
}
@media (min-width: 1600px) {
  .pushblock.col-xl-3 .pushblock-image {
    min-height: 155px;
  }
}
.pushblock.col-xl-3 .pushblock-heading {
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
}
@media (max-width: 576px) {
  .pushblock.col-xl-3 .pushblock-heading {
    font-size: 16px;
    line-height: 1.2;
    letter-spacing: -0.36px;
  }
}
@media (min-width: 992px) {
  .pushblock.col-xl-6 .pushblock-image {
    min-height: 185px;
  }
}
@media (min-width: 1200px) {
  .pushblock.col-xl-6 .pushblock-image {
    min-height: 235px;
  }
}
@media (min-width: 1600px) {
  .pushblock.col-xl-6 .pushblock-image {
    min-height: 310px;
  }
}
.pushblock.is-linked:hover {
  cursor: pointer;
}
@media (min-width: 768px) {
  .pushblock.is-linked:hover .pushblock-image img {
    width: 104%;
  }
}
@media (max-width: 992px) and (min-width: 768px) {
  .pushblock {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
    overflow: hidden;
  }
  .pushblock.mobile-split-right {
    flex-direction: row-reverse;
  }
  .pushblock .pushblock-image {
    width: 50%;
    position: relative;
  }
  .pushblock .pushblock-image img {
    width: auto;
    min-height: 235px;
    height: auto;
  }
  .pushblock .pushblock-text {
    width: 50%;
    padding: 0.5rem 1.2rem !important;
  }
  .pushblock .pushblock-text p {
    margin-bottom: 10px;
    line-height: 1.29;
  }
  .pushblock .pushblock-text a {
    line-height: 20px;
    font-size: 14px;
  }
}
@media (min-width: 576px) and (max-width: 992px) {
  .pushblock {
    height: 270px;
  }
  .pushblock .pushblock-image {
    min-height: 270px;
  }
  .pushblock .pushblock-image img {
    width: auto;
    height: 300px;
  }
  .pushblock .pushblock-text {
    padding: 0.5rem 2.5rem !important;
  }
}

.nyasickla-site .pushblock .pushblock-heading {
  font-family: "Futura Heavy", sans serif;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.nyasickla-site .pushblock.grey-background {
  background: #f2f1ec;
}
.nyasickla-site .pushblock .pushblock-text .label {
  color: #a07b67;
  letter-spacing: 6px;
}
.nyasickla-site .pushblock .pushblock-text a.pushblock-first-link {
  background: #ff735c;
  padding: 8px 16px 6px 16px;
  color: #fff;
  font-family: "Futura Std Bold";
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-heading {
    font-size: 24px;
  }
}
.soderhallarna-site .pushblock .pushblock-text a {
  color: #232323;
  text-transform: uppercase;
  color: #232323;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.79px;
  line-height: 25px;
}
@media (max-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a {
    font-size: 12px;
  }
}
@media (min-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link {
    background: #232323;
    color: white;
    border-radius: 0;
    font-size: 12px;
    font-family: "Futura Heavy", sans serif;
    font-weight: normal;
    letter-spacing: 1.25px;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link {
    padding: 7px 25px;
  }
}
@media (min-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link:hover {
    box-shadow: 2px 0 0 0 #232323, -2px 0 0 0 #232323;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link:active {
    padding: 17px 30px;
  }
}
@media (min-width: 576px) {
  .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link:hover, .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link:focus, .soderhallarna-site .pushblock .pushblock-text a.pushblock-first-link:active {
    color: #fff;
    text-decoration: none;
  }
}
.soderhallarna-site .pushblock .pushblock-text .label {
  font-family: "Calibre Bold", sans-serif;
  color: #9DC1AA;
  font-weight: normal;
}

.mobilia-site .pushblock.grey-background {
  background: #E0E0E0;
}
.mobilia-site .pushblock .pushblock-text a {
  color: #83372c;
  text-transform: uppercase;
  font-size: 14px;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  letter-spacing: 0;
  line-height: 25px;
}
.mobilia-site .pushblock .pushblock-text a:hover, .mobilia-site .pushblock .pushblock-text a:focus, .mobilia-site .pushblock .pushblock-text a:active {
  color: #E15E35;
  text-decoration: none;
}
@media (min-width: 576px) {
  .mobilia-site .pushblock .pushblock-text a.pushblock-first-link {
    background: none;
    color: #83372c;
    border-radius: 0;
    font-size: 14px;
    line-height: 18px;
    font-family: "Soehne Dreiviertelfett", sans-serif;
    letter-spacing: 0;
    border-radius: 0;
    padding: 0;
  }
  .mobilia-site .pushblock .pushblock-text a.pushblock-first-link:hover, .mobilia-site .pushblock .pushblock-text a.pushblock-first-link:focus, .mobilia-site .pushblock .pushblock-text a.pushblock-first-link:active {
    box-shadow: none;
    color: #e17f53;
  }
}
.mobilia-site .pushblock .pushblock-text p {
  font-family: "Soehne Buch", sans-serif;
  color: #000;
  opacity: 80%;
}
.mobilia-site .pushblock .pushblock-text .label {
  font-family: "Soehne Kraftig", sans-serif;
  color: #1C4D57;
  font-weight: normal;
}

@media (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a {
    background: transparent;
    color: #373737;
    font-weight: normal;
    font-size: 12px;
    border-bottom: 0.75px solid #373737;
  }
  .granbystaden-site .pushblock .pushblock-text a:hover {
    border-bottom: none;
    text-decoration: none;
  }
  .granbystaden-site .pushblock .pushblock-text a:hover, .granbystaden-site .pushblock .pushblock-text a:focus, .granbystaden-site .pushblock .pushblock-text a:active {
    border-bottom: none;
    text-decoration: none;
  }
}
@media (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link {
    display: inline-block;
    background: #373737;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 12px;
    font-family: "DINPro-Medium", sans-serif;
    line-height: 13px;
    letter-spacing: 0.35px;
    border: none;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
    text-align: center;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link {
    padding: 10px 20px;
  }
}
@media (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link:hover {
    box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
  }
}
@media (min-width: 576px) and (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link:active {
    padding: 9px 20px;
  }
}
@media (min-width: 576px) {
  .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link:hover, .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link:focus, .granbystaden-site .pushblock .pushblock-text a.pushblock-first-link:active {
    color: #fff;
    text-decoration: none;
  }
}
.granbystaden-site .pushblock .pushblock-text .label {
  font-family: "DINPro-Medium", sans-serif;
  color: #E6B7BD;
  font-weight: normal;
}

@media (max-width: 576px) {
  .forumkvarteret-site .pushblock .pushblock-text p {
    font-size: 12px;
    line-height: 1.56;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 992px) and (max-width: 1600px) {
  .forumkvarteret-site .pushblock .pushblock-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.forumkvarteret-site .pushblock .pushblock-text a {
  color: #373737;
  text-transform: uppercase;
  text-decoration: underline;
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
}
.forumkvarteret-site .pushblock .pushblock-text a:hover {
  text-decoration: none;
}
.forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link {
  display: inline-block;
  background: #373737;
  color: #fff;
  font-family: "Politica ExtraBold", sans-serif;
  border-radius: 0;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  letter-spacing: 0.3px;
  text-decoration: none;
  padding: 10px 20px;
  min-width: 110px;
  position: relative;
}
.forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: white;
}
.forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:after {
  content: "";
  border: 0.75px solid #373737;
  width: 98%;
  height: 37px;
  position: absolute;
  bottom: -3px;
  left: 5px;
}
@media (max-width: 768px) {
  .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link {
    background: none;
    color: #373737;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: "Politica ExtraBold", sans-serif;
    font-size: 12px;
    letter-spacing: 0.3px;
    line-height: 12px;
    text-align: left;
    padding: 0;
  }
  .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:before {
    content: ">";
    display: none;
  }
  .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:after {
    content: "";
    display: none;
  }
}
.forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
@media (min-width: 576px) {
  .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:active {
    padding: 9px 20px;
  }
}
.forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:hover, .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:focus, .forumkvarteret-site .pushblock .pushblock-text a.pushblock-first-link:active {
  text-decoration: none;
  color: white;
}
.forumkvarteret-site .pushblock .pushblock-text .label {
  font-family: "Calibre Bold", sans-serif;
  color: #02436B;
  font-weight: normal;
}

.textblock {
  padding: 2.5rem 1.5rem;
  width: 100%;
}
@media (min-width: 992px) {
  .textblock {
    padding: 2rem 2.5rem 2rem 2rem;
  }
}
@media (min-width: 992px) {
  .textblock .textblock-text {
    padding-left: 2.5rem;
  }
}
.textblock .textblock-text p {
  font-size: 17px;
  line-height: 27px;
}
@media (min-width: 1200px) {
  .textblock .textblock-text p {
    font-size: 20px;
    line-height: 31px;
    margin: 0;
  }
}
.textblock .textblock-btn {
  display: flex;
  justify-content: left;
  align-items: center;
}
@media (min-width: 576px) {
  .textblock .textblock-btn {
    justify-content: center;
  }
}
.textblock.yellow {
  background: #c6b990;
}
.textblock.sickla-lightgrey {
  background: #d0cfc4;
}
.textblock.sickla-grey {
  background: #6c706a;
}
.textblock.sickla-grey .textblock-heading h2, .textblock.sickla-grey .textblock-heading h1 {
  color: #e5dfc1;
}
.textblock.sickla-grey .textblock-text p {
  color: #f2f1ec;
}
.textblock.sickla-grey .big-btn {
  background: #e5dfc1;
  color: #373737;
}
.textblock.pink {
  background: #ffcbc3;
}
.textblock.pink .textblock-heading h2, .textblock.pink .textblock-heading h1 {
  color: #ff735c;
}
.textblock.pink .big-btn {
  background: #ff735c;
}
.textblock.brown {
  background: #70584e;
}
.textblock.brown .textblock-heading h2, .textblock.brown .textblock-heading h1 {
  color: #e2ef8a;
}
.textblock.brown .textblock-text p {
  color: #f2f1ec;
}
.textblock.brown .big-btn {
  background: #e2ef8a;
  color: #373737;
}
.textblock.soderhallarna-green {
  background: #435249;
}
.textblock.soderhallarna-green .textblock-heading h2, .textblock.soderhallarna-green .textblock-heading h1 {
  color: #9DC1AA;
}
.textblock.soderhallarna-green .textblock-text p {
  color: #9DC1AA;
}
.textblock.soderhallarna-red {
  background: #704a48;
}
.textblock.soderhallarna-red .textblock-heading h2, .textblock.soderhallarna-red .textblock-heading h1 {
  color: #F7EAE9;
}
.textblock.soderhallarna-red .textblock-text p {
  color: #F7EAE9;
}
.textblock.soderhallarna-black {
  background: #232323;
}
.textblock.soderhallarna-black .textblock-heading h2, .textblock.soderhallarna-black .textblock-heading h1 {
  color: white;
}
.textblock.soderhallarna-black .textblock-text p {
  color: white;
}
.textblock.soderhallarna-yellow {
  background: #d5c65b;
}
.textblock.soderhallarna-blue {
  background: #2c2f3d;
}
.textblock.soderhallarna-blue .textblock-heading h2, .textblock.soderhallarna-blue .textblock-heading h1 {
  color: white;
}
.textblock.soderhallarna-blue .textblock-text p {
  color: white;
}
.textblock.granbystaden-pink {
  background-color: #E6B7BD;
}
.textblock.granbystaden-blue {
  background-color: #74C4D7;
}
.textblock.granbystaden-green {
  background-color: #A6D2AD;
}
.textblock.granbystaden-zooja-sommarkampanj {
  background-color: #FEF9EF;
}
.textblock.forumkvarteret-aquablue {
  background: #ACDBDF;
}
.textblock.forumkvarteret-pink {
  background: #F2A396;
}
.textblock.forumkvarteret-green {
  background: #86C7A8;
}

.nyasickla-site .textblock .textblock-heading .h1 {
  font-family: "Futura Now Outline Bold";
  font-size: 32px;
  line-height: 1.19;
  letter-spacing: 0.8px;
}
.nyasickla-site .textblock .textblock-text p {
  font-size: 16px;
  line-height: 25px;
}

.soderhallarna-site .textblock .textblock-heading {
  display: flex;
  justify-content: left;
  align-items: center;
}
.soderhallarna-site .textblock .textblock-heading .h1 {
  font-size: 40px;
}

.granbystaden-site .textblock .textblock-heading {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .granbystaden-site .textblock .textblock-heading {
    justify-content: center;
  }
}
.granbystaden-site .textblock .textblock-heading .h1 {
  font-size: 59px;
  line-height: 53px;
  text-align: center;
  font-family: "Zooja Regular", sans-serif;
  letter-spacing: 0;
}
.granbystaden-site .textblock .textblock-text p {
  font-size: 18px;
}

.forumkvarteret-site .textblock p {
  font-size: 16px;
}
@media (min-width: 1200px) {
  .forumkvarteret-site .textblock p {
    font-size: 18px;
    line-height: 30px;
    letter-spacing: 0;
  }
}

.mobilia-site .textblock .textblock-heading h2, .mobilia-site .textblock .textblock-heading h1 {
  color: #000;
}
.mobilia-site .textblock .textblock-text p {
  color: #000;
}
.mobilia-site .textblock.mobilia-darkblue {
  background: #1C4D57;
}
.mobilia-site .textblock.mobilia-darkblue .textblock-heading h2, .mobilia-site .textblock.mobilia-darkblue .textblock-heading h1 {
  color: white;
}
.mobilia-site .textblock.mobilia-darkblue .textblock-text p {
  color: white;
}
.mobilia-site .textblock.mobilia-orange {
  background: #E15E35;
}
.mobilia-site .textblock.mobilia-orange .textblock-heading h2, .mobilia-site .textblock.mobilia-orange .textblock-heading h1 {
  color: white;
}
.mobilia-site .textblock.mobilia-orange .textblock-text p {
  color: white;
}
.mobilia-site .textblock.mobilia-sunnyyellow {
  background: #faba00;
}
.mobilia-site .textblock.mobilia-sunnyyellow .textblock-heading h2, .mobilia-site .textblock.mobilia-sunnyyellow .textblock-heading h1 {
  color: #000;
}
.mobilia-site .textblock.mobilia-sunnyyellow .textblock-text p {
  color: #000;
}
.mobilia-site .textblock.mobilia-lightblue {
  background: #DFF2FD;
}
.mobilia-site .textblock.mobilia-lightblue .textblock-heading h2, .mobilia-site .textblock.mobilia-lightblue .textblock-heading h1 {
  color: #000;
}
.mobilia-site .textblock.mobilia-lightblue .textblock-text p {
  color: #000;
}

.buttonblock .left-btn {
  text-align: left;
}
.buttonblock .right-btn {
  text-align: right;
}

.mobilia-site .storepage .buttonblock .primary-btn,
.mobilia-site .buttonblock .primary-btn {
  color: #fff;
  background: #E15E35;
}
.mobilia-site .storepage .buttonblock .primary-btn:hover,
.mobilia-site .buttonblock .primary-btn:hover {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}

.multivideoblock {
  margin: 40px auto;
}
.multivideoblock .multivideoblock-content {
  text-align: center;
  padding-bottom: 20px;
}
.multivideoblock .mediablock {
  margin: 5px auto;
}
@media (min-width: 576px) {
  .multivideoblock .mediablock {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 5px 15px;
  }
}
@media (min-width: 992px) {
  .multivideoblock .mediablock {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (min-width: 1200px) {
  .multivideoblock .mediablock {
    padding: 10px 15px;
  }
}
.multivideoblock .mediablock iframe {
  height: 165px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .multivideoblock .mediablock iframe {
    height: 135px;
  }
}
@media (min-width: 768px) {
  .multivideoblock .mediablock iframe {
    height: 185px;
  }
}
@media (min-width: 1024px) {
  .multivideoblock .mediablock iframe {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .multivideoblock .mediablock iframe {
    height: 195px;
  }
}
.multivideoblock .mediablock video {
  height: 165px;
  margin: 0 auto;
}
@media (min-width: 576px) {
  .multivideoblock .mediablock video {
    height: 135px;
  }
}
@media (min-width: 768px) {
  .multivideoblock .mediablock video {
    height: 185px;
  }
}
@media (min-width: 1024px) {
  .multivideoblock .mediablock video {
    height: 165px;
  }
}
@media (min-width: 1200px) {
  .multivideoblock .mediablock video {
    height: 195px;
  }
}
.multivideoblock .site-logo {
  margin: 20px 0 0 0;
  text-align: center;
}

.parkingblock {
  background: none;
  width: 130%;
  color: #000;
  padding: 1.5rem;
}
@media (max-width: 700px) {
  .parkingblock {
    max-width: 100%;
  }
}
.parkingblock .col {
  padding: 15px;
}
@media (min-width: 768px) {
  .parkingblock .col {
    padding: 15px 40px;
  }
}
@media (min-width: 1024px) {
  .parkingblock .col {
    padding: 15px;
  }
}
.parkingblock span {
  width: auto;
  display: block;
}
.parkingblock .parkingblock-heading {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  color: #000;
  text-align: center;
  padding-bottom: 30px;
}
.parkingblock .spaces {
  font-size: 18px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  letter-spacing: 1px;
  font-weight: 600;
  text-align: center;
  white-space: nowrap;
}
@media (max-width: 700px) {
  .parkingblock .spaces {
    font-size: 16px;
  }
}
.parkingblock .places {
  font-size: 14px;
  text-align: center;
  line-height: normal;
}
@media (max-width: 700px) {
  .parkingblock .places {
    font-size: 12px;
  }
}

.article-blockarea .parkingblock {
  width: auto;
}

.nyasickla-site .parkingblock {
  background: #a07b67;
  color: #fff;
}
.nyasickla-site .parkingblock .parkingblock-heading {
  font-family: "Futura Now Shadow Bold";
  color: #ffcbc3;
}
.nyasickla-site .parkingblock .spaces {
  font-family: "Futura Std Medium";
}

.mobilia-site .parkingblock {
  background: #1C4D57;
  color: #fff;
}
.mobilia-site .parkingblock .parkingblock-heading {
  font-family: "Heldane Bold", serif;
  color: #E15E35;
}
.mobilia-site .parkingblock .spaces {
  font-family: "Soehne Buch", sans-serif;
}

.granbystaden-site .parkingblock {
  background: #3C5754;
  color: #fff;
}
.granbystaden-site .parkingblock .parkingblock-heading {
  font-family: "DINPro-Bold", sans-serif;
  color: #E6B7BD;
}
.granbystaden-site .parkingblock .spaces {
  font-family: "DINPro-Regular", sans-serif;
}

.commutemapblock {
  padding: 0;
  position: relative;
}
.commutemapblock__big-heading {
  font-size: 32px;
  text-transform: uppercase;
  letter-spacing: 0.2px;
  color: black;
  padding: 5px 0 20px 0;
  margin: 0;
}
@media (min-width: 992px) {
  .commutemapblock__big-heading {
    font-size: 54px;
    padding: 0 0 25px 0;
  }
}
.commutemapblock__small-heading {
  font-size: 22px;
  letter-spacing: 0.14px;
  text-transform: uppercase;
  padding: 0 0 15px 0;
  margin: 0;
  color: #000;
}
@media (min-width: 992px) {
  .commutemapblock__small-heading {
    font-size: 24px;
  }
}
.commutemapblock__map {
  padding: 0;
}
.commutemapblock__map .map-container {
  position: relative;
}
@media (min-width: 768px) and (max-width: 992px) {
  .commutemapblock__map .map-container {
    padding: 0;
  }
}
.commutemapblock__map #origin-input {
  width: 100%;
  border: none;
  height: 52px;
  border-top: 1px solid #d6d3cf;
  padding: 10px;
  font-size: 16px;
  background: #ffffff;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media (min-width: 600px) {
  .commutemapblock__map #origin-input {
    padding: 20px;
  }
}
@media (min-width: 1024px) {
  .commutemapblock__map #origin-input {
    width: 610px;
    top: 30px !important;
    left: 30px !important;
  }
}
.commutemapblock__map #origin-input:focus {
  box-shadow: none;
  border-top: 1px solid #EEEBE5;
  outline: none;
}
.commutemapblock__map #change-address {
  display: block;
  font-size: 14px;
  line-height: 0.89;
  text-align: right;
  color: #009ba2;
  text-transform: uppercase;
  position: absolute;
  top: -50px;
  left: 0px;
  padding: 17px;
  z-index: 100;
  border: none;
  -webkit-appearance: none;
  -webkit-border-radius: 0;
}
@media (min-width: 576px) {
  .commutemapblock__map #change-address {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .commutemapblock__map #change-address {
    top: -50px;
    left: 0;
  }
}
@media (min-width: 1024px) {
  .commutemapblock__map #change-address {
    top: 32px;
    left: 552px;
  }
}
.commutemapblock__map #change-address.hidden {
  display: none;
}
.commutemapblock__map #distance {
  display: none;
}
@media (min-width: 600px) {
  .commutemapblock__map #distance {
    position: absolute;
    z-index: 100;
    font-size: 18px;
    padding: 15px 40px;
    top: 0;
    right: 0;
    font-weight: 500;
  }
  .commutemapblock__map #distance.visible {
    display: block;
  }
}
@media (min-width: 992px) and (max-width: xl-break) {
  .commutemapblock__map #distance {
    display: none;
  }
}
.commutemapblock__map .gm-fullscreen-control {
  top: 160px !important;
}
.commutemapblock__map .map-wrapper {
  position: relative;
  height: 470px;
  border-bottom: 1px solid #EEEBE5;
  border-right: 1px solid #EEEBE5;
  border-left: 1px solid #EEEBE5;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .commutemapblock__map .map-wrapper {
    height: 400px;
  }
}
@media (min-width: 992px) {
  .commutemapblock__map .map-wrapper {
    height: 650px;
    border: none;
  }
}
@media (min-width: 1200px) {
  .commutemapblock__map .map-wrapper {
    height: 800px;
  }
}
.commutemapblock__map .map-wrapper .map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.commutemapblock__map .travelmodes {
  display: flex;
  justify-content: space-around;
  border-top: 1px solid #d6d3cf;
  padding: 5px;
  width: 100%;
  left: 0 !important;
  background: #d6d3cf;
  top: 52px !important;
}
@media (min-width: 600px) {
  .commutemapblock__map .travelmodes {
    padding: 10px;
  }
}
@media (min-width: 768px) {
  .commutemapblock__map .travelmodes {
    width: 610px;
    top: 82px !important;
    left: 30px !important;
  }
}
.commutemapblock__map .travelmodes > div {
  width: 25%;
}
.commutemapblock__map .travelmodes > div.travelmode-active {
  background: #EEEBE5;
}
.commutemapblock__map .travelmodes > div:nth-child(2) {
  border-right: 1px solid #EEEBE5;
  border-left: 1px solid #EEEBE5;
}
.commutemapblock__map .travelmodes > div:nth-child(3) {
  border-right: 1px solid #EEEBE5;
}
.commutemapblock__map .travelmodes > div input[type=radio] {
  opacity: 0;
  position: fixed;
  width: 0;
}
.commutemapblock__map .travelmodes > div label {
  display: inline-block;
  height: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  margin: 0;
  border-right: 1px solid #d6d3cf;
}
.commutemapblock__map .travelmodes > div label .travel-icon {
  width: 100%;
  text-align: center;
}
.commutemapblock__map .travelmodes > div label > div {
  font-size: 10px;
  text-align: center;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  .commutemapblock__map .travelmodes > div label > div {
    font-size: 16px;
    margin-left: 10px;
  }
}
.commutemapblock__map .travelmodes > div label > div span {
  margin-top: -15px;
  display: block;
}
.commutemapblock__map .travelmodes > div label svg {
  height: 35px;
}
@media (min-width: 600px) {
  .commutemapblock__map .travelmodes > div label svg {
    height: 40px;
  }
}
.commutemapblock__map .travelmodes > div label.changemode-bicycling {
  border-right: none;
}
.commutemapblock__map .travelmodes > div input[type=radio]:checked + label {
  background-color: #EEEBE5;
}
.commutemapblock__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px 15px;
}
@media (min-width: 992px) {
  .commutemapblock__content {
    padding: 30px 20px;
  }
}
@media (min-width: 1200px) {
  .commutemapblock__content {
    width: 850px;
    text-align: center;
    margin: 0 auto;
    padding: 60px 20px 30px 20px;
  }
}
.commutemapblock__content p {
  color: brown;
  font-size: 18px;
  line-height: 1.44;
  font-weight: 500;
}

.faq-item {
  margin: 0 0 1px 0;
  background: rgba(0, 0, 0, 0.05);
}
.faq-item .question {
  display: flex;
  cursor: pointer;
  align-items: center;
  padding: 0.25rem 0.5rem;
  position: relative;
}
.faq-item .question h4 {
  margin: 0;
  padding: 0 !important;
  font-size: 1rem;
  text-transform: none;
  letter-spacing: 0;
}
.faq-item .question i {
  position: absolute;
  top: 0;
  right: 0.5rem;
}
.faq-item .question i::before {
  width: 10px;
  height: 10px;
  border-width: 3px;
}
.faq-item .question.collapsed i {
  top: -4px;
}
.faq-item .question.collapsed i::before {
  transform: rotate(135deg);
}
.faq-item .answer {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
  padding: 0.5rem;
}
.faq-item .answer p {
  margin: 0;
}
.faq-item i {
  margin-left: auto;
}
.faq-item i::before {
  content: "";
  padding: 0;
  top: 8px;
  margin: 0 15px;
  position: relative;
  width: 20px;
  height: 20px;
  border-top: 4px solid #000000;
  border-right: 4px solid #000000;
  display: inline-block;
  transform: rotate(315deg);
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendar {
  background-color: #e5dfc1;
  height: 100%;
}
.calendar .event-day.today .event-tag {
  background: #e17f53;
}
.calendar .event-day.other-day .event-tag {
  display: none;
}
.calendar .event-day .event-day-heading {
  padding-bottom: 5px;
}
.calendar .event-day .heading-tag {
  padding-bottom: 5px;
  border-bottom: 2px solid #e17f53;
  display: inline-block;
}
.calendar .event-tag {
  background: #7c7c7c;
  border-radius: 2px;
  text-transform: uppercase;
  color: #ffffff;
  font-size: 12px;
  font-family: "Futura Std Medium";
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 3px 6px;
  margin-right: 10px;
}
.calendar ul.calendar-events {
  padding: 0;
  margin: 0;
  list-style: none;
}
.calendar .calendar-event {
  display: flex;
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .calendar .calendar-event {
    display: block;
  }
}
.calendar .calendar-event .event-time {
  width: 35%;
  font-size: 12px;
}
@media (min-width: 576px) {
  .calendar .calendar-event .event-time {
    width: 15%;
  }
}
@media (min-width: 992px) {
  .calendar .calendar-event .event-time {
    width: 25%;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .calendar .calendar-event .event-time {
    width: 100%;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .calendar .calendar-event .event-time {
    width: 28%;
  }
}
.calendar .calendar-event .event-info {
  width: 65%;
  padding-left: 0.5rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .calendar .calendar-event .event-info {
    width: 100%;
    padding-left: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1600px) {
  .calendar .calendar-event .event-info {
    width: 72%;
    padding-left: 0.5rem;
  }
}
.calendar .calendar-event .event-title {
  font-size: 16px;
  font-family: "Futura Std Medium";
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #373737;
}
.calendar .calendar-event .event-title a {
  color: #373737;
}
.calendar .calendar-event .event-desc {
  font-size: 14px;
  font-family: "Futura Std Medium";
  line-height: 1.4;
  color: #373737;
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .calendar .calendar-event .event-desc {
    -webkit-line-clamp: 3;
  }
}
.calendar .calendar-event .event-link {
  font-size: 12px;
  color: #ff735c;
  letter-spacing: 0.2px;
  padding-right: 1.5rem;
  padding-left: 23px;
  position: relative;
}
.calendar .calendar-event .event-link:before {
  content: "";
  background: url("/UI/Destinationswebb/img/info.svg");
  background-size: 17px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 4px;
}
.calendar .calendar-event .event-location {
  font-size: 12px;
  letter-spacing: 0.2px;
  padding-left: 23px;
  position: relative;
}
.calendar .calendar-event .event-location:before {
  content: "";
  background: url("/UI/Destinationswebb/img/pin.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px;
}
.calendar .calendar-event .more-info {
  display: flex;
  padding-top: 5px;
}

.nyasickla-site .calendar .event-day .heading-tag {
  font-family: "Futura Std Bold";
  color: #373737;
  letter-spacing: 0.5px;
  border-bottom: 2px solid #373737;
  padding-bottom: 3px;
}

.soderhallarna-site .calendar {
  background-color: #f7f4e0;
}
.soderhallarna-site .calendar .event-day.today .event-tag {
  background: #232323;
}
.soderhallarna-site .calendar .heading-tag {
  border-bottom: none;
  font-size: 12px;
}
.soderhallarna-site .calendar .calendar-event .event-title {
  font-family: "Futura Heavy", sans serif;
  font-weight: normal;
  letter-spacing: 0;
}
.soderhallarna-site .calendar .calendar-event .event-desc {
  font-family: "Futura Book", sans-serif;
}
.soderhallarna-site .calendar .calendar-event .event-time {
  font-family: "Futura Book", sans-serif;
}
.soderhallarna-site .calendar .event-link {
  font-size: 12px;
  color: #373737;
  letter-spacing: 0.2px;
  padding-right: 1.5rem;
  padding-left: 23px;
  position: relative;
}

.mobilia-site .calendar {
  background-color: #F7F5D4;
}
.mobilia-site .calendar .event-tag {
  background: #83372c;
  padding: 4px 6px 5px 9px;
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  border-radius: 0;
}
.mobilia-site .calendar .event-day.today .event-tag {
  background: #E15E35;
}
.mobilia-site .calendar .heading-tag {
  border-bottom: none;
}
.mobilia-site .calendar .calendar-event .event-title {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.mobilia-site .calendar .calendar-event .event-desc {
  font-family: "Soehne Buch", sans-serif;
}
.mobilia-site .calendar .calendar-event .event-time {
  font-family: "Soehne Kraftig", sans-serif;
}
.mobilia-site .calendar .event-link {
  font-size: 12px;
  color: #000;
  letter-spacing: 0.2px;
  padding-right: 1.5rem;
  padding-left: 23px;
  position: relative;
}

.granbystaden-site .calendar {
  background-color: #EEE4D9;
}
.granbystaden-site .calendar .event-day.today .event-tag {
  background: #E6B7BD;
}
.granbystaden-site .calendar .event-day.tomorrow .event-tag {
  background: #3C5754;
}
.granbystaden-site .calendar .heading-tag {
  border-bottom: none;
  font-size: 12px;
}
.granbystaden-site .calendar .calendar-event .event-title {
  font-family: "DINPro-Bold", sans-serif;
  font-weight: normal;
  letter-spacing: 0;
}
.granbystaden-site .calendar .calendar-event .event-desc {
  font-family: "DINPro-Regular", sans-serif;
}
.granbystaden-site .calendar .calendar-event .event-time {
  font-family: "DINPro-Regular", sans-serif;
}
.granbystaden-site .calendar .event-link {
  font-size: 12px;
  color: #373737;
  letter-spacing: 0.2px;
  padding-right: 1.5rem;
  padding-left: 23px;
  position: relative;
}
.granbystaden-site .calendar .large-event-promo {
  height: 45vh;
}
@media (min-width: 992px) {
  .granbystaden-site .calendar .large-event-promo {
    margin-top: 80px;
    height: 60vh;
  }
}
@media (min-width: 992px) {
  .granbystaden-site .calendar .large-event-promo .large-event-promo-content {
    background-image: url("/UI/Destinationswebb/img/talking-balloon.svg");
    background-repeat: no-repeat;
    width: 90%;
    max-width: 50em;
    padding: 2.5em 10em;
    margin-top: 4.5rem;
    margin-left: 7rem;
    height: 270px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .granbystaden-site .calendar .large-event-promo .large-event-promo-content .h1 {
    font-family: "Zooja Regular", sans-serif;
    color: #373737;
    font-size: 60px;
    letter-spacing: -2.55px;
    line-height: 56px;
    text-align: center;
    text-shadow: none;
    flex: 0 0 100%;
  }
}

.forumkvarteret-site .calendar {
  background-color: #EAEAEA;
}
.forumkvarteret-site .calendar .event-day.today .event-tag {
  background: #F2A396;
}
.forumkvarteret-site .calendar .event-day.other-day .event-tag {
  display: none;
}
.forumkvarteret-site .calendar .event-day .event-day-heading {
  padding-bottom: 5px;
}
.forumkvarteret-site .calendar .event-day .heading-tag {
  padding-bottom: 5px;
  border-bottom: none;
  display: inline-block;
}
.forumkvarteret-site .calendar .event-tag {
  background: #02436B;
  border-radius: 2px;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.3px;
  padding: 3px 6px;
  margin-right: 10px;
}
.forumkvarteret-site .calendar .calendar-event {
  display: flex;
  padding-bottom: 2rem;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .forumkvarteret-site .calendar .calendar-event {
    display: block;
  }
}
.forumkvarteret-site .calendar .calendar-event .event-title {
  font-size: 14px;
  font-family: "Politica ExtraBold", sans-serif;
  line-height: 18px;
  letter-spacing: normal;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #373737;
}
.forumkvarteret-site .calendar .calendar-event .event-title a {
  color: #373737;
}
.forumkvarteret-site .calendar .calendar-event .event-desc {
  font-size: 14px;
  font-family: "Neue Haas Unica W1G", sans-serif;
  line-height: 1.4;
  color: #373737;
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .forumkvarteret-site .calendar .calendar-event .event-desc {
    -webkit-line-clamp: 3;
  }
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  border-radius: 2px;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  calculation of the height of the owl-item that breaks page layouts
  */
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* Custom css */
.owl-nav {
  position: inherit;
  top: 0px;
  height: 0;
  display: flex !important;
  justify-content: space-between;
}
.owl-nav .owl-prev, .owl-nav .owl-next {
  position: absolute;
  top: -157px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #373737;
  color: white;
  border: none;
  position: relative;
  opacity: 1;
  transition: all 0.25s ease-in;
  z-index: 10;
}
.owl-nav .owl-prev span, .owl-nav .owl-next span {
  display: none;
}
.owl-nav .owl-prev:before, .owl-nav .owl-next:before {
  content: "";
  position: absolute;
  width: 16px;
  height: 16px;
  border-right: 2px solid #fff;
  border-top: 2px solid #fff;
}
.owl-nav .owl-prev:hover, .owl-nav .owl-prev:focus, .owl-nav .owl-prev:active, .owl-nav .owl-next:hover, .owl-nav .owl-next:focus, .owl-nav .owl-next:active {
  box-shadow: 0px 0px 0px 2px #373737;
}
.owl-nav .owl-prev {
  left: -20px;
}
.owl-nav .owl-prev:before {
  transform: rotate(-136deg);
  top: 15px;
  left: 19px;
}
.owl-nav .owl-next {
  right: 1.5rem;
}
.owl-nav .owl-next:before {
  transform: rotate(45deg);
  top: 15px;
  left: 12px;
}
@media (max-width: 576px) {
  .owl-nav {
    display: none !important;
  }
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.carousel {
  margin-top: 20px;
  margin-bottom: 20px;
}
.carousel .carousel-card {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  height: 235px;
}
.carousel .carousel-card .carousel-img {
  position: relative;
  height: 105px;
  overflow: hidden;
}
.carousel .carousel-card .carousel-img img {
  height: auto;
  width: 120%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}
.carousel .carousel-card .carousel-img .carousel-banner {
  background: #d4dbd4;
  border-radius: 50%;
  color: #fff;
  height: 70px;
  width: 70px;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}
.carousel .carousel-card .carousel-img .carousel-banner span {
  display: block;
  text-align: center;
  font-style: italic;
}
.carousel .carousel-card .carousel-img .carousel-banner span.number {
  font-size: 30px;
  margin-top: 13px;
}
.carousel .carousel-card .carousel-img .carousel-banner span.text {
  font-size: 10px;
}
.carousel .carousel-card .carousel-img ~ .carousel-text {
  height: 127px;
}
.carousel .carousel-card .carousel-text {
  background: #fff;
  padding: 15px;
  position: relative;
  height: 100%;
}
.carousel .carousel-card .carousel-text .more-indicator {
  position: absolute;
  top: 7px;
  right: 7px;
}
.carousel .carousel-card .carousel-text .carousel-heading {
  margin-bottom: 0px;
}
.carousel .carousel-card .carousel-text .front-text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.carousel .carousel-card .carousel-text p {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  margin-top: 5px;
}
.carousel .carousel-card .carousel-text .carousel-dates {
  position: absolute;
  bottom: 10px;
  font-size: 12px;
  left: 15px;
}
@media (min-width: 370px) {
  .carousel .carousel-card .carousel-text .carousel-dates {
    font-size: 14px;
  }
}
.carousel .carousel-card .carousel-text .related-type {
  display: none;
}

@media (min-width: 992px) {
  .carousel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right: 2.5rem;
    width: 100%;
  }
}
.carousel-bottom p {
  font-size: 14px;
  color: #373737;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .carousel-bottom p {
    margin-bottom: 0;
    line-height: 1;
  }
}

.carousel-cloudygreen-theme {
  background: #d4dbd4;
  width: 100%;
  padding: 2rem 0rem 2rem 1.3rem;
}
@media (min-width: 992px) {
  .carousel-cloudygreen-theme {
    padding: 2rem 0rem 2rem 2.5rem;
  }
}

.ouroffer-heading {
  width: 100%;
}

.carousel:after {
  z-index: 0;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(212, 219, 212) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(212, 219, 212) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(212, 219, 212) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#d4dbd4",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 1200px) {
  .carousel:before, .carousel:after {
    width: 100px;
    height: 235px;
  }
}

.card-container.slideup {
  width: 100%;
  height: 235px;
  position: relative;
}
.card-container.slideup .card {
  overflow: hidden;
  position: relative;
}
.card-container.slideup .card .card-front, .card-container.slideup .card .card-back {
  width: 100%;
  height: 235px;
}
.card-container.slideup .card .card-front img, .card-container.slideup .card .card-back img {
  width: 101%;
}
.card-container.slideup .card .card-front {
  background: #fff;
}
.card-container.slideup .card .card-front .carousel-img img {
  z-index: 0;
}
.card-container.slideup .card .card-back {
  background: #f2f2f2;
  position: absolute;
  visibility: hidden;
  top: 100%;
}
.card-container.slideup .card .card-back .carousel-text {
  background: transparent;
}
.card-container.slideup .card .card-back.slideup {
  animation: slideUp 0.6s forwards;
}
.card-container.slideup .card .card-back.slidedown {
  animation: slideDown 0.8s forwards;
}

@keyframes slideUp {
  from {
    visibility: hidden;
    top: 100%;
  }
  to {
    visibility: visible;
    top: 0;
  }
}
@keyframes slideDown {
  from {
    top: 0;
    visibility: visible;
  }
  to {
    top: 100%;
    visibility: hidden;
  }
}
.mobilia-site .carousel-cloudygreen-theme.mobilia-brown {
  background: #A03B13;
}
.mobilia-site .carousel-cloudygreen-theme.mobilia-brown .heading-tag, .mobilia-site .carousel-cloudygreen-theme.mobilia-brown h2 {
  color: white;
}
.mobilia-site .carousel-cloudygreen-theme.mobilia-brown p {
  color: #000;
}
.mobilia-site .carousel-cloudygreen-theme.mobilia-green {
  background: #AAD7CD;
}
.mobilia-site .carousel-cloudygreen-theme.mobilia-lightbeige {
  background: #E7DDD1;
}
.mobilia-site .carousel:after {
  z-index: 0;
  content: "";
  width: 60px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(231, 221, 209) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgb(231, 221, 209) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(231, 221, 209) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#E7DDD1",GradientType=1 ); /* IE6-9 */
}
@media (min-width: 1200px) {
  .mobilia-site .carousel:before, .mobilia-site .carousel:after {
    width: 100px;
    height: 235px;
  }
}

.forumkvarteret-site .carousel-cloudygreen-theme .h3 {
  font-size: 20px;
  letter-spacing: -0.4px;
  line-height: 27px;
}
.forumkvarteret-site .carousel-cloudygreen-theme.forumkvarteret-aquablue {
  background: #ACDBDF;
}
.forumkvarteret-site .carousel-cloudygreen-theme.forumkvarteret-pink {
  background: #F2A396;
}
.forumkvarteret-site .carousel-cloudygreen-theme.forumkvarteret-green {
  background: #86C7A8;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.event-promos {
  background: #414852;
  height: auto;
  width: 100%;
  padding: 2.5rem 0 2.5rem 1.5rem;
}
@media (min-width: 768px) {
  .event-promos {
    padding: 2.5rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .event-promos {
    padding: 2.5rem;
  }
}
.event-promos .event-promo-heading {
  color: #fff;
}
.event-promos .event-promo-items {
  padding: 0;
  margin-top: 20px;
}
.event-promos .event-promo-items.owl-carousel {
  width: 100%;
}
@media (min-width: 669px) {
  .event-promos .event-promo-items {
    padding: 1.5rem 0;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .event-promos .event-promo-items {
    display: flex;
    flex-wrap: wrap;
  }
}
.event-promos .event-promo-item {
  width: 100%;
  margin: 15px 0;
  min-height: 280px;
  display: inline-block;
  background: #fff;
}
@media (min-width: 1200px) {
  .event-promos .event-promo-item {
    width: calc(20% - 11px);
    margin: 8px;
  }
  .event-promos .event-promo-item:first-child {
    margin: 8px 8px 8px 0;
  }
  .event-promos .event-promo-item:last-child {
    margin: 8px 0 8px 8px;
  }
}
.event-promos .event-promo-item .event-promo-image {
  width: 100%;
  height: 115px;
  overflow: hidden;
  position: relative;
}
@media (min-width: 768px) {
  .event-promos .event-promo-item .event-promo-image {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .event-promos .event-promo-item .event-promo-image {
    height: 128px;
  }
}
.event-promos .event-promo-item .event-promo-image img {
  width: 100%;
  min-height: 100%;
}
@media (min-width: 1200px) {
  .event-promos .event-promo-item .event-promo-image img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
.event-promos .event-promo-item .event-promo-body {
  padding: 15px;
  min-height: 165px;
}
.event-promos .event-promo-item .event-promo-body .event-type {
  color: #f8b814;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: bold;
}
.event-promos .event-promo-item .event-promo-body .event-heading {
  font-size: 14px;
}
.event-promos .event-promo-item .event-promo-body .event-heading a {
  color: #373737;
}
.event-promos .event-promo-item .event-promo-body .event-time {
  font-size: 12px;
  position: relative;
  padding-left: 25px;
}
.event-promos .event-promo-item .event-promo-body .event-time:before {
  content: "";
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.event-promos .event-promo-item .event-promo-body .event-location {
  font-size: 12px;
  padding-left: 25px;
  position: relative;
}
.event-promos .event-promo-item .event-promo-body .event-location:before {
  content: "";
  background: url("/UI/Destinationswebb/img/pin.svg");
  background-size: 20px;
  background-repeat: no-repeat;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: -2px;
}
.event-promos.event-carousel {
  position: relative;
}
.event-promos.event-carousel .event-promo-item {
  width: 100%;
  margin: 0;
}
.event-promos.event-carousel .event-promo-item .event-promo-image {
  height: 120px;
}
.event-promos.event-carousel .event-promo-item .event-promo-body {
  min-height: 135px;
  height: 135px;
}
.event-promos.event-carousel .owl-item {
  min-height: 255px;
  background: #fff;
}
.event-promos.event-carousel .owl-nav {
  width: 100%;
}
@media (min-width: 1200px) {
  .event-promos.event-carousel-sm-only .event-promo-item {
    width: calc(33.3% - 11px);
  }
}
.event-promos.event-carousel-sm-only .event-promo-item .event-promo-image {
  height: 115px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .event-promos.event-carousel-sm-only .event-promo-item .event-promo-image {
    height: 200px;
  }
}
@media (min-width: 1024px) {
  .event-promos.event-carousel-sm-only .event-promo-item .event-promo-image {
    height: 150px;
  }
}
@media (min-width: 1600px) {
  .event-promos.event-carousel-sm-only .event-promo-item .event-promo-image {
    height: 170px;
    overflow: hidden;
  }
}
.event-promos.event-carousel-sm-only .owl-stage {
  padding-left: 0 !important;
}
.event-promos.event-carousel-sm-only .owl-nav {
  top: 420px;
}
@media (min-width: 1024px) {
  .event-promos.event-carousel-sm-only .owl-nav {
    top: 370px;
  }
}

.forumkvarteret-site .event-promos .event-promo-item .event-promo-body .event-type {
  color: #3C5754;
  font-family: "Politica ExtraBold", sans-serif;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#mobile-navigation {
  position: fixed;
  visibility: hidden;
  top: 0;
  transform: translate3d(-110%, 0, 0);
  height: 100%;
  width: 100%;
  background: #fff;
  z-index: 100;
  padding: 1.5rem;
  overflow: auto;
}
@media (min-width: 992px) {
  #mobile-navigation {
    display: none;
  }
}
#mobile-navigation .mobile-navigation-logo svg {
  width: 130px;
}
#mobile-navigation ul.mobile-navigation-list {
  list-style: none;
  padding: 0;
  margin: 30px 0 0 0;
}
#mobile-navigation ul.mobile-navigation-list li {
  padding-bottom: 13px;
}
@media (min-width: 375px) {
  #mobile-navigation ul.mobile-navigation-list li {
    padding-bottom: 20px;
  }
}
#mobile-navigation ul.mobile-navigation-list li a {
  font-size: 18px;
  font-family: "GT Walsheim Bold", sans-serif;
  line-height: 1.12;
  letter-spacing: -0.5px;
  color: #373737;
}
@media (min-width: 375px) {
  #mobile-navigation ul.mobile-navigation-list li a {
    font-size: 22px;
  }
}
@media (min-height: 600px) {
  #mobile-navigation ul.mobile-navigation-list li a {
    font-size: 26px;
  }
}
#mobile-navigation ul.mobile-navigation-list li a.current {
  text-decoration: underline;
}
#mobile-navigation ul.mobile-secondary-navigation-list {
  width: 87%;
  list-style: none;
  padding: 20px 0 0 0;
  margin: 0;
  border-top: 1px solid #d8d8d8;
}
#mobile-navigation ul.mobile-secondary-navigation-list li {
  padding-bottom: 15px;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a {
  color: #373737;
  text-decoration: underline;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Öppettider] {
  position: relative;
  padding-left: 27px;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Öppettider]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/clock.svg");
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=A-Ö] {
  position: relative;
  padding-left: 27px;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=A-Ö]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/butik.svg");
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Besöksinfo] {
  position: relative;
  padding-left: 27px;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Besöksinfo]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/service.svg");
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Parkering] {
  position: relative;
  padding-left: 27px;
}
#mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Parkering]:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("/UI/Destinationswebb/img/map.svg");
  background-size: 20px;
  position: absolute;
  left: 0;
  top: 0;
}
#mobile-navigation.mobile-menu-visible {
  visibility: hidden;
  transform: translate3d(-110%, 0, 0);
  animation-name: slideInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
#mobile-navigation.mobile-menu-not-visible {
  visibility: hidden;
  transform: translate3d(-110%, 0, 0);
  animation-name: slideOutLeft;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}

#close-navigation-btn {
  position: absolute;
  top: 24px;
  right: 20px;
  width: 22px;
  height: 22px;
  background: none;
  border: none;
}
#close-navigation-btn span {
  width: 22px;
  height: 2px;
  background: #373737;
}
#close-navigation-btn span:first-child {
  position: absolute;
  top: 7px;
  left: -2px;
  transform: rotate(45deg);
}
#close-navigation-btn span:last-child {
  position: absolute;
  top: 7px;
  left: -2px;
  transform: rotate(-45deg);
}

#navigation-btn {
  width: 25px;
  height: 16px;
  border: none;
  background: none;
  position: absolute;
  top: 24px;
  right: 5px;
}
@media (min-width: 576px) {
  #navigation-btn {
    top: 33px;
  }
}
@media (min-width: 992px) {
  #navigation-btn {
    display: none;
  }
}
#navigation-btn .line1, #navigation-btn .line2 {
  border-radius: 3px;
  width: 23px;
  height: 3px;
  background: #242424;
  position: absolute;
  left: -1px;
}
#navigation-btn .line1 {
  top: 0;
}
#navigation-btn .line2 {
  top: 6px;
}
#navigation-btn .line3 {
  position: absolute;
  left: 5px;
  border-radius: 3px;
  top: 12px;
  height: 3px;
  background: #242424;
  width: 17px;
}

.nyasickla-site #mobile-navigation ul.mobile-navigation-list li a {
  font-family: "Futura Heavy", sans serif;
  text-transform: uppercase;
}

.soderhallarna-site #mobile-navigation {
  background: #232323;
  display: block;
}
@media (min-width: 1025px) {
  .soderhallarna-site #mobile-navigation {
    display: none;
  }
}
.soderhallarna-site #mobile-navigation.mobile-menu-visible {
  visibility: hidden;
  transform: translate3d(-110%, 0, 0);
  animation-name: slideInLeft;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
}
.soderhallarna-site #mobile-navigation.mobile-menu-not-visible {
  visibility: hidden;
  transform: translate3d(-110%, 0, 0);
  animation-name: slideOutLeft;
  animation-duration: 0.7s;
  animation-fill-mode: forwards;
  animation-timing-function: ease-out;
}
.soderhallarna-site #mobile-navigation ul.mobile-navigation-list li a {
  font-family: "Dala Floda-Medium", sans-serif;
  color: #fff;
  text-decoration: none;
}
.soderhallarna-site #mobile-navigation ul.mobile-secondary-navigation-list li a {
  color: #fff;
}
.soderhallarna-site #mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Besöksinfo]:before {
  background: url(/UI/Destinationswebb/img/service-white.svg);
  background-size: 20px;
}
.soderhallarna-site #mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Parkering]:before {
  background: url(/UI/Destinationswebb/img/map-white.svg);
  background-size: 20px;
}
.soderhallarna-site #mobile-navigation ul.mobile-secondary-navigation-list li a[title~=A-Ö]:before {
  background: url(/UI/Destinationswebb/img/butik-white.svg);
  background-size: 20px;
}
.soderhallarna-site #mobile-navigation ul.mobile-secondary-navigation-list li a[title~=Öppettider]:before {
  background: url(/UI/Destinationswebb/img/clock-white.svg);
  background-size: 20px;
}
.soderhallarna-site #mobile-navigation .mobile-navigation-logo svg {
  width: auto;
}
.soderhallarna-site #navigation-btn {
  display: block;
  top: 24px;
  right: 30px;
}
@media (min-width: 1025px) {
  .soderhallarna-site #navigation-btn {
    display: none;
  }
}
.soderhallarna-site #navigation-btn .line1, .soderhallarna-site #navigation-btn .line2, .soderhallarna-site #navigation-btn .line3 {
  background: #fff;
}
.soderhallarna-site #close-navigation-btn span {
  background: #fff;
}

.mobilia-site #mobile-navigation .mobile-navigation-logo svg {
  margin-left: -14px;
}
.mobilia-site #mobile-navigation ul.mobile-secondary-navigation-list li a:before {
  top: 3px;
}
.mobilia-site #navigation-btn .line1, .mobilia-site #navigation-btn .line2, .mobilia-site #navigation-btn .line3 {
  background: #E15E35;
}

.granbystaden-site #mobile-navigation {
  display: block;
}
@media (min-width: 1025px) {
  .granbystaden-site #mobile-navigation {
    display: none;
  }
}
.granbystaden-site #mobile-navigation .mobile-navigation-logo svg {
  height: 85px;
  width: 85px;
  margin-left: -20px;
  margin-top: -15px;
}
.granbystaden-site #navigation-btn {
  display: block;
}
@media (min-width: 1025px) {
  .granbystaden-site #navigation-btn {
    display: none;
  }
}
.granbystaden-site #navigation-btn .line1, .granbystaden-site #navigation-btn .line2, .granbystaden-site #navigation-btn .line3 {
  background: #373737;
}

@media (min-width: 992px) {
  .forumkvarteret-site header .search {
    margin-top: -2px;
    right: 70px;
  }
}
@media (min-width: 1200px) {
  .forumkvarteret-site header .search {
    margin-top: -2px;
    right: 15px;
  }
}
.forumkvarteret-site #mobile-navigation {
  z-index: 77;
  display: block;
}
@media (min-width: 1025px) {
  .forumkvarteret-site #mobile-navigation {
    display: none;
  }
}
.forumkvarteret-site #navigation-btn {
  display: block;
}
@media (min-width: 1025px) {
  .forumkvarteret-site #navigation-btn {
    display: none;
  }
}
.forumkvarteret-site #navigation-btn .line1, .forumkvarteret-site #navigation-btn .line2, .forumkvarteret-site #navigation-btn .line3 {
  background: #373737;
}

@-webkit-keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@keyframes slideInLeft {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
}
@-webkit-keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
@keyframes slideOutLeft {
  from {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    visibility: hidden;
  }
}
.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.aopage .ao-heading {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.aopage .ao-heading a {
  color: #373737;
}
@media (min-width: 992px) {
  .aopage .ao-heading {
    font-size: 42px;
    line-height: 37px;
    letter-spacing: -0.58px;
    text-transform: inherit;
  }
}
.aopage .ao-secondary-heading {
  padding: 10px 0 0 0;
}
.aopage .ao-top {
  background: grey;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .aopage .ao-top {
    padding: 2.5rem;
  }
}
.aopage .ao-search {
  position: relative;
}
.aopage .ao-search-inner {
  height: 41px;
  margin-top: 10px;
  position: relative;
}
.aopage #ao-search-input {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 8px 15px 8px 45px;
  background: #E2E9EB;
}
.aopage #ao-search-btn {
  border: none;
  top: 11px;
  left: 16px;
  position: absolute;
  background: url("/UI/Destinationswebb/img/search.svg");
  background-size: 20px;
  background-repeat: no-repeat !important;
  height: 20px;
  width: 20px;
}
.aopage .ao-back-icon {
  padding-left: 22px;
  position: relative;
}
.aopage .ao-back-icon:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #373737;
  border-left: 3px solid #373737;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
.aopage .ao-filter {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .aopage .ao-filter {
    padding: 2.5rem;
  }
}
.aopage .ao-filter .all {
  padding: 10px 0;
  display: block;
  font-weight: 700;
  color: #373737;
}
.aopage .ao-filter .top-lvl {
  border-top: 1px solid #d8d8d8;
  padding: 10px 0;
}
.aopage .ao-filter .top-lvl a {
  color: #373737;
}
.aopage .ao-filter .top-lvl a.active {
  text-decoration: underline;
}
.aopage .ao-filter ul {
  list-style: none;
  padding: 0 0 0 12px;
}
.aopage .ao-filter ul li {
  padding: 10px 0;
}
.aopage .ao-filter ul li a {
  color: #373737;
}
.aopage .ao-filter ul li a.active {
  text-decoration: underline;
}
.aopage .ao-listing {
  padding: 2.5rem 1.3rem;
  background: #E5EAEC;
}
@media (min-width: 992px) {
  .aopage .ao-listing {
    padding: 2.5rem 1.5rem;
  }
}
.aopage .ao-listing .ao-character {
  font-family: "GT Walsheim Bold", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.36px;
  color: #8c8c8c;
  padding: 0;
}
.aopage .ao-listing ul {
  width: 100%;
  max-width: 80rem;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
.aopage .ao-listing ul li.ao-item {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  height: 80px;
  margin: 6px 0;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item {
    margin: 0;
    width: inherit;
    transition: transform 0.2s ease;
    height: auto;
  }
}
@media (min-width: 1600px) {
  .aopage .ao-listing ul li.ao-item {
    grid-column-end: span 1;
    grid-row-end: span 3;
    width: inherit;
  }
}
.aopage .ao-listing ul li.ao-item .ao-character {
  position: absolute;
  left: 0;
  top: -8px;
}
.aopage .ao-listing ul li.ao-item a {
  display: block;
  background: #fff;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 80px;
  text-decoration: none;
  width: 100%;
  padding: 0.8px;
  align-items: center;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item a {
    height: 165px;
    padding: 1.5rem;
    margin-top: 15px;
  }
}
.aopage .ao-listing ul li.ao-item a:hover {
  text-decoration: none;
}
.aopage .ao-listing ul li.ao-item a .ao-name {
  font-size: 14px;
  color: #46859B;
  font-weight: 700;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item a .ao-name {
    margin-top: 5px;
    color: #373737;
  }
}
.aopage .ao-listing ul li.ao-item a .ao-logo {
  width: 45%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item a .ao-logo {
    width: 100%;
    display: block;
  }
}
.aopage .ao-listing ul li.ao-item a .ao-logo svg, .aopage .ao-listing ul li.ao-item a .ao-logo img {
  max-height: 50px;
  max-width: 75%;
  z-index: 2;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item a .ao-logo svg, .aopage .ao-listing ul li.ao-item a .ao-logo img {
    max-height: 60px;
  }
}
.aopage .ao-listing ul li.ao-item a .ao-openinghours {
  font-size: 12px;
  color: #373737;
  width: 100%;
}
.aopage .ao-listing ul li.ao-item a .ao-itemwrap {
  width: 40%;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item:hover {
    transform: scale(1.05);
  }
}
.aopage .ao-listing ul li.ao-item.big-item {
  grid-column-end: span 2;
  grid-row-end: span 6;
  overflow: hidden;
  height: auto;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item.big-item {
    grid-row-end: span 2;
  }
}
@media (min-width: 1600px) {
  .aopage .ao-listing ul li.ao-item.big-item {
    grid-row-end: span 6;
  }
}
.aopage .ao-listing ul li.ao-item.big-item .ao-image {
  height: 200px;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}
.aopage .ao-listing ul li.ao-item.big-item .ao-image img {
  max-width: 100%;
}
.aopage .ao-listing ul li.ao-item.big-item p {
  margin-bottom: 0;
  padding-bottom: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: left;
}
.aopage .ao-listing ul li.ao-item.big-item a {
  height: auto;
  padding: 16px;
  flex-direction: column;
}
@media (min-width: 576px) {
  .aopage .ao-listing ul li.ao-item.big-item a {
    padding: 1.5rem;
  }
}
.aopage .ao-listing .ao-listing-desktop {
  display: none;
  grid-template-columns: repeat(auto-fill, minmax(100%, 1fr));
  grid-gap: 24px;
  grid-auto-flow: dense;
}
@media (min-width: 576px) {
  .aopage .ao-listing .ao-listing-desktop {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(30%, 1fr));
  }
}
@media (min-width: 1200px) {
  .aopage .ao-listing .ao-listing-desktop {
    grid-template-columns: repeat(auto-fill, minmax(23%, 1fr));
  }
}
@media (min-width: 1600px) {
  .aopage .ao-listing .ao-listing-desktop {
    grid-template-columns: repeat(auto-fill, minmax(15%, 1fr));
  }
}
.aopage .ao-listing .ao-listing-mobile .ao-character {
  width: 100%;
  padding-top: 30px;
  display: block;
}
.aopage .ao-listing .ao-listing-mobile li.ao-item .ao-name {
  margin-top: 0;
}
.aopage .readmore__ao__description {
  color: inherit;
  font-family: inherit;
  text-decoration: underline;
  transition: color 0.2s;
  font-size: inherit;
  line-height: inherit;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  background-color: transparent;
  border: none;
}
@media (max-width: 766.98px) {
  .aopage .readmore__ao__description {
    font-size: inherit;
  }
}
.aopage .collapsedContent.active {
  display: none;
}
.aopage .ao-mobile-categories {
  display: flex;
  overflow: hidden;
}
.aopage .ao-mobile-categories select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline-offset: -2px;
  background-image: url("/UI/Destinationswebb/img/arrow.svg");
  background-repeat: no-repeat;
  background-position: right 0.7em top 50%;
  background-size: 25px auto;
}
.aopage .ao-mobile-categories select::-ms-expand {
  display: none;
}
.aopage .ao-mobile-categories select, .aopage .ao-mobile-categories option {
  width: 100%;
  padding: 8px 15px 8px 45px;
  border: none;
  border-radius: 0;
  color: rgb(117, 117, 117);
  background-color: white;
}
.aopage .ao-mobile-categories select option, .aopage .ao-mobile-categories option option {
  margin-bottom: 18px;
  color: #373737;
}
.aopage .sorting-filters {
  text-align: left;
  overflow: hidden;
}

.nyasickla-site .aopage .ao-heading {
  letter-spacing: 2px;
}
.nyasickla-site .aopage .ao-top {
  background: #a2a297;
}
.nyasickla-site .aopage #ao-search-input {
  background: #f2f1ec;
}
.nyasickla-site .aopage select {
  border-radius: 20px;
  background-color: #f2f1ec;
}
.nyasickla-site .aopage .ao-filter {
  background: #e7e6db;
}
.nyasickla-site .aopage .ao-listing {
  background: #f2f1ec;
}
.nyasickla-site .aopage .ao-listing ul .big-item {
  text-align: left;
}
.nyasickla-site .aopage .ao-listing ul .big-item a {
  justify-content: flex-start;
}
.nyasickla-site .aopage .ao-listing ul .big-item .ao-label {
  text-transform: uppercase;
  font-family: "Source Sans Pro", sans-serif;
  color: #a07b67;
  font-weight: 700;
  padding-top: 4px;
  padding-bottom: 10px;
  display: block;
  letter-spacing: 6px;
  text-align: left;
  line-height: 1.1;
}
.nyasickla-site .aopage .ao-listing ul .big-item h2 {
  font-size: 16px;
  font-family: "Futura Std Medium";
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 0;
  padding-bottom: 5px;
  color: #373737;
  text-align: left;
}
.nyasickla-site .aopage .ao-listing ul .big-item p {
  font-size: 14px;
  font-family: "Futura Std Medium";
  line-height: 1.4;
  color: #373737;
  text-align: left;
}
.nyasickla-site .aopage .active-campaign-banner {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background: url("/UI/Destinationswebb/img/erbjudande-banner-sickla.png") no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 40%;
}
@media (max-width: 576px) {
  .nyasickla-site .aopage .active-campaign-banner {
    top: 0;
    background-size: 20%;
  }
}

.soderhallarna-site .aopage {
  margin-top: -62px;
}
@media (min-width: 576px) {
  .soderhallarna-site .aopage {
    margin-top: -72px;
  }
}
.soderhallarna-site .aopage .ao-heading a {
  color: white;
}
.soderhallarna-site .aopage .ao-top {
  background: #232323;
  margin-top: 80px;
}
@media (max-width: 576px) {
  .soderhallarna-site .aopage .ao-top {
    margin-top: 60px;
  }
}
.soderhallarna-site .aopage .ao-top p {
  color: white;
}
@media (max-widht: 576px) {
  .soderhallarna-site .aopage .ao-top:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: linear-gradient(to right, transparent 85%, #FFF);
  }
}
.soderhallarna-site .aopage #ao-search-input {
  background: #8C8C8C;
  border-radius: 0;
}
@media (max-width: 576px) {
  .soderhallarna-site .aopage #ao-search-input {
    background: #232323;
    border: 1px solid white;
    color: white;
  }
}
.soderhallarna-site .aopage .h2 {
  color: white;
}
.soderhallarna-site .aopage .ao-filter .all {
  font-weight: normal;
  font-family: "Futura Medium", sans-serif;
}
.soderhallarna-site .aopage .ao-listing {
  background: #EBEFEF;
  margin-top: 80px;
}
@media (max-width: 768px) {
  .soderhallarna-site .aopage .ao-listing {
    margin-top: 0;
  }
}
.soderhallarna-site .aopage .ao-listing .ao-character {
  color: #373737;
  font-family: "Futura Book", sans-serif;
}
@media (min-width: 1200px) and (max-width: 1400px) {
  .soderhallarna-site .aopage .ao-listing ul .ao-item {
    margin: 30px 5px 14px 5px;
    width: calc(20% - 10px);
  }
}
.soderhallarna-site .aopage .ao-listing ul .ao-item a {
  background: #fff;
}
.soderhallarna-site .aopage .ao-listing ul .ao-item a .ao-name {
  font-family: "Futura Book", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.soderhallarna-site .aopage .ao-listing ul .ao-item a .ao-openinghours {
  font-family: "Futura Medium", sans-serif;
  font-weight: normal;
}
.soderhallarna-site .aopage .ao-listing ul .big-item {
  text-align: left;
}
.soderhallarna-site .aopage .ao-listing ul .big-item a {
  justify-content: flex-start;
}
.soderhallarna-site .aopage .ao-listing ul .big-item .ao-label {
  font-family: "Calibre Bold", sans-serif;
  color: #9DC1AA;
  font-weight: normal;
  padding-bottom: 0px;
  display: block;
  text-transform: uppercase;
  width: 100%;
  text-align: left;
}
.soderhallarna-site .aopage .ao-listing ul .big-item h2 {
  font-family: "Dala Floda-Medium", sans-serif;
  font-size: 24px;
  letter-spacing: 0;
  color: #413C1B;
  margin-bottom: 0px;
}
.soderhallarna-site .aopage #ao-search-btn {
  border: none;
  top: 11px;
  left: 16px;
  position: absolute;
  background: url("/UI/Destinationswebb/img/search-dark.svg");
  background-size: 20px;
  height: 20px;
  width: 20px;
}
@media (max-width: 576px) {
  .soderhallarna-site .aopage #ao-search-btn {
    background: url("/UI/Destinationswebb/img/search-white.svg");
    top: 5px;
    left: 8px;
  }
}

.mobilia-site .aopage .ao-heading {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0;
  padding-bottom: 5px;
}
.mobilia-site .aopage .ao-heading a {
  color: #000;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  text-transform: none;
}
@media (min-width: 992px) {
  .mobilia-site .aopage .ao-heading a {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1.7px;
    text-transform: inherit;
  }
}
.mobilia-site .aopage .ao-top {
  background: #DFF2FD;
}
.mobilia-site .aopage #ao-search-input {
  background: white;
}
.mobilia-site .aopage select {
  border-radius: 20px;
}
.mobilia-site .aopage .ao-filter .all {
  font-weight: normal;
  font-family: "Soehne Kraftig", sans-serif;
}
.mobilia-site .aopage .ao-listing {
  background: #f2f2f2;
}
.mobilia-site .aopage .ao-listing .ao-character {
  color: #000;
}
.mobilia-site .aopage .ao-listing ul li.ao-item a .ao-name {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.mobilia-site .aopage .ao-listing ul li.ao-item a .ao-openinghours {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
}
.mobilia-site .aopage .ao-listing ul li.ao-item.big-item a {
  justify-content: flex-start;
}
.mobilia-site .aopage .ao-listing ul li.ao-item.big-item .ao-label {
  text-align: left;
  font-family: "Soehne Kraftig", sans-serif;
  color: #1C4D57;
  font-weight: normal;
  text-transform: uppercase;
  padding-bottom: 5px;
  padding-top: 5px;
}
.mobilia-site .aopage .ao-listing ul li.ao-item.big-item .ao-title {
  font-size: 22px;
  line-height: 26px;
  text-align: left;
  margin: 0 0 3px 0;
}
.mobilia-site .aopage .ao-listing ul li.ao-item.big-item p {
  font-size: 14px;
  line-height: 1.3;
  font-family: "Soehne Buch", sans-serif;
}
.mobilia-site .aopage #ao-search-btn {
  border: none;
  top: 11px;
  left: 16px;
  position: absolute;
  background: url("/UI/Destinationswebb/img/search-dark.svg");
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.mobilia-site .aopage .active-campaign-banner {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background: url("/UI/Destinationswebb/img/erbjudande-banner-mobilia.png") no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 40%;
}
@media (max-width: 576px) {
  .mobilia-site .aopage .active-campaign-banner {
    top: 0;
    background-size: 20%;
  }
}

.granbystaden-site .aopage .ao-top {
  background: #A6D2AD;
}
.granbystaden-site .aopage #ao-search-input {
  background: white;
  border-radius: 0;
}
.granbystaden-site .aopage .ao-filter .all {
  font-weight: normal;
  font-family: "DINPro-Regular", sans-serif;
}
.granbystaden-site .aopage .ao-heading {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 40px;
}
.granbystaden-site .aopage .ao-listing {
  background: #E7E7E7;
}
.granbystaden-site .aopage .ao-listing .ao-character {
  color: #373737;
  font-family: "DINPro-Regular", sans-serif;
}
.granbystaden-site .aopage .ao-listing ul li.ao-item a {
  background: #fff;
}
.granbystaden-site .aopage .ao-listing ul li.ao-item a .ao-name {
  font-family: "DINPro-Bold", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.granbystaden-site .aopage .ao-listing ul li.ao-item a .ao-openinghours {
  font-family: "DINPro-Regular", sans-serif;
  font-weight: normal;
}
.granbystaden-site .aopage .ao-listing ul .big-item {
  text-align: left;
}
.granbystaden-site .aopage .ao-listing ul .big-item a {
  justify-content: flex-start;
}
.granbystaden-site .aopage .ao-listing ul .big-item .ao-label {
  font-family: "DINPro-Medium", sans-serif;
  color: #E6B7BD;
  font-weight: normal;
  text-transform: uppercase;
}
.granbystaden-site .aopage .ao-listing ul .big-item h2 {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 20px;
  line-height: 27px;
  letter-spacing: -0.4px;
  color: #373737;
  font-weight: normal;
  margin-bottom: 0;
}
.granbystaden-site .aopage #ao-search-btn {
  border: none;
  top: 11px;
  left: 16px;
  position: absolute;
  background: url("/UI/Destinationswebb/img/search-dark.svg");
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.granbystaden-site .aopage .active-campaign-banner {
  position: absolute;
  top: 15px;
  bottom: 0;
  left: 0;
  right: 0;
  width: auto;
  height: auto;
  z-index: 1;
  background: url("/UI/Destinationswebb/img/erbjudande-banner-granby.png") no-repeat;
  background-position-x: left;
  background-position-y: top;
  background-size: 40%;
}
@media (max-width: 576px) {
  .granbystaden-site .aopage .active-campaign-banner {
    top: 0;
    background-size: 20%;
  }
}

.forumkvarteret-site .aopage .ao-heading {
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.3px;
  padding-bottom: 5px;
  text-transform: uppercase;
}
.forumkvarteret-site .aopage .ao-heading a {
  color: #373737;
}
@media (min-width: 992px) {
  .forumkvarteret-site .aopage .ao-heading {
    font-size: 40px;
    letter-spacing: -1.7px;
    line-height: 50px;
    text-transform: inherit;
  }
}
.forumkvarteret-site .aopage .ao-secondary-heading {
  padding: 10px 0 0 0;
}
.forumkvarteret-site .aopage .ao-top {
  background: #ACDBDF;
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .forumkvarteret-site .aopage .ao-top {
    padding: 2.5rem;
  }
}
.forumkvarteret-site .aopage #ao-search-input {
  width: 100%;
  border: none;
  border-radius: 20px;
  padding: 8px 15px 8px 45px;
  background: #E2E9EB;
}
.forumkvarteret-site .aopage select {
  border-radius: 20px;
  background-color: #E2E9EB;
}
.forumkvarteret-site .aopage #ao-search-btn {
  border: none;
  top: 11px;
  left: 16px;
  position: absolute;
  background: url("/UI/Destinationswebb/img/search.svg");
  background-size: 20px;
  height: 20px;
  width: 20px;
}
.forumkvarteret-site .aopage .ao-back-icon {
  padding-left: 22px;
  position: relative;
}
.forumkvarteret-site .aopage .ao-back-icon:before {
  content: "";
  width: 15px;
  height: 15px;
  border-top: 3px solid #373737;
  border-left: 3px solid #373737;
  position: absolute;
  left: 0;
  top: 6px;
  transform: rotate(-45deg);
}
.forumkvarteret-site .aopage .ao-filter {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .forumkvarteret-site .aopage .ao-filter {
    padding: 2.5rem;
  }
}
.forumkvarteret-site .aopage .ao-filter .all {
  padding: 10px 0;
  display: block;
  font-weight: 700;
  color: #373737;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.forumkvarteret-site .aopage .ao-filter .top-lvl {
  border-top: 1px solid #EAEAEA;
  padding: 10px 0;
}
.forumkvarteret-site .aopage .ao-filter .top-lvl a {
  color: #373737;
}
.forumkvarteret-site .aopage .ao-filter .top-lvl a.active {
  text-decoration: underline;
}
.forumkvarteret-site .aopage .ao-filter ul {
  list-style: none;
  padding: 0 0 0 12px;
}
.forumkvarteret-site .aopage .ao-filter ul li {
  padding: 10px 0;
}
.forumkvarteret-site .aopage .ao-filter ul li a {
  color: #373737;
}
.forumkvarteret-site .aopage .ao-filter ul li a.active {
  text-decoration: underline;
}
.forumkvarteret-site .aopage .ao-listing {
  background: #E7E7E7;
}
.forumkvarteret-site .aopage .ao-listing .ao-character {
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 18px;
  line-height: 1.33;
  letter-spacing: -0.36px;
  color: #373737;
  padding: 0;
}
.forumkvarteret-site .aopage .ao-listing ul .big-item {
  text-align: left;
}
.forumkvarteret-site .aopage .ao-listing ul .big-item a {
  justify-content: flex-start;
}
.forumkvarteret-site .aopage .ao-listing ul .big-item .ao-label {
  font-family: "Calibre Bold", sans-serif;
  color: #02436B;
  font-weight: normal;
  text-transform: uppercase;
}
.forumkvarteret-site .aopage .ao-listing ul .big-item h2 {
  text-align: left;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 0;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.calendarpage .calendarpage-left {
  padding: 2.5rem 1.5rem;
}
@media (min-width: 992px) {
  .calendarpage .calendarpage-left {
    padding: 2.5rem;
    min-height: 60vh;
  }
  .calendarpage .calendarpage-left.col-lg-6 {
    overflow-y: auto;
    height: 90vh;
  }
}
@media (min-width: 992px) and (min-width: 768px) {
  .calendarpage .calendarpage-left.col-lg-12 .event-info {
    width: 60%;
  }
}
@media (min-width: 992px) and (min-width: 1200px) {
  .calendarpage .calendarpage-left.col-lg-12 .event-info {
    width: 40%;
  }
}
@media (min-width: 992px) and (min-width: 1600px) {
  .calendarpage .calendarpage-left.col-lg-12 .event-info {
    width: 30%;
  }
}
@media (min-width: 992px) {
  .calendarpage .calendarpage-left::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: #F5F5F5;
  }
  .calendarpage .calendarpage-left::-webkit-scrollbar {
    width: 6px;
    background-color: #F5F5F5;
  }
  .calendarpage .calendarpage-left::-webkit-scrollbar-thumb {
    background-color: #717e90;
  }
}
.calendarpage .calendarpage-left .calendar-list {
  margin-top: 30px;
}
@media (min-width: 992px) {
  .calendarpage .calendarpage-left .calendar-list {
    margin-top: 45px;
  }
}
.calendarpage .large-event-promo {
  position: relative;
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 50vh;
}
.calendarpage .large-event-promo .large-event-promo-heading {
  color: #fff;
  text-shadow: 0px 0px 20px #373737;
  padding-bottom: 15px;
}
.calendarpage .large-event-promo .large-event-promo-content {
  z-index: 10;
  padding: 0 2.5rem;
}
@media (min-width: 1200px) {
  .calendarpage .large-event-promo .large-event-promo-content {
    padding: 0 7rem;
  }
}
.calendarpage .event-promos {
  height: 70%;
}
.calendarpage .calendar-event {
  padding-bottom: 2.5rem;
}
.calendarpage .calendar-event .event-time {
  width: 25%;
}
@media (min-width: 576px) {
  .calendarpage .calendar-event .event-time {
    width: 15%;
  }
}

.soderhallarna-site .calendarpage .large-event-promo .large-event-promo-heading {
  color: #373737;
  text-shadow: none;
}

.mobilia-site .calendarpage {
  background: white;
}
.mobilia-site .calendarpage .large-event-promo .large-event-promo-heading {
  color: white;
  text-shadow: none;
}
.mobilia-site .calendarpage .event-promos {
  background: #E7DDD1;
}
.mobilia-site .calendarpage .event-promo-heading {
  color: #000;
}

.forumkvarteret-site .calendarpage {
  background: #EAEAEA;
}
.forumkvarteret-site .calendarpage .calendarpage-left h1, .forumkvarteret-site .calendarpage .calendarpage-left .h1 {
  font-family: "Calibre Regular", sans-serif;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: -0.57px;
  line-height: 29px;
}
.forumkvarteret-site .calendarpage .large-event-promo .large-event-promo-heading {
  color: white;
  text-shadow: none;
  font-family: "Zooja Regular", sans-serif;
  font-size: 70px;
  letter-spacing: 2.99px;
  line-height: 100px;
}
.forumkvarteret-site .calendarpage .event-promos {
  background: #ACDBDF;
}
.forumkvarteret-site .calendarpage .event-promo-heading {
  font-family: "Politica ExtraBold", sans-serif;
  color: #373737;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.eventpage.standardpage .standard-content .event-logo {
  padding: 1.5rem 0 0.5rem;
}
.eventpage.standardpage .standard-content .event-logo img, .eventpage.standardpage .standard-content .event-logo svg {
  padding: 1.5rem 0 0.5rem;
}
.eventpage .event-logo {
  width: 120px;
  height: auto;
}
.eventpage .event-occurrences ul {
  list-style: none;
  padding: 0;
  margin: 20px 0 0 0;
}
@media (min-width: 768px) {
  .eventpage .event-occurrences ul {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
}
@media (min-width: 1200px) {
  .eventpage .event-occurrences ul {
    display: block;
    margin-right: inherit;
    margin-left: inherit;
    padding: 0 65px;
  }
}
.eventpage .event-occurrences ul li {
  border: 2px solid #f2f2f2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}
@media (min-width: 768px) {
  .eventpage .event-occurrences ul li {
    margin: 15px;
    width: calc(50% - 30px);
  }
}
@media (min-width: 992px) {
  .eventpage .event-occurrences ul li {
    margin: 15px;
    width: calc(33% - 30px);
  }
}
@media (min-width: 1200px) {
  .eventpage .event-occurrences ul li {
    margin: 0 0 1.5rem 0;
    width: 100%;
  }
}
.eventpage .event-occurrences ul li .event-starttime {
  position: relative;
  padding-left: 25px;
}
.eventpage .event-occurrences ul li .event-starttime:before {
  content: "";
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.eventpage .event-occurrences ul li .event-location {
  position: relative;
  padding-left: 25px;
}
.eventpage .event-occurrences ul li .event-location:before {
  content: "";
  background: url(/UI/Destinationswebb/img/pin.svg);
  background-size: 20px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 3px;
}
.eventpage .event-offers {
  margin-top: 1.5rem;
}
.eventpage .event-offers .carousel-card {
  background: #d4dbd4;
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  max-width: 621px;
}
@media (min-width: 576px) {
  .eventpage .event-offers .carousel-card {
    display: flex;
    flex-wrap: wrap;
  }
}
.eventpage .event-offers .carousel-card .carousel-img {
  height: 145px;
  overflow: hidden;
  margin: 0 0 10px 0;
}
@media (min-width: 576px) {
  .eventpage .event-offers .carousel-card .carousel-img {
    width: 40%;
    margin: 0;
  }
}
.eventpage .event-offers .carousel-card .carousel-img img {
  padding: 0;
}
.eventpage .event-offers .carousel-card .related-type {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.55px;
}
.eventpage .event-offers .carousel-card .related-type.erbjudande {
  color: #e17f53;
}
.eventpage .event-offers .carousel-card .related-type.kundklubb {
  color: #47997e;
}
.eventpage .event-offers .carousel-card .carousel-heading {
  font-size: 20px;
  padding-top: 10px;
  padding-bottom: 5px;
}
@media (min-width: 576px) {
  .eventpage .event-offers .carousel-card .carousel-heading {
    padding-top: 5px;
  }
}
@media (min-width: 576px) {
  .eventpage .event-offers .carousel-card .carousel-text {
    width: 60%;
    padding-left: 2.5rem;
  }
}
.eventpage .event-offers .carousel-card p {
  font-size: 14px;
  font-style: italic;
  line-height: 1.21;
}
.eventpage .event-offers .carousel-card .carousel-dates {
  font-size: 14px;
  line-height: 1.21;
}

.soderhallarna-site .eventpage .event-offers .carousel-card .related-type.kundklubb {
  color: #373737;
}
.soderhallarna-site .eventpage .event-offers .carousel-card .related-type.erbjudande {
  color: #373737;
}
.soderhallarna-site .event-occurrences ul li .event-starttime:before {
  top: 1px;
}

.mobilia-site .eventpage .event-offers .carousel-card .related-type.kundklubb {
  color: #000;
}
.mobilia-site .eventpage .event-offers .carousel-card .related-type.erbjudande {
  color: #000;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .landingpage-hero .landingpage-hero-heading, .calendarpage .large-event-promo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*/*
440 default
515 Söderhallarna
*/
/** {
    box-sizing: border-box;
}*/
@media (min-width: 992px) {
  .landingpage-hero.no-herobox {
    height: 440px;
    overflow: hidden;
  }
}
.landingpage-hero.no-herobox .landingpage-hero-img {
  height: 265px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) and (max-width: 992px) {
  .landingpage-hero.no-herobox .landingpage-hero-img {
    height: 339px;
    width: 100%;
  }
}
@media (min-width: 992px) {
  .landingpage-hero.no-herobox .landingpage-hero-img {
    height: 440px;
    overflow: hidden;
  }
}
.landingpage-hero.no-herobox .landingpage-hero-img img {
  width: auto;
  height: 265px;
  object-fit: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
}
@media (min-width: 576px) {
  .landingpage-hero.no-herobox .landingpage-hero-img img {
    width: 100%;
    min-height: 340px;
  }
}
@media (min-width: 992px) {
  .landingpage-hero.no-herobox .landingpage-hero-img img {
    min-height: 440px;
    width: auto;
  }
}
@media (min-width: 1200px) {
  .landingpage-hero.no-herobox .landingpage-hero-img img {
    min-height: 440px;
    width: 100%;
  }
}
.landingpage-hero.one-herobox {
  height: 380px;
  overflow: hidden;
  margin-right: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 992px) {
  .landingpage-hero.one-herobox {
    height: 260px;
    overflow: hidden;
  }
}
@media (max-width: 576px) {
  .landingpage-hero.one-herobox {
    height: auto;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-img {
  height: 380px;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  position: relative;
  flex: 0 0 50%;
  max-width: 50%;
  width: 60%;
}
@media (max-width: 1200px) {
  .landingpage-hero.one-herobox .landingpage-hero-img {
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
}
@media (max-width: 992px) {
  .landingpage-hero.one-herobox .landingpage-hero-img {
    height: 260px;
    flex: none;
  }
}
@media (max-width: 576px) {
  .landingpage-hero.one-herobox .landingpage-hero-img {
    height: 265px;
    position: relative;
    overflow: hidden;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    display: block;
    max-width: 100%;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 576px) {
  .landingpage-hero.one-herobox .landingpage-hero-img img {
    width: auto;
    height: 265px;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-boxes {
  width: 40%;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  height: 100%;
}
@media (max-width: 1200px) {
  .landingpage-hero.one-herobox .landingpage-hero-boxes {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
@media (max-width: 992px) {
  .landingpage-hero.one-herobox .landingpage-hero-boxes {
    max-width: 100%;
    flex: none;
  }
}
@media (max-width: 576px) {
  .landingpage-hero.one-herobox .landingpage-hero-boxes {
    padding-right: 0;
    padding-left: 0;
    position: relative;
    width: 100%;
    display: block;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-box {
  width: 100%;
  height: 100%;
  padding: 2.5rem;
  color: #373737;
}
@media (max-width: 992px) {
  .landingpage-hero.one-herobox .landingpage-hero-box {
    padding: 5rem 2.5rem;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-aside {
  display: block;
  z-index: 0;
  padding-right: 0;
  padding-left: 0;
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 1200px) {
  .landingpage-hero.one-herobox .landingpage-hero-aside {
    display: none;
  }
}
.landingpage-hero.one-herobox .landingpage-hero-aside img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.landingpage-hero.two-heroboxes {
  width: 100%;
  min-height: var(--hero-height);
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.landingpage-hero.two-heroboxes .landingpage-hero-img {
  position: relative;
  width: 50%;
  overflow: hidden;
}
@media screen and (max-width: 786px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-img {
    width: 100%;
    min-height: 320px;
  }
}
.landingpage-hero.two-heroboxes .landingpage-hero-img img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes {
  width: 50%;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  min-height: var(--hero-height);
}
@media screen and (max-width: 1200px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes {
    flex-direction: row;
  }
}
@media screen and (max-width: 786px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes {
    width: 100%;
    flex-direction: row;
    min-height: auto;
  }
}
@media screen and (max-width: 567px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes {
    width: 100%;
    flex-direction: row;
    align-items: stretch;
  }
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes {
    flex-direction: row;
    align-items: stretch;
  }
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box {
  width: calc(50% - 50px);
  height: 50%;
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 786px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box {
    width: 50%;
    height: auto;
  }
}
@media screen and (max-width: 567px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box {
    height: auto;
  }
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box > div {
  padding: 40px;
  width: 100%;
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box h2 {
  margin: 0 0 0.4em 0;
}
@media screen and (max-width: 1200px) and (min-width: 786px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box.landingpage-hero-box-1 {
    width: 100%;
  }
}
@media screen and (max-width: 567px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-box.landingpage-hero-box-1 {
    width: 100%;
  }
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-aside {
  position: relative;
  width: calc(50% + 50px);
  overflow: hidden;
  height: 100%;
}
@media screen and (max-width: 1200px) and (min-width: 769px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-aside {
    height: auto;
    width: 50%;
  }
}
@media screen and (max-width: 786px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-aside {
    display: none;
  }
}
@media screen and (max-width: 567px) {
  .landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-aside {
    display: block;
    width: 50%;
    height: auto;
  }
}
.landingpage-hero.two-heroboxes .landingpage-hero-boxes .landingpage-hero-aside img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  top: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}

.landingpage .linkbox {
  height: 160px;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.landingpage .linkbox .primary-btn {
  padding: 13px 40px;
}
@media (min-width: 992px) {
  .landingpage .linkbox.linkbox-mobile {
    display: none;
  }
}
@media (max-width: 992px) {
  .landingpage .linkbox.linkbox-desktop {
    display: none;
  }
}
@media (min-width: 768px) {
  .landingpage .owl-carousel {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .landingpage .owl-carousel {
    width: 96%;
  }
}
@media (min-width: 1200px) {
  .landingpage .owl-carousel {
    width: 98%;
  }
}
.landingpage .calendar-hidden aside {
  display: none;
}

.landingpage-hero-box.yellow {
  background: #c6b990;
}
.landingpage-hero-box.white {
  background: #f2f2f2;
}
.landingpage-hero-box.blue {
  background: #7ea09f;
}
.landingpage-hero-box.pink {
  background: #ffcbc3;
}
.landingpage-hero-box.brown {
  background: #70584e;
}
.landingpage-hero-box.granbystaden-green {
  background: #A6D2AD;
}
.landingpage-hero-box.granbystaden-beige {
  background: #EEE4D9;
}
.landingpage-hero-box.granbystaden-pink {
  background: #E6B7BD;
}
.landingpage-hero-box.granbystaden-blue {
  background: #9BCEDA;
}
.landingpage-hero-box a {
  color: #373737;
  text-decoration: underline;
}
.landingpage-hero-box a:hover, .landingpage-hero-box a:focus, .landingpage-hero-box a:active {
  text-decoration: none;
}
.landingpage-hero-box.mobilia-orange {
  background: #E15E35;
}
.landingpage-hero-box.mobilia-orange a {
  color: #000;
}
.landingpage-hero-box.mobilia-brown {
  background: #A03B13;
}
.landingpage-hero-box.mobilia-brown h2, .landingpage-hero-box.mobilia-brown p {
  color: white;
}
.landingpage-hero-box.mobilia-brown a {
  text-decoration: none;
  color: white;
}
.landingpage-hero-box.mobilia-lightgreen {
  background: #DDE4E5;
}
.landingpage-hero-box.mobilia-lightgrey {
  background: #E0E0E0;
}
.landingpage-hero-box.forumkvarteret-cremeblue {
  background: #D8EDF0;
}
.landingpage-hero-box.forumkvarteret-cremepink {
  background: #FBD5CB;
}
.landingpage-hero-box.forumkvarteret-cremegreen {
  background: #C9E4D5;
}

.landingpage-hero-box-1 h2, .landingpage-hero-box-2 h2 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.5px;
}
@media (min-width: 576px) and (max-width: 1600px) {
  .landingpage-hero-box-1 h2, .landingpage-hero-box-2 h2 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 576px) {
  .landingpage-hero-box-1 h2, .landingpage-hero-box-2 h2 {
    font-size: 16px;
  }
}
@media (max-width: 290px) {
  .landingpage-hero-box-1 h2, .landingpage-hero-box-2 h2 {
    font-size: 14px;
  }
}
.landingpage-hero-box-1 p, .landingpage-hero-box-2 p {
  font-size: 14px;
  line-height: 1.29;
  color: #373737;
}
@media (min-width: 992px) {
  .landingpage-hero-box-1 p, .landingpage-hero-box-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .landingpage-hero-box-1 p, .landingpage-hero-box-2 p {
    line-height: 1.56;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .landingpage-hero-box-1 a, .landingpage-hero-box-2 a {
    display: inline-block;
    background: #373737;
    color: #fff;
    border-radius: 30px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 9px 20px;
    line-height: 1.05;
    text-align: center;
  }
}
.landingpage-hero-box-1.yellow, .landingpage-hero-box-2.yellow {
  background: #c6b990;
}
.landingpage-hero-box-1.white, .landingpage-hero-box-2.white {
  background: #f2f2f2;
}
.landingpage-hero-box-1.blue, .landingpage-hero-box-2.blue {
  background: #7ea09f;
}
.landingpage-hero-box-1.pink, .landingpage-hero-box-2.pink {
  background: #ffcbc3;
}
.landingpage-hero-box-1.brown, .landingpage-hero-box-2.brown {
  background: #70584e;
}
.landingpage-hero-box-1.granbystaden-green, .landingpage-hero-box-2.granbystaden-green {
  background: #A6D2AD;
}
.landingpage-hero-box-1.granbystaden-beige, .landingpage-hero-box-2.granbystaden-beige {
  background: #EEE4D9;
}
.landingpage-hero-box-1.granbystaden-pink, .landingpage-hero-box-2.granbystaden-pink {
  background: #E6B7BD;
}
.landingpage-hero-box-1.granbystaden-blue, .landingpage-hero-box-2.granbystaden-blue {
  background: #9BCEDA;
}
.landingpage-hero-box-1.mobilia-orange, .landingpage-hero-box-2.mobilia-orange {
  background: #E15E35;
}
.landingpage-hero-box-1.mobilia-orange a, .landingpage-hero-box-2.mobilia-orange a {
  color: #000;
}
.landingpage-hero-box-1.mobilia-brown, .landingpage-hero-box-2.mobilia-brown {
  background: #A03B13;
}
.landingpage-hero-box-1.mobilia-brown h2, .landingpage-hero-box-1.mobilia-brown p, .landingpage-hero-box-2.mobilia-brown h2, .landingpage-hero-box-2.mobilia-brown p {
  color: white;
}
.landingpage-hero-box-1.mobilia-brown a, .landingpage-hero-box-2.mobilia-brown a {
  text-decoration: none;
  color: white;
}
.landingpage-hero-box-1.mobilia-black, .landingpage-hero-box-2.mobilia-black {
  background: #000;
}
.landingpage-hero-box-1.mobilia-black h1, .landingpage-hero-box-1.mobilia-black h2, .landingpage-hero-box-1.mobilia-black p, .landingpage-hero-box-1.mobilia-black a, .landingpage-hero-box-2.mobilia-black h1, .landingpage-hero-box-2.mobilia-black h2, .landingpage-hero-box-2.mobilia-black p, .landingpage-hero-box-2.mobilia-black a {
  color: white;
}
.landingpage-hero-box-1.mobilia-lightgrey, .landingpage-hero-box-2.mobilia-lightgrey {
  background: #ECECEC;
}
.landingpage-hero-box-1.mobilia-lightgrey a, .landingpage-hero-box-2.mobilia-lightgrey a {
  color: #83372c;
}
.landingpage-hero-box-1.mobilia-lightgreen, .landingpage-hero-box-2.mobilia-lightgreen {
  background: #DDE4E5;
}
.landingpage-hero-box-1.mobilia-lightgreen a, .landingpage-hero-box-2.mobilia-lightgreen a {
  color: #83372c;
}

.soderhallarna-site .landingpage .landingpage-hero-img .landingpage-hero-heading {
  color: white;
  text-shadow: none;
  text-decoration: underline;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media (min-width: 768px) {
  .soderhallarna-site .landingpage .landingpage-hero-img .landingpage-hero-heading {
    transform: translateY(-50%);
    left: 6rem;
    text-align: left;
    width: 550px;
  }
}

.mobilia-site .landingpage .landingpage-hero .landingpage-hero-box a {
  text-decoration: none;
}
.mobilia-site .landingpage .landingpage-hero .landingpage-hero-box a:hover {
  text-decoration: underline;
}
.mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2 {
    font-size: 20px;
    line-height: 27px;
    letter-spacing: -0.4px;
  }
}
@media (max-width: 992px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2 {
    font-size: 18px;
  }
}
@media (max-width: 576px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 h2 {
    font-size: 16px;
  }
}
.mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p {
  font-size: 14px;
  line-height: 1.29;
}
@media (min-width: 992px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 p {
    line-height: 1.56;
    font-size: 16px;
    -webkit-line-clamp: 2;
  }
}
@media (max-width: 992px) {
  .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 a, .mobilia-site .landingpage .landingpage-hero .landingpage-hero-box-1 a {
    display: unset;
    background: none;
    color: #000;
    border-radius: 0;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: normal;
    border: none;
    text-decoration: none;
    padding: 0;
    line-height: 1.05;
    text-align: center;
  }
}
.mobilia-site .landingpage .landingpage-hero h3 {
  font-size: 18px;
  line-height: 1.33;
}
@media (min-width: 576px) and (max-width: 768px) {
  .mobilia-site .landingpage .landingpage-hero h3 {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.5px;
  }
}
@media (min-width: 1600px) {
  .mobilia-site .landingpage .landingpage-hero h3 {
    font-size: 26px;
    line-height: 29px;
    letter-spacing: -0.5px;
  }
}
@media (max-width: 992px) {
  .mobilia-site .landingpage .landingpage-hero p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (max-width: 330px) {
  .mobilia-site .landingpage .landingpage-hero p {
    -webkit-line-clamp: 3;
  }
}
.mobilia-site .landingpage .landingpage-hero a {
  text-decoration: none;
}
.mobilia-site .landingpage .landingpage-hero.mobilia-black a {
  color: white;
}

.granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading {
  color: white;
  text-shadow: none;
  text-align: center;
  text-decoration: none;
}
.granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading.granbystaden-dinpro {
  font-family: "DINPro-Bold", sans-serif;
}
.granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading.granbystaden-zooja {
  font-family: "Zooja Regular", sans-serif;
  font-size: 60px;
}
.granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading.granbystaden-zooja-sommarkampanj {
  font-family: "Zooja Regular", sans-serif;
  color: #FEF9EF;
  font-size: 60px;
  line-height: 100px;
  text-shadow: 0 0 20px #888;
  letter-spacing: 0;
}
@media (min-width: 768px) {
  .granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading.granbystaden-zooja-sommarkampanj {
    font-size: 130px;
  }
}
@media (min-width: 992px) {
  .granbystaden-site .landingpage-hero .landingpage-hero-img .landingpage-hero-heading.granbystaden-zooja-sommarkampanj {
    font-size: 190px;
  }
}
.granbystaden-site .landingpage-hero-box-1 a {
  background: #373737;
  color: white;
  font-family: "DINPro-Medium", sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.3px;
  line-height: 15px;
  border-radius: 35px;
  text-decoration: none;
  text-align: center;
  margin: auto;
}
@media (min-width: 576px) {
  .granbystaden-site .landingpage-hero-box-1 a {
    padding: 7px 17px;
  }
}
.granbystaden-site .landingpage-hero-box-1 a:hover, .granbystaden-site .landingpage-hero-box-1 a:active, .granbystaden-site .landingpage-hero-box-1 a:focus {
  background-color: #373737;
  text-decoration: underline;
}

.forumkvarteret-site .landingpage .landingpage-hero-box a {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
  font-family: "Politica ExtraBold", sans-serif;
}
@media (min-width: 992px) {
  .forumkvarteret-site .landingpage .landingpage-hero-box.landingpage-hero-box-1 a {
    position: relative;
    background: #373737;
    color: #fff;
    border-radius: 0;
    font-family: "Politica ExtraBold", sans-serif;
    line-height: 15px;
    letter-spacing: 0.3px;
    padding: 11px 30px;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
  }
  .forumkvarteret-site .landingpage .landingpage-hero-box.landingpage-hero-box-1 a:before {
    content: ">";
    position: absolute;
    right: 10px;
    top: 10px;
    color: white;
  }
  .forumkvarteret-site .landingpage .landingpage-hero-box.landingpage-hero-box-1 a:after {
    content: "";
    border: 0.75px solid #373737;
    width: 98%;
    height: 37px;
    position: absolute;
    bottom: -2px;
    left: 4px;
  }
  .forumkvarteret-site .landingpage .landingpage-hero-box.landingpage-hero-box-1 a:hover {
    box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
  }
}
.forumkvarteret-site .landingpage .landingpage-hero-box-1 h2, .forumkvarteret-site .landingpage .landingpage-hero-box-2 h2 {
  font-size: 26px;
  line-height: 29px;
  letter-spacing: -0.5px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .forumkvarteret-site .landingpage .landingpage-hero-box-1 h2, .forumkvarteret-site .landingpage .landingpage-hero-box-2 h2 {
    font-size: 30px;
    letter-spacing: -0.57px;
    line-height: 35px;
  }
}
.forumkvarteret-site .landingpage .landingpage-hero-box-1 p, .forumkvarteret-site .landingpage .landingpage-hero-box-2 p {
  font-size: 12px;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 992px) {
  .forumkvarteret-site .landingpage .landingpage-hero-box-1 p, .forumkvarteret-site .landingpage .landingpage-hero-box-2 p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media (min-width: 1200px) {
  .forumkvarteret-site .landingpage .landingpage-hero-box-1 p, .forumkvarteret-site .landingpage .landingpage-hero-box-2 p {
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
  }
}
@media (max-width: 992px) {
  .forumkvarteret-site .landingpage .landingpage-hero-box-1 a, .forumkvarteret-site .landingpage .landingpage-hero-box-2 a {
    display: inline-block;
    background: none;
    color: #373737;
    border-radius: 0;
    text-transform: uppercase;
    font-family: "Politica ExtraBold", sans-serif;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 9px 0;
    line-height: 1.05;
    text-align: center;
    text-decoration: underline;
  }
  .forumkvarteret-site .landingpage .landingpage-hero-box-1 a:hover, .forumkvarteret-site .landingpage .landingpage-hero-box-2 a:hover {
    box-shadow: none;
    text-decoration: none;
  }
}

.landingpage-hero .landingpage-hero-heading {
  background: none;
  text-shadow: none;
  padding: 1.5rem;
  width: 100%;
}
.landingpage-hero .landingpage-hero-heading.forumkvarteret-aquablue {
  color: #02436B;
}
.landingpage-hero .landingpage-hero-heading.forumkvarteret-pink {
  color: #4E1E4E;
}
.landingpage-hero .landingpage-hero-heading.forumkvarteret-green {
  color: #005C4A;
}
@media (min-width: 1200px) {
  .landingpage-hero .landingpage-hero-heading {
    max-width: 36%;
    min-height: 46%;
    text-align: left;
    padding: 2.7rem 2.7rem 2.7rem 2.5rem;
    left: 16% !important;
  }
  .landingpage-hero .landingpage-hero-heading:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 100%;
    width: 55%;
    height: 100%;
    -moz-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
    -webkit-transform-origin: 100% 0;
    transform-origin: 100% 0;
    -moz-transform: skewX(-30deg);
    -ms-transform: skewX(-30deg);
    -o-transform: skewX(-30deg);
    -webkit-transform: skewX(-30deg);
    transform: skewX(-30deg);
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-aquablue {
    background: #ACDBDF;
    color: #02436B;
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-aquablue:after {
    background: #ACDBDF;
    color: #02436B;
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-pink {
    background: #FBD5CB;
    color: #4E1E4E;
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-pink:after {
    background: #FBD5CB;
    color: #4E1E4E;
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-green {
    background: #86C7A8;
    color: #005C4A;
  }
  .landingpage-hero .landingpage-hero-heading.forumkvarteret-green:after {
    background: #86C7A8;
    color: #005C4A;
  }
}
@media (min-width: 1600px) {
  .landingpage-hero .landingpage-hero-heading {
    padding: 3.7rem 4.7rem 2.7rem 2.5rem;
    left: 18% !important;
  }
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.iframepage .hero-img {
  width: 100%;
}
@media (max-width: 576px) {
  .iframepage .hero-img.hero-lg-img {
    display: none;
  }
}
.iframepage .hero-img.hero-sm-img {
  width: 100%;
}
@media (min-width: 576px) {
  .iframepage .hero-img.hero-sm-img {
    display: none;
  }
}
.iframepage .hero-content {
  padding: 46px 15px 23px 15px;
}
@media (min-width: 768px) {
  .iframepage .hero-content {
    padding: 46px 28px 23px 28px;
  }
}
.iframepage .iframepage-content {
  padding-bottom: 60px;
}
.iframepage .iframepage-content .article__iframe iframe {
  width: 100%;
}
@media (max-width: 576px) {
  .iframepage .iframepage-content .article__iframe.desktop-iframe {
    display: none;
  }
}
@media (min-width: 576px) {
  .iframepage .iframepage-content .article__iframe.mobile-iframe {
    display: none;
  }
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.luncheditorpage {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.luncheditorpage .alert-warning {
  width: calc(100% - 30px);
  margin: 30px auto;
}
.luncheditorpage label {
  display: block;
  font-family: "Futura Std Bold";
  font-weight: normal;
}
.luncheditorpage input, .luncheditorpage textarea {
  width: 100%;
  border: 1px solid #eee;
  border-radius: 5px;
  padding: 10px 15px;
}
.luncheditorpage .lunch-valid-form {
  background: #f2f2f2;
  padding: 1.5rem;
  margin: 3rem 0 1.5rem 0;
}
@media (min-width: 992px) {
  .luncheditorpage .lunch-valid-form {
    width: 28%;
  }
}
.luncheditorpage .lunch-valid-form input {
  margin-bottom: 15px;
}
.luncheditorpage .lunchform h3 {
  margin-top: 1.5rem;
  border-top: 1px solid #d8d8d8;
  padding-top: 1.5rem;
  text-transform: capitalize;
}
.luncheditorpage .lunchform .yellow-btn {
  position: relative;
  padding: 16px 25px 16px 45px;
}
.luncheditorpage .lunchform .yellow-btn:before {
  content: "+";
  position: absolute;
  left: 23px;
  top: 8px;
  font-size: 28px;
}
@media (min-width: 768px) {
  .luncheditorpage .lunchform-items {
    display: flex;
    flex-wrap: wrap;
    margin: 1.5rem -15px;
  }
  .luncheditorpage .lunchform-items form {
    width: calc(33% - 30px);
    margin: 0 15px;
  }
}
@media (min-width: 992px) {
  .luncheditorpage .lunchform-items form {
    width: calc(25% - 30px);
  }
}
.luncheditorpage .add-meal {
  background: #f2f2f2;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  box-shadow: 1px 1px 2px 0px rgba(204, 204, 204, 0.59);
  border: 1px solid #eee;
}
.luncheditorpage .add-meal.active-meal {
  background: #f2efe1;
}
.luncheditorpage .add-meal .saved-meal {
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  top: -13px;
  right: -9px;
  text-align: right;
  width: 100%;
  display: block;
  color: #495853;
}
.luncheditorpage .add-meal .saved-meal:before {
  content: "";
  background: url(/UI/Destinationswebb/img/check.svg);
  background-repeat: no-repeat;
  background-size: 16px;
  height: 12px;
  width: 16px;
  position: absolute;
  right: 0;
  top: 5px;
}
.luncheditorpage .add-meal .new-meal {
  position: relative;
  padding-right: 25px;
  font-size: 14px;
  top: -13px;
  right: -9px;
  text-align: right;
  width: 100%;
  display: block;
  color: #495853;
}
.luncheditorpage .add-meal .new-meal:before {
  content: "";
  background: url(/UI/Destinationswebb/img/pen.svg);
  background-repeat: no-repeat;
  background-size: 17px;
  height: 18px;
  width: 17px;
  position: absolute;
  right: 0;
  top: 3px;
}
.luncheditorpage .add-meal .ingredients {
  padding-top: 15px;
}
.luncheditorpage .add-meal .price {
  padding-top: 7px;
  width: 40%;
}
.luncheditorpage .add-meal .save-meal {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
}
.luncheditorpage .add-meal .save-meal .primary-btn {
  margin-right: 20px;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 576px) {
  .notfoundpage {
    min-height: 55vh;
  }
}
@media (min-width: 1200px) {
  .notfoundpage {
    min-height: 42vh;
  }
}
@media (min-width: 1600px) {
  .notfoundpage {
    min-height: 56vh;
  }
}
.notfoundpage h1 {
  padding-top: 2.5rem;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.opentimespage {
  padding: 0.7rem 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  .opentimespage {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
.opentimespage h1 {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .opentimespage h1 {
    padding-bottom: 2.5rem;
  }
}
.opentimespage .opentimes-img-desktop,
.opentimespage .opentimes-img-mobile {
  padding-bottom: 1.5rem;
}
.opentimespage .opentimes-img-desktop img,
.opentimespage .opentimes-img-mobile img {
  width: 100%;
  height: auto;
}
.opentimespage .opentimes-img-mobile {
  padding-top: 10px;
  display: block;
}
@media (min-width: 992px) {
  .opentimespage .opentimes-img-mobile {
    display: none;
  }
}
.opentimespage .opentimes-img-desktop {
  display: none;
}
@media (min-width: 992px) {
  .opentimespage .opentimes-img-desktop {
    display: block;
  }
}
.opentimespage .irregularhours-table td {
  padding: 6px 0;
}
.opentimespage .opentimes-table {
  width: 300px;
  border-collapse: unset;
  margin-bottom: 2.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .opentimespage .opentimes-table {
    width: 335px;
  }
}
.opentimespage .opentimespage-table-block {
  background-color: #EEEBE6;
  padding: 20px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 30px;
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .opentimespage .opentimespage-table-block {
    padding: 40px;
  }
}
.opentimespage .opentimespage-table-block h4 {
  color: #715A50;
}

.forumkvarteret-site .opentimespage .h3 {
  font-size: 30px;
  letter-spacing: -0.57px;
  line-height: 35px;
}
.forumkvarteret-site .opentimespage .opentimes-table td {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}

.mobilia-site .opentimespage .opentimespage-table-block {
  background: #F7F5D4;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media (min-width: 1024px) {
  .searchpage .search-container {
    width: 928px;
    margin: 0 auto;
  }
}
.searchpage .search-info {
  padding: 1.5rem;
  background: #414852;
  color: #fff;
  height: 140px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
}
.searchpage .search-info .search-heading {
  color: #979797;
  font-size: 12px;
  font-family: "Futura Std Bold";
  font-weight: normal;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  margin: 0;
  line-height: 2.5;
}
.searchpage .search-info .search-request {
  color: #fff;
  margin: 0;
}
.searchpage .search-result {
  padding: 1.5rem;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .searchpage .search-result {
    padding: 2.5rem;
    min-height: 43vh;
  }
}
.searchpage .search-result ul {
  padding: 0;
  list-style: none;
}
.searchpage .search-result ul li {
  padding-bottom: 25px;
}
.searchpage .search-result ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.searchpage .search-result ul li a .link-container {
  width: 65px;
}
.searchpage .search-result ul li a .link-second-container {
  width: 80%;
}
@media (min-width: 1024px) {
  .searchpage .search-result ul li a .link-second-container {
    width: 65%;
  }
}
.searchpage .search-result ul li a .tag-name {
  color: #8c8c8c;
  font-family: "Futura Std Bold";
  text-transform: uppercase;
  font-size: 12px;
  font-weight: normal;
  display: block;
  width: 100%;
  padding-left: 15px;
  line-height: 1;
  letter-spacing: 0.3px;
}
.searchpage .search-result ul li a .result-link {
  font-family: "Futura Std Bold";
  font-size: 16px;
  font-weight: normal;
  color: #46859B;
  display: block;
  width: 100%;
  padding-left: 15px;
}
.searchpage .search-result ul li a .result-date {
  font-size: 13px;
  font-weight: normal;
  padding-left: 15px;
  color: #373737;
  margin-top: -7px;
  display: block;
  padding-bottom: 5px;
}
.searchpage .search-result ul li a .result-desc {
  font-family: "Futura Std Medium";
  font-size: 14px;
  font-weight: normal;
  line-height: 1.17;
  display: block;
  width: 100%;
  padding-left: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 576px) {
  .searchpage .search-result ul li a .result-desc {
    -webkit-line-clamp: 2;
  }
}
.searchpage .search-result ul li a:hover, .searchpage .search-result ul li a:focus, .searchpage .search-result ul li a:active {
  text-decoration: none;
}
.searchpage .search-result ul li a:hover .result-link, .searchpage .search-result ul li a:focus .result-link, .searchpage .search-result ul li a:active .result-link {
  text-decoration: underline;
}
.searchpage .section-name {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 20px;
  letter-spacing: 0.3px;
}
.searchpage .section-icon {
  width: 64px;
  height: 64px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}
.searchpage .section-icon .icon {
  max-width: 70%;
  max-height: 25px;
}

.soderhallarna-site .searchpage {
  margin-top: 60px;
}
.soderhallarna-site .searchpage .search-info {
  background: #8C8C8C;
  color: #373737;
}
.soderhallarna-site .searchpage .search-info .search-heading {
  color: #373737;
  font-family: "Futura Medium", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.soderhallarna-site .searchpage .search-info .search-request {
  color: #373737;
}
.soderhallarna-site .searchpage .section-name {
  font-weight: normal;
  font-size: 18px;
  color: #373737;
}
.soderhallarna-site .searchpage .search-result ul li a .tag-name {
  font-family: "Futura Heavy", sans serif;
  color: #8c8c8c;
  font-weight: normal;
  font-size: 14px;
}
.soderhallarna-site .searchpage .search-result ul li a .result-link {
  font-family: "Futura Heavy", sans serif;
  font-weight: normal;
  padding-top: 3px;
  font-size: 18px;
}
.soderhallarna-site .searchpage .search-result ul li a .result-desc {
  line-height: 1.4;
}
.soderhallarna-site .searchpage .search-result ul li a .result-date {
  margin-top: -3px;
}

.mobilia-site .searchpage .search-info {
  background: #AAD7CD;
  color: #000;
}
.mobilia-site .searchpage .search-info .search-heading {
  color: #83372c;
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.mobilia-site .searchpage .search-info .search-request {
  color: #000;
}
.mobilia-site .searchpage .section-name {
  font-weight: normal;
  font-size: 18px;
  color: #000;
}
.mobilia-site .searchpage .search-result ul li a .tag-name {
  font-family: "Soehne Kraftig", sans-serif;
  color: #E0E0E0;
  font-weight: normal;
  font-size: 14px;
}
.mobilia-site .searchpage .search-result ul li a .result-link {
  font-family: "Soehne Kraftig", sans-serif;
  font-weight: normal;
  padding-top: 3px;
  font-size: 18px;
}
.mobilia-site .searchpage .search-result ul li a .result-desc {
  line-height: 1.4;
}
.mobilia-site .searchpage .search-result ul li a .result-date {
  margin-top: -3px;
}

.forumkvarteret-site .searchpage {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .forumkvarteret-site .searchpage {
    margin-top: 80px;
  }
}
.forumkvarteret-site .searchpage .search-info {
  background: #D8EDF0;
  color: #373737;
}
.forumkvarteret-site .searchpage .search-info .search-heading {
  color: #5E5E5E;
  font-family: "Politica ExtraBold", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.forumkvarteret-site .searchpage .search-info .search-request {
  color: #373737;
  font-size: 30px;
  letter-spacing: -0.57px;
  line-height: 35px;
}
.forumkvarteret-site .searchpage .section-name {
  font-weight: normal;
  font-size: 18px;
  color: #373737;
}
.forumkvarteret-site .searchpage .search-result {
  background: white;
}
.forumkvarteret-site .searchpage .search-result ul {
  padding: 0;
  list-style: none;
}
.forumkvarteret-site .searchpage .search-result ul li {
  padding-bottom: 25px;
}
.forumkvarteret-site .searchpage .search-result ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.forumkvarteret-site .searchpage .search-result ul li a .link-container {
  width: 65px;
}
.forumkvarteret-site .searchpage .search-result ul li a .link-second-container {
  width: 80%;
}
@media (min-width: 1024px) {
  .forumkvarteret-site .searchpage .search-result ul li a .link-second-container {
    width: 65%;
  }
}
.forumkvarteret-site .searchpage .search-result ul li a .tag-name {
  font-family: "Politica ExtraBold", sans-serif;
  color: #8c8c8c;
  font-weight: normal;
  font-size: 14px;
}
.forumkvarteret-site .searchpage .search-result ul li a .result-link {
  font-family: "Politica ExtraBold", sans-serif;
  color: #373737;
  font-weight: normal;
  padding-top: 3px;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 18px;
}
.forumkvarteret-site .searchpage .search-result ul li a .result-date {
  font-size: 13px;
  font-weight: normal;
  padding-left: 15px;
  color: #373737;
  margin-top: -7px;
  display: block;
  padding-bottom: 5px;
}
.forumkvarteret-site .searchpage .search-result ul li a .result-desc {
  font-family: "Neue Haas Unica W1G", sans-serif;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
@media (min-width: 576px) {
  .forumkvarteret-site .searchpage .search-result ul li a .result-desc {
    -webkit-line-clamp: 2;
  }
}
.forumkvarteret-site .searchpage .search-result ul li a:hover, .forumkvarteret-site .searchpage .search-result ul li a:focus, .forumkvarteret-site .searchpage .search-result ul li a:active {
  text-decoration: none;
}
.forumkvarteret-site .searchpage .search-result ul li a:hover .result-link, .forumkvarteret-site .searchpage .search-result ul li a:focus .result-link, .forumkvarteret-site .searchpage .search-result ul li a:active .result-link {
  text-decoration: underline;
}

.granbystaden-site .searchpage {
  margin-top: 60px;
}
.granbystaden-site .searchpage .search-info {
  background: #9BCEDA;
  color: #373737;
}
.granbystaden-site .searchpage .search-info .search-heading {
  color: #373737;
  font-family: "DINPro-Regular", sans-serif;
  font-weight: normal;
  font-size: 14px;
}
.granbystaden-site .searchpage .search-info .search-request {
  color: #373737;
}
.granbystaden-site .searchpage .section-name {
  font-weight: normal;
  font-size: 18px;
  color: #373737;
}
.granbystaden-site .searchpage .search-result ul li a .tag-name {
  font-family: "DINPro-Regular", sans-serif;
  color: #373737;
  font-weight: bold;
  font-size: 12px;
}
.granbystaden-site .searchpage .search-result ul li a .result-link {
  font-family: "DINPro-Bold", sans-serif;
  font-weight: normal;
  padding-top: 3px;
  font-size: 12px;
  color: #373737;
  line-height: 18px;
}
.granbystaden-site .searchpage .search-result ul li a .result-desc {
  line-height: 1.4;
}
.granbystaden-site .searchpage .search-result ul li a .result-date {
  margin-top: -3px;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.standardpage {
  padding: 1rem 1.5rem 1.5rem 1.5rem;
  background: #fff;
}
@media (min-width: 992px) {
  .standardpage {
    padding: 0 2.5rem 0 0;
    border-right: 1px solid #d8d8d8;
  }
}
@media (min-width: 1200px) {
  .standardpage {
    padding: 0;
  }
}
.standardpage .standard-logo {
  width: 120px;
  height: auto;
}
@media (min-width: 992px) {
  .standardpage h1 {
    padding-bottom: 30px;
    padding-left: 2.5rem;
  }
}
@media (min-width: 992px) {
  .standardpage .h1 {
    padding-bottom: 30px;
    padding-left: 2.5rem;
  }
}
.standardpage .breadcrumb {
  padding-bottom: 1rem;
}
@media (min-width: 992px) {
  .standardpage .breadcrumb {
    padding-left: 2.5rem;
  }
}
.standardpage .standard-img {
  padding-bottom: 1.5rem;
  padding-top: 0.5rem;
}
.standardpage .standard-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 992px) {
  .standardpage .standard-img {
    padding-top: 0;
    padding-bottom: 1rem;
  }
}
.standardpage .standard-content {
  padding: 0 0 1.5rem 0;
}
@media (min-width: 992px) {
  .standardpage .standard-content {
    padding: 0 0 2.5rem 2.5rem;
  }
}
.standardpage .standard-content .intro {
  margin-bottom: 1.5rem;
}
.standardpage .standard-content h2, .standardpage .standard-content h3, .standardpage .standard-content h4 {
  padding-top: 1.5rem;
}
.standardpage .standard-content ul li {
  padding-bottom: 1.5rem;
}
.standardpage .standard-content img {
  width: 100%;
  height: auto;
  padding: 1.5rem 0;
}

.forumkvarteret-site .standardpage .standard-content .intro {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.forumkvarteret-site .standardpage .standard-content p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}

.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.promotionlistpage {
  padding: 0;
}
.promotionlistpage h1 {
  padding-left: 0;
}
.promotionlistpage .breadcrumb {
  padding: 1.5rem 1.5rem 0 1.5rem;
}
@media (min-width: 992px) {
  .promotionlistpage .breadcrumb {
    padding: 2.5rem 2.5rem 0 2.5rem;
  }
}
.promotionlistpage .standard-content {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .promotionlistpage .standard-content {
    padding: 2.5rem;
  }
}
.promotionlistpage .app-logos {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.promotionlistpage .app-logos .apple-logo img {
  width: 120px;
  padding: 0;
}
.promotionlistpage .app-logos .google-logo img {
  width: 140px;
  padding: 0;
}
.promotionlistpage .promotions-list {
  background: #d4dbd4;
  list-style: none;
  padding: 1.5rem;
  margin: 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}
@media (min-width: 992px) {
  .promotionlistpage .promotions-list {
    padding: 2.5rem 1.5rem;
  }
}
.promotionlistpage .promotions-list .promotion-item {
  width: 100%;
  background: #fff;
  margin: 1rem 0;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .promotionlistpage .promotions-list .promotion-item {
    width: calc(33.3% - 2rem);
    margin: 1rem;
  }
}
@media (min-width: 1200px) {
  .promotionlistpage .promotions-list .promotion-item {
    width: calc(25% - 2rem);
    min-height: 320px;
  }
}
@media (min-width: 1600px) {
  .promotionlistpage .promotions-list .promotion-item {
    width: calc(20% - 2rem);
    min-height: 330px;
  }
}
@media (min-width: 576px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-img {
    height: 137px;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-img {
    height: 185px;
  }
}
@media (min-width: 1200px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-img {
    height: 130px;
  }
}
@media (min-width: 1600px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-img {
    height: 145px;
  }
}
.promotionlistpage .promotions-list .promotion-item .promotion-item-img img {
  width: 100%;
}
.promotionlistpage .promotions-list .promotion-item .promotion-item-img ~ .promotion-item-text {
  height: 190px;
}
.promotionlistpage .promotions-list .promotion-item .promotion-item-text {
  padding: 1.5rem;
  position: relative;
}
@media (min-width: 576px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-text {
    height: 320px;
  }
}
.promotionlistpage .promotions-list .promotion-item .promotion-item-text .h4 {
  margin-top: 5px;
}
@media (min-width: 576px) and (max-width: 1600px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-item-text .h4 {
    font-size: 16px;
    line-height: 19px;
  }
}
.promotionlistpage .promotions-list .promotion-item .promotion-item-text p {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  margin-top: 5px;
}
.promotionlistpage .promotions-list .promotion-item .promotion-type {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 11px;
  letter-spacing: 0.55px;
}
.promotionlistpage .promotions-list .promotion-item .promotion-type.kundklubb {
  color: #47997e;
}
.promotionlistpage .promotions-list .promotion-item .promotion-type.erbjudande {
  color: #e17f53;
}
.promotionlistpage .promotions-list .promotion-item .promotion-dates {
  font-size: 14px;
  line-height: 19px;
  padding-top: 15px;
  display: block;
}
@media (min-width: 1200px) {
  .promotionlistpage .promotions-list .promotion-item .promotion-dates {
    padding-top: 0;
    position: absolute;
    bottom: 20px;
    left: 20px;
  }
}
.promotionlistpage .promotions-list .promotion-item .more-indicator {
  position: absolute;
  top: 7px;
  right: 7px;
}
.promotionlistpage .promotions-list .promotion-front, .promotionlistpage .promotions-list .promotion-back {
  width: 100%;
  height: 100%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .promotionlistpage .promotions-list .promotion-front, .promotionlistpage .promotions-list .promotion-back {
    height: 320px;
  }
}
@media (min-width: 992px) {
  .promotionlistpage .promotions-list .promotion-front, .promotionlistpage .promotions-list .promotion-back {
    height: 355px;
  }
}
@media (min-width: 1200px) {
  .promotionlistpage .promotions-list .promotion-front, .promotionlistpage .promotions-list .promotion-back {
    height: 320px;
  }
}
@media (min-width: 1600px) {
  .promotionlistpage .promotions-list .promotion-front, .promotionlistpage .promotions-list .promotion-back {
    height: 340px;
  }
}
.promotionlistpage .promotions-list .promotion-back {
  padding: 1.5rem;
  position: absolute;
  bottom: 0;
  background: #f2f2f2;
  visibility: hidden;
  top: 100%;
}
.promotionlistpage .promotions-list .promotion-back p {
  font-size: 14px;
  font-style: italic;
  line-height: 17px;
  margin-top: 5px;
}
.promotionlistpage .promotions-list .promotion-back.slideup {
  animation: slideUp 0.6s forwards;
}
.promotionlistpage .promotions-list .promotion-back.slidedown {
  animation: slideDown 0.8s forwards;
}

.soderhallarna-site .promotionlistpage .promotions-list .promotion-item .promotion-type.kundklubb {
  color: #373737;
}
.soderhallarna-site .promotionlistpage .promotions-list .promotion-item .promotion-type.erbjudande {
  color: #232323;
}

.mobilia-site .promotionlistpage .promotions-list .promotion-item .promotion-type.kundklubb {
  color: #83372c;
}
.mobilia-site .promotionlistpage .promotions-list .promotion-item .promotion-type.erbjudande {
  color: #000;
}

@-webkit-keyframes slideUp {
  from {
    visibility: hidden;
    top: 100%;
  }
  to {
    visibility: visible;
    top: 0;
  }
}
@-webkit-keyframes slideDown {
  from {
    top: 0;
    visibility: visible;
  }
  to {
    top: 100%;
    visibility: hidden;
  }
}
.startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link, .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text {
    padding: 2.5rem;
  }
}

.startpage .startpage-stacked-blocks .lunch-link .lunch-inner, .calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.startpage .startpage-stacked-blocks {
  background-color: #f2f2f2;
  background-image: url("/UI/Destinationswebb/img/dagens-lunch.svg");
  background-size: 230px;
  background-repeat: no-repeat;
  background-position: -20px 86%;
}
@media (max-width: 800px) {
  .startpage .startpage-stacked-blocks {
    order: -1;
    background-position: -20px 135%;
  }
}
.startpage .startpage-stacked-blocks .lunch-link {
  position: relative;
  text-align: center;
  min-height: 200px;
}
.startpage .startpage-stacked-blocks .lunch-link .lunch-inner {
  width: 100%;
}
.startpage .startpage-stacked-blocks .lunch-link h3 {
  padding-bottom: 15px;
}
@media (max-width: 576px) {
  .startpage .startpage-stacked-blocks .lunch-link h3 {
    font-size: 18px;
    line-height: 1.33;
    padding-bottom: 10px;
  }
}
@media (min-width: 576px) {
  .startpage .startpage-stacked-blocks .lunch-link {
    min-height: 215px;
  }
}
@media (min-width: 992px) {
  .startpage .startpage-stacked-blocks .lunch-link {
    min-height: 275px;
  }
}
.startpage .startpage-stacked-blocks.nightmode {
  background-color: #414852;
  background-image: url("/UI/Destinationswebb/img/dagens-lunch-night.svg");
  background-size: 170px;
  background-repeat: no-repeat;
  background-position: 0px 103%;
}
.startpage .startpage-stacked-blocks.nightmode .lunch-link h3 {
  color: #fff;
}

.nyasickla-site .startpage .startpage-stacked-blocks {
  background-image: url("/UI/Destinationswebb/img/sickla-lunch-bg.png");
  background-size: 103%;
  background-position: bottom center;
}
.nyasickla-site .startpage .startpage-stacked-blocks.nightmode {
  background-image: url("/UI/Destinationswebb/img/sickla-lunch-bg.png");
  background-size: 103%;
  background-position: bottom center;
}
.nyasickla-site .startpage .lunch-link .steel-btn {
  border-radius: 0;
  background: #373737;
  color: #eeebe5;
  letter-spacing: 1px;
  font-family: "Futura Std Bold";
}
.nyasickla-site .startpage .lunch-link h3 {
  font-family: "Futura Now Outline Bold";
  letter-spacing: 1px;
  color: #f2f1ec;
}

.mobilia-site .startpage .startpage-stacked-blocks .lunch-link {
  background-color: #DFF2FD;
  background-image: none;
}
@media (max-width: 800px) {
  .mobilia-site .startpage .startpage-stacked-blocks .lunch-link {
    order: -1;
  }
}
.mobilia-site .startpage .startpage-stacked-blocks .lunch-link h3 {
  color: #000;
}

.linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
    padding: 2.5rem;
  }
}

.calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading, .startpage .startpage-stacked-blocks .lunch-link .lunch-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.storepage .main-content {
  background: #fff;
}
@media (max-width: 768px) {
  .storepage .main-content .store-info {
    order: 1;
  }
  .storepage .main-content .store-text {
    order: 0;
    padding-top: 20px;
  }
}
@media (min-width: 992px) {
  .storepage .main-content .store-text {
    padding: 30px 0;
  }
}
.storepage .store-blockarea {
  height: 350px;
  background: lightgrey;
}
.storepage .breadcrumb {
  padding: 0.8rem 1.5rem;
}
@media (min-width: 992px) {
  .storepage .breadcrumb {
    padding: 1rem 2.5rem;
  }
}
.storepage .hero-w-map {
  height: auto;
  width: 100%;
  background: #eeeeee;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .storepage .hero-w-map {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .storepage .hero-w-map {
    height: 340px;
  }
}
@media (min-width: 1440px) {
  .storepage .hero-w-map {
    height: 400px;
  }
}
@media (min-width: 1600px) {
  .storepage .hero-w-map {
    height: 455px;
  }
}
@media (min-width: 1800px) {
  .storepage .hero-w-map {
    height: 500px;
  }
}
.storepage .hero-w-map .hero-w-map-img img {
  width: 100%;
  height: auto;
}
@media (min-width: 576px) {
  .storepage .hero-w-map .hero-w-map-img img {
    height: 100%;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media (min-width: 768px) {
  .storepage .hero-w-map .hero-w-map-img img {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .storepage .hero-w-map .hero-w-map-img {
    flex: unset;
    max-width: 100%;
  }
}
.storepage .hero-w-map .hero-map {
  background: grey;
  background-image: url("/UI/Destinationswebb/img/sickla-map-desktop.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  display: none;
  justify-content: center;
  align-items: center;
  height: 200px;
}
@media (min-width: 576px) {
  .storepage .hero-w-map .hero-map {
    height: auto;
  }
}
@media (min-width: 992px) {
  .storepage .hero-w-map .hero-map {
    display: flex;
  }
}
.storepage .hero-w-map .hero-w-map-heading {
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  color: #fff;
  width: 80%;
  text-shadow: 0px 0px 20px #373737;
}
@media (min-width: 992px) {
  .storepage .hero-w-map .hero-w-map-heading {
    width: 565px;
  }
}
.storepage .store-info {
  padding: 2rem 1.5rem;
  margin-bottom: 1.5rem;
  background: #f2f2f2;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .storepage .store-info {
    min-height: 390px;
    height: auto;
  }
}
@media (min-width: 992px) {
  .storepage .store-info {
    padding: 0 0 2.5rem 2.5rem;
    background: #fff;
    margin-bottom: 0;
    display: block;
  }
}
@media (min-width: 1200px) {
  .storepage .store-info {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
.storepage .store-info .heading-tag {
  color: #8c8c8c;
  word-break: break-word;
}
.storepage .store-info-wrap {
  width: 100%;
  word-break: break-all;
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 576px) {
  .storepage .store-info-wrap {
    width: 35%;
    display: block;
  }
}
@media (min-width: 992px) {
  .storepage .store-info-wrap {
    width: 70%;
  }
}
.storepage .store-content {
  padding: 0 1.5rem 2rem 1.5rem;
  position: relative;
  transition: height 0.5s ease-in;
  overflow: hidden;
}
@media (min-width: 992px) {
  .storepage .store-content {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .storepage .store-content {
    padding: 0 80px 2.5rem 2.5rem;
  }
}
.storepage .store-content img {
  max-width: 100%;
  height: auto;
  padding: 1.5rem 0;
}
.storepage .store-content .article-readmore {
  position: absolute;
  top: 245px;
  left: 0;
  padding: 5px 1.5rem;
  background: #fff;
  width: 100%;
  height: 60px;
}
.storepage .store-content .article-readmore button {
  color: #46859B;
  border: none;
  background: none;
  padding: 0;
  position: relative;
  top: 5px;
}
.storepage .store-content .article-readmore.is-clicked {
  position: relative;
  top: inherit;
  padding: 0;
}
.storepage .store-content.hidden-content {
  height: 300px;
  overflow: hidden;
}
.storepage .storepage-related-blocks {
  padding: 0 0 2rem 1.5rem;
  position: relative;
}
@media (min-width: 576px) {
  .storepage .storepage-related-blocks {
    padding: 0 1.5rem 2rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .storepage .storepage-related-blocks {
    padding: 0 2.5rem 2.5rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  .storepage .storepage-related-blocks {
    padding: 0 80px 2.5rem 2.5rem;
  }
}
.storepage .storepage-related-blocks .related-heading {
  padding-bottom: 20px;
  padding-top: 10px;
}
.storepage .store-logo {
  padding: 0 0 30px 0;
  width: 50%;
}
@media (min-width: 576px) {
  .storepage .store-logo {
    width: 100%;
  }
}
@media (min-width: 992px) {
  .storepage .store-logo {
    text-align: center;
    padding: 30px 0;
  }
}
.storepage .store-logo img {
  max-width: 135px;
}
@media (min-width: 992px) {
  .storepage .store-openinghours {
    border: 2px solid #d8d8d8;
    padding: 20px;
  }
}
.storepage .store-openinghours table {
  width: 100%;
}
.storepage .store-openinghours table tr td:first-child {
  width: 65px;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .storepage .store-openinghours table tr td:first-child {
    width: 45px;
  }
}
.storepage .store-openinghours table tr.today td {
  font-weight: 700;
}
@media (min-width: 992px) and (max-width: 1600px) {
  .storepage .store-openinghours table tr.today td {
    font-size: 15px;
  }
}
.storepage .store-openinghours table td {
  word-break: break-word;
}
.storepage .store-openinghours table td.bold {
  font-weight: bold;
}
.storepage .store-openinghours .store-openinghours-link {
  margin-top: 35px;
  word-break: normal;
}
.storepage .store-openinghours .store-openinghours-link a {
  color: #25828D;
}
.storepage .heading-tag {
  padding-bottom: 5px;
  margin: 0;
}
.storepage .store-contact {
  padding: 20px 0 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .storepage .store-contact {
    padding: 30px 0;
  }
}
.storepage .store-contact .store-phone, .storepage .store-contact .store-mail {
  display: block;
  width: 100%;
}
.storepage .store-link {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .storepage .store-link {
    padding: 30px 0;
  }
}
.storepage .store-mobile-map {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: 10px;
  overflow: hidden;
}
@media (min-width: 576px) {
  .storepage .store-mobile-map {
    width: 65%;
  }
}
.storepage .store-mobile-map img {
  width: 100%;
}
.storepage .store-mobile-map span {
  width: 100%;
  background: #373737;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  text-align: center;
  height: 27px;
  position: absolute;
  left: 0;
  bottom: 0;
  border: none;
  font-family: "Futura Std Bold";
  font-weight: normal;
  line-height: 2.3;
}
@media (min-width: 576px) {
  .storepage .store-mobile-map span {
    height: 35px;
    font-size: 14px;
    position: relative;
    display: block;
  }
}
.storepage .social-media {
  list-style: none;
  display: flex;
  padding-left: 0;
}
@media (max-width: 768px) {
  .storepage .social-media {
    width: 100%;
  }
}
.storepage .social-media li {
  width: 33px;
}
.storepage .social-media li svg {
  height: 30px;
  width: auto;
}
.storepage .section-right-cols {
  float: right;
  max-width: 389px;
  width: 100%;
  order: 1;
}
@media (min-width: 576px) {
  .storepage .section-right-cols {
    padding: 1rem 1.5rem 3rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .storepage .section-right-cols {
    padding: 0 2.5rem 1.5rem 2.5rem;
  }
}
@media (max-width: 1024px) {
  .storepage .section-right-cols {
    float: unset;
    margin: auto;
  }
}
.storepage .r-menu-item {
  margin: 1.5rem;
  padding: 2.5rem 2rem;
  background: white;
}
@media (min-width: 576px) {
  .storepage .r-menu-item {
    margin: 1rem 0;
    display: inline-block;
    width: 100%;
  }
}
.storepage .r-menu-item .r-menu-item-heading {
  text-align: center;
  padding-bottom: 15px;
}
.storepage .r-menu-item .lunch-dialog-title {
  font-size: 20px;
  display: block;
  text-align: center;
}
.storepage .r-menu-item img {
  max-height: 80px;
  max-width: 140px;
}
@media (min-width: 576px) {
  .storepage .r-menu-item img {
    max-height: 100px;
    max-width: 170px;
  }
}
.storepage .r-menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.storepage .r-menu-item ul li:only-child {
  border-bottom: none;
}
.storepage .r-menu-item ul li {
  border-bottom: 1px solid #c0c0c0;
  padding: 0.5rem 0;
}
.storepage .r-menu-item .otherinfo {
  text-align: center;
  padding-top: 15px;
}

.soderhallarna-site .header {
  background: #232323;
}
@media (min-width: 992px) {
  .soderhallarna-site .store-info {
    font-size: 14px;
  }
}

.mobilia-site .storepage .hero-w-map .hero-w-map-heading {
  text-shadow: none;
}
.mobilia-site .storepage .hero-map .primary-btn {
  background: #fff;
  color: #000;
}
.mobilia-site .storepage .hero-map .primary-btn:hover {
  box-shadow: 2px 0 0 0 #fff, -2px 0 0 0 #fff;
}
.mobilia-site .storepage .primary-btn {
  color: #000;
}
.mobilia-site .storepage .footer-members .primary-btn {
  color: #000;
}
.mobilia-site .storepage footer .footer-members .primary-btn {
  color: #000;
}
.mobilia-site .storepage .store-openinghours .store-openinghours-link a {
  color: #83372c;
}
.mobilia-site .storepage .wayfinding-smallmap-image h2,
.mobilia-site .storepage .wayfinding-smallmap-image-mobile h2 {
  color: #fff;
  text-shadow: 0px 0px 40px #282828;
  font-family: "Soehne Dreiviertelfett", sans-serif;
}
.mobilia-site .storepage .wayfinding-smallmap-image .primary-btn,
.mobilia-site .storepage .wayfinding-smallmap-image-mobile .primary-btn {
  background: #E15E35;
  color: #fff;
}
.mobilia-site .storepage .wayfinding-smallmap-image .primary-btn:hover,
.mobilia-site .storepage .wayfinding-smallmap-image-mobile .primary-btn:hover {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}

.forumkvarteret-site .storepage .hero-w-map .hero-w-map-heading {
  text-shadow: none;
}
.forumkvarteret-site .storepage .hero-map .primary-btn {
  background: #373737;
  color: white;
}
.forumkvarteret-site .storepage .hero-map .primary-btn:hover {
  box-shadow: 2px 0 0 0 #373737, -2px 0 0 0 #373737;
}
.forumkvarteret-site .storepage .store-content p {
  font-family: "Neue Haas Unica W1G", sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 25px;
}
.forumkvarteret-site .storepage .store-content .intro {
  font-size: 18px;
  letter-spacing: 0;
  line-height: 30px;
}
.forumkvarteret-site .storepage .store-contact {
  padding: 20px 0 10px 0;
  width: 100%;
}
@media (min-width: 992px) {
  .forumkvarteret-site .storepage .store-contact {
    padding: 30px 0;
  }
}
.forumkvarteret-site .storepage .store-contact .store-phone, .forumkvarteret-site .storepage .store-contact .store-mail {
  display: block;
  width: 100%;
  font-family: "Neue Haas Unica W1G", sans-serif;
  color: #373737;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.forumkvarteret-site .storepage .store-link {
  padding: 10px 0;
}
@media (min-width: 992px) {
  .forumkvarteret-site .storepage .store-link {
    padding: 30px 0;
  }
}
.forumkvarteret-site .storepage .store-link a {
  font-family: "Neue Haas Unica W1G", sans-serif;
  color: #373737;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 22px;
}
.forumkvarteret-site .storepage .footer-members .primary-btn {
  color: #000;
}
.forumkvarteret-site .storepage footer .footer-members .primary-btn {
  color: #000;
}
.forumkvarteret-site .storepage .section-right {
  background: #E7E7E7;
}
.forumkvarteret-site .storepage .section-right .heading-tag {
  color: #373737;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
}

.granbystaden-site .storepage .wayfinding-smallmap-image h2,
.granbystaden-site .storepage .wayfinding-smallmap-image-mobile h2 {
  color: #fff;
  text-shadow: 0px 0px 40px #282828;
  font-family: "DINPro-Bold", sans-serif;
}

.linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
    padding: 2.5rem;
  }
}

.calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading, .startpage .startpage-stacked-blocks .lunch-link .lunch-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.storeeditorpage {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.storeeditorpage h1 {
  padding-top: 1.5rem;
}
.storeeditorpage label {
  display: block;
  margin-top: 1.5rem;
}
.storeeditorpage input, .storeeditorpage textarea {
  width: 100%;
  border: 1px solid #d8d8d8;
  border-radius: 5px;
  padding: 10px 15px;
}
.storeeditorpage #contact-form {
  margin: 1.5rem 0;
  padding: 2.5rem 1.5rem;
  background: #f2f2f2;
}
@media (min-width: 992px) {
  .storeeditorpage #contact-form {
    padding: 2.5rem;
    margin: 1.5rem 0 2.5rem 0;
  }
}
.storeeditorpage #store-form {
  margin: 1.5rem 0;
}
@media (min-width: 992px) {
  .storeeditorpage #store-form {
    width: 70%;
    padding-top: 15px;
  }
  .storeeditorpage #store-form #HomepageUrl, .storeeditorpage #store-form #HomepageUrlTitle, .storeeditorpage #store-form #Phone, .storeeditorpage #store-form #Email {
    width: 50%;
  }
}
.storeeditorpage #store-form .primary-btn {
  margin: 15px 0 60px 0;
  display: block;
}
.storeeditorpage .openinghours-form {
  margin: 1.5rem 0;
  padding: 2.5rem 1.5rem;
  background: #f2f2f2;
  overflow-x: auto;
}
@media (min-width: 992px) {
  .storeeditorpage .openinghours-form {
    padding: 2.5rem;
  }
}
.storeeditorpage .openinghours-form h2 {
  position: relative;
  padding: 0 5px 0 40px;
}
.storeeditorpage .openinghours-form h2:before {
  content: "";
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 30px;
  height: 30px;
  width: 30px;
  position: absolute;
  left: 0;
  top: 1px;
}
.storeeditorpage .openinghours-form p {
  padding: 0 5px;
}
.storeeditorpage .openinghours-form table {
  width: 100%;
  margin-top: 1.5rem;
}
.storeeditorpage .openinghours-form table th {
  width: 95px;
  text-align: center;
  padding: 5px;
}
.storeeditorpage .openinghours-form table th:first-child {
  width: 170px;
  text-align: left;
}
.storeeditorpage .openinghours-form table th:nth-child(2) {
  width: 140px;
  text-align: left;
}
.storeeditorpage .openinghours-form table th:last-child {
  width: 110px;
}
.storeeditorpage .openinghours-form table td {
  padding: 0 5px;
}
.storeeditorpage .openinghours-form .yellow-btn {
  position: relative;
  padding: 16px 25px 16px 45px;
  margin-top: 10px;
}
.storeeditorpage .openinghours-form .yellow-btn:before {
  content: "+";
  position: absolute;
  left: 23px;
  top: 8px;
  font-size: 28px;
}
.storeeditorpage .openinghours-form.special table {
  width: 100%;
  margin-top: 1.5rem;
}
.storeeditorpage .openinghours-form.special table th {
  width: 110px;
  text-align: center;
  padding: 5px;
}
.storeeditorpage .openinghours-form.special table th:first-child, .storeeditorpage .openinghours-form.special table th:nth-child(2), .storeeditorpage .openinghours-form.special table th:nth-child(3) {
  width: 395px;
  text-align: left;
}
.storeeditorpage .openinghours-form.special table td {
  padding: 0 5px;
}
.storeeditorpage button {
  margin: 15px 5px;
}

.linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
    padding: 2.5rem;
  }
}

.calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading, .startpage .startpage-stacked-blocks .lunch-link .lunch-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.todayslunchpage {
  background: #f2f2f2;
}
.todayslunchpage .section-left {
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .todayslunchpage .section-left {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background: #fff;
  }
}
.todayslunchpage .section-right .heading-tag {
  color: #373737;
  text-align: center;
  padding-top: 1.5rem;
}
@media (min-width: 576px) {
  .todayslunchpage .section-right .section-right-cols {
    padding: 1rem 1.5rem 3rem 1.5rem;
    column-count: 2;
    column-gap: 30px;
  }
}
@media (min-width: 992px) {
  .todayslunchpage .section-right .section-right-cols {
    padding: 0 2.5rem 1.5rem 2.5rem;
    column-count: 3;
    column-gap: 34px;
  }
}
.todayslunchpage .todayslunch-intro {
  padding-top: 1.5rem;
}
@media (min-width: 992px) {
  .todayslunchpage .todayslunch-intro h1 {
    padding-bottom: 20px;
  }
}
.todayslunchpage .r-menu-item {
  margin: 1.5rem;
  padding: 2.5rem 2rem;
  background: white;
}
@media (min-width: 576px) {
  .todayslunchpage .r-menu-item {
    margin: 1rem 0;
    display: inline-block;
    width: 100%;
  }
}
.todayslunchpage .r-menu-item .r-menu-item-heading {
  text-align: center;
  padding-bottom: 15px;
}
.todayslunchpage .r-menu-item img {
  max-height: 80px;
  max-width: 140px;
}
@media (min-width: 576px) {
  .todayslunchpage .r-menu-item img {
    max-height: 100px;
    max-width: 170px;
  }
}
.todayslunchpage .r-menu-item ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.todayslunchpage .r-menu-item ul li {
  border-bottom: 1px solid #c0c0c0;
  padding: 0.5rem 0;
}
.todayslunchpage .r-menu-item .lunchtime {
  padding-top: 15px;
  text-align: center;
}
.todayslunchpage .r-menu-item .lunchtime span {
  padding-left: 25px;
  position: relative;
}
.todayslunchpage .r-menu-item .lunchtime span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  background: url(/UI/Destinationswebb/img/clock.svg);
  background-size: 19px;
  width: 19px;
  height: 19px;
}
.todayslunchpage .r-menu-item .no-menu {
  text-align: center;
  padding-top: 10px;
}
.todayslunchpage .r-menu-item .otherinfo {
  text-align: center;
  padding-top: 15px;
}

.soderhallarna-site .todayslunchpage {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .soderhallarna-site .todayslunchpage {
    margin-top: 80px;
  }
}

.forumkvarteret-site .todayslunchpage {
  margin-top: 60px;
}
@media (min-width: 768px) {
  .forumkvarteret-site .todayslunchpage {
    margin-top: 80px;
  }
}
.forumkvarteret-site .todayslunchpage .section-left {
  padding: 1rem 1.5rem;
}
@media (min-width: 992px) {
  .forumkvarteret-site .todayslunchpage .section-left {
    padding: 1.5rem 2.5rem 1.5rem 2.5rem;
    background: #fff;
  }
}
.forumkvarteret-site .todayslunchpage .section-right {
  background: #E7E7E7;
}
.forumkvarteret-site .todayslunchpage .section-right .heading-tag {
  color: #373737;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
}

#wayfinding-interactive-map {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #fff;
}
#wayfinding-interactive-map #close-wayfinding-map {
  margin: 0 auto;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  background: #fff;
  position: absolute;
  top: 5px;
  right: 0px;
  transform: translateX(-50%);
  border: none;
}
#wayfinding-interactive-map #close-wayfinding-map:focus, #wayfinding-interactive-map #close-wayfinding-map:focus-visible, #wayfinding-interactive-map #close-wayfinding-map:focus-within, #wayfinding-interactive-map #close-wayfinding-map:active {
  border: none;
  outline: none;
}
#wayfinding-interactive-map #close-wayfinding-map.granbystaden {
  top: 3px;
  right: -5px;
}
#wayfinding-interactive-map #close-wayfinding-map svg {
  width: 27px;
  height: 27px;
  position: absolute;
  top: 4px;
  left: 4px;
}
@media (min-width: 576px) {
  #wayfinding-interactive-map #close-wayfinding-map {
    top: 20px;
  }
}

.wayfindingpage .wayfinding-mapimage {
  position: relative;
  padding-bottom: 1rem;
}
.wayfindingpage .wayfinding-mapimage img {
  max-width: 100%;
}
@media (max-width: 576px) {
  .wayfindingpage .wayfinding-mapimage img {
    max-width: unset;
    max-height: 220px;
  }
}
@media (max-width: 768px) {
  .wayfindingpage .wayfinding-mapimage img {
    max-height: 250px;
  }
}
.wayfindingpage .wayfinding-mapimage > div {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  text-align: center;
}
.wayfindingpage .wayfinding-mapimage > div .wayfinding-mapimage-heading {
  display: block;
  padding-bottom: 30px;
}

.mobilia-site .wayfindingpage .wayfinding-mapimage .wayfinding-mapimage-heading {
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 30px;
  line-height: 35px;
  letter-spacing: -0.58px;
  color: #fff;
  text-shadow: 0px 0px 40px #282828;
}
@media (min-width: 768px) {
  .mobilia-site .wayfindingpage .wayfinding-mapimage .wayfinding-mapimage-heading {
    font-size: 40px;
    line-height: 42px;
    letter-spacing: -1.7px;
  }
}
.mobilia-site .wayfindingpage .wayfinding-mapimage .primary-btn {
  background: #E15E35;
  color: #fff;
}
.mobilia-site .wayfindingpage .wayfinding-mapimage .primary-btn:hover {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}

.granbystaden-site .wayfindingpage .wayfinding-mapimage .wayfinding-mapimage-heading {
  font-family: "DINPro-Bold", sans-serif;
  font-size: 36px;
  line-height: 42px;
  letter-spacing: -1.7px;
  color: #fff;
}
@media (min-width: 768px) {
  .granbystaden-site .wayfindingpage .wayfinding-mapimage .wayfinding-mapimage-heading {
    font-size: 40px;
  }
}

.storepage .wayfinding-smallmap-image {
  /* Hide for all sites but gränbystaden and mobilia */
  display: none;
  position: relative;
  max-height: 500px;
}
.storepage .wayfinding-smallmap-image img {
  max-width: 100%;
}
.storepage .wayfinding-smallmap-image > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.storepage .wayfinding-smallmap-image h2 {
  text-align: center;
}

.storepage .wayfinding-smallmap-image-mobile {
  /* Hide for all sites but gränbystaden and mobilia */
  display: none;
  position: relative;
  order: 1;
}
.storepage .wayfinding-smallmap-image-mobile img {
  max-width: 100%;
}
@media (min-width: 576px) and (max-width: 768px) {
  .storepage .wayfinding-smallmap-image-mobile img {
    padding: 0 25px 25px 25px;
  }
}
.storepage .wayfinding-smallmap-image-mobile > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.storepage .wayfinding-smallmap-image-mobile h2 {
  text-align: center;
}

.granbystaden-site .storepage .hero-map, .granbystaden-site .storepage .store-mobile-map, .mobilia-site .storepage .hero-map, .mobilia-site .storepage .store-mobile-map {
  display: none;
}
@media (min-width: 1024px) {
  .granbystaden-site .storepage .wayfinding-smallmap-image, .mobilia-site .storepage .wayfinding-smallmap-image {
    display: block;
  }
}
@media (max-width: 1023px) {
  .granbystaden-site .storepage .wayfinding-smallmap-image-mobile, .mobilia-site .storepage .wayfinding-smallmap-image-mobile {
    display: block;
  }
}

.linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
  padding: 1.5rem;
}
@media (min-width: 992px) {
  .linklistblock .linklistblock-content, .pushblock .pushblock-text, .forumkvarteret-site .pushblock .pushblock-text, .startpage .startpage-stacked-blocks .lunch-link {
    padding: 2.5rem;
  }
}

.calendarpage .large-event-promo img, .landingpage-hero .landingpage-hero-heading, .startpage .startpage-stacked-blocks .lunch-link .lunch-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

footer .footer-left {
  background: #f2efe1;
}
footer .footer-openinghours {
  background: #f2efe1;
  width: 100%;
  padding: 22px 1.5rem 1.5rem 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-openinghours {
    padding: 22px 2.5rem 1.5rem 2.5rem;
  }
}
@media (min-width: 1200px) {
  footer .footer-openinghours {
    padding: 22px 2.5rem 1rem 2.5rem;
  }
}
@media (min-width: 576px) {
  footer .footer-openinghours .footer-hours {
    padding-right: 20px;
  }
}
footer .footer-openinghours .footer-hours a {
  display: block;
  color: #8c8c8c;
  text-decoration: underline;
  font-size: 14px;
  position: relative;
}
footer .footer-socialmedia {
  list-style: none;
  padding: 10px 0 20px 0;
  margin: 0;
}
@media (min-width: 576px) {
  footer .footer-socialmedia {
    padding: 0 0 20px 0;
    padding: 0;
  }
}
@media (min-width: 1200px) {
  footer .footer-socialmedia {
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 0;
  }
}
footer .footer-socialmedia li {
  padding-bottom: 2px;
}
footer .footer-socialmedia li a {
  color: #8c8c8c;
  font-size: 14px;
  padding-left: 15px;
}
footer .footer-socialmedia li a:hover, footer .footer-socialmedia li a:focus, footer .footer-socialmedia li a:active {
  text-decoration: underline;
}
footer .footer-socialmedia li svg {
  height: 30px;
  width: auto;
}
footer .footerlinks {
  padding: 0 1.5rem 1.5rem 1.5rem;
  background: #fff;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 576px) {
  footer .footerlinks {
    padding: 1.5rem;
  }
}
@media (min-width: 992px) {
  footer .footerlinks {
    padding: 2.5rem;
  }
}
footer .footerlinks .footerlinks-column {
  padding-left: 0;
  padding-right: 0;
}
footer .footerlinks .footerlinks-heading {
  font-size: 12px;
  font-family: "Futura Std Medium";
  font-weight: normal;
  text-transform: uppercase;
  color: #373737;
  letter-spacing: 0.3px;
}
footer .footerlinks ul.footerlinks-linklist {
  padding: 0 0 20px 0;
  margin: 0;
  list-style: none;
}
footer .footerlinks ul.footerlinks-linklist a {
  color: #8c8c8c;
  font-size: 14px;
  line-height: 1.57;
}
footer .footerlinks ul.footerlinks-linklist a:hover {
  text-decoration: underline;
}
footer .footer-members {
  background: #ffcbc3;
  color: #fff;
  padding: 3rem 1.5rem;
}
@media (min-width: 992px) {
  footer .footer-members {
    padding: 3rem 2.5rem;
  }
}
footer .footer-members .members-heading, footer .footer-members p {
  color: #fff;
}
footer .footer-members .members-heading {
  padding-bottom: 7px;
}
footer .footer-members .members-link {
  display: block;
  color: #fff;
  text-decoration: underline;
  padding-top: 10px;
}
footer .footer-copyright {
  background: black;
  color: #f9f9f9;
  padding: 0.2rem 1.5rem;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
}
@media (min-width: 992px) {
  footer .footer-copyright {
    padding: 0.2rem 2.5rem;
  }
}
footer .footer-copyright .policy-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
footer .footer-copyright .policy-links ul li {
  margin-left: 15px;
}
footer .footer-copyright .policy-links ul li:first-child {
  margin-left: 0;
}
footer .footer-copyright .policy-links ul li a {
  color: #f9f9f9;
}
footer .footer-copyright .policy-links ul li a:hover {
  text-decoration: underline;
}

.nyasickla-site footer .footer-openinghours {
  background: #373737;
}
.nyasickla-site footer .footer-openinghours .h4 {
  color: #f2f1ec;
}
.nyasickla-site footer .footer-openinghours .footer-hours a {
  color: #f2f1ec;
}
.nyasickla-site footer .footer-socialmedia li {
  color: #f2f1ec;
}
.nyasickla-site footer .footer-socialmedia li a {
  color: #f2f1ec;
}
.nyasickla-site footer .footer-socialmedia li svg mask, .nyasickla-site footer .footer-socialmedia li svg path {
  fill: #f2f1ec;
}
.nyasickla-site footer .footerlinks {
  background: #70584e;
}
.nyasickla-site footer .footerlinks .footerlinks-heading {
  color: #e2ef8a;
  font-family: "Futura Heavy", sans serif;
  letter-spacing: 1.5px;
  font-size: 14px;
}
.nyasickla-site footer .footerlinks ul.footerlinks-linklist a {
  color: #f2f1ec;
}
.nyasickla-site footer .footer-copyright {
  color: #f2f1ec;
}

.nyasickla-site footer .footer-members .members-heading, .nyasickla-site footer .footer-members p {
  color: #373737;
}

.soderhallarna-site footer .footer-left {
  background: #fff;
}
.soderhallarna-site footer .footer-openinghours {
  background: #9DC1AA;
}
.soderhallarna-site footer .footer-openinghours .footer-hours a {
  color: #373737;
}
.soderhallarna-site footer .footer-socialmedia li a {
  color: #373737;
  font-family: "Futura Heavy", sans serif;
}
.soderhallarna-site footer .footerlinks {
  background: #fff;
  border-top: 1px solid #d8d8d8;
}
@media (min-width: 992px) {
  .soderhallarna-site footer .footerlinks {
    padding: 3.5rem;
  }
}
.soderhallarna-site footer .footerlinks .footerlinks-heading {
  color: #373737;
  font-family: "Futura Heavy", sans serif;
  font-size: 12px;
  font-weight: 900;
}
.soderhallarna-site footer .footerlinks ul.footerlinks-linklist a {
  color: #8C8C8C;
}
.soderhallarna-site footer .footer-members {
  background: #232323;
}
.soderhallarna-site footer .footer-members .primary-btn {
  background: #fff;
  color: #373737;
}
.soderhallarna-site footer .footer-members .primary-btn:hover {
  box-shadow: 2px 0 0 0 #fff, -2px 0 0 0 #fff;
}
@media (min-width: 576px) {
  .soderhallarna-site footer .footer-members .primary-btn:active {
    padding: 17px 30px;
  }
}
.soderhallarna-site footer .footer-members .primary-btn:hover, .soderhallarna-site footer .footer-members .primary-btn:focus, .soderhallarna-site footer .footer-members .primary-btn:active {
  text-decoration: none;
}

.mobilia-site footer .footer-left {
  background: #fff;
}
.mobilia-site footer .footer-openinghours {
  background: #E15E35;
}
.mobilia-site footer .footer-openinghours .footer-hours {
  color: #fff;
}
.mobilia-site footer .footer-openinghours .footer-hours .h4 {
  color: #F7F5D4;
}
.mobilia-site footer .footer-openinghours .footer-hours a {
  color: #fff;
}
.mobilia-site footer .footer-socialmedia li a {
  color: #fff;
  font-family: "Soehne Kraftig", sans-serif;
  text-transform: capitalize;
}
.mobilia-site footer .footer-socialmedia svg path {
  fill: #fff;
}
.mobilia-site footer .footerlinks {
  background: #E15E35;
}
.mobilia-site footer .footerlinks .footerlinks-heading {
  color: #F7F5D4;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 14px;
}
.mobilia-site footer .footerlinks ul.footerlinks-linklist a {
  color: #fff;
}
.mobilia-site footer .footer-members {
  background: #DFF2FD;
}
.mobilia-site footer .footer-members h2, .mobilia-site footer .footer-members .h2 {
  color: #000;
  font-size: 26px;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  letter-spacing: 0;
  line-height: 29px;
}
.mobilia-site footer .footer-members p {
  color: #000;
}
.mobilia-site footer .footer-members .primary-btn {
  background: #E15E35;
  color: #fff;
  font-family: "Soehne Dreiviertelfett", sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 18px;
  border-radius: 0;
}
@media (min-width: 576px) {
  .mobilia-site footer .footer-members .primary-btn {
    padding: 10px 25px 11px 25px;
  }
}
.mobilia-site footer .footer-members .primary-btn:hover {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}
.mobilia-site footer .footer-members .primary-btn:hover, .mobilia-site footer .footer-members .primary-btn:focus, .mobilia-site footer .footer-members .primary-btn:active {
  box-shadow: 2px 0 0 0 #E15E35, -2px 0 0 0 #E15E35;
}

.granbystaden-site footer .footer-openinghours {
  background: #E6B7BD;
}
.granbystaden-site footer .footer-openinghours .footer-hours a {
  color: #373737;
}
.granbystaden-site footer .footer-socialmedia li a {
  color: #373737;
  font-family: "Calibre Regular", sans-serif;
}
.granbystaden-site footer .footerlinks {
  background: #F3F3F3;
}
.granbystaden-site footer .footerlinks .footerlinks-heading {
  color: #3C5754;
}
.granbystaden-site footer .footer-members {
  background: #74C4D7;
}
.granbystaden-site footer .footer-members p {
  color: #373737;
}
.granbystaden-site footer .footer-members .members-heading {
  color: #373737;
}

.forumkvarteret-site footer .footer-openinghours {
  background: #ACDBDF;
}
.forumkvarteret-site footer .footer-openinghours .footer-hours a {
  color: #000000;
}
.forumkvarteret-site footer .footer-socialmedia li a {
  color: #000000;
  font-family: "Calibre Bold", sans-serif;
}
.forumkvarteret-site footer .footerlinks {
  background: #F5F5F5;
  border-top: 1px solid #d8d8d8;
}
.forumkvarteret-site footer .footerlinks .footerlinks-heading {
  color: #000000;
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.3px;
}
.forumkvarteret-site footer .footerlinks ul.footerlinks-linklist a {
  color: #02436B;
}
.forumkvarteret-site footer .footer-members {
  background: #373737;
}
.forumkvarteret-site footer .footer-members h2, .forumkvarteret-site footer .footer-members .h2 {
  color: #FFFFFF;
  font-size: 26px;
  font-family: "Politica ExtraBold", sans-serif;
  letter-spacing: -0.5px;
  line-height: 29px;
}
.forumkvarteret-site footer .footer-members p {
  color: #FFFFFF;
  font-size: 16px;
}
.forumkvarteret-site footer .footer-members .primary-btn {
  background: #FFFFFF;
  color: #373737;
  font-family: "Politica ExtraBold", sans-serif;
  font-size: 12px;
  letter-spacing: 0.3px;
  line-height: 12px;
}
.forumkvarteret-site footer .footer-members .primary-btn:before {
  content: ">";
  position: absolute;
  right: 10px;
  color: black;
}
.forumkvarteret-site footer .footer-members .primary-btn:after {
  content: "";
  border: 0.75px solid white;
  width: 98%;
  height: 33px;
  position: absolute;
  bottom: -4px;
  left: 6px;
}
@media (max-width: 576px) {
  .forumkvarteret-site footer .footer-members .primary-btn:after {
    height: 27px;
    bottom: -2px;
    left: 7px;
  }
}
.forumkvarteret-site footer .footer-members .primary-btn:hover {
  box-shadow: 2px 0 0 0 #FFFFFF, -2px 0 0 0 #FFFFFF;
}
.forumkvarteret-site footer .footer-members .primary-btn:hover, .forumkvarteret-site footer .footer-members .primary-btn:focus, .forumkvarteret-site footer .footer-members .primary-btn:active {
  color: #373737;
  text-decoration: none;
}

.c-customer-message {
  position: fixed;
  right: 30px;
  bottom: 30px;
  max-width: 460px;
  width: 100%;
  background-color: #fff;
  z-index: 99999;
  padding: 30px;
  box-shadow: 0 0 2px #ccc;
  display: none;
}
.c-customer-message__heading {
  font-weight: normal;
  font-size: 1.35rem;
  margin-bottom: 10px;
}
.c-customer-message__body p {
  margin: 10px 0;
}
.c-customer-message__close {
  position: absolute;
  display: block;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
}
.c-customer-message__close:before, .c-customer-message__close:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 3px;
  background-color: #000;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  -webkit-transform-origin: center center;
  transform-origin: center center;
}
.c-customer-message__close:before {
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.c-customer-message__close:after {
  -ms-transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 580px) {
  .c-customer-message {
    width: auto;
    left: 30px;
  }
}
@media (max-width: 460px) {
  .c-customer-message {
    right: 20px;
    bottom: 20px;
    left: 20px;
  }
}

