/* Uppsala Sko & Nyckelservice AB */

@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400|Source+Serif+Pro:400,600,700&display=swap');

/* ==========================================================================
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: 100px 20px;
}

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

.btn {
	max-width: 170px;
	width: 100%;
	box-sizing: border-box;
	padding: 13px 45px;
	background-color: #fff;
	border: 2px solid #fff;
	color: #222;
	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;
}

.btn:hover {
	background-color: transparent;
	color: #ffffff;
	border: 2px solid #fff;
	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;
}

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

.pt-2 .section-block,
.pt-2:not(.section-wrapper) {
	padding-top: 2rem;
}

.p-3 .section-block,
.p-3:not(.section-wrapper) {
	padding: 3rem;
}

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

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

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

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

.display-none {
	display: none;
}

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

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

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

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

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

h3 {
	font-size: 30px;
}

h4 {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 22px;
	color: #854040 !important;
}

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

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

/* Övriga klasser */
.text-block-center {
	max-width: 80rem;
	margin-left: auto;
	margin-right: auto;
}

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

.mb-2 {
	margin-bottom: 2rem;
}

/* Farger
========================================================================== */
/* Bakgrund */
.bg-white {
	background-color: #ffffff !important;
}

/* Text */
.text-white {
	color: #ffffff;
}

/* Bakgrundsbild
========================================================================== */
.section-wrapper.hero.bg-image {
	position: relative;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.section-wrapper.hero.bg-image .bg-image-wrapper {
	position: absolute;
	inset: 0;
	/* shorthand for top: 0; right: 0; bottom: 0; left: 0 */
	z-index: -1;
	pointer-events: none;
	/* optional: make background not interfere with text clicks */
}

.section-wrapper.hero.bg-image .bg-image-wrapper img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* 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, 0.61);
}

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

.section-auto-modal .close-modal {
	position: absolute;
	top: 1rem;
	right: 2rem;
	font-size: 1.5rem;
	cursor: pointer;
}

.section-auto-modal p {
	text-align: center;
}

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

	.section-auto-modal .small-title {
		font-size: 2rem;
	}
}


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

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

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

header .header-logo {
	width: 133px;
	padding: 5px 10px;
	display: none;
}

/*
header .header-logo a {
    display: initial;
    vertical-align: middle;
    font-weight: 300;
    color: #fff;
    font-size: 20px;
    text-decoration: none;
    text-transform: unset;
    line-height: 23px;
    font-family: 'Source Serif Pro', sans-serif;
}
*/

nav.mainmenu {
	text-align: right;
}

nav.mainmenu a {
	font-family: "Source Sans Pro", sans-serif;
	font-weight: 300;
	font-size: 17px;
	color: #fff;
	text-transform: none;
	padding: 0 10px;
}

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

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

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

header .mobile-menu span {
	display: none;
}

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

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

.page-title-wrap {
	background-color: transparent;
	top: 60%;
	left: 50%;
	width: 100%;
	max-width: 800px;
}

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

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

.page-title-wrap h1 {
	font-size: 25px;
	font-weight: 400;
}

.page-title-wrap h2 {
	font-size: 50px;
	font-weight: 400;
}

.page-title-wrap .btn {
	margin: 1%;
	text-shadow: none;
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.2);
}

.cta2 {
	background-color: transparent;
	border: 2px solid #fff;
	color: #fff;
}

.cta2:hover {
	background-color: #fff;
	border: 2px solid #fff;
	color: #222
}

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

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


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

/* Om oss
========================================================================== */
#about {
	background: #fff;
}

#about p {
	padding-bottom: 5px;
	color: #222;
}

#about h4 {
	color: #222;
	text-align: left !important;
	padding-bottom: 10px;
}

#about h2 {
	text-align: left !important;
	color: #222;
}

#about h5 {
	font-size: 20px;
	margin-top: 20px;
	margin-bottom: 10px;
}

#about .fas {
	color: #854040;
}

#about .section-block .col-1 {
	background-image: url('/files/agare.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

#about .col-block {
	position: relative;
	max-height: 550px;
	height: 550px;
	overflow: hidden;
	padding: 0 !important;
}

#about .col-block .text-part {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 60%;
	height: auto;
	transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	text-align: left;
}


/* Erbjudande
========================================================================== */
#erbjudande {
	background-image: url('/files/erbjudande-img.jpg');
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#erbjudande .section-block {
	background-color: rgba(0, 0, 0, 0.63);
}

#erbjudande h3,
#erbjudande h2,
#erbjudande p,
#erbjudande a {
	color: #fff;
}

#erbjudande h2 {
	font-weight: 700;
}

#erbjudande .col-0 .col-wrapper {
	padding: 70px 20px;
	border: 2px solid #fff;
	border-radius: 7px;
}

/* Nyckel och skoservice
========================================================================== */
#nycklar {
	background-color: #fff;
}

#nycklar li,
#nycklar h4,
#nycklar h3 {
	color: #222;
}


/* Bagagecenter
========================================================================== */
#bagage {
	background-image: url('/files/bags.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#bagage .section-block {
	background-color: rgba(0, 0, 0, 0.4);
	padding: 120px 20px !important;
}

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

.bagage-wrapper {
	padding: 80px 60px;
	background-color: #fff;
	border-radius: 5px;
}

#bagage .bagage-wrapper img {
	max-width: 150px !important;
	height: auto;
	margin-top: 20px;
}

#bagage .smalltext-type {
	max-width: 700px;
}




/* Logotyper
========================================================================== */
#logos {
	display: none;
}

#logos .section-block-wrapper {
	max-width: 800px;
}

#logos .section-block {
	padding: 50px 20px !important;
}

#logos img {
	max-width: 250px !important;
	height: auto;
	display: block;
	margin: 0 auto;
}


/* Instagram
========================================================================== */
.section-instagram {
	overflow: hidden;
}

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

#instagram .eapps-instagram-feed-posts-grid-load-more-container.eapps-instagram-feed-posts-grid-load-more-enabled {
	display: none !important;
}

#instagram h3 {
	margin-bottom: 40px;
}


/* Kontakt
========================================================================== */
#contact {
	background: rgba(0, 0, 0, 0.4);
}

#contact h2 {
	color: #fff;
}

#contact .Contact .ContactForm input.ContactSubmit {
	border-radius: 3px;
	box-shadow: none;
	background-color: #252525;
	border: 2px solid #252525;
	-webkit-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
	font-weight: 300;
}

#contact .Contact .ContactForm input.ContactSubmit:hover {
	border-radius: 3px;
	box-shadow: none;
	background-color: transparent;
	border: 2px solid #fff;

}

.LayoutPage #contact .Contact .ContactForm input.text,
.LayoutPage #contact .Contact .ContactForm textarea.textmessage {
	border-radius: 3px;
}

/*
#contact .Contact .ContactForm input.text, 
.LayoutPage #contact .Contact .ContactForm textarea.textmessage {
	border: 1px solid #c8c8c8 !important;
}
*/


/* Karta
========================================================================== */
#find-us {
	font-size: 0;
}



/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */
body.SubPage {
	background-color: #ffffff;
	background-image: none;
}

body.SubPage .top-section {
	display: none;
}

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

/* Hero
========================================================================== */
.hero .section-block {
	display: flex;
	align-items: center;
	min-height: 40rem;
}

.hero .section-block-wrapper {
	width: 100%;
}

.hero .section-title {
	font-size: 50px;
	font-weight: 400;
	color: #ffffff;
}

.LayoutPage .hero .logo {
	margin-bottom: 30px;
	max-width: 300px !important;
	height: auto;
}

@media only screen and (max-width: 580px) {
	.hero .section-block {
		min-height: 30rem;
	}
}

@media only screen and (max-width: 480px) {
	.LayoutPage .hero .logo {
		max-width: 230px !important;
	}

	.hero .section-title {
		font-size: 30px;
	}
}

/* ==========================================================================
Undersida: Före & Efter
========================================================================== */

/* Cards
========================================================================== */
.cards-wrapper {
	display: flex;
	flex-wrap: wrap;
}

/* Bredder */
.cards-wrapper.w-25 .card-item {
	width: calc((100% / 4) - 2rem);
	margin: 1rem;
}

.cards-wrapper.w-100 .card-item {
	width: 100%;
	margin: 1rem 0;
}

/* Generellt */
a.card-item {
	transition: .3s ease;
}

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

	/* Bredder */
	.cards-wrapper.w-25 .card-item {
		width: calc((100% / 3) - 2rem);
		margin: 1rem;
	}
}

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

	/* Bredder */
	.cards-wrapper.w-25 .card-item {
		width: calc((100% / 2) - 2rem);
		margin: 1rem;
	}
}

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

	/* Bredder */
	.cards-wrapper.w-25 .card-item {
		width: 100%;
		margin: 1rem 3rem;
	}
}

/* Card 2-4 */
.card-2-4 .card-item {
	display: flex;
	border-radius: 5px;
}

.card-2-4 a.card-item:hover {
	background-color: rgba(37, 37, 37, 0.2);
	text-decoration: none;
}

.card-2-4 .card-header {
	display: inline-flex;
	justify-content: center;
	align-items: center;
	width: 5rem;
	height: 5rem;
	border-radius: 50%;
}

.card-2-4 .card-header i {
	font-size: 2.5rem;
	color: #854040;
}

.card-2-4 .card-body {
	flex: 1 1 0px;
	padding: .5rem 2rem;
}

.card-2-4 .text-small {
	font-size: 1.4rem;
}

@media only screen and (max-width: 420px) {
	.card-2-4 .card-item {
		align-items: flex-start;
	}

	.card-2-4 .card-body {
		padding: 1rem;
	}
}

/* ==========================================================================
Undersida: Kontakt
========================================================================== */
.section-contact .section-block-wrapper {
	justify-content: space-between;
}

/* Kolumn 2 */
.section-contact .col-2 {
	max-width: 50rem;
	padding: 0;
	border-radius: 5px;
	background-color: #252525;
	box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
	overflow: hidden;
}

.ContactForm {
	padding: 2rem;
}

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

	.section-contact .col-1,
	.section-contact .col-2 {
		width: 100% !important;
	}

	.section-contact .col-1 {
		margin-bottom: 2rem;
	}
}

.section-contact .Contact .ContactForm div,
.Contact .ContactForm input[type="submit"] {
	width: 100% !important;
}

.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea.textmessage.bagage-wrapper,
.LayoutPage .ContactForm .textarea-field textarea {
	padding: 1.5rem 1.5rem 1rem;
	border-radius: 5px;
}

.Contact .ContactForm input[type="submit"] {
	padding: .8rem !important;
	border-radius: 5px;
	background-color: #252525 !important;
	color: #FFFFFF !important;
	border: 1px solid #FFFFFF !important;
	transition: .3s ease;
	font-weight: 600;
}

.Contact .ContactForm input[type="submit"]:hover {
	background-color: #FFFFFF !important;
	color: #252525 !important;
	border: 1px solid #252525 !important;
}

.section-map iframe {
	margin-bottom: -1rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #252525;
	height: 200px;
}

.footer .container {
	padding: 32px 15px !important;
}

.footer img {
	max-width: 200px;
	height: auto;
}

.footer p,
.footer a {
	font-size: 17px;
	text-align: center;
	line-height: 1.4em;
	color: #f6f6f6;
	text-transform: unset;
}

.contactinfo-wrapper p,
.contactinfo-wrapper a {
	font-size: 15px;
	line-height: 1.4em;
	color: #f6f6f6;
	text-transform: unset;
	/* 	text-align: right; */
	font-weight: 300;
}

.icon .fas {
	float: left;
	font-size: 30px;
	margin-right: 10px;
	/* 	padding-top: 20px; */
	/* 	padding-left: 20px; */
}

.info {
	display: grid;
}

.info h5,
.info p,
.info a,
.icon .fas {
	color: #fff;
	text-align: left;

}

.info h5 {
	font-weight: 600;
	font-size: 23px;
	margin-bottom: 0;
}

.contactinfo-wrapper {
	width: 33.33%;
	float: left;
	box-sizing: border-box;
}

.contactinfo-inner {
	/* 	width: 222px; */
	margin: 0 auto;
}

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

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

/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1440px) {
	#about .col-block .text-part {
		width: 80%;
	}
}

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

	body.isMobile #bagage,
	body.isMobile #erbjudande {
		background-attachment: scroll !important;
	}
}

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

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

}

@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: left;
	}

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

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

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

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

	.openmenu {
		background-image: none;
	}

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

}

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

	#about .section-block .col-0,
	#about .section-block .col-1,
	#about .section-block .col-2 {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	#about .section-block .col-1 {
		height: 400px !important;
	}
}

@media only screen and (max-width: 768px) {
	.page-title-wrap h1 {
		font-size: 19px;
		margin-bottom: 10px;
	}

	.page-title-wrap .btn {
		display: block;
		margin: 0 auto;
		max-width: 230px;
		margin-bottom: 10px;
		font-size: 17px;
		padding: 5px;
	}

	#nycklar .section-block .col-0,
	#nycklar .section-block .col-1,
	#nycklar .section-block .col-2,
	#bagage .section-block .col-0 {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.contactinfo-wrapper {
		width: 100%;
		margin: 10px auto;
	}

	.contactinfo-inner {
		width: 222px;
		margin: 0px auto;
	}

	.footer {
		height: 530px;
	}
}

/* kolumner 100% */
@media only screen and (max-width: 696px) {


	#contact .section-block .col-0 {
		width: 100%;
		margin: 0 auto;
	}
}

@media only screen and (max-width: 480px) {
	h4 {
		font-size: 18px;
	}

	.page-title-wrap h2 {
		font-size: 30px;
	}

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

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

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

	#about h2 {
		font-size: 29px;
	}

	.bagage-wrapper {
		padding: 60px 30px;
	}

}