/* Elforum Göteborg AB */

@import url('https://fonts.googleapis.com/css?family=Montserrat:300,400,500,600|Oswald:300,400,500,600&display=swap');
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt
========================================================================== */
:root {
	/* 	Colors */
	--primary-color: 222, 99, 50;

	--black-color: 17, 17, 17;
	--gray-dark-color: 58, 58, 58;
	--gray-color: 130, 130, 130;
	--gray-light-color: 243, 241, 237;
	--white-color: 255, 255, 255;

	/* 	Layout  */
	--col-padding: 3rem;
	--menu-height: 6rem;
	--menu-height-scrolled: 6rem;
	--section-width: 130rem;

	/* 	Typography */
	--base-size: 1.6rem;

	/* 	Mobile nav */
	--activate-mobile-menu: 980;
	--mobile-menu-height: 6rem;
	--mobile-menu-bg: var(--white-color);
	--menu-color: var(--black-color);
}

@media only screen and (max-width: 580px) {
	:root {
		--base-size: 1.6rem;
	}
}

/* Layout
========================================================================== */
.section-block {
	padding: 10rem 5rem;
}

/* Paddings */
.p-2 .section-block,
.p-2:not(.section-wrapper) {
	padding: 2rem;
}

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

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

/* Margins */
.mb-3 {
	margin-bottom: 3rem;
}

@media only screen and (max-width: 1024px) {
	.section-block {
		padding: 8rem 3rem;
	}
}

@media only screen and (max-width: 580px) {
	.section-block {
		padding: 5rem 2rem;
	}
}

/* Text och typsnitt
========================================================================== */
body {
	font-family: "Montserrat", Sans-serif;
}

/* Rubriker */
.text-label {
	padding-bottom: 1em;
	font-size: 1.6rem;
	font-weight: 600;
	text-transform: uppercase;
	color: rgb(var(--primary-color));
	font-family: 'Oswald', sans-serif;
}

.section-title {
	padding-bottom: .5em;
	font-size: 4rem;
	font-weight: 300;
	line-height: 1.2;
	font-family: 'Oswald', sans-serif;
}

.small-title {
	padding-bottom: .3em;
	font-size: 2.5rem;
	font-weight: 400;
	line-height: 1.4;
	font-family: 'Oswald', sans-serif;
}

/* Brodtext och lankar */
p,
li {
	color: rgb(var(--gray-dark-color));
}

/* Ovriga klasser */
.text-block {
	max-width: 70rem;
}

.text-block-center {
	max-width: 70rem;
	margin-left: auto;
	margin-right: auto;
}

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

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

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

	/* Rubriker */
	.section-title {
		font-size: 3.8rem;
	}

	.small-title {
		font-size: 2.2rem;
	}
}

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

	/* Rubriker */
	.section-title {
		font-size: 2.5rem;
	}

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

	.text-label {
		font-size: 1.2rem;
	}
}

/* Knappar och speciella lankar
========================================================================== */
.btn-wrapper {
	margin-top: 2rem;
}

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

/* Knappar */
.btn,
.ContactSubmit {
	min-width: 15rem;
	padding: 1.2rem 2rem;
	margin: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	border-radius: 0;
	text-align: center;
	text-decoration: none;
	transition: all .4s ease;
	min-width: 20rem;
}

.btn-primary-filled,
.ContactSubmit {
	color: rgb(var(--white-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: rgb(var(--primary-color));
}

.btn-primary-filled:hover,
.ContactSubmit:hover {
	color: rgb(var(--primary-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: transparent;
}

.btn-white-border {
	color: rgb(var(--white-color));
	border: 1px solid rgb(var(--white-color));
	background-color: transparent;
}

.btn-white-border:hover {
	color: rgb(var(--white-color));
	border: 1px solid rgb(var(--primary-color));
	background-color: transparent;
}

/* Farger
========================================================================== */
/* Bakgrunder */
.bg-primary {
	background-color: rgb(var(--primary-color));
}

.bg-gray-light {
	background-color: rgb(var(--gray-light-color));
}

/* Text */
.text-primary {
	color: rgb(var(--primary-color));
}

.text-white {
	color: rgb(var(--white-color));
}

/* Grafiska element
========================================================================== */


/* Bakgrundsbilder och videos
========================================================================== */
.bg-image,
.bg-video {
	position: relative;
	overflow: hidden;
}

.bg-image-wrapper,
.bg-video-wrapper {
	z-index: -1;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Video */
.bg-video-wrapper video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Parallax */
.parallax {
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

.parallax .section-block {
	min-height: 40rem;
	background-color: rgb(var(--black-color), .8)
}


@media only screen and (hover:none) {
	.parallax {
		background-attachment: scroll;
		background-position: center center;
	}
}

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

.cards-wrapper:not(.w-100) {
	margin-left: -1rem;
	margin-right: -1rem;
}

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

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


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

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

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

@media only screen and (max-width: 750px) {
	.cards-wrapper:not(.w-100) {
		margin-left: 0;
		margin-right: 0;
	}

	/* Bredder */
	.cards-wrapper.w-50 .card-item,
	.cards-wrapper.w-33 .card-item {
		width: 100%;
		margin: 1rem 0;
	}
}

/* Card 2-1 */
.card-2-1 a.card-item:hover {
	background: rgb(var(--primary-light-color));
}

.card-2-1 .card-header {
	margin-bottom: 2rem;
	font-size: 5rem;
}

.card-2-1 .border-bottom-gray-dark {
	padding-bottom: 3rem;
}

@media only screen and (max-width: 580px) {
	.card-2-1 .card-header {
		padding-bottom: 2rem;
		margin-bottom: 1rem;
		font-size: 3rem;
	}
}

/* Header / Navigation
========================================================================== */
header {
	border-bottom: 1px solid rgb(var(--gray-light-color));
}

/* Logo */
.header-logo {
	flex: 1 1 0px;
}

/* Nav */
.TemplateMenu a {
	font-weight: 600;
	font-size: 1.4rem;
	color: rgb(var(--black-color));
}

/* CTA  */
.header-cta-wrapper {
	position: relative;
	z-index: 9;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex: 1 1 0px;
	padding: 0;
	margin: 0 0 0 4rem;
	list-style: none;
}

.header-cta-wrapper .btn {
	min-width: unset;
	padding: 1rem 2rem;
	margin: 0;
	line-height: 1;
	white-space: nowrap;
}

/* Mobilmeny */

.mobile-menu .TemplateMenu li {
	padding: 0 2rem;
	text-align: center;
}

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

	/* Header logo */
	.header-logo a {
		font-size: 1.6rem;
	}

	/* CTA  */
	.header-cta-wrapper .btn {
		padding: 0.7rem 1.5rem;
	}
}

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

/* Top-section
========================================================================== */
.top-section {
	display: flex;
	justify-content: center;
	align-items: center;
	min-height: calc(100vh - var(--menu-height));
	padding-top: var(--menu-height);
	background-color: rgb(var(--black-color), .5);
}

.top-section .section-block {
	width: 100%;
}

.top-section .text-block {
	max-width: 55rem;
}

.top-section .section-title {
	font-size: 6.4rem;
}

.top-section p {
	max-width: 60rem;
	margin: 0 auto;
}

.top-section .btn-primary-filled:hover {
	color: rgb(var(--white-color));
}

@media only screen and (max-width: 1200px) {
	.top-section .section-title {
		font-size: 4.5rem;
	}
}

@media only screen and (max-width: 580px) {
	.top-section .section-title {
		font-size: 3rem;
	}
	.top-section .text-block {
		text-align: center;
	}
}

/* Section map
========================================================================== */
.section-map{
	font-size: 0;
}

/* ==========================================================================
Undersidor
========================================================================== */

/* Hero - Grundkod
========================================================================== */
.hero {
	display: flex;
	align-items: center;
	min-height: 40rem;
	padding-top: var(--menu-height);
	margin-top: calc(var(--menu-height) * -1);
	background-color: rgb(var(--black-color), .5);
}

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

.hero .section-title {
	font-size: 6rem;
	color: rgb(var(--white-color));
}

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

	.hero .section-title {
		font-size: 4rem;
	}
}

/* ==========================================================================
Undersida: Karriar
========================================================================== */
.section-ansokan .col-0 {
	max-width: 80rem;
	margin: auto;
	box-shadow: 0 1rem 3rem rgba(var(--black-color), .1);
	padding: 4rem;
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	padding: 0 5rem;
		background-color: rgb(var(--gray-light-color));
}

/* Footer top */
.footer-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 8rem 0 0;
	border-bottom: 1px solid rgb(var(--primary-color));
}

.footer-menu {
	width: 16%;
	margin: 0 0 3rem;
}

.footer-menu-large {
	width: 30%;
}

.footer .text-label {
	padding: 0 0 1rem;
	line-height: 1;
}

.footer-submenu {
	padding: 0;
	margin: 0 0 3rem;
	list-style: none;
}

.footer-top li,
.footer-top p,
.footer-top a {
	text-decoration: none;
}

.footer a:not(.icon-links):hover {
	text-decoration: none;
	color: rgb(var(--primary-color));
}


/* Footer bottom */
.footer-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	padding: 2rem 0;
}

.footer-bottom p,
.footer-bottom a {
	font-size: 1.4rem;
	line-height: 1.6;
}

/* WebbEss Stamp  */
.footer .webbess-stamp {
	display: flex;
	align-items: center;
	text-decoration: none;
}

.webbess-stamp img {
	width: 2.5rem;
	margin-left: 1rem;
	opacity: .6;
}

@media only screen and (max-width: 1200px) {
	.footer {
		padding: 0 3rem;
	}

	/* Footer top */
	.footer-menu {
		width: 33.333%;
	}

	.footer-menu-large {
		width: 100%;
	}

	.footer-menu-large p {
		max-width: 55rem;
	}
}

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

	/* Footer top */
	.footer-menu,
	.footer-menu-large {
		width: 100%;
	}
}

@media only screen and (max-width: 580px) {
	.footer {
		padding: 0 2rem;
		text-align: center;
	}

	/* Footer top */
	.footer-top {
		padding: 5rem 0 0;
	}

	/* Footer bottom */
	.footer-bottom {
		flex-direction: column-reverse;
	}

	.webbess-stamp {
		margin: 0 auto 2rem;
	}
}