/* 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 
========================================================================== */

html {
	font-size: 62.5%;
}

/* Video background */
.fullscreen-bg-video {
   position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

body {
	background-position: center center;
}

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

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

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

.container {
	max-width: 1400px;
}

.btn,
.btn-center {
	font-family: 'Montserrat', sans-serif;
	max-width: 250px;
    width: 100%;
    box-sizing: border-box;
    padding: 12px;
    box-sizing: border-box;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
     -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    transition: 0.4s;
    border-radius: 0;
    font-size: 1.4rem;
    margin-top: 1em;
    letter-spacing: .05em;
}

.btn:hover {
	background-color: transparent;
    border: 2px solid #2898F7;
    color: #fff;
    padding: 12px;
}

.btn-lila {
	background-color: #41429F;
	border: 2px solid #41429F;
}

.btn-bla {
	background-color: #28bcf7;
	border: 2px solid #28bcf7;
}

.btn-bla:hover, .btn-lila:hover {
	border: 2px solid #fff;
	color: #fff;
	background-color: transparent;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a {
    font-size: 1.7rem;
    letter-spacing: normal;
    line-height: 1.8;
    text-decoration: none;
    color: #3f3e3e;
    font-family: "Montserrat",Sans-serif;
    font-weight: 400;
}

.ingress {
	font-weight: 600;
}

.grey-text {
	color: #656565;
}

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

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-style: normal;
	color: #4f6366;
	font-family: 'Oswald', sans-serif;
	font-weight: 100;
    text-transform: none;
}

h2 {
	padding-bottom: 1.5rem;
    text-transform: none;
    color: #000;
    font-weight: 400;
    font-size: 4.5rem;
    line-height: 1.7;
    letter-spacing: normal;
    
}

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

h3 {
    font-style: normal;
    line-height: 1.7;
    text-transform: uppercase;
    color: #333;
	font-weight: 400;
	font-size: 2rem;
    letter-spacing: .5em;
    
}

h4 {
	text-transform: uppercase;
	font-size: 2.2rem;	
	text-align: center;
	font-weight: 600;
	letter-spacing: .03em;
}

h5 {
	text-transform: uppercase;
	font-size: 1.8rem;	
	text-align: center;
	font-weight: 600;
	letter-spacing: .03em;
}


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


/* ==========================================================================
Popup startsida
========================================================================== */
#popupoverlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0 , 0, 0.75);
    z-index: 1000;
}

#oppningPopup {
	display: none;
	position: fixed;
    top: 50%;
    left: 50%;
    width: 90%;
	max-width: 550px;
	max-height: 400px;
    box-sizing: border-box;
	height: 90%;
	overflow:auto;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
	z-index: 1010;
	background-color:#41429F;
}

#oppningPopup .fal {
	color: #fff;
}

#oppningPopup .section-block {
	padding: 100px 40px;
}

#oppningPopup .btn {
	box-shadow: none;
}

#oppningPopup h2{
	color: #fff !important;
	font-size: 4.4rem !important; 
	text-align: center; 
}

#oppningPopup h3{
	font-weight: 300;
	font-size: 2.5rem !important; 
}

 #oppningPopup p {
	color: #fff;
	 font-size: 1.8rem;
	 text-align: center;
 }

#oppningPopupExit {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 30px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	font-size: 30px;
	color: #000 !important;
}

#oppningPopupExit:hover {
	cursor: pointer;
	color: #fff !important;
}

.EditMode #oppningPopup {
	display: block;
	position: static;
	transform: none;
	-webkit-transform: none;
	margin: 0 auto;
}

@media only screen and (max-width: 414px) {
	#oppningPopup h3{
		font-size: 1.8rem !important; 
	}
	
	#oppningPopup h2{
		font-size: 4rem !important; 
	}
	
	#oppningPopup .button-circle {
  		padding: 1.2rem 1.1rem !important;
	}
}


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

header {
    background-color: #fff;
    box-shadow: none;
}

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

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

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

.bold-color {
	font-weight: 700;
	color: #41429F;
}

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


nav.mainmenu {
	text-align: right;	
}

nav.mainmenu ul {
	text-align: right;
}

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

nav.mainmenu a {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	font-size: 1.2rem;
	color: #333;
	text-transform: uppercase;
	padding: 0 10px;
	letter-spacing: .07em;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
    background: transparent;
    color: #41429F !important;
}

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


/* ==========================================================================
Top-section
========================================================================== */

.top-section {
	height: 100%;
	background-image: linear-gradient(to left, rgba(65,66,159, 0.2), rgba(65,66,159, 0.9));
}

.page-title-wrap {
    background-color: transparent;
    top: 56%;
	left: 27%;
    text-align: left;
    max-width: 600px;
}

.page-title-wrap h1 {
    display: block;
    text-transform: none;
    white-space: normal;
	line-height: 75px;
    letter-spacing: 0px;
    font-weight: 300;
    font-size: 6.4rem;    
    color: #fff;
	font-family: 'Oswald', sans-serif;
    text-align: left;
    border-width: 0px;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    text-shadow: none;
    padding-bottom: 15px;
}

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

.page-title-wrap p {
	color: #fff;
	max-width: 750px;
	margin: 0  auto;
	font-size: 1.7rem;
}

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

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

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

#tjanster {
	background-color: rgba(65, 66, 159, 0.93);
}

#tjanster .fad {
	color: #fff;
	font-size: 6rem;
}

#tjanster * {
	color: #fff;
}

#tjanster .fad:after {
	color: #fff;
	opacity: .85;
}

#tjanster a:hover {
	text-decoration: underline;
}

#tjanster .fad:before { color: #28bcf7; }

#tjanster .services-wrap {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding-top: 10rem;
}

#tjanster .service-box {
    width: 48%;
    margin: 1%;
    text-align: left !important;
}

#tjanster h5 {
	padding-top: 2rem;
}

#tjanster .service-box * {text-align: left !important; }

#tjanster .service-text { padding: 3rem 2rem 5rem 2rem; }

#tjanster .service-info h2 { font-size: 3.5rem; }

#tjanster .services-wrap p {
	font-size: 1.9rem;
}

@media only screen and (max-width: 1024px) {
	#tjanster .service-box {
		width: 100%;
		padding-bottom: 4rem;
	}
}

@media only screen and (max-width: 600px) {
	#tjanster .section-block {
		padding: 60px 10px !important;
	}
}

/* Jour
========================================================================== */

#jour { background-color: #28bcf7; }
#jour * { color: #fff; }

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #fff;
	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;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    margin: 0 auto;
}

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

.footer img {
	width: 120px;
	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 #eee;
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	background: #fff;
	max-width: 1200px;
    min-height: 100px;
	padding: 20px 20px;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

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

.footer .container .fab {
	margin: 0;
}

.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.4rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.6em;
    padding-bottom: 4px;
    color: #3f3e3e;
    text-decoration: none !important;
    font-family: 'Poppins', sans-serif;
}

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

.footer h4 {
	font-size: 2rem;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding-bottom: 1.2rem;
	color: #41429F;
	font-weight: 700;
	padding-top: 0;
	letter-spacing: 1px;
}

.footer h3 {
	color: #41429F;
}

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

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: #41429F !important;
    text-decoration: underline !important;
}

.footer h3:before {
	display: none;
}

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

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

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

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}


@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% !important;
		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 (min-width: 1600px) {
	
	#topp .col-1 {
		padding: 300px 80px;
	}
	
	#topp h1 {
		font-size: 5rem;
	}
	
	.container {
		max-width: 1600px;
	}
	
}

@media only screen and (max-width: 1024px) { 
	
	.parallax {
		background-attachment:scroll !important;
		background-size: cover;
	    height: 100%;
	    overflow: hidden;
	}
	
	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 80px 60px;
	}
	
	.container {
		max-width: 950px;
	}
	
	#topp .col-1 {
		padding: 210px 60px;
	}
	
	#topp h1 {
		font-size: 2.8rem;
	}
	
	.footer .container {
		max-width: 850px;
	}
	
	.split-text-with-spaces .block-object {
		padding: 80px 50px;
	}
	
}

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

	nav.mainmenu {
			text-align: center;
			width: 100%;
			box-shadow: none;
	}
			
	nav.mainmenu .Padding {
		border-top:none !important;
	}
		
	nav.mainmenu li a {
		font-size:1.7rem;
		border-bottom: none;
		margin:20px 0px;
		color:#272727 !important;
		padding-left: 20px;
		text-align: center;
	}

	nav.mainmenu ul.TemplateMenu > li {
	    line-height: 65px;
	    height: 55px;
	}
		
	nav.mainmenu li:hover, nav.mainmenu li.active {
	    	background-color: transparent;
	}
	
	.page-title-wrap {
		left: 50%;
		text-align: center;
	}
	
	.page-title-wrap h1, .page-title-wrap p {
		text-align: center !important;
	}
	
	#tjanster .col-block {
		width: 100%;
	}
	
	#om-oss *, #tjanster * {
		text-align: center !important;
	}
	
	#tjanster .tjanster-icon {
		float: none;
		height: auto;
		padding-right: 0;
		padding-bottom: 0.5em;
	}
	
	#tjanster .tjanster-text {
		padding: 20px;
	}
	
}

@media only screen and (max-width: 868px) {
	
	p, h2 {
		text-align: left !important;
	}
	
	.footer p {
		text-align: center !important;
	}
	
	#miljo .btn {
		margin: 0;
		margin-top: 1em;
	}
	
	.split-text-with-spaces .block-container {
		padding: 0 !important;
	    max-width: none;
	}
	
	.split-text-with-spaces .col-block {
		float: none;
		padding-bottom: 0;
	    margin-bottom: 0;
	}
	
	.split-text-with-spaces .col-0 p, .split-text-with-spaces .col-0 h2, .split-text-with-spaces .col-1 p, .split-text-with-spaces .col-1 h2 {
		max-width: none;
	}

	.split-text-with-spaces .col-0,
	.split-text-with-spaces .col-1 {
		width:100%!important;
		margin-left:0;
		margin-right:0;
	}
	
	.split-text-with-spaces .col-0 {
		background: #798D87;
	}

	.split-text-with-spaces .col-1 {
		background:#AEBBB6;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.page-title-wrap {
		max-width: 750px;
	}

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

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

	nav.mainmenu li a {
		text-align: center;
	}
	
	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;
	}

}


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

	.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
		padding: 60px 40px;
	}
	
	h2 {
		font-size: 3.4rem;
		line-height: 40px;
		text-align: left !important;
	}
	
	p {
		text-align: left;
	}
	
	.page-title-wrap h1 {
		line-height: 61px;
		font-size: 4.5rem;
	}	
	
	#topp .col-0 {
		height: 40vh;
	}
	
	#topp .col-1 {
		padding: 50px !important;
		height: 60vh;
	}
	
	#topp p, #topp h2 {
		text-align: left;
	}
	
	#topp h1 {
    	font-size: 2.5rem;
	}

	.split-text-with-spaces .block-object {
		padding: 80px 35px;
	}
	
	#miljo .btn {
		margin: 0;
		margin-top: 1em;
	}	
}