/* Restaurang Logen - Nordrest AB  */

@import url('https://fonts.googleapis.com/css?family=Roboto:3000&display=swap');
@import url('https://fonts.googleapis.com/css?family=Lato:400,700&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');
@import url("https://use.typekit.net/xxa7ksb.css");

/* ==========================================================================
Generellt 
========================================================================== */
body {
	background-position: center center;
}

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

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
	padding: 60px 20px;
}

.LayoutPage .section-block-wrapper {
	max-width: 1200px;
}

.LayoutPage .layout-2 .col-0 {
	padding-right: 2%;
}

.LayputPage .layout-2 .col-1 {
	padding-left: 2%;
}

.btn,
.btn-center {
	max-width: 200px;
	width: 100%;
	box-sizing: border-box;
	padding: 12px 18px !important;
	background-color: #68806f;
	color: #fff !important;
	border: 2px solid #68806f;
	text-align: center !important;
	text-transform: uppercase;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.4s ease-in-out;
	display: inline-block;
	transition: 0.4s;
	border-radius: 50px;
	-webkit-font-smoothing: antialiased;
	margin-top: 20px !important;
	font-size: 15px !important;
	font-weight: 400;
	letter-spacing: .1em;
	text-transform: uppercase;
	font-family: 'Roboto', sans-serif;
}

.btn:hover,
.btn-center:hover {
	color: #000 !important;
	border: 2px solid #68806f;
}

/* bouncing-arrow */
svg {
	vertical-align: middle;
}

.scroll-down {
	margin-left: 50%;
	position: absolute;
	z-index: 9;
	cursor: pointer;
	bottom: 50px;
	height: 40px;
	width: 40px;
	left: -20px;
	color: #fff;
}

.scroll-down.svg svg {
	opacity: 1;
	width: 25px;
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-ms-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s;
}

.scroll-down.svg .stroke {
	stroke: #fff;
}

.scroll-down.svg .scroller {
	fill: #fff;
	-webkit-animation: updown 1s infinite;
	-moz-animation: updown 1s infinite;
	-o-animation: updown 1s infinite;
	animation: updown 1s infinite;
}

@-webkit-keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-moz-keyframes updown {
	0% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-moz-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}

	100% {
		-moz-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@-o-keyframes updown {
	0% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-o-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}

	100% {
		-o-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes updown {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	50% {
		-webkit-transform: translate(0, 5px);
		transform: translate(0, 5px)
	}

	100% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

/* Edit mode */
.EditMode .display-none {
	display: block;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p,
a,
li {
	font-family: "Roboto", sans-serif;
	font-weight: 300;
	text-decoration: none;
	font-size: 18px;
	line-height: 1.7em;
	letter-spacing: 0;
	color: #434343;
	-webkit-font-smoothing: antialiased;
}

p {
	padding: 0 0 0.8em 0;
}

a:hover {
	text-decoration: underline;
	color: #68806f;
}

a {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	color: #000;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	-webkit-font-smoothing: antialiased;
}


h1,
h2 {
	font-size: 45px;
	letter-spacing: normal;
	padding-bottom: 15px;
	color: #68806f;
	text-align: center;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: unset;
}

h3 {
	font-size: 20px;
	color: #434343;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	letter-spacing: 1px;
	line-height: 30px;
}

h4 {
	font-size: 22px;
	letter-spacing: .07em;
}

h6 {
	font-size: 17px;
}

hr {
	width: 70px;
	border: 0.5px solid #ccc !important;
	margin-bottom: 20px;
}

.hostmarknad {
	color: #68806f;
}

.text-label2 {
	font-size: 1.5rem;
}

/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 600px;
}

/* stora "ABC"-blocket */
.normaltext-type {
	max-width: 650px;
	margin: 0 auto;
	text-align: center;
}

.text-bold {
	font-weight: 600;
}

.text-italic {
	font-style: italic;
}

.color-green {
	color: #68806f;
}

.bullet-list li {
	/* 	font-family: "Fira Sans", sans-serif; */
	font-weight: 300;
	line-height: 1.6em;
	padding-bottom: 10px;
	list-style: none;
}

.bullet-list ul li::before {
	content: "\f058";
	display: inline-block;
	width: 1.8em;
	margin-left: -1.8em;
	color: #f5b63a;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
}

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

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

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

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

.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: 0;
    bottom: 6rem;
    max-width: 20rem;
    max-height: calc(100vh - 12rem); 
    padding: 3rem;
    margin: 0 2rem;
    background: white;
    border-radius: 2rem;
    box-shadow: 0 0 3rem rgba(15, 36, 47, .3);
    overflow: auto;
    transition: opacity .3s ease, bottom .3s ease;
}

.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-wrapper p{
	padding-bottom: 0;
}
@media only screen and (max-width: 450px) {
    .popup-window {
        padding: 2rem 3rem 2rem 2rem;
    }

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


/* ==========================================================================
Header / Navigation
========================================================================== */
header {
	background-color: transparent;
	box-shadow: none;
	height: 72px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

header.scrolled {
	height: 72px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	background-color: #fff;
	box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.07);
}

header .container {
	max-width: 1400px;
}

header.scrolled nav.mainmenu li a {
	color: #000;
	text-shadow: none;
}

header .header-logo {
	width: 300px;
	padding: 0;
	margin-left: 15px !important;
	position: absolute;
}

header .header-logo a {
	color: #fff;
	font-size: 27px;
	text-decoration: none;
	line-height: 69px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	letter-spacing: normal;
	text-transform: unset;
}

header.scrolled .header-logo a {
	color: #68806f;
}

nav.mainmenu {
	text-align: right;
}

header nav.mainmenu ul.TemplateMenu>li,
header nav.mainmenu ul.TemplateMenu>li a {
	line-height: 69px;
	height: 72px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

header.scrolled nav.mainmenu ul.TemplateMenu>li,
header.scrolled nav.mainmenu ul.TemplateMenu>li a {
	line-height: 69px;
	height: 72px;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

nav.mainmenu a {
	font-family: 'Roboto', sans-serif;
	color: #fff;
	padding: 0 8px;
	font-size: 14px;
	font-weight: 400;
	letter-spacing: 0.02em;
	text-transform: uppercase;
}

header.scrolled nav.mainmenu a {
	color: #000;
}

nav.mainmenu li:hover,
nav.mainmenu li.active {
	background: transparent;
	border-bottom: none;
	color: #68806f !important;
}

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


/********** 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: #68806f;
}

#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;
	}
}

/* Modal som öppnas automatiskt
========================================================================== */
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% - 40px);
	max-width: 550px;
	max-height: 75vh;
	padding: 40px;
	border-radius: 0;
	overflow: auto;
	background: rgb(255, 255, 255);
	transform: translate(-50%, -50%);
}

.section-auto-modal .close-modal {
	position: absolute;
	top: 10px;
	right: 20px;
	font-size: 30px;
	cursor: pointer;
}

.section-auto-modal h2,
.section-auto-modal h3,
.section-auto-modal p {
	text-align: center !important;
}

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

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	max-width: 100vw;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	overflow: hidden;
}

.page-title-wrap {
	background-color: transparent;
	top: 50%;
	left: 50%;
	width: 100%;
	max-width: 900px;
	text-align: center;
}

.page-title-wrap h1 {
	font-size: 65px;
	line-height: 70px;
	color: #fff;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: none;
	font-weight: 400;
	font-style: normal;
}

.page-title-wrap a {
	display: inline-block;
	margin: 40px 10px 0 10px;
}

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

#usp-first {
	font-size: 70px;
	line-height: 70px;
	color: #fff;
	border-width: 0px;
	margin: 0px;
	padding: 0px;
	text-transform: unset;
	font-style: normal;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0px;
	padding-bottom: 10px;
	font-weight: 400;
}

#usp-second {
	font-size: 35px;
	text-transform: uppercase;
	padding-bottom: 15px;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	letter-spacing: 0.02em;
}

.page-title-wrap .btn {
	width: 210px;
}

.page-title-wrap .btn:hover {
	color: #fff !important;
	border: 2px solid #fff;
}

/* ==========================================================================
Startsida
========================================================================== */
.parallax {
	max-width: 100% !important;
	background-attachment: fixed;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.isMobile .parallax {
	background-attachment: scroll !important;
	max-width: 100% !important;
	background-size: cover !important;
}

.fas {
	font-size: 8px;
	letter-spacing: 4px;
	color: #e2e2e2;
}

.menu-item {
	padding-bottom: 20px;
}

/* Om oss
========================================================================== */
#arrow .section-block {
	padding: 0;
}

#om-oss {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
}

#om-oss .section-block {
	padding: 100px 20px 50px;
}

#om-oss .col-1 .col-wrapper {
	padding: 50px 30px;
}


/* Stängt
========================================================================== */
#closed {
	position: relative;
	padding: 80px 20px;
	background-image:url('/assets/images/christmas-bg-2000px.jpg'); 
	/* background-image: url('/assets/images/summer-bg-2000px.jpg');
	/* background-image: url('/assets/images/fireworks-bg-2000px.jpg'); */
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
}

#closed:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.EditMode #closed::after {
	display: none;
}

#closed .section-block-wrapper {
	z-index: 1;
	position: relative;
	max-width: 45rem;
	margin: 0 auto;
}

#closed h2 {
	padding-bottom: 20px;
    margin: 0;
	color: #FFF;
	font-weight: 600;
	text-align: center;
}

#closed h3 {
	padding-bottom: 10px;
    margin: 0;
	color: #FFF;
	margin-bottom: 1rem;
	text-align: center;
}

#closed p {
	color: #FFF;
	text-align: center;
}

/* Café
========================================================================== */
#cafe {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
}

#cafe .section-block {
	padding: 50px 20px 100px;
}

#cafe .col-1 .col-wrapper {
	padding: 50px 30px;
}

#cafe .col-block {
	padding: 0;
}

#cafe .col-1 {
	padding-right: 2%;
}

#cafe .col-0 {
	float: right;
	padding-left: 2%;
}

/* Vår filosofi
========================================================================== */
#filosofi {
	background-image: url('/files/disk-uppdukat.jpg');
	background-position: center bottom 30%;
	background-size: cover;
	height: 570px;
}

#filosofi .section-block {
	background-color: rgba(0, 0, 0, 0.3);
	height: 570px;
}

/* Sommarstängt
========================================================================== */
#sommarstangt {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#sommarstangt .section-block {
	padding: 100px 20px;
}

#sommarstangt .normaltext-type:last-of-type {
	max-width: 750px;
}

#sommarstangt h2 {
	font-size: 30pt;
}

/* Dagens lunch
========================================================================== */
#dagens-lunch {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
	text-align: center;
}

#dagens-lunch .section-block {
	padding: 100px 20px;
}

#dagens-lunch .normaltext-type:last-of-type {
	max-width: 750px;
}

#dagens-lunch h3 {
	text-transform: uppercase;
}

#dagens-lunch p {
	font-size: 17px;
	padding-bottom: 0.3em;
	text-transform: uppercase;
}

#dagens-lunch p span {
	text-transform: lowercase;
}

#dagens-lunch a {
	font-size: 17px;
	padding-bottom: 0.3em;
}

#dagens-lunch .fas {
	padding-bottom: 30px;
}

.krav-logo {
	max-width: 150px !important;
	margin: 0 auto;
	padding-top: 2rem;
}

/* Matkategorier
========================================================================== */
#matkategorier {
	background: transparent;
}

#matkategorier .section-block {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 80px 10px;
}

#matkategorier .icon-image {
	width: 20%;
	float: left;
	text-align: center;
}

#matkategorier .icon-image img {
	height: 60px;
}

#matkategorier .icon-image p {
	color: #fff;
	padding-top: 20px;
	text-transform: uppercase;
	font-size: 20px;
	padding-bottom: 0;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 30px;
}

/* Fest och event
========================================================================== */
#fest-event {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
}

#fest-event .section-block {
	padding: 100px 20px 50px;
}

#fest-event .col-1 .col-wrapper {
	padding: 50px 30px;
}

/* Catering
========================================================================== */
#catering {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
}

#catering .section-block {
	padding: 50px 20px 100px;
}

#catering .col-1 .col-wrapper {
	padding: 50px 30px;
}

#catering .col-block {
	padding: 0;
}

#catering .col-1 {
	padding-right: 2%;
}

#catering .col-0 {
	float: right;
	padding-left: 2%;
}

/* Bildspel
========================================================================== */
#bildspel {
	background-image: linear-gradient(rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.6)), url('/files/logen-bg-section.jpg');
	background-position: center center;
	background-size: cover;
}

a.card-item {
    text-decoration: none;
}

/* Paddings */
.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

/* Margins */
.mt-3 {
    margin-top: 1rem;
}

/* Card 3-6 */
.card-3-6 .card-item {
    position: relative;
    padding: 27rem 1rem 1rem;
}

.card-3-6 .image-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 98%;
    height: 100%;
}

.card-3-6 {
    z-index: 1;
    position: relative;
}

.section-scroll {
    overflow: hidden;
}

.slick-prev, .slick-next {
	right: -12px;
	box-sizing: inherit;
	border-radius: 50%;
}

@media only screen and (max-width: 510px) {
	.card-3-6 .image-wrapper {
		min-height: 300px;
		min-width: 450px;
	}

	.slick-prev, .slick-next {
		position: relative;
	}

}

/* ==========================================================================
Undersidor - galler for alla undersidor 
========================================================================== */
.SubPage .top-section 
	/* 	height: 33%; */



body.SubPage,
body.SubPage.isMobile .body-background 
	/*
	background: #009097 url('/files/topsection-bild.jpg') no-repeat center top;
	background-size: cover;
*/


/* Namn pa enskild undersida
========================================================================== */


/* ==========================================================================
Footer
========================================================================== */
.footer {
	/* height: 320px; */
	background-color: #181818;
	padding: 10px 0 !important;
}

.footer .container {
	max-width: 1200px;
	margin: 0 auto;
	/* padding: 35px 30px; */
}

.footer p,
.footer a {
	text-decoration: none;
	line-height: 1.8em !important;
	font-size: 17px;
	padding-bottom: 0;
	text-align: center;
	color: #fff;
	box-sizing: border-box;
	letter-spacing: normal;
}

.footer h6 {
	font-size: 22px;
	color: #fff;
	font-weight: 400;
	font-family: 'Lato', sans-serif;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #68806f;
}

.footer-col {
	width: 30%;
	margin: 0 1.5%;
	float: left;
	padding-top: 40px;
}

/* nordrest logo */
.nordrest-logo {
	max-width: 15rem;
	width: 100%;
    height: auto;
    padding-bottom: 2rem;
}

/* WebbEss Stamp  */
.webbess-stamp {
	display: flex;
	align-items: center;
	padding: 0;
	font-size: 1rem;
	font-weight: normal;
	margin-top: 5rem;
}

.webbess-stamp img {
	width: 3rem;
	margin-left: 1rem;
	filter: invert();
}


/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1150px) {

	#usp-second {
		font-size: 30px;
	}

}

@media only screen and (max-width: 1024px) {

	#usp-second {
		padding-bottom: 20px;
		line-height: 75px !important;
	}

	.page-title-wrap {
		max-width: 800px;
	}

	h1,
	h2 {
		font-size: 40px;
	}

	h3,
	#matkategorier p {
		font-size: 17px !important;
	}

	p {
		font-size: 16px !important;
	}

	#filosofi p {
		font-size: 18px;
	}

	#om-oss .col-1 .col-wrapper,
	#fest-event .col-1 .col-wrapper,
	#catering .col-1 .col-wrapper {
		padding: 0px 30px;
	}

	.footer h6 {
		font-size: 19px;
	}

}

@media only screen and (max-width: 980px) {

	/*
	.openmenu {
	    background: transparent url(/assets/images/openmenu-icon-white.png) no-repeat center center;
	    background-size: 40px 40px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 23px;
	    z-index: 100;
	}
*/
	header {
		height: 72px;
	}

	nav.mainmenu {
		text-align: left;
		width: 100%;
		box-shadow: none;
	}

	nav.mainmenu .Padding {
		border-top: none !important;
	}

	nav.mainmenu ul.TemplateMenu>li {
		line-height: 65px;
		height: 55px;
	}

	nav.mainmenu li:hover,
	nav.mainmenu li.active {
		background-color: transparent;
	}

	/*
	.LayoutPage .block-object img {
		max-width: 640px !important;
	}
*/

	#om-oss .col-0,
	#om-oss .col-1,
	#bildspel .col-0,
	#bildspel .col-1,
	#cafe .col-0,
	#cafe .col-1,
	#fest-event .col-0,
	#fest-event .col-1,
	#catering .col-0,
	#catering .col-1 {
		width: 100%;
		padding: 0;
	}

	.LayoutPage .block-container {
		margin: 0 auto;
	}

	#cafe .section-block,
	#dagens-lunch .section-block {
		padding-bottom: 50px;
	}

	#filosofi p {
		font-size: 16px;
	}

	#filosofi .section-block {
		padding: 155px 30px;
	}

	#matkategorier .icon-image {
		width: 33%;
		padding-bottom: 40px;
	}

	#matkategorier .section-block {
		padding: 80px 10px 50px 20px;
	}

	#om-oss *,
	#cafe *,
	#fest-event *,
	#catering * {
		text-align: center;
	}

	#om-oss .col-1 .col-wrapper,
	#cafe .col-1 .col-wrapper,
	#fest-event .col-1 .col-wrapper,
	#catering .col-1 .col-wrapper {
		padding-top: 50px;
	}

	/* .footer {
		height: 550px;
	} */

	.footer-col {
		width: 100%;
		float: none;
		padding-bottom: 0px;
		margin: 0;
	}

}

@media only screen and (max-width: 768px) {

	.page-title-wrap img {
		width: 500px;
		height: auto;
	}

	#usp-first {
		font-size: 65px;
		padding-bottom: 0;
	}

	#usp-second {
		font-size: 25px;
	}

}

@media only screen and (max-width: 600px) {

	.page-title-wrap img {
		max-width: 350px;
		height: auto;
	}

	#usp-first {
		font-size: 65px;
		padding-bottom: 15px;
	}

	#usp-second {
		font-size: 30px;
		padding-bottom: 0;
		line-height: normal !important;
	}

	#om-oss .section-block,
	#bildspel .section-block,
	#cafe .section-block,
	#fest-event .section-block {
		padding: 60px 30px 0 !important;
	}

	#catering .section-block {
		padding: 60px 30px !important;
	}

	#matkategorier .icon-image {
		width: 50%;
		padding-bottom: 40px;
	}

}

@media only screen and (max-width: 510px) {

	.page-title-wrap img {
		max-width: 300px;
		height: auto;
	}

	h1,
	h2 {
		font-size: 40px;
	}

	h3 {
		font-size: 18px;
	}

	p {
		text-align: center;
		font-size: 16px;
	}

	#usp-first {
		font-size: 40px;
	}

	#usp-second {
		font-size: 24px;
	}

	#filosofi .section-block {
		padding: 130px 30px;
	}

	#matkategorier .icon-image img {
		height: 50px;
	}

	#bildspel .cards.wrapper {
		max-width: 400px;
	}

	.footer h6 {
		font-size: 19px;
	}

}

@media only screen and (max-width: 430px) {

	h1,
	h2 {
		font-size: 32px;
	}

	h3 {
		font-size: 19px !important;
	}

}

@media only screen and (max-width: 320px) {

	h1,
	h2 {
		font-size: 30px;
	}

	#usp-first {
		font-size: 20px;
	}

	#usp-second {
		font-size: 38px;
		padding-bottom: 10px;
		line-height: 38px !important;
	}

	.page-title-wrap .btn {
		width: 150px;
	}

	#om-oss p,
	#catering p,
	#tjanster p {
		font-size: 16px;
	}

}