/* KGR Entreprenad i Rosersberg AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css?family=Alegreya+Sans:300,400,500|Source+Sans+Pro:300,400,600,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Kreon&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/jquery-modal/0.9.1/jquery.modal.min.css');

/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}


html {
	font-size: 62.5%;
}

body {
	background-position: center center;
}

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

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

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

.btn {
	max-width: 240px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px 30px;
	margin-top: 30px;
	background-color: #fcc525;
	border: 2px solid #fcc525;
	color: #fff;
	border-radius: 3px;
	text-align: center;
	text-transform: none;
	font-weight: 400;
	/*  box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.15); */
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	display: inline-block;
	letter-spacing: 3px;
	text-transform: uppercase;
	text-shadow: none !important;
	font-size: 1.5rem;
	font-family: 'Alegreya Sans', sans-serif;
}

.btn:hover {
	background-color: transparent;
	color: #222;
	border: 2px solid #fcc525;
	text-decoration: none;
}

.btn-whiteborder {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #fff;
	text-decoration: none;
}

.btn-blackborder {
	background-color: transparent;
	color: #333;
	border: 2px solid #333;
	text-decoration: none;
}

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

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

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

.SubPage .section-block li:before {
	content: "\f105";
	color: #222;
	font-weight: bold;
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
	font-family: 'Font Awesome 5 Pro';
}

.SubPage .section-block ul {
	list-style: none;
}

.SubPage .section-block li {
	padding-bottom: 10px;
}

.display-none {
	display: none;
}

.EditMode .display-none {
	display: block;
}

.justify-center {
	justify-content: center;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p,
a,
li {
	line-height: 33px;
	font-size: 1.9rem;
	color: #616161;
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	text-decoration: none;
}

a.link-styled {
	letter-spacing: 2px;
	font-weight: 400;
	text-transform: uppercase;
	font-size: 1.6rem;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Source Sans Pro', sans-serif;
	letter-spacing: 0px;
	color: #222;
	font-weight: 400;
	text-transform: unset;
}

h1,
h2 {
	font-size: 5.0rem;
	padding-bottom: 35px;
	letter-spacing: 0px;

}

h2 {
	font-family: 'Kreon', serif;
	letter-spacing: 3px;
	color: #fd9226;

}

h3 {
	font-size: 3.0rem;
	padding-bottom: 30px;
	letter-spacing: 2.0px;
	text-transform: uppercase;
	font-weight: 600;

}

h4 {
	font-size: 2.5rem;
}

h5 {
	font-size: 1.7rem;
	letter-spacing: 3px;
	font-weight: 400;
	text-transform: uppercase;
	color: #616161;
	font-family: 'Alegreya Sans', sans-serif;
	padding-bottom: 25px;
}

.nowrap {
	white-space: nowrap;
}

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

}

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

.heading-type h5 {
	text-align: center;
}

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

	p,
	h2 {
		text-align: center;
	}

	.card-text p {
		text-align: left;
	}

	h2 {
		padding-top: 30px;
	}

	.btn {
		max-width: 1500px;
	}
}

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

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


/* ==========================================================================
Header / Navigation
========================================================================== */
/*
header {
	background-color: #fff;
	box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.05);
}
*/

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

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

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 .mobile-menu span {
	background: #222;
}


header .header-logo {
	width: 200px;
	padding: 5px 10px;
}

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.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/logos/KGR_Logotyp-200px.png");
}

header .header-logo {
	width: 200px;
	padding: 5px 10px;
}

header .header-logo a {
	height: 62px;
	background-image: url("/assets/logos/KGR_Logotyp-white.png");
	background-size: auto 60px;
	background-repeat: no-repeat;
}


/*
header .header-logo {
    width: 200px;
	position: absolute;
	line-height: 0;
	padding: 24px 10px;
}

header .header-logo a {
    display: initial;
    vertical-align: middle;
    font-weight: bold;
    color: #222;
    font-size: 2.0rem;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 23px;
}
*/

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: 'Alegreya Sans', sans-serif;
	font-weight: 400;
	font-size: 1.5rem;
	color: #fff;
	text-transform: none;
	padding: 0 10px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

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

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

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

nav.mainmenu a:before {
	background-color: #fcc525;
	;
	visibility: hidden;
	position: absolute;
	content: "";
	height: 2px;
	bottom: 13px;
	width: 50%;
	left: 25%;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header .mobile-menu span {
	height: 4px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 5px;
	display: none;
}

header .close-menu {
	display: none;
}

header .close-menu:before,
header .close-menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 3px;
	background-color: #333;
}

header .close-menu:before {
	transform: rotate(45deg);
}

header .close-menu:after {
	transform: rotate(-45deg);
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
}

.page-title-wrap {
	background-color: transparent;
	top: 55%;
	left: 50%;
	width: 100%;
	padding: 40px;
	max-width: 1200px;
}

.page-title-wrap h2,
.page-title-wrap h3 {
	color: #fff;
	padding: 0;
	line-height: 1.2em;
	text-shadow: 0px 6px 10px rgba(0, 0, 0, 0.4);
}

.page-title-wrap h1 {
	font-size: 2.0rem;
	font-weight: 300;
	padding-bottom: 40px;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.page-title-wrap h2 {
	font-size: 6.5rem;
	font-weight: 300;
	line-height: 1.3em;
	padding-bottom: 30px;
	text-transform: uppercase;
}



.page-title-wrap p {
	max-width: 650px;
	margin: 0 auto;
	font-size: 2.0rem;
	line-height: 35px;
}

.page-title-wrap .btn {
	margin: 1%;
}

#usp {
	margin-bottom: 40px;
}


.bold-text {
	font-weight: 700;
	color: #fcc525;
}

@media only screen and (max-width: 448px) {
	.page-title-wrap {
		top: 60%;
	}
}


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


#important {
	background: #fcc525;
}

#important * {
	color: #333;
}

#important .btn {
	color: #fd9226;
	background: #FFF;
	border: 2px solid #FFF;
}

#important .btn:hover {
	background: transparent;
	color: #FFF;
}

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





/* Tjänster
========================================================================== */

ul {
	list-style-type: none;
	color: white;
}

.pointer {
	cursor: pointer;
}

#maskingpark h2 {
	text-transform: uppercase;
}

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

.split-content {
	width: 50%;
	align-self: center;
	padding: 5rem;
	text-align: left;
}

.split-image {
	width: 50%;
	position: relative;
	overflow: hidden;
	border: 40px solid white;
}

.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: 969px) {
	.split-image {
		width: 100%;
		border: 0px solid white;
	}

	.split-content {
		width: 100%;
		padding: 1rem;

	}
}

/* Tjänster
========================================================================== */
#our-services {
	background: #f5f5f5;
	text-align: center;
}

#our-services h2 {
	color: #333;
}

#our-services ul {
	text-align: left;
}

#our-services ul li:before {
	content: ' ✓';
	color: #fcc525;
	font-size: 30px;
}

.text-black {
	padding-bottom: 30px;
}

#our-services .section-block-wrapper {
	max-width: 1300px;
}

#our-services .section-block {
	font-size: 0;
}

#our-services .normaltext-type {
	text-align: center;
	margin: 0 auto;
	max-width: 800px;
}

#our-services h2 {
	padding-bottom: 30px;
	text-align: center;

}

.services-wrapper {
	display: flex;
	flex-wrap: wrap;
}

.service-card {
	width: 31.33%;
	margin: 1%;
	vertical-align: top;
	display: inline-block;
	border-radius: 25px;
	padding: 60px 40px;
	box-sizing: border-box;
	-webkit-transform: scale(1.0);
	transform: scale(1.0);
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	text-align: center;
	text-align: center;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

.service-card:hover {
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}

.service-card * {
	color: #333;
}

.service-icon {
	width: 90px;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
	border-radius: 10px;
	margin-bottom: 27px;
	background-color: #FC9225;
}

.service-icon img {
	width: 100%
}

.service-card .fad {
	font-size: 40px;
}

.yellow-text-color {
	color: #fcc525;
}

.service-card h3 {
	padding-bottom: 30px;
	letter-spacing: 1.5px;
	text-transform: uppercase;
}

@media only screen and (max-width: 1400px) {
	.service-card {
		width: 48%;
	}
}

@media only screen and (max-width: 1024px) {
	.service-card {
		width: 48%;
	}
}

@media only screen and (max-width: 969px) {
	.service-card {
		width: 100%;
	}

	.service-card h3 {
		font-size: 3.0rem;
	}
}

@media only screen and (max-width: 448px) {
	.service-card {
		padding: 60px 20px;
	}

	.service-card h3 {
		font-size: 2.0rem;
	}
}

@media only screen and (max-width: 320px) {
	.service-card h3 {
		font-size: 1.8rem;
	}
}

/* Partners
========================================================================== */
.partners {
	padding: 60px 0px;
	background-color: white;
}

.partners h3 {
	text-align: center;
	color: #fd9226;
}

.partners-wrap .slick-track {
	display: flex;
	align-items: center;

}


.partners-wrap .slick-slide.image-wrapper-1 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.image-wrapper-1 img {
	max-height: 12rem;
	padding: 20px;
}




@media only screen and (max-width: 700px) {
	.partners h3 {
		font-size: 1.8rem;
	}
}

/* modal
========================================================================== */
.modal {
	max-width: 750px !important;
	width: 100%;
	max-height: 80vh !important;
	vertical-align: middle !important;
	overflow: auto;
	border-radius: 0;
	padding: 40px;
}

.blocker {
	z-index: 100;
}

.modal a.close-modal {
	top: 17px !important;
	right: 17px !important;
}

.modal h4 {
	text-transform: uppercase;
}

.modal h5 {
	color: #FC9225;
	padding-bottom: 0px;
}

.modal h2 {
	text-align: center;
	padding: 0;
	padding-bottom: 30px;
}

@media only screen and (max-width: 448px) {
	.blocker {
		padding: 10px;
	}

	.modal h2 {
		text-align: left;
	}

	.modal ul {
		padding: 0px;
	}
}

/* Karta
========================================================================== */
#contact-us {
	background: #f5f5f5;
}

/*
#contact-us .section-block {
	font-size: 0;
}
*/

#contact-us .section-block-wrapper {
	max-width: 1400px;
	display: flex;
	flex-wrap: wrap;
}

#contact-us .col-0,
#contact-us .col-1 {
	overflow: hidden;
}

#contact-us .col-1 .col-wrapper {
	padding: 0;
}

#contact-us .col-1 .block-object {
	max-width: none;
}

#contact-us .contact-card {
	width: 100%;
	margin-bottom: 30px;
	text-align: left;
	float: left;
	box-shadow: none;
	-moz-transition: 0.4s ease-in-out;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	padding: 20px;
	box-sizing: border-box;
}

#contact-us .contact-card .fas {
	color: #2a5b79;
	display: inline-block;
}

#contact-us .contact-card h5 {
	text-decoration: none;
	color: #fff;
	font-size: 31px;
	text-transform: uppercase;
	letter-spacing: 1px;
	display: inline-block;
	padding-bottom: 15px;
}

#contact-us .contact-card a,
#contact-us .contact-card p {
	color: #ffffff;
	padding-bottom: 0;
	font-weight: 400;
}

#contact-us .contact-card:hover {
	box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
}

.kontaktformular .section-block .col-0,
.kontaktformular .section-block .col-1,
.kontaktformular .section-block .col-2,
.kontaktformular .section-block .col-3 {
	width: 50%;
}

#contact-us .heading-type p {
	color: #fff;
	padding-bottom: 20px;
}

#contact-us .col-0 {
	background: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

#contact-us .col-wrapper {
	padding: 70px 7%;
}

.kontaktformular .section-block .Contact .ContactForm input.text,
.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
	/* 	border: 2px solid #e8e8e8 !important; */
	border: none !important;
	background-color: #f2f2f2;
}

.kontaktformular .section-block .Contact .ContactForm div {
	width: 100%;
	margin-bottom: 12px;
}


.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormEmail p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormField p,
.kontaktformular .section-block .Contact .ContactForm .ContactFormName p {
	display: none;
}



.kontaktformular .section-block .Contact .ContactForm input.text,
.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
	background-color: #f5f5f5;
	padding: 22.5px 15px;
	border-radius: 0;
	font-weight: 400;
	color: #000;
	border: none !important;
	padding-left: 60px;
}

.kontaktformular .section-block .ContactFormName:before,
.kontaktformular .section-block .ContactFormEmail:before,
.kontaktformular .section-block .ContactFormField:before {
	content: "\f0e0";
	color: #fff;
	position: absolute;
	font-size: 21px;
	font-weight: 700;
	font-family: 'Font Awesome 5 Pro';
	padding: 12px 14px;
	background: #FC9225;
}

.kontaktformular .section-block .ContactFormName:before {
	content: "\f007";
}

.kontaktformular .section-block .ContactFormField:before {
	content: "\f879";
}

.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 0;
}

.kontaktformular .section-block .Contact .ContactForm textarea.textmessage {
	padding: 15px;
	height: 250px;
	padding-top: 15px;
}

.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit {
	padding: 14px 35px;
	background-color: #fcc525;
	border: 2px solid #fcc525;
	color: #fff;
	display: block;
	margin: 0;
	border-radius: 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 300;
	letter-spacing: 1px;
	font-size: 15px;
	-webkit-transition: 0.4s ease-in-out;
	transition: 0.4s ease-in-out;
	width: 100% !important;
	max-width: 350px;
	margin: 0 auto;
}


.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit:hover {
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #fcc525;
	color: #222;
}

.LayoutPage #contact-us .Contact .ContactForm input.text:-ms-input-placeholder,
.LayoutPage #contact-us .Contact .ContactForm textarea.textmessage:-ms-input-placeholder,
.LayoutPage #contact-us .Contact .ContactForm input.text::-ms-input-placeholder,
.LayoutPage #contact-us .Contact .ContactForm textarea.textmessage::-ms-input-placeholder,
.LayoutPage #contact-us .Contact .ContactForm input.text::placeholder,
.LayoutPage #contact-us .Contact .ContactForm textarea.textmessage::placeholder {
	font-family: 'Poppins', sans-serif;
	color: #222;
	font-weight: 300;
	font-style: normal;
	text-decoration: none;
	font-size: 15px;
	line-height: 45px;
}



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


	.kontaktformular .section-block .col-1,
	.kontaktformular .section-block .col-0 {
		width: 100% !important;
		padding: 2% !important;
	}

	#contact-us .col-0 {
		margin-bottom: 10px;
	}

	.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage {
		position: static;
	}

	.kontaktformular .section-block .Contact .ContactForm div {
		width: 100%;
	}

	.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit {
		width: 100% !important;
	}

	/*
	.kontaktformular .section-block .col-1,
	.kontaktformular .section-block .col-0 {
	   	 width: 100%;
	    padding: 2%;
	}
*/

	.kontaktformular .section-block .Contact .ContactForm div.ContactFormMessage {
		position: static;
	}

	.kontaktformular .section-block .Contact .ContactForm div {
		width: 100%;
	}

	.kontaktformular .section-block .Contact .ContactForm input.ContactSubmit {
		width: 100% !important;
	}

}

@media only screen and (max-width: 696px) {
	.kontaktformular .section-block .col-1 {
		height: 550px;
	}
}

/*
#contact-us { font-size: 0; }

.map-wrap {
	position: relative;
}

.contact-wrap {
	position: absolute;
	top:0;
	left:5%;
}

.contact-info {
	background:white;
	width:400px;
	border-radius:5px;
	margin:auto;
	margin-top:100px;
	padding: 40px 40px;
	-webkit-transition:all ease-out 0.2s;
	transition:all ease-out 0.2s;
	box-shadow:-2px 4px 10px rgba(0,0,0,0.1);
}

.map-wrap:hover .contact-info {
	box-shadow:-8px 8px 10px rgba(0,0,0,0.1);
}

.contact-info .fas {
	margin-right: 10px;
	color: #6cc660;
}


.contact-info div {
	display:flex;
	padding:10px 6px;
/* 	border-left:4px solid #ff4024; */
}

.contact-info h2 {
	text-align: left;

}

.contact-info div p,
.contact-info div a {
	padding: 0;
	font-size: 1.5rem;
}

.contact-info div a:hover {
	opacity: 0.67;
	text-decoration: underline;
}

.contact-info div img {
	width: auto;
	height: 32px !important;
	margin: 0 10px;
}


/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */
.SubPage .top-section {
	display: none;
}

.SubPage .section-block .col-1 {
	padding-right: 3%;
}

.SubPage .section-block .col-2 {
	padding-left: 3%;
}

/* Kontakt
========================================================================== */
/*
.sub-kontakt .subpage-topsection {
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-image: url('/resources/backgrounds/flower-16.jpg');
	height: 500px;
}
*/

#about-us {
	background: #FC9225;
}

#about-us h2 {
	color: #fff;
}

.text-white {
	color: #fff;
}


#about-us .section-block-wrapper {
	max-width: 1300px;
}

.card-wrapper {
	box-sizing: border-box;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.card {
	width: 31%;
	margin: 1%;
	display: inline-block;
	height: auto;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
	border-radius: 25px !important;
	text-decoration: none !important;
}

.card {
	-moz-transform: scale(0.9);
	-webkit-transform: scale(0.9);
	transform: scale(0.9);
	-moz-transition: 0.2s ease-in-out;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}

.card ul {
	text-align: left;
	margin-top: 5px;
	padding-left: 20px;
}

.card img {
	border-top-left-radius: 25px;
	border-top-right-radius: 25px;
	width: 100%;
	object-fit: cover !important;
	object-position: center !important;
}


.card .card-text {
	box-sizing: border-box;
	padding: 30px 40px;
	text-align: left;
	padding-bottom: 60px;
}

.card .card-text h3 {
	padding-top: 30px;
	text-align: center;
	padding-bottom: 15px;
	/* 	font-family: 'Kreon', serif; */
}

.card .card-text h4 {
	text-align: center;
	font-size: 21px;
	font-weight: 500;
	text-transform: none;
	color: #FC9225;
	padding-bottom: 30px;
	padding-top: 0 !important;
}


.card .card-text h5 {
	font-size: 15px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #fcc525;
}



.card .card-text p,
.card .card-text li {
	font-size: 16px;
	line-height: 1.6em;
}

#about-us .fas {
	vertical-align: middle;
	font-size: none;
	color: #fcc525;
	padding-right: 10px;
	font-size: 20px;
	width: 30px;

}


@media only screen and (max-width: 1024px) {
	.card {
		width: 48%;
	}
}

@media only screen and (max-width: 768px) {
	.card {
		width: 100%;
	}
}

@media only screen and (max-width: 448px) {
	.card .card-text {
		padding: 30px 20px;
	}

	.card-text a {
		font-size: 1.8rem;
	}
}


/* Instagram
========================================================================== */
.eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
	display: none;
}

.eapps-instagram-feed-posts-grid-load-more-visible {

	display: none;

}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #FC9225;
	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: 1200px;
	min-height: 250px;
	padding: 81px 20px 50px 20px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin: 0 auto;
}

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

.footer img {
	width: calc(100% - 40px);
	margin: 20px;
	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 rgba(255, 255, 255, 0.26);
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	max-width: 1200px;
	min-height: 100px;
	padding: 20px 20px;
	box-sizing: border-box;
	/*         font-size: .75rem; */
	display: flex;
	flex-wrap: wrap-reverse;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	line-height: 1rem;
}

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

.footer-col-bottom:last-child 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: 15px;
	padding: 0;
	font-weight: 300;
	line-height: 1.6em;
	padding-bottom: 4px;
	color: #fff;
	;
	text-decoration: none !important;
}


.footer h4 {
	font-size: 1.6rem;
	text-transform: uppercase;
	padding-bottom: 15px;
	color: #fff;
	font-weight: 600;
	padding-top: 0;
	letter-spacing: 1px;
}



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

.footer a {
	display: inline-block;
}

.footer a:hover {
	color: #fcc525;
	/*     text-decoration: underline !important; */
}

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

.footer .container .fab {
	vertical-align: sub;
	color: #fff !important;
}

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

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

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

	.footer .footer-top,
	.footer .footer-bottom {
		max-width: 900px;
	}

	.footer-col-top {
		width: 25%;
	}
}


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

	.footer .footer-bottom {
		min-height: auto;
	}

	.footer-col-top {
		width: 100%;
		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;
	}
}

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

@media only screen and (max-width: 1366px) {
	body.isMobile #scroll {
		background-attachment: scroll !important;
	}
}

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

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

	/* Hamburgarmeny – Den är default svart, men för att ändra färg eller ikon använd koden nedan.*/
	.openmenu {
		/*
		background: transparent url('/files/menu-white.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
*/
	}

	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: #fff !important;
	}

	nav.mainmenu .Padding {
		padding-left: 0;
		margin-top: 72px;
	}

	nav.mainmenu ul.TemplateMenu>li {
		height: 60px;
		width: 100%;
	}

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

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

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

	nav.mainmenu a:before {
		display: none;
	}

	.openmenu,
	.closemenu {
		background-image: none;
	}

	header .mobile-menu span,
	header .close-menu {
		display: block;
	}


}

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


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

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

	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
		padding: 130px 30px !important;
	}


	.page-title-wrap h1 {
		font-size: 2.0rem;
	}

	.page-title-wrap h2 {
		font-size: 3.0rem;
	}

	.page-title-wrap .btn {
		display: block;
		/*
		margin: 0 auto;
		max-width: 230px;
*/
		margin-bottom: 10px;
	}


}