/* NR Drift AB/Mjölby */

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@300;400;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@300;400;700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css'); 


/* Font Museo Sans Rounded */
@import url("https://use.typekit.net/ufr6mmp.css");

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */

body, body.isMobile .body-background {
	-webkit-font-smoothing: antialiased;
	background-position: center top !important;
	color: #888888;
	background-image: url(/assets/images/eat-meet-cover-2000px.jpg);
}

.LayoutPage .section-wrapper {
	background-color: #fff;
}

html {
	font-size: 62.5%;
}

body.isMobile .body-background {
	background-size: cover;
}

.LayoutPage .section-block-wrapper {
	max-width: 130rem;
}


.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 16rem 6.5rem;
}

.container {
	max-width: 130rem;
}

@media only screen and (max-width: 1024px) {
	.container {
		max-width: 95rem;
	}
	
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 8rem 6rem;
	}	
}

@media only screen and (max-width: 580px) {
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 6rem 4rem;
	}
}

/* ==========================================================================
Knappar & speciella länkar
========================================================================== */

.btn {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    max-width: 27rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.7rem 2.7rem;
    cursor: pointer;
    font-size: 1.4rem;
    border-radius: 4rem;
    border: none;
    outline: none;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 1.8;
    background-color: #76b54a;
    color: #fff !important;
    letter-spacing: .1em;
    text-transform: uppercase;
}

.btn:hover {
	background-color: #2d8080;
    color: #fff;
    padding: 1.7rem 2.7rem;
    border: none;
}

.btn-teal {
	background-color: #2d8080;
}

.btn-teal:hover {
	background-color: #76b54a;
}

.btn-center {
	margin:0 auto;
	text-align: center;
	display: block;
	width:250px;
}

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 1rem;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, li, ul {
	color: inherit;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: 300;
    font-style: normal;
	text-decoration: none;
	font-size: 2rem;
    line-height: 1.8;
    letter-spacing: normal;
    list-style-type: none;
}

ul {
	margin-block-start: 0;
}

a {
	color: #C8142F;
    font-family: museo-sans-rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
	text-decoration: none;
	font-size: 1.9rem;
    line-height: 1.8;
    letter-spacing: normal;
}

a:hover {
	text-decoration: none;
}

.bold-text {
	font-family: 'Titillium Web', sans-serif;
	font-weight: 800;
}

.light-text {
	font-weight: 300;
}

.pink-color {
	color: #fadfd1;
}

.light-green-color {
	color: #dae3bb;
}

.green-color {
	color: #76b54a;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #333;
	text-transform: none;
}

h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
}

h2 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 4.2rem;
    line-height: 1.3;
    padding-bottom: 2.5rem;
    text-transform: none;
    letter-spacing: .01em;
}

h3 {
    font-family: museo-sans-rounded, sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 1.9rem;
    line-height: 1.7;
    text-transform: none;
    padding-bottom: 8px;
    letter-spacing: normal;
}

.EditMode h3:before {
	display: none;
}

.text-label {
	margin-bottom: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    color: #C8142F;
    font-size: 1.5rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
}

h4 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-transform: none;
    font-size: 2.6rem;
    letter-spacing: normal;
}

.viktor-script {
	font-family: viktor-script, sans-serif;
	font-weight: 400;
	font-style: normal;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 60rem;
}
/* stora "ABC"-blocket */
.normaltext-type {
	max-width: none;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1080px) {
	h2 {
		font-size: 4rem;
	}
}

@media only screen and (max-width: 580px) {
	p, h2, h1, h3, h4, h5, h6 {
		text-align: left !important;
	}
}

body:not(.EditMode) .section-auto-modal {
    display: none;
    z-index: 9;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, .7);
}

body:not(.EditMode) .section-auto-modal .section-block {
    position: fixed;
    top: 50%;
    left: 50%;
    width: calc(100% - 4rem);
    max-width: 70rem;
    max-height: 70vh;
    padding: 4rem;
    border-radius: 0;
    overflow: auto;
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.section-auto-modal .section-block::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background: url(/assets/images/season/reindeers-1.png);*/
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center bottom;
    opacity: .7;
}

.section-auto-modal .section-block-wrapper {
    padding: 3rem;
}

.section-auto-modal .close-modal {
	z-index: 1;
    position: absolute;
    top: 1rem;
    right: 2rem;
    font-size: 3rem;
    color: #333;
    cursor: pointer;
}

.section-auto-modal .small-title,
.section-auto-modal p {
    color: #333;
	text-align: center;
}

@media only screen and (max-width: 600px) {
    body:not(.EditMode) .section-auto-modal .section-block {
        padding: 2rem;
    }

    .section-auto-modal .section-block-wrapper {
        padding: 2rem;
    }

    .section-auto-modal .close-modal {
        top: .5rem;
        right: 1.5rem;
    }
}

/* Popup-notis
========================================================================== */
.EditMode .popup-wrapper {
    display: none;
}

.popup-wrapper {
    z-index: 8;
    position: fixed;
    bottom: 3rem;
    right: 3rem;
}

/* Knappar */
.popup-button {
    position: relative;
    width: 5rem;
    height: 5rem;
    background: #FFF;
    border-radius: 50%;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    cursor: pointer;
}

.popup-button i {
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 2.8rem;
	color: #C8142F; 
    transform: translate(-50%,-50%);
    transition: .3s ease;
}

.popup-wrapper .popup-button .icon-open,
.popup-wrapper.opened .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(1);
}

.popup-wrapper.opened .popup-button .icon-open,
.popup-wrapper .popup-button .icon-close {
    transform: translate(-50%,-50%) scale(0);
}

/* Innehåll */
.popup-window {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    right: 2rem;
    bottom: 6rem;
    max-width: 33rem;
    max-height: calc(100vh - 12rem); 
    padding: 4rem;
    margin: 0 2rem;
    background: #FFF;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
	text-align: center;
	margin: auto;
}

.popup-wrapper.opened .popup-window {
    opacity: 1;
    visibility: visible;
    display: block;
    bottom: 10rem;
}

.icon-close-popup {
    position: absolute;
    top: 2rem;
    right: 2rem;
    font-size: 2.5rem;
    cursor: pointer;
}

.popup-window h2 {
    padding-bottom: 10px;
    font-size: 25px;
	text-align: left;
	color: #C8142F; 
}

.popup-window p {
	padding-bottom: 0.3rem; 
	font-size: 17px;
	text-align: left;
}
 
@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

    .icon-close-popup {
        top: 1rem;
    }
}


/* ==========================================================================
Header / Navigation
========================================================================== */

header {
    background-color: #fff;
    box-shadow: 0 0 4rem .5rem rgba( 0, 0, 0, 0.05);
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header.scrolled {
    height: 7.2rem;
}

header .header-logo {
    width: 16rem;
	position: absolute;
	line-height: 0;
	padding-top: 1.2rem;
	-webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.header-logo a:hover {
	color: #111;
}

.logo-brand {
	position: relative;
    z-index: 101;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 1.5rem 0;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: letter-spacing 600ms ease;
    transition: letter-spacing 600ms ease;
    color: #111;
    font-weight: 400;
    letter-spacing: .2rem;
}

.logo-brand:hover {
	letter-spacing: .4rem;
}

.logo-text {
	font-size: 1.9rem;
    line-height: 1.5;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Titillium Web', sans-serif;
    color: #C8142F;
}

.logo-description {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 16px;
    border-left: 1px solid hsla(0, 0%, 100%, 0.3);
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: 2.2px;
    text-transform: uppercase;
}

header .container {
	max-width: none;
	padding: 0 2rem;
}

nav.mainmenu ul.TemplateMenu > li {
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -ms-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}

header.scrolled nav.mainmenu ul.TemplateMenu > li {
    line-height: 7.2rem;
    height: 7.2rem;
}

/* Navigation */
nav.mainmenu {
	text-align: center;
}

nav.mainmenu li a {
	color: #333;
    padding: 0 1.3rem;
    font-size: 1.3rem;
    text-transform: uppercase;
    font-family: museo-sans-rounded, sans-serif;
    font-style: normal;
    letter-spacing: 1px;
    font-weight: 400;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
    background: transparent;
    border-bottom: none;
}

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #C8142F !important;
} 

/* CTA Menu */
/* CTA Menu */
header .cta-menu {
    position: absolute;
    right: 0;
    z-index: 99;
    border-left: 1px solid #eee;
    padding: 0 2rem;
}

header .cta-menu p, header .cta-menu a {
    color: rgb(38, 178, 117);
    font-size: 1.5rem;
    letter-spacing: 1px;
    font-weight: 400;
	text-align: right;
	line-height: 1.3;
	transition: all .3s ease;
	padding-bottom: 0;
}

header .cta-menu .cta-name {
	font-weight: 700;
}

header .cta-menu .cta-contact {
	display: block;
}

header .cta-menu ul {
    padding-left: 0;
    line-height: 7.2rem;
    height: 7.2rem;
    padding-bottom: 0;
    margin-block-end: 0;
}

header .cta-menu li {
	list-style: none;
	padding-bottom: 0;
	display: inline-block;
	vertical-align: middle;
}

header .cta-menu li:hover a {
	color: #888 !important;
}

header .cta-menu .fab {
	font-size: 1.8rem;
}

@media only screen and (max-width: 1180px) {
	
	header .cta-menu {
		display: none;
	}
	
	
	/* ny nav */
	
	header {
		height: 7.2rem;
	}
	
	header .header-logo { 
		z-index: 101!important;
	}

	.openmenu {
		display:none!important;
	}

	.mainmenu {
		position:fixed;
		top:0;
		left:0;
		display:block!important;
		height: 7.2rem!important;
		width:100%!important;
		background:transparent;
		-ms-overflow-style: none;
		overflow: -moz-scrollbars-none;
		scrollbar-width: none;
		box-shadow:none!important;
		transition: all .5s ease;
	}
	.mainmenu::-webkit-scrollbar { width: 0 !important }

	/* nav ej aktiv */
	#close {
		position: fixed;
		top: 2.5rem;
		right: .5rem;
		transform: translateY(-25px);
		width: 6rem;
		height: 6rem;
		display: flex;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}

	#close .bar {
		position: absolute;
		width: 50%;
		height: 2px;
		background-color: #000;
		transition: all .5s ease;
	}

	#close .bar:first-of-type { top:42% }
	#close .bar:last-of-type { top: 58% }

	.Padding {
		display:block!important;
		visibility:hidden;
		margin:0!important;
		padding: 12rem 0 0 0!important;
		transition: all .5s ease;
	}
	
	.Padding ul li {
		height:auto!important;
		line-height:unset!important;
		opacity:0;
		text-align:center;
		-webkit-transition: opacity 0.75s ease;
		-moz-transition: opacity 0.75s ease;
		-o-transition: opacity 0.75s ease;
		transition: opacity 0.75s ease;
	}

	.Padding ul li a {
		color:#333!important;
		padding:1.5rem 0!important;
		margin:5px 0!important;
		transition:color .25s ease;
		width:100%; 
	}

	.expandable-li ul,
	nav.mainmenu ul > li > ul { 
		background:#f4f4f4;
	}

	nav.mainmenu .expandable-li a {
		margin:0 60px!important;
		width:calc(100% - 120px);
	}

	nav.mainmenu ul > li > ul > li {
		margin:0;
	}

	nav.mainmenu ul > li > ul > li a {
		margin:0 auto!important;
		padding: 2rem 0 !important;
	}

	nav.mainmenu li, nav.mainmenu li a {
		padding-left:0!important;
	}

	.dropdown-arrow-open,
	.dropdown-arrow-close {
		background: none !important;
	}
	
	.dropdown-arrow-open:hover,
	.dropdown-arrow-close:hover {
		background: none !important;
	}
	
	.dropdown-arrow,
	.dropdown-arrow:hover {
		width:6rem;
		height:100%;
		top:0;
		right:0;
	}

	.dropdown-arrow,
	.dropdown-arrow:hover {
		width:6rem;
		height:5.3rempx;
		top:0;
		right:0;
	}

	.dropdown-arrow::after {
		content: '\25B7';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
		transition:transform .25s ease;
	}

	.level-open .dropdown-arrow::after {
		transform: translate(-50%,-50%) rotate(90deg);
	}

	.level-close .dropdown-arrow::after {
		transform: rotate(180deg);
	}

	/* nav aktiv */
	.mainmenu.active-menu {
		height:100%!important;
	}
	
	.mainmenu.active-menu #close .bar {
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}

	.mainmenu.active-menu #close .bar:first-of-type { transform:rotate(225deg); }
	.mainmenu.active-menu #close .bar:last-of-type { transform:rotate(-225deg); }

	.mainmenu.active-menu .Padding {
		visibility:visible;
	}

	.mainmenu.active-menu .Padding ul li {
		opacity:1;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(1) {
		-webkit-transition: opacity 0.5s ease .1s;
		-moz-transition: opacity 0.5s ease .1s;
		-o-transition: opacity 0.5s ease .1s;
		transition: opacity 0.5s ease .15s;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(2) {
		-webkit-transition: opacity 0.5s ease .2s;
		-moz-transition: opacity 0.5s ease .2s;
		-o-transition: opacity 0.5s ease .2s;
		transition: opacity 0.5s ease .25s;
	}

	.mainmenu.active-menu .Padding ul li:nth-child(3) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 

	.mainmenu.active-menu .Padding ul li:nth-child(4) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 

	.mainmenu.active-menu .Padding ul li:nth-child(5) {
		-webkit-transition: opacity 0.5s ease .3s;
		-moz-transition: opacity 0.5s ease .3s;
		-o-transition: opacity 0.5s ease .3s;
		transition: opacity 0.5s ease .35s;
	} 
	
	.closemenu {
	    display: none;
	    background:  url('/assets/images/closemenu-icon-black.png') no-repeat center center;
	    width: 5rem;
	    height: 5rem;
	    cursor: pointer;
	    position: absolute;
		right: 2rem;
		top: 10px;
	    background-size: 4rem;
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		background-color: white;
	}
	
	nav.mainmenu .Padding {
		padding: 4rem 0 0 0;
		margin-top: 7.2rem;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: 6rem;
		width: 100%;
	}

	nav.mainmenu a {
	    padding: 1rem 3.6rem;
	    font-size: 2.2rem;
	}
	
	.SubPage nav.mainmenu .home {
		display: block;
	}
	
	nav.mainmenu li,
	nav.mainmenu li a {
		font-size:2rem;
		border-bottom: none;
		margin:20px 0px;
		color:#272727 !important;
		padding-left: 10px;
		font-weight: 400;
	}
	
	nav.mainmenu li.li-logo a {
		display: none;
	}
}



/********** Top notis **********/

.EditMode #top-notis {
	display:none;
}

header {
	margin-top:40px!important;
}

#top-notis {
	z-index: 10009;
	position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 40px;
	display:flex;
	justify-content: center;
	align-items:center;
	background:#C8142F;
}

#top-notis a {
	width: 100%;
    text-align: center;
    text-decoration: none;
	font-size: 15px;
	font-weight: 400;
	color:#FFF;
}


@media only screen and (max-width:1180px) {
	header {
		margin-top:0!important;
	}

	#top-notis {
		top: unset;
    	bottom: 0;
	}

	.modal#feedback {
		padding: 50px 25px;
	}
}

/* Modal */ 
.modal {
	max-width: 800px !important;
	max-height:600px !important;
	vertical-align: middle !important;
	overflow:auto;
	padding: 50px 60px;
	border-radius: 0px;
}

.blocker {
    z-index: 10012;
}

.modal a.close-modal {
    display:none;
}

.modal a.custom-close-modal {
    position: absolute;
    top: 0px;
    right: 20px;
    font-size: 3rem;
}

.modal h2 {
	font-size: 25px;
	padding-bottom:20px;
}

.modal p {
    color: #333;
    line-height: 22px;
    padding-bottom: 13px;
}

.modal .arrow-link {
	color: #2b7bcd;
}

@media only screen and (max-width:600px) {
	.modal {
		max-height: 95vh!important;
		max-width: 95vw!important;
	}

	.blocker {
		padding: 0px!important;
	}
}

/* ==========================================================================
Top-section
========================================================================== */

.top-section {
	max-width: 100vw;
    height: 80%;
	overflow: hidden;
    background-color: rgba(136, 117, 117, 0.3);
}

.page-title-wrap {
    top: 63%;
    left: 37%;
    width: 100%;
    max-width: 98rem;
}

.page-title-wrap p {
	text-align:left;
}

.page-title-wrap .kravmarke {
	width:12rem;
	border-radius: 1rem;
}

.page-title-wrap h1 {
    font-family: 'Titillium Web', sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #fff;
    font-size: 7.5rem;
    text-align: left;
    padding-left: 3rem;
}

.page-title-wrap h2 {
    font-size: 2.9rem;
    line-height: 1.8;
    padding-bottom: 1rem;
    color: #fff;
    text-transform: none;
    letter-spacing: normal;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
    text-align: left;
}

.page-title-wrap .btn {
	display: inline-block;
	margin: 0 2rem;
}

@media only screen and (max-width: 1200px) {
	.page-title-wrap {
		left: 45%;
	}
}

@media only screen and (max-width: 1080px) {
	.page-title-wrap {
		left: 43%;
		max-width: 80rem;
	}
	
	.top-section { 
		height: 100%; 
	}
}

@media only screen and (max-width: 980px) {
	
	.page-title-wrap {
		left: 50%;
	}
	
	.page-title-wrap h1, .page-title-wrap h2 {
		text-align: center;
	}
	
	.top-section {
		background-color: rgba(0,0,0,0.46)
	}
	
	.page-title-wrap * {
		text-align: center !important;
	}
	
	.page-title-wrap h1 {
		font-size: 5.5rem;
		padding-left: 0;
	}
}

@media only screen and (max-width: 630px) {
	
	.page-title-wrap {
		top: 65%
	}
	
	.page-title-wrap h2 {
		font-size: 2rem;
		font-weight: 700;
	}
	
	.page-title-wrap h1 {
		font-size: 4rem;
	}
}


/* ==========================================================================
Startsida
========================================================================== */

#parallax {
	background-image: url(/assets/images/pocket-office-parallax-2000px.jpg);
    max-width: 100% !important;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: 56rem;
}

/* ==========================================================================
 Split Wrapper
========================================================================== */

.split-wrapper {
    display: flex;
    position: relative;
}

.split-content {
    width: 50%;
    padding: 10rem 8rem;
    text-align: left;
}

.split-content.bg-teal {
	border-bottom: none;
}

.split-content.bg-teal:hover {
	background-color: #2d8080;
	border-bottom: none;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media only screen and (max-width: 980px) {
	
	.split-wrapper {
		flex-wrap: wrap;
	}
	
	.split-content {
		padding: 6rem;
	}
	
	.split-content, .split-image {
		width: 100%;
	}
	
	.composition {
		display: none;
	}
}

@media only screen and (max-width: 630px) {
	.split-content {
		padding: 3rem 1.5rem;
	}
}


/* Om oss
========================================================================== */

#om-oss {
	background-color: #fff7f8;
}

#om-oss .section-block {
	padding-bottom: 30rem;
}

.about p, .about h2 {
	text-align: left;
	max-width: 55rem;
}

.split-wrapper.about .split-content {
	padding: 5rem 10rem 5rem 0;
}

.split-imageblock {
	width: 50%;
}

.composition {
	position: relative;
}

.compisition-photo {
	position: absolute;
	border-radius: 2px;
	overflow: hidden;
	box-shadow: 0 1rem 2rem rgba(29, 44, 58, 0.15);
	width: 100%;
	top: 0;
}

.compisition-photo-1 {
	width: 50%;
	top: 0;
	left: 0;
}

.compisition-photo-2 {
	width: 70%;
	bottom: -30%;
	right: 0;
}

@media only screen and (max-width: 980px) {
	#om-oss .section-block {
		padding-bottom: 8rem;
	}
	
	.about p, .about h2 {
		max-width: none;
	}
}

@media only screen and (max-width: 580px) {
	.split-wrapper.about .split-content {
		padding: 0 0 5rem 0;
	}
	
	.split-imageblock {
		width: 100%;
	}
	
	.compisition-photo {
		position: relative;
	}
	
	.compisition-photo-2 {
		bottom: 0;
		width: 50%;
	}
	
	.compisition-photo-1 {
		width: 20%;
	}
}


/* Bento / Eat & Meet
========================================================================== */

#bento img, #eat-and-meet img {
	box-shadow: 0 1rem 2rem rgba(29, 44, 58, 0.15);
}

#bento .section-block {
	padding-top: 0;
}

@media only screen and (max-width: 980px) {
	#bento .split-content {
		padding-top: 0;
	}
	
	#bento img {
		display: none;
	}
}

/* Lunchmeny
========================================================================== */

.menu-controller,
#menu-content-wrapper {
	text-align: center;
}

#menu-content-wrapper #previous,
#menu-content-wrapper #next {
	display: none;
}

.lunch .section-block {
	padding-top: 0;
	padding-left: 0;
	padding-right: 0;
}

.lunch .kravmarke {
	width: 8rem;
    margin-bottom: 2rem;
}

.lunch .kravmarke-new {
	width: 12rem;
    margin-bottom: 2rem;
}

.lunch .veckans {
	padding-bottom: 1.5em;
}

.lunch p {
	font-size: 1.9rem;
	padding-bottom: 0.3em !important;
}

.lunch h3 {
	padding-bottom: 2em;
	max-width: 750px;
    margin: 0 auto;
}

.lunch h6 {
	margin-bottom: 1rem;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.9rem;
    padding-bottom: 8px;
    letter-spacing: 3px;
    color: #C8142F;
}

.lunch h6:after {
    border-bottom: 1px solid #C8142F;
    content: "";
    display: block;
    height: .1em;
    vertical-align: middle;
    width: 40px;
    margin: 0 auto;
    padding-top: 0.5em;
}

.menu-pdf {
	padding: 35px;
}

.menu-pdf a {
    font-weight: 400;
    font-family: proxima-nova, sans-serif;
    letter-spacing: .24em;
    text-transform: uppercase;
    text-decoration: none;
    margin-bottom: 1em;
    font-size: 16px;
}

.menu-pdf a:hover {
	text-decoration: underline;
}

.menu-pdf .fal {
	padding-right: 15px;
    font-size: 22px;
    color: #ff9595;
}

.lunch .restaurangnamn {
	padding-bottom: 1em;
}

.lunch .veckans-meny {
	padding-bottom: 2em !important;
}

.lunch .eng-meny {
	color: #929292;
    font-size: 15px;
    font-style: italic;
    margin-bottom: 10px;
}

#lunch .section-block {
	padding-bottom: 100px !important;
}

.lunch .section-block-wrapper {
	max-width: none;
}

.lunch .menu-background {
	height: 55rem;	
	background-image: url(/assets/images/eat-meet-lunch.jpg);	
	background-position: center bottom;
	background-size: cover;
	background-attachment: fixed;
}

.lunch .btn {
	margin: 0 10px;
	margin-top: 0 !important;
}

.menu-container {
	margin: 62px 14% 0px;
	margin-top: -150px;
	background-color: #fff;
	box-shadow: 0 0 40px rgba(0, 0, 0, 0.06);
	padding: 100px 80px 100px 80px;
	box-sizing: border-box;
	text-align: center;
}

.menu-col {
	width: 100%;
	float: none;
    box-sizing: border-box;
}

.lunch .menu-item {
	padding-bottom: 1.5em;
}

.lunch .menu-border {
	border-color: transparent;
}

@media only screen and (max-width: 1396px) {
	.menu-background {
		background-attachment:scroll !important;
		background-size: cover;
	    height: 450px;
	    overflow: hidden;
	}
}

@media only screen and (max-width: 980px) {
	.menu-container {
		margin: 50px 10% 0px;
		margin-top: -170px;
	}
}

@media only screen and (max-width: 768px) {
	.lunch h2 {
		font-size: 4.3rem;
	}
}

@media only screen and (max-width: 630px) {
	.menu-container {
		margin-top: -150px;
	    margin-left: 20px;
	    margin-right: 20px;
	    padding: 80px 40px;
	}
	
	.lunchmeny h6 { 
		text-align: left;
	}
	
	.lunch h6:after {
		margin: 0;
	}
	
	.lunch h2 {
    	font-size: 4rem;
	}
}

/* Stråken
========================================================================== */

#straken .section-block {
	padding-bottom: 32rem;
}

@media only screen and (max-width: 980px) {
	#straken .split-image {
		max-height: 60rem;
	}
	
	#straken .section-block {
		padding-bottom: 8rem;
	}
}

/* Catering
========================================================================== */

#catering h2 {
	max-width: 60rem;
}

/* Karta
========================================================================== */

#hitta-hit { font-size: 0; }

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #fff;
	padding: 0;
	box-sizing: border-box;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding:0;
}

.footer .footer-top {
    max-width: 140rem;
	min-height: 25rem;
	padding: 8rem 2rem 5rem 2rem;
	box-sizing: border-box;
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-col-top {
	width: 30%;
	box-sizing: border-box;
}

.footer-col-top:first-child {
	width: 30%;
}

.footer-col-top:nth-child(4) .fas {
	margin-left: 10px;
}

.footer-col-top:last-child,
.footer-col-top:last-child h3 {
	text-align: center !important
}

.footer-col-top:last-child p { text-align: right !important; display: inline-block; }

.footer .pocket-office-logo {
	width: 15rem;
	padding-bottom: 2.5rem;
}

.footer img {
	width: 20rem;
	height: auto;
}

.footer ul {
	margin: 0;
	list-style: none;
	padding-left: 0;
}

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	border-top: 1px solid #eee;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 1.5rem;
	background: #fff;
	max-width: 140rem;
	padding: 2rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
	align-items: center;
    line-height: 1rem;
}

.footer-col-bottom {
    width: 50%;
    box-sizing: border-box;
}

.footer-col-bottom:first-child p {
	display: inline-block;
}

.footer-col-bottom:first-child img {
	margin-right: 2rem;
}

.footer-col-bottom:nth-child(2) p {
	text-align: right !important;
	font-size: 1.3rem;
}

.footer .container .fab {
	margin: 0;
}

.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    line-height: 1.6em;
    padding-bottom: 4px;
    color: #888888;
    text-decoration: none !important;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
}

.footer h4 {
	font-size: 1.8rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1.2rem;
	color: #C8142F;
    font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
	padding-top: 0;
	letter-spacing: 1px;
}

.footer h3 {
	font-family: 'Titillium Web', sans-serif;
    font-weight: normal;
    font-style: normal;
	color: #26b275;
}

.footer * {
	text-align: left !important;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: inherit !important;
    text-decoration: none !important;
    font-weight: 600;
}

.footer h3:before {
	display: none;
}

.footer .container .fab:hover { color: #888 !important; }

.footer .container .fab {
	vertical-align: sub;
  color: #C8142F !important;
  display: inline-block;
}

.footer-col-top:last-child .foodmarket {
	display: block !important;
	text-align: center !important;
}

.footer-col-top:last-child .foodmarket a {
    margin-top: 1.5rem;
    color: #6bc0a3 !important;
    font-size: 1.6rem;
    font-weight: 600;
	transition: .2s ease;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
    display: flex;
	justify-content: flex-end;
    align-items: center;
    padding: 0;
    font-size: 1.3rem;
    font-weight: normal;
}

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}

@media only screen and (max-width:1100px) {
	.footer .footer-top,
	.footer .footer-bottom {
	    max-width: 90rem;
	}
	
	.footer-col-top {
    	width: 25%;
    }
}


@media only screen and (max-width:820px) {
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100% !important;
		margin-bottom: 3rem;
		
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h4 {
		padding-bottom: 10px;
	}

	.footer .webbess-stamp {
		justify-content: center;
	}
}
