/* SveWall AB */

@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,500,700');

@import url('lightbox2/css/lightbox.min.css');
/* ==========================================================================
Generellt 
========================================================================== */
body {
	background-position:center center;
}

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


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

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

.display-none {
	display: none;
}

.btn {
	font-family: 'Source Sans Pro', sans-serif;
	max-width: 150px;
    width: 100%;
    box-sizing: border-box;
    padding: 8px 25px;
    background-color: transparent;
   	border:2px solid #fff;
	color: #fff;
	font-size: 16px;
	box-shadow: none;
    border-radius: 8px;
    text-align: center;
    text-transform: none;
    font-weight:500;
     -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

.btn:hover {
   	background-color: #fff;
	border:2px solid #fff;
   	color: #000;
	text-decoration: none;
}

.btn-info {
    background-color: #396959;
    border: 2px solid #396858;
	color:#fff;
}



.btn-wrapper {
	text-align: center;
	margin-top: 45px;
}

.display-xs-mobile { display: none; }

.gray .section-block {
    background-color: #f5f5f5 !important;
}




/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a {
	line-height: 1.8em;
	font-size: 18px;
	color: #000;
	font-family: "Open Sans", sans-serif;
	font-weight: 300; 
	text-decoration: none;
}

p { padding: 0 0 0.8em 0; }


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

strong { letter-spacing: 1px; }

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

h1 {
	font-size: 38px;  
	padding-bottom: 25px;
	color: #111;
}

h2 {
	font-size: 35px;   
	padding-bottom: 0;
}

h3 { font-size: 25px; }

h4 { font-size: 20px; }



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

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

.bullet-list li {
	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
}

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

.number-list ol {
	counter-reset: my-awesome-counter;
}

.number-list ol li {
	font-family: "Open Sans", sans-serif;
    font-weight: 300;
    line-height: 1.6em;
    padding-bottom: 10px;
    list-style: none;
    counter-increment: my-awesome-counter;
}

.number-list ol li::before {
/* 	content: "\f101"; */
	content: counter(my-awesome-counter) ". ";
	font-family: "Open Sans", sans-serif;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    color: #ae3229;
    font-size: 20px;
    font-weight: 700;
}



/* ==========================================================================
Header / Navigation
========================================================================== */
header {
	background-color: transparent;
	box-shadow:none;
}

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

/*

header .header-logo {
    width: 140px;
	position: absolute;
	line-height: 0;
	margin-top: 1px;
}
*/

header .header-logo {
    width: 76px;
    height: 72px;
    margin-top: 1px;
        -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
    margin-left:10px;
}


header .header-logo a {
	 height: 190px;
	 background-image: url("../files/svewall-logga-text-vit.png");
	 background-size: auto 150px;
	 background-repeat: no-repeat;
	     -webkit-transition:all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    width: 600px;
}


nav.mainmenu {
	text-align: right;	
}

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

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

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


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

.page-title-wrap {
    top:70%;
    left: 30%;
    max-width: 900px;
}

.page-title-wrap img {
	margin-bottom: 20px;
	width: 600px;
	height: auto;
}

.page-title-wrap h1 {
	font-family: 'Source Sans Pro', sans-serif;	
	color:#f3ba36;
	font-size: 65px;
}

.page-title-wrap h2 {
	color:#fff;
	font-size: 45px;
}


/*
.text-color {
	color: #00d5ff;
}
*/



.page-title-wrap .btn {
	margin:10px;
	font-size: 18px;
}

#usp {
	margin-bottom: 35px;
}

.page-title-wrap .btn-accent {
	color:#fff;
	font-size: 50px;
	font-size: 20px;
	border: none;
}

.page-title-wrap .btn-accent .fas {
	color: #FC9171;
	font-size: 40px;
}


/* ==========================================================================
Startsida
========================================================================== */
 
/* About
========================================================================== */   
#about { background: rgba(0, 0, 0, 0.81); }

#about h2 { font-size: 30px; }
#about p { padding:0; }


/* Tjanster
========================================================================== */ 
.services {
	text-align: center;
	float:none;
	margin:0 auto;
	display: block;
}

.services-container {
	width: 33.3333%;
	margin:0;
	height:300px;
    float: left;
     padding: 70px 30px;
    text-align: center;
    box-sizing: border-box;
    background:#008ce1;
/*     box-shadow: 0px 10px 23px rgba(0, 0, 0, 0.3); */
}

.services-container:nth-child(1) {
    background:#39695a;
}

.services-container:nth-child(2) {
    background:#e17c41;
}

.services-container:nth-child(3) {
    background:#33a1e6;
}

/*
.services-container:nth-child(even) h4 { color: #008ce1; }
.services-container:nth-child(even) p { color: #393939; }
*/



.services  h4 {
    font-size: 32px;
    font-weight: 700;
    color:#fff;
    text-transform: none;
}

.services  h5 {
    font-size: 14px;
    font-weight: normal;
    font-family: 'Poppins', sans-serif;
    height: 40px;
}

.services p,
.services a {
	color:#fff;
}

.service-icon {
	margin-bottom: 20px;
}


.services-container .fab,
.services-container .fal,
.services-container .fas {
	font-size: 55px;
	padding: 15px 15px;
	margin-right: 10px;
	border-radius: 3px;
	background-color: transparent;
    color: #ffffff;
    display: none;
}

.services a {
	display: none;
}

.arrow {
	font-weight: bold;
	color: #ed1c24;
	font-size: 20px;
}


/* Bildgalleri
========================================================================== */  
.projects {
	text-align: center;
}

.projects .project-thumb-wrapper {
/* 	width:23%; */
	width:30%;
	margin:1% !important;
	height: 370px;
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.28);
}

.projects .project-thumb {
	display: none;
}

.projects .project-thumb h2 {
	text-align: center;
	font-family: 'Rufina', serif;
	font-size: 35px;
	margin-bottom: 3px;
}
.projects .project-thumb h3 {
	font-size: 20px;
	text-align: center;
}


/* Karta och kontaktinformation (#contact-information)
========================================================================== */
#contact-information { 
	background-color: rgba(0, 0, 0, 0.6); 
}

ul.contact-information  {
	list-style: none;
	padding:0;
	margin:0;
	overflow: hidden;
	height: 400px;
}

/*
.section-contact-info .section-block .col-0,
.section-contact-info .section-block .col-1 {
	padding: 0 !important;
}
*/



.contact-information>li {
    display: block;
    clear: both;
    position: relative;
    height: 300px;
/*     margin: 1px 0; */
    cursor: pointer;
}

.contact-information .siktmedia h3 { color:#f8820b; }
.contact-information .industri h3 { color:#88b73e; }


.contact-information .image {
    position: relative;
    float: left;
    height: auto;
    width: 100%;
    overflow: hidden;
}

.contact-information .image>img {
    min-width: 100%;
    min-height: 100%;
}

.contact-information .image:after {
    content: '';
    display: block;
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transition: background-color 1s linear;
    background: transparent;
}

.contact-information .description {
    float: left;
    position: absolute;
    right: 0;
    width: 40%;
    height: 140%;
    transition: background-color 0.2s linear;
    background: rgba(243, 186, 53, 0.8);
    padding: 60px 0px 0 60px;
    box-sizing: border-box;
}

/* Title for project */
.contact-information .description h4 {
	font-size: 30px;
	color:#2b2b2b;
}

/* Date */
.contact-information .description p,
.contact-information .description a {
	font-size: 18px;
	display: block;
	color: #333;
}

/* Contact
========================================================================== */
#contact { background: rgb(57, 104, 88); }


.section-contact .section-block h3 {
	color:#fff;
	font-size: 30px;
}

.section-contact .heading-type p,
.section-contact .heading-type a {
	text-align: center;
	font-size: 18px;
	color:#fff !important;
	line-height: 1em;
	padding-bottom: 15px;
}

.section-contact .section-block img {
    border-radius: 50%;
    width: 290px;
    margin: 0 auto;
    display: block;
    margin-bottom: 30px;
}

#contact .Contact .ContactForm input.ContactSubmit, #contact .Contact .ContactForm input.ContactSubmit:hover {
    color: #fff;
    background-color: #141414;
    box-shadow:none;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
    margin-top: 10px;
    font-size: 17px;
}

.LayoutPage #contact .Contact .ContactForm textarea.textmessage {
    height: 196px;
}

/* Vad jag lagt till här nedanför - Håkan */


/*
#contact img{
	display: inline-block;
    max-width: 100% !important;
    height: auto;
    margin-top: 43px;
    border-radius: 9px;
}
*/
/* ==========================================================================
Undersidor - galler alla undersidor 
========================================================================== */

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #131313;
}


.footer img {
	width: 200px;
	height: auto;
	margin-bottom: 25px;
}

.footer h3 {
	letter-spacing: 0;
    text-align: center;
    color: #F3BA30;
    font-size: 25px;
    font-weight: 600;
}

.footer p, .footer a { 
	color:#f3f3f3; 
	text-decoration: none; 
}

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

.footer .container .fab:hover { color: #f0b622; }


.footer .container .fas,
.footer .container .far,
.footer .container .fal {
	color:#9e9e9e;
}


.footer .container .fab {
    font-size: 25px;
    color: #cacaca;
}
 
.footer .container .social-media {
	float:none;
	text-align: center;
	width:100%;
	margin:0 auto;
}



/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1466px) {
	.page-title-wrap h1 {font-size:50px;}
	.page-title-wrap h2 {font-size:35px;}
	
}


@media only screen and (max-width: 1024px) { 
	header .header-logo a {
		padding-left: 15px;
	}
	
	.page-title-wrap { left:25%; }
	.page-title-wrap h1 {font-size:40px;}
	.page-title-wrap h2 {font-size:30px;}

}


@media only screen and (max-width: 980px) {
	.openmenu {
		background: transparent url('images/openmenu-white.png') no-repeat center center;
	    background-size: 40px 40px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
		z-index: 100;
	}

	nav.mainmenu {
	 	text-align: left;
	 	background-color: rgba(255, 255, 255, 1);
	}
	
	nav.mainmenu .Padding {
		border-top:none !important;
	}
	
	nav.mainmenu li a {
		font-size:18px;
		border-bottom: none;
		margin:30px 0px;
		color:#555 !important;
		padding-left: 40px;
	}
	
	nav.mainmenu li:hover a, nav.mainmenu li.active a {
	    color: #555 !important;
	}
	
	nav.mainmenu li:hover, nav.mainmenu li.active {
    	background-color: transparent;
	}
	
	.page-title-wrap {
		left:50%;
	}
	.page-title-wrap h1 {font-size:50px;}
	.page-title-wrap h2 {font-size:35px;}

	
}

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

	
	.LayoutPage .section-block .col-0,
	.LayoutPage .section-block .col-1,
	.LayoutPage .section-block .col-2 {
		width:100%;
	}


	
	h1, h2 {
	    font-size: 31px;
	}
	
	
	.split-text-left .col-block, .split-text-right .col-block {
	    max-height: 320px;
    }

    
    #contact .section-block .col-0 {
	    width: 100%;
	    padding:0;
	    margin-bottom: 40px;
	} 
	
	#contact .section-block .col-1 {
	    width: 100%;
	    padding:0;
	} 
	
	.projects .project-thumb-wrapper { width: 48%; height: 270px; }
	
	.top-section {
	    background-color: rgba(0, 0, 0, 0.3);
	}
	
	.page-title-wrap {
	    left: 50%;
	    top: 50%;
	}
	
	ul.contact-information {
	    height: 700px;
	}
	
	.contact-information .image { float:none; }
	
	.contact-information .description {
	    position: absolute;
	    width: 100%;
        background: rgb(243, 186, 53);
    }
}

@media only screen and (max-width: 696px) {
	
	.page-title-wrap h1 {
	    font-size: 35px;
    }
    
    .services-container { width:100%; }
    
    
}

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


	h1, h2 {
	    font-size: 28px;
    }
    
    header .header-logo a {
	    height: 60px !important;
  	    background-image: url('../files/svewall-logga-vit.png') !important;
	    background-size: auto 55px !important;
	    background-repeat: no-repeat;
	    -webkit-transition: all 0.4s ease-in-out;
	    transition: all 0.4s ease-in-out;
	    width: 300px;
	}
    
   	.page-title-wrap { top:60%; } 
   	.page-title-wrap h1 {font-size:29px;}
	.page-title-wrap h2 {font-size:20px;}
   
	.page-title-wrap .btn {
		display: block;
		margin: 15px auto;
		max-width: 100%;
		text-align: center;
	}
	
	
	.contact-information .description { height: 90%; }
	ul.contact-information {
	    height: 470px;
	}
		
	
	.footer .container .footer-left,
	.footer .container .footer-center,
	.footer .container .footer-right {
		width:100%; 
		margin-bottom: 30px;
	}
	
	.footer h5 {
		font-size: 20px;
	}
	
}


@media only screen and (max-width: 375px) {
	
	
	h1, h2 {
	    font-size: 28px;
    }
    
    
 }