/* PM-Gruppen Sverige AB */

@import url('https://fonts.googleapis.com/css?family=Nunito:300,400,600&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700&display=swap');

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

body.isMobile .body-background {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100vh;
	background-image: url('/files/modernt-kontor.jpg');
	background-position: center;
}

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

.container {
	max-width: 1200px;
}

/*
::-moz-selection { 
  background: #6abfc2;
}

::selection {
  background: #6abfc2;
}*/

.LayoutPage .section-wrapper {
	/* 	background-color: transparent; */
}

.btn {
	max-width: 250px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	background-color: rgba(30, 116, 200, 0.89);
	border: 2px solid #1e74c8;
	color: white;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.4s ease-in-out;
	font-weight: 300;
	display: inline-block;
	transition: 0.4s;
	border-radius: 0;
	letter-spacing: .2em;
	font-size: 14px;
}

.btn:hover {
	background-color: transparent;
	color: white;
	border: 2px solid #0666a0;
	text-decoration: none;
}

.btn-second {
	background-color: transparent;
}

.btn-second:hover {
	background-color: #eba512;
}

/* Använd "btn btn-center" för att centrera knappen */
.btn-center {
	margin: 0 auto;
	text-align: center;
	display: block;
	width: 200px;
}


/* ==========================================================================
Text och typsnitt
========================================================================== */
p,
a,
li {
	color: #666;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	line-height: 1.9;
}

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

a {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-style: normal;
	color: #272727;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	letter-spacing: 0;
	text-transform: none;
}

h2 {
	line-height: 1.6;
	padding-bottom: 20px;
	text-transform: none;
	color: #333;
	font-size: 35px;
	letter-spacing: 0;
}

h3 {
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 1.54;
	text-transform: none;
}

.small-title {
	line-height: 1.6;
	padding-bottom: 20px;
	text-transform: none;
	color: #333;
	font-size: 25px !important;
	letter-spacing: 0;
}

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

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

.text-white {
	color: white;
}


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

header {
	background-color: transparent;
	-webkit-transition: all 500ms linear;
	-moz-transition: all 500ms linear;
	-o-transition: all 500ms linear;
	-ms-transition: all 500ms linear;
	transition: all 500ms linear;
	box-shadow: none;
}

header {
	height: 80px;
}

header .header-logo {
	width: 340px;
	position: absolute;
	line-height: 0;
	padding-top: 4px;
}

header .header-logo a {
	background-image: url(/assets/images/logos/logo-white-700px.png);
	background-size: auto 57px;
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 80px;
}

header.scrolled {
	background-color: white;
	box-shadow: 0px -2px 10px rgba(0, 0, 0, 0.3);
}

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

header.scrolled .header-logo {
	display: block;
}

header.scrolled .header-logo a {
	background-image: url(/assets/images/logos/logo-blue-700px.png);
	background-size: auto 57px;
	background-repeat: no-repeat;
	margin-top: 3px;
	height: 80px;
}

nav.mainmenu {
	text-align: right;
}

nav.mainmenu ul.TemplateMenu>li {
	line-height: 72px;
	height: 69px;
}

nav.mainmenu a {
	font-family: Verdana, Geneva, sans-serif;
	font-weight: 400;
	font-size: 15px;
	color: white;
	text-transform: uppercase;
	padding: 0 10px;
}

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

nav.mainmenu li:hover a,
nav.mainmenu li.active a {}

nav.mainmenu a:before,
nav.mainmenu a:hover:before {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	-moz-transform: scaleX(1);
	visibility: visible;
	transform: scaleX(1);
}

nav.mainmenu a:before {
	background-color: #1e74c8;
	visibility: hidden;
	position: absolute;
	content: "";
	height: 2px;
	bottom: 9px;
	width: 80%;
	left: 10%;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	-moz-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	-ms-transition: all 0.3s ease-in-out 0s;
	-moz-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}




/* Dropdown menu */
nav.mainmenu ul>li>ul {
	background: #ffffff;
	padding: 10px;
	margin-top: -20px;
	box-sizing: border-box;
}


nav.mainmenu ul>li>ul>li>a {
	color: #333 !important;
	text-transform: unset;
	letter-spacing: normal;
	font-size: 16px;
}

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

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 75vh;
	background-color: rgba(0, 0, 0, 0.35);
}

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

.page-title-wrap h1 {
	font-size: 46px;
	line-height: 60px;
	font-weight: 700;
	color: white;
	letter-spacing: 0px;
	font-family: Verdana, Geneva, sans-serif;
	padding: 0;
	padding-bottom: 0.2em;
	text-shadow: 0px 0px 16px rgba(0, 0, 0, 0.2);
}

.page-title-wrap a {
	display: inline-block;
	margin: 1em 1em 1em 0;
}

.page-title-wrap .usp-second {
	font-weight: 300;
}

.page-title-wrap .btn {
	margin-top: 1.2em;
}

/* Div för texten, för att få mellanrum till cta-knapp */
#usp {
	margin-bottom: 25px;
}

/* #usp-first { font-size: 70px; } */
/* #usp-second { font-size: 65px; } */


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

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

#valkommen p {
	text-align: center;
	max-width: 800px;
	margin: 0 auto;
}

#valkommen h2 {
	font-size: 35px;
	letter-spacing: 1px;
}

#valkommen h1 {
	padding-bottom: 10px;
}

#valkommen .section-block {
	padding-bottom: 10px;
}

#valkommen .PM {
	color: #014B93;
}

#valkommen br {
	display: none;
}

/* Produkter
========================================================================== */

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

.section-produkter .section-block h3 {
	font-size: 22px;
	text-transform: none;
	font-weight: 400;
	color: white;
}

.section-produkter .section-block {
	padding: 50px 30px 50px 30px !important;
}

.section-produkter .section-block a {
	color: white;
	text-transform: uppercase;
	letter-spacing: .1em;
	font-weight: bold;
}

.section-produkter .section-block .product-wrap {
	text-align: center;
	padding: 40px 10px;
	height: 210px;
	margin-bottom: 1.5em;
	transition: 0.4s;
}

.section-produkter .section-block .wrap-1 {
	background-image: linear-gradient(rgba(226, 180, 84, 0.9), rgba(235, 165, 18, 0.9)), url(/files/kontorstillbehor.jpg);
	background-size: cover;
	transition: 0.4s;
}

.section-produkter .section-block .wrap-1:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/kontorstillbehor.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-2 {
	background-image: linear-gradient(rgba(82, 160, 85, 0.9), rgba(82, 160, 85, 0.9)), url(/files/Skrivare.jpg);
	background-size: cover;
	background-position: 40%;
}

.section-produkter .section-block .wrap-2:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/Skrivare.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-3 {
	background-image: linear-gradient(rgba(153, 93, 133, 0.9), rgba(153, 93, 133, 0.9)), url(/files/frukt.jpg);
	background-size: cover;
}

.section-produkter .section-block .wrap-3:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/frukt.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-4 {
	background-image: linear-gradient(rgba(78, 171, 168, 0.9), rgba(78, 171, 168, 0.9)), url(/files/kaffe.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-4:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/kaffe.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-5 {
	background-image: linear-gradient(rgba(234, 104, 134, 0.9), rgba(234, 104, 134, 0.9)), url(/files/stadtillbehor.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-5:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/stadtillbehor.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-6 {
	background-image: linear-gradient(rgba(80, 171, 224, 0.9), rgba(80, 171, 224, 0.9)), url(/files/tryck.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-6:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/tryck.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-7 {
	background-image: linear-gradient(rgba(250, 149, 75, 0.9), rgba(250, 149, 75, 0.9)), url(/files/mobler.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-7:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/mobler.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-8 {
	background-image: linear-gradient(rgba(246, 74, 74, 0.9), rgba(246, 74, 74, 0.9)), url(/files/atervinning.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-8:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/files/atervinning.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-9 {
	background-image: linear-gradient(rgba(6, 103, 160, 0.9), rgba(6, 103, 160, 0.9)), url(/assets/images/boxes-500px.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-9:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/assets/images/boxes-500px.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .wrap-10 {
	background-image: linear-gradient(rgba(67, 130, 69, 0.855), rgba(67, 130, 69, 0.855)), url(/assets/images/catering-500px.jpg);
	background-size: cover;
	background-position: center center;
}

.section-produkter .section-block .wrap-10:hover {
	background-image: linear-gradient(rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.8)), url(/assets/images/staffing-500px.jpg);
	transition: 0.4s;
}

.section-produkter .section-block .product-wrap p {
	color: white;
}

.section-produkter .section-block .fal {
	font-size: 40px;
	padding-bottom: 0.5em;
	color: white;
}

/* Kontakt
========================================================================== */

.section-contactform .section-block .col-block {
	height: 680px;
	padding: 70px;
}

.section-contactform .section-block h3 {
	font-weight: 400;
	font-size: 20px;
	text-transform: none;
}

.section-contactform .section-block h4 {
	text-align: left;
	font-weight: 400;
	padding-bottom: 6px;
	font-size: 17px;
}

.section-contactform .section-block .yellow {
	color: #eba512;
	padding-bottom: 1em;
	text-transform: none;
	font-weight: 300;
}

.section-contactform .section-block .fal {
	color: #333;
	padding-right: 0.5em;
	font-size: 19px;
}

.section-contactform .section-block .bold {
	font-weight: 800;
}

.section-contactform .section-block h5 {
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
	color: #0666a0;
}

.section-contactform .section-block .contact-box {
	padding-bottom: 1.2em;
}

.section-contactform .section-block .col-1 a,
.section-contactform .section-block .col-0 a {
	line-height: 1.2;
	display: inline-block;
}

.section-contactform .section-block .col-0 {
	background-color: #f7f7f7;
	padding-right: 0;
	padding-left: 45px;
}

.section-contactform .section-block .col-1 {
	background-color: #f7f7f7;
	;
	padding-right: 0;
	padding-left: 15px;
}

.section-contactform .section-block .col-2 {
	background-image: linear-gradient(rgba(6, 103, 160, 0.9), rgba(6, 103, 160, 0.9)), url(/files/tjej-dator.jpg);
	max-width: 100% !important;
	object-fit: cover;
	object-position: center;
	background-position: center;
	height: 680px !important;
	background-size: cover;

}

.LayoutPage .Contact .ContactForm div {
	width: 100%;
}

.LayoutPage .form-part div {
	padding-bottom: inherit;
}

.Contact .ContactForm div.ContactFormMessage p,
.Contact .ContactForm .ContactFormEmail p,
.Contact .ContactForm .ContactFormField p,
.Contact .ContactForm .ContactFormName p {
	color: white;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage {
	border: none !important;
	background-color: transparent;
	border-bottom: 1px solid white !important;
	color: white;
	font-family: 'Nunito', sans-serif;
}

.LayoutPage .Contact .ContactForm textarea.textmessage {
	height: 30px;
	color: white;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: inherit;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	max-width: 300px;
	width: 100% !important;
	box-sizing: border-box;
	padding: 15px;
	background-color: #fff;
	border: 2px solid #0666a0;
	color: #0666a0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.4s ease-in-out;
	font-weight: 300;
	display: inline-block;
	transition: 0.4s;
	border-radius: 0;
	letter-spacing: .2em;
	font-size: 14px;
}

.LayoutPage .form-part .ContactSentMessage {
	background: #fff url(images/sent-check.gif) no-repeat 10px 10px;
}

.LayoutPage .form-part .ContactSentMessage {
	border: 0 !important;
	box-sizing: border-box;
	max-width: 100%;
	border-radius: 10px;
	background-image: url(images/send.png);
	background-size: 60px 60px;
	background-position: 20px 10px;
	padding: 20px 20px 10px 100px;
}

/* ==========================================================================
Undersidor - galler alla undersidor 
========================================================================== */
.SubPage .page-title-wrap,
.SubPage .top-section {
	display: none;
}

.SubPage .header-block {
	background: url('/files/modernt-kontor.jpg') no-repeat center center;
	background-size: cover;
}

.SubPage .header-block.sub-catering {
	background: url('/assets/images/catering-2000px.jpg') no-repeat center center;
	background-size: cover;
}

.SubPage .header-block .section-block {
	background: rgba(0, 0, 0, 0.35);
	/*     background: linear-gradient(45deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);	 */
	height: 400px;
}


.SubPage .header-block h2,
.SubPage .header-block h1 {
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 100px;
}

.SubPage .header-block .bold {
	font-weight: bold;
}

body.SubPage,
body.SubPage.isMobile .body-background {
	background-size: cover !important;
}

.SubPage h3 {
	padding-bottom: 30px;
}

.SubPage h4 {
	text-align: left;
}

.SubPage h5 {
	color: #0E479B;
	font-weight: 500;
	font-size: 22px;
	padding-top: 15px;
}

.SubPage .blur h5 {
	color: #fff;
}

.SubPage .normaltext-type {
	text-align: left;
}

/* Split wrapper
========================================================================== */
.split-wrapper {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
	width: 50%;
	padding: 3rem;
	padding-left: 0;
}

.split-image {
	width: 50% !important;
}

/* Centrera content */
.split-wrapper .align-center {
	align-self: center;
}

@media screen and (max-width: 1100px) {
	.split-wrapper {
		flex-direction: column;
	}

	.split-content {
		width: 100%;
		padding-left: 3rem;
	}

	.split-image {
		width: 100% !important;
		min-height: 20rem;
	}
}

@media screen and (max-width: 580px) {
	.split-wrapper {
		background: transparent;
	}

	.split-content {
		padding: 0 0 3rem 0;
	}
}


/* Om oss 
========================================================================== */
.about-us-title h2 {
	color: #fff;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 70px;
}

#aboutUs h1 {
	padding: 15px 0;
	text-align: center;
	font-size: 35px;
}

#aboutUs .PM {
	color: #014B93;
	font-size: 35px;
}

/* Affarsomraden - Undersida
========================================================================== */

.section-affarsomraden .section-block .col-block {
	padding: 40px 20px !important;
	height: 360px;
}

.section-affarsomraden .section-block .col-0 {
	width: 25%;
	background-color: #757575;
	text-align: center !important;
	padding: 95px 20px !important;
}

.section-affarsomraden .section-block .col-0 p {
	text-align: center !important;
}

.section-affarsomraden .section-block .col-1 {
	width: 50%;
}

.section-affarsomraden .section-block .col-2 {
	width: 25%;
}

.section-affarsomraden .fal {
	font-size: 50px;
	color: white;
}

.section-affarsomraden h3 {
	font-size: 25px;
	font-weight: 300;
	padding-bottom: 0;
	color: #fff;
}

.section-affarsomraden .section-block ul {
	margin-top: 0;
}

.section-affarsomraden .section-block li,
.section-affarsomraden .section-block a {
	font-family: "Fira Sans", sans-serif;
	font-weight: 600;
	line-height: 1.6em;
	padding-bottom: 10px;
	list-style: none;
}

.section-affarsomraden .section-block a {
	display: inline-block;
	padding-bottom: 0;
}

.section-affarsomraden .section-block ul li::before {
	content: "\f101";
	display: inline-block;
	width: 1.8em;
	margin-left: -1.8em;
	color: #4b4b4b;
	font-family: 'Font Awesome 5 Pro';
	font-weight: 700;
}

/* Affarsomraden - Kontorsmaterial */
.kontorsmaterial .section-block .col-0 {
	background-image: linear-gradient(rgba(226, 180, 84, 0.9), rgba(235, 165, 18, 0.9)), url('/files/kontorstillbehor.jpg');
	background-size: cover;
}


/* Affarsomraden - Datormaterial */
.datormaterial .section-block .col-0 {
	background-image: linear-gradient(rgba(82, 160, 85, 0.9), rgba(82, 160, 85, 0.9)), url('/files/Skrivare.jpg');
	background-size: cover;
	background-position: center 60%;
}


/* Affarsomraden - Frukt & växter */
.frukt-vaxter .section-block .col-0 {
	background-image: linear-gradient(rgba(153, 93, 133, 0.9), rgba(153, 93, 133, 0.9)), url('/files/frukt.jpg');
	background-size: cover;
}

/* Affarsomraden - Dryck */
.dryck .section-block .col-0 {
	background-image: linear-gradient(rgba(0, 152, 147, 0.84), rgba(12, 199, 193, 0.9)), url('/files/kaffe.jpg');
	background-size: cover;
	background-position: center center;
}

/* Affarsomraden - Återvinning */
.atervinning .section-block .col-0 {
	background-image: linear-gradient(rgba(223, 37, 37, 0.7), rgba(246, 74, 74, 0.9)), url('/files/atervinning.jpg');
	background-size: cover;
	background-position: center center;
}


/* Affarsomraden - Städ och kök */
.stad-kok .section-block .col-0 {
	background-image: linear-gradient(rgba(234, 104, 134, 0.9), rgba(234, 104, 134, 0.9)), url('/files/stadtillbehor.jpg');
	background-size: cover;
	background-position: center center;
}

/* Affarsomraden - Tryck */
.tryck .section-block .col-0 {
	background-image: linear-gradient(rgba(80, 171, 224, 0.9), rgba(80, 171, 224, 0.9)), url('/files/tryck.jpg');
	background-size: cover;
	background-position: center center;
}


/* Affarsomraden - Mobler */
.mobler .section-block .col-0 {
	background-image: linear-gradient(rgba(250, 149, 75, 0.9), rgba(250, 149, 75, 0.9)), url('/files/mobler.jpg');
	background-size: cover;
	background-position: center center;
}


/* Affarsomraden - Lagerhallning */
.lagerhallning .section-block .col-0 {
	background-image: linear-gradient(rgba(6, 103, 160, 0.9), rgba(6, 103, 160, 0.9)), url('/assets/images/boxes-500px.jpg');
	background-size: cover;
	background-position: center center;
}

/* Affarsomraden - Telefoni */
.catering .section-block .col-0 {
	background-image: linear-gradient(rgba(67, 130, 69, 0.855), rgba(67, 130, 69, 0.855)), url('/assets/images/catering-500px.jpg');
	background-size: cover;
	background-position: center center;
}

/* Affarsomraden - Telefoni */
.telefoni .section-block .col-0 {
	background-image: linear-gradient(rgba(226, 189, 54, 0.9), rgba(226, 189, 54, 0.9)), url('/assets/images/staffing-500px.jpg');
	background-size: cover;
	background-position: center center;
}

/* Affärsområde - Catering
========================================================================== */
.LayoutPage .section-catering .ContactForm {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 2rem;
	padding: 2rem;
	background-image: linear-gradient(rgba(6, 103, 160, 0.9), rgba(6, 103, 160, 0.9));
}

.LayoutPage .section-catering .ContactForm div {
	width: 49%;
}

.LayoutPage .section-catering .ContactForm .ContactFormMessage {
	width: 100%;
}

.LayoutPage .section-catering .ContactForm p {
	color: #fff;
	line-height: 1.5;
	font-weight: 500;
	font-size: 1rem;
}

.LayoutPage .section-catering .ContactForm input[type="text"],
.LayoutPage .section-catering .ContactForm textarea {
	border: none;
}


.LayoutPage .section-catering .submit-button-container,
.LayoutPage .section-catering .w-100 {
	width: 100% !important;
}

.LayoutPage .section-catering .submit-button-container {
	display: flex;
	justify-content: center;
}

.LayoutPage .section-catering .btn:hover {
	color: #0666a0;
}

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

	.LayoutPage .section-catering .ContactForm div {
		width: 100%;
	}
}

.mt-2 {
	margin-top: 2rem;
}

.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
	padding-bottom: 0 !important;
}

.text-center {
	text-align: center;
}

/* Kontakt
========================================================================== */
.subpage-contact .page-title-wrap .btn {
	display: none;
}

.subpage-contact .header-block .section-block {
	background: rgba(0, 0, 0, 0.35);
	/*     background: linear-gradient(45deg,rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.7) 100%);	  */
	height: 400px;
}

.subpage-contact #map {
	margin-bottom: -5px;
}

/* Integritetspolicy GDPR
========================================================================== */
.subpage-gdpr .header-block p {
	color: #fff;
	text-align: center;
}

.subpage-gdpr h1 {
	color: white;
}

.subpage-gdpr .gdpr-text h3 {
	color: #333;
	padding-bottom: 5px;
}

.subpage-gdpr p {
	color: #333;
}

.subpage-gdpr .gdpr-text .wrap {
	padding-bottom: 1.2em;
}

.subpage-gdpr .gdpr-text .intro {
	font-weight: bold;
	padding-bottom: 1.2em;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: rgba(0, 0, 0, 0.3) !important;
	background-color: transparent;
	min-height: 100px;
}

.footer-col-1 {
	float: none;
	margin: 0 auto;
	display: inline-block;
}

.footer-col-2 {
	float: right;
}



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

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

.footer h5 {
	font-weight: 400;
	color: #fff;
	font-size: 22px;
	text-decoration: none;
	/*     text-transform: uppercase; */
	line-height: 28px;
	font-family: Verdana, Geneva, sans-serif;
	padding-bottom: 0;
}

.footer .copy {
	font-size: 13px;
	padding-top: 0.5em;
}

.footer img {
	width: 110px;
	padding-top: 1.4em;
}

.footer .blue {
	color: rgb(103, 171, 210);
	text-transform: none;
	font-weight: 400;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #eba512;
}

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

.webbess-stamp img {
	width: 1.8rem;
	margin-left: 1rem;
	filter: invert();
	margin-top: -20px;
}

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

	.section-produkter .section-block .section-block-wrapper {
		max-width: 1800px;
	}

	.subpage-affarsomraden #frukt-vaxter .col-block {
		height: 600px !important;
	}
}

@media screen and (min-width: 1401px) and (max-width: 1600px) {

	.subpage-affarsomraden #frukt-vaxter .col-block {
		height: 410px !important;
	}
}

@media screen and (min-width: 1201px) and (max-width: 1400px) {

	.subpage-affarsomraden #frukt-vaxter .col-block {
		height: 450px !important;
	}

	.subpage-affarsomraden #frukt-vaxter .affarsomraden-category {
		padding: 30px;
	}

}

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

	.section-affarsomraden .section-block .col-0 {
		width: 100%;
		background-color: #757575;
	}

	.section-affarsomraden .section-block .col-block {
		height: auto;
	}

	.section-affarsomraden .section-block .col-0 {
		padding: 120px 20px !important;
	}


	.section-affarsomraden .section-block .col-1 {
		width: 50%
			/* 65% */
		;
	}

	.section-affarsomraden .section-block .col-2 {
		width: 50%
			/* 35% */
		;
	}

}

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

	.section-produkter .section-block .product-wrap {
		height: 180px;
		padding: 35px;
	}

	.section-produkter .section-block .col-block {
		width: 50%;
		padding: 1%;
	}


	.section-contactform .section-block .col-0,
	.section-contactform .section-block .col-1 {
		width: 50%;
	}

	.section-contactform .section-block .col-2 {
		width: 100%;
		padding: 70px;
	}

}

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

	body.isMobile .body-background {
		background-position: center left;
	}

	.container {
		max-width: 950px;
	}

	.page-title-wrap {
		top: 53%;
		left: 50%;
		text-align: center;
		max-width: 750px;
	}

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

	.page-title-wrap .usp-second {
		font-size: 51px;
		line-height: 55px;
		display: inherit;
	}

	.page-title-wrap h1 {
		line-height: 57px;
		font-size: 55px;
		padding-bottom: 0.3em;
	}

	#about .col-block {
		height: 480px;
	}

	.footer .container {
		max-width: 850px;
	}

}

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

	.openmenu {
		filter: invert(1);
	}

	.scrolled .openmenu {
		filter: inherit;
	}

	nav.mainmenu {
		text-align: left;
	}

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

	nav.mainmenu li a {
		font-size: 20px;
		border-bottom: none;
		margin: 20px 0px;
		color: #272727 !important;
		padding-left: 40px;
	}

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

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

	header {
		height: 75px;
	}
}


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

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

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

	header .header-logo {
		margin-left: 15px;
	}

	header .header-logo img {
		padding-left: 1em;
	}

	.page-title-wrap {
		left: 50%;
		top: 52%;
		text-align: center;
		max-width: 750px;
	}

	.page-title-wrap h1 {
		padding-bottom: 0;
		line-height: 65px;
		font-size: 53px;
	}

	.page-title-wrap .usp-second {
		font-size: 50px;
		line-height: 53px;
		display: inherit;
	}

	.page-title-wrap p {
		text-align: center !important;
		max-width: none;
		margin-top: 1em;
	}

	nav.mainmenu li:hover,
	nav.mainmenu li.active {
		border: none;
		color: #333;
	}

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

	.section-produkter .section-block .product-wrap {
		height: 185px;
		padding: 30px;
	}

	.section-produkter .section-block .col-block {
		width: 100%;
		padding: 0;
	}

	.section-affarsomraden .section-block .col-1 {
		height: auto;
	}

	.section-contactform .section-block .col-0,
	.section-contactform .section-block .col-1 {
		width: 50%;
	}

	.section-contactform .section-block .col-2 {
		width: 100%;
		padding: 70px;
	}

	.section-contactform .section-block .col-2 {
		height: 750px !important;
	}

	.section-contactform .section-block .col-0,
	.section-contactform .section-block .col-1 {
		height: 600px;
	}

	.section-affarsomraden .section-block .col-block {
		padding: 20px 30px !important;
		height: auto;
	}

	.section-affarsomraden .section-block .col-1 {
		width: 100%;
		min-height: auto
			/* 150px */
		;
	}

	.section-affarsomraden .section-block .col-2 {
		width: 100%;
		padding: 0px 30px 20px 30px !important;
	}

}

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

	.section-contactform .section-block .col-block {
		width: 100%;
	}

	.section-contactform .section-block .col-1 {
		padding-top: 20px;
		height: 700px;
	}

	.section-contactform .section-block .col-block {
		padding: 40px !important;
	}

	.section-contactform .section-block .col-2 {
		height: 760px !important;
	}

	.section-contactform .section-block p {
		text-align: left;
	}

	.section-contactform .section-block .col-0 {
		height: 240px;
	}

	.section-affarsomraden .section-block .col-block {
		height: auto;
	}

	.section-affarsomraden .section-block .col-1 {
		min-height: auto;
		height: auto;
	}

	.section-affarsomraden .section-block .col-block .col-0,
	.section-affarsomraden .section-block .col-block .col-1 {
		padding: 20px 30px !important;
	}

	.section-affarsomraden .section-block .col-block .col-2 {
		padding: 0px 30px 20px 30px !important;
	}

}

@media only screen and (max-width: 660px) {
	#valkommen br {
		display: block;
	}
}

@media only screen and (max-width: 550px) {
	#valkommen h1 {
		font-size: 35px;
	}

	#valkommen h2 {
		font-size: 25px;
	}
}


@media only screen and (max-width: 515px) {
	#valkommen br {
		display: block;
	}
}

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

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

	h1 {
		font-size: 25px;
	}

	#valkommen h2 {
		font-size: 25px;
	}

	.page-title-wrap {
		top: 60%;
		left: 50%;
		text-align: center;
	}

	.page-title-wrap h1 {
		font-size: 39px;
		line-height: 51px;
		padding-bottom: 0.2em;
	}

	.page-title-wrap .usp-second {
		font-size: 30px;
		line-height: 28px;
	}

	.page-title-wrap h3 {
		padding-bottom: 0.2em;
	}

	.page-title-wrap a {
		margin: 0;
	}

	.page-title-wrap p {
		margin-top: 0;
	}

	.page-title-wrap .btn {
		float: none;
		max-width: 250px;
	}

	#about h1 {
		padding-bottom: 20px;
	}

	.section-produkter .section-block .product-wrap {
		height: 210px;
		padding: 30px;
	}

	.section-produkter .section-block p {
		text-align: center;
	}


	/* Footer */
	.footer p {
		max-width: 300px;
		margin: 0 auto;
	}

	.footer h5 {
		text-align: center;
		max-width: 230px;
		margin: 0 auto;
	}


	footer h4,
	footer p,
	footer a {
		text-align: center !important;
	}

	.footer-col-1,
	.footer-col-2 {
		float: none;
		width: 100%;
		margin: 15px auto;
		display: block;
	}
}

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

	header .header-logo a,
	header.scrolled .header-logo a {
		background-size: auto 40px;
		margin-top: 11px;
	}

	.openmenu {
		right: 20px;
		top: 25px;
	}

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

	.top-section {
		height: 100vh;
	}

	#valkommen h2 {
		font-size: 20px;
	}

	.section-produkter .section-block .product-wrap {
		height: 250px;
		padding: 25px;
	}

	.section-affarsomraden .section-block .col-1 {
		min-height: 330px;
	}

}

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

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