/* Jurideko Fastighetspartner AB */


@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');
@import url('https://fonts.googleapis.com/css?family=Lato:300,400,700|Playfair+Display:300,400,500,600&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: 150px 40px;
}

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

.btn {
	max-width: 240px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px 30px;
   	background-color: #202020;
	border:2px solid #202020;
   	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: 14px;
    font-family: 'Lato', sans-serif;
}

.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;
}

#backToTop {
    display: inline-block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    bottom: 110px;
    right: -60px;
    z-index: 7;
    font-size: 16px;
    border: none;
    outline: none;
    background-color: rgba(0, 0, 0, 0);
    color: #a76239;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transform: rotate(-90deg);
    text-transform: uppercase;
    font-weight: 300;
    transition: background-color .3s, opacity .5s, visibility .5s;
    letter-spacing: 2px;
    font-family: 'Lato', sans-serif;
}


#backToTop.show {
  opacity: 1;
  visibility: visible;
}

#backToTop .fal {
	font-size: 25px;
	vertical-align: sub;
	margin-left: 5px;
}

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

.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;
}

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

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

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

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

h1, h2 {
    font-size: 46px;
    padding-bottom: 35px;
    letter-spacing: 2px;
    line-height: 70px;
}

h3 {
	font-size: 30px;
}

h4 {
	font-size: 25px;
}

h5 {
	font-size: 17px;
	letter-spacing: 4px;
	font-weight: 300;
	text-transform: uppercase;
	color: #616161;
	font-family: 'Lato', sans-serif;
	padding-bottom: 25px;
}

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

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

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


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

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;
	height: 65px;
}

header .container {
	max-width: 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 .mobile-menu span { background: #222; }
header.scrolled .header-logo {
	width: 187px;
    padding: 10px 10px;
}

header .header-logo {
    width: 400px;
	padding: 15px 40px;
	-webkit-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

/*
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: 20px;
    text-decoration: none;
    text-transform: uppercase;
    line-height: 23px;
}
*/

nav.mainmenu {
	text-align: right;	
}

nav.mainmenu a {
	font-family: 'Playfair Display', sans-serif;
	font-weight: 400;
	font-size: 14px;
	color: #fff;
	text-transform: none;
	padding: 0 20px;
	letter-spacing: 3px;
	text-transform: uppercase;
}

nav.mainmenu li {
	line-height: 65px !important;
    height: 65px !important;
}

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

nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #a76239 !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: #a76239;
    visibility: hidden;
    position: absolute;
    content: "";
    height: 1px;
    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 {
	display: none;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.0);
}

.EditMode #top-block {
	padding-top: 120px;
}

#top-block {
	height: 100vh;
	background-image: url('/files/jurideko-cover.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
} 

#top-block .section-block {
	background-color: rgba(0, 0, 0, 0.1);
	height: 100%;
}

#top-block .section-block .col-1 {
	display: none;
}

#top-block .section-block .col-0 {
	background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(0,0,0,0) 60%, rgba(0,0,0,0) 100%);
	width: 100%;
	max-width: 1200px;
	height: 100vh;
	padding: 0;
}

.usp-wrapper-outer {
	height: 100vh;
	display: flex;
    justify-content: center;
    margin: 0 auto;
    padding-left: 40px;
}

.usp-wrapper-inner hr {
	width: 100px;
	border: 2px solid #333;
	float: left;
	margin: 0;
	margin-right: 20px;
}

.usp-wrapper-inner {
    padding: 150px 40px;
    align-self: center;
    background-color: #fff;
    width: 100%;
}

.usp-wrapper-inner h2 {
    font-weight: 700;
    padding-bottom: 30px;
    font-size: 68px;
    margin-top: -22px;
    line-height: 90px;
}

.usp-wrapper-inner h3 {
    font-family: 'Lato', sans-serif;
    font-weight: 300;
    letter-spacing: 6px;
    color: #6c6c6c;
    text-transform: uppercase;
    font-size: 22px;
}

.usp-wrapper-inner .link-wrapper {
	padding-top: 50px;
}

.usp-wrapper-inner h2,
.usp-wrapper-inner h3,
.usp-wrapper-inner a {
	padding-left: 130px;
}

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

.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);
	text-align: left;
}

.page-title-wrap h2 {
	font-size: 50px;
	font-weight: 300;
	padding-bottom: 15px;
	text-transform: uppercase;
}


.page-title-wrap h3 {
	font-size: 40px;
	font-weight: 300;
	padding-bottom: 10px;
	text-transform: unset;
	letter-spacing: 3px;
	font-family: 'Lato', sans-serif;
}

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

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

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

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

#usp { margin-bottom: 40px;}



/* ==========================================================================
Startsida
========================================================================== */
   
/* Om oss
========================================================================== */
#om-oss .section-block-wrapper {
	max-width: 1400px;
}

#om-oss .col-0 {
	width: 45%;
}

#om-oss .col-1 {
	padding-left: 5%;
	width: 55%;
	padding-top: 15%;
}

#om-oss .col-0 {
	background-image: url('/files/omoss-img.jpg');
	background-position: 40% center;
	background-size: cover;
	background-repeat: no-repeat;
	height: 900px;
}

/* Parallax
========================================================================== */
#divider {
	background-image: url('/files/divider1.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 500px;
}



/* bruksvärdering
========================================================================== */
#bruksvardering .section-block-wrapper { 
	max-width: 1500px;
	display: flex;
    flex-wrap: wrap;
}

#bruksvardering .col-0 .col-wrapper,
#bruksvardering .col-1 .col-wrapper{
	padding: 70px 60px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-top: -250px;
	background-color: #ffff;
}

#bruksvardering .col-0 {
	padding-right: 2%;
	display: flex;
    flex-wrap: wrap;
}

#bruksvardering .col-1 {
	padding-left: 2%;
	display: flex;
    flex-wrap: wrap;
}





/* tilläggsförhandlingar
========================================================================== */
#tillaggsforhandlingar .col-1 {
	background-image: url('/files/tillaggsforhandlingar-img.jpg');
	background-position: 40% center;
	background-size: cover;
	background-repeat: no-repeat;
	
}

#tillaggsforhandlingar .col-0,
#tillaggsforhandlingar .col-1 {
	position: relative;
    max-height: 1000px;
    height: 1000px;
    overflow: hidden;
    padding: 0 !important;
}


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


#tillaggsforhandlingar h2 {
	padding-top: 40px;
}


/* Direktförhandlingar
========================================================================== */
#direktforhandlingar .section-block-wrapper {
	max-width: 1500px;
}

#direktforhandlingar .section-block {
	padding: 180px 40px !important;
}

#direktforhandlingar {
	background-image: url('/files/direktforhandlingar-img.jpg');
	background-position: 15% top;
	background-size: auto 80%;
	background-repeat: no-repeat;
	
}

/* Parallax2
========================================================================== */
#divider2 {
	background-image: url('/files/divider2.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: 500px;
}

/* Hyressättning
========================================================================== */
#hyressattning .section-block-wrapper { 
	max-width: 1500px;
	display: flex;
    flex-wrap: wrap;
}

#hyressattning .col-0 .col-wrapper,
#hyressattning .col-1 .col-wrapper{
	padding: 70px 60px;
	box-shadow: 0px 0px 18px rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
	margin-top: -250px;
	background-color: #ffff;
}

#hyressattning .col-0 {
	padding-right: 2%;
	display: flex;
    flex-wrap: wrap;
}

#hyressattning .col-1 {
	padding-left: 2%;
	display: flex;
    flex-wrap: wrap;
}

/* Kontakt
========================================================================== */
#kontakt .section-block-wrapper {
	max-width: 1100px;
}

#kontakt .col-0 {
	/* padding-bottom: 80px; */
}

/*
#kontakt .col-0 h2,
#kontakt .col-0 h5,
#kontakt .col-0 p {
	text-align: center;
}
*/

#kontakt .block-object {
	font-size:0;
}

#kontakt .cards {
	padding-top: 80px;
	text-align: center;
}

#kontakt .contact-card {
	display: inline-block;
    vertical-align: top;
	width: 31.333%;
	margin: 1%;
}

#kontakt .contact-img {
	padding-bottom: 30px;
}

#kontakt .contact-img img {
	width: 370px;
	height: auto;
	display: block;
	margin: 0 auto;
	border-radius: 50%;
}

#kontakt .contact-text * {
	text-align: center !important;
}

#kontakt .contact-text h3 {
	font-size: 30px;
	font-weight: 700;
}

#kontakt .contact-text h4 {
	font-size: 20px;
	font-weight: 300;
}

#kontakt .contact-text p {
	padding-bottom: 0;
}
/* ==========================================================================
Undersidor - gäller alla undersidor 
========================================================================== */
.SubPage .top-section {
	display: none;
}

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

.SubPage .section-block .col-2 {
	padding-leftt: 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;
}
*/



/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #252525;
	padding: 20px 15px;
}

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

.footer h5 {
	 text-align: center;
	 margin-bottom: 10px;
	 color: #fff; 
	 font-size: 20px;
	 font-weight: 600;
}

.footer p,
.footer a {
	font-size: 15px;
	text-align: center;
	line-height: 1.4em;
	color: #f6f6f6;
	text-transform: unset;
/* 	padding-bottom: 0; */
}

.footer .container .fab {
	font-size:30px; 
	padding:5px;
	margin-top: 15px;
	text-decoration: none;
}

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

/* Ny footer kod */
.footer .container {
	max-width: 1300px;
}

.footer-col {
	display:inline-block;
	vertical-align:top;
	width:30.333%!important;
	min-width:230px;
	margin:1%;
}

.footer-col img {
	width:100%!important;
	max-width: 270px;
}

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

.webbess-stamp img {
    width: 2rem;
    margin-left: 1rem;
    filter: invert();
}
/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 2000px) {
	#top-block .section-block .col-0 {
		max-width: 1000px;
	}
	
	.usp-wrapper-inner {
    	padding: 100px 60px;
    	height: auto;
    }
    
	.usp-wrapper-inner h2 {
    	font-size: 58px;
    }
    
	.usp-wrapper-inner h3 {
		font-size: 20px;
	}
	
	#tillaggsforhandlingar .col-0 {
		width: 65%;
	}
	
	#tillaggsforhandlingar .col-1 {
		width: 35%;
	}
}

@media only screen and (max-width: 1650px) {
	#direktforhandlingar {
	    background-position: left top;
	    background-size: auto 80%;
	}
}

@media only screen and (max-width: 1440px) {
	h1, h2 {
    	font-size: 40px;
    }
    
	#top-block .section-block .col-0 {
    	max-width: 800px;
	}
	.usp-wrapper-inner {
		margin-top: 100px;
		padding: 70px 40px;
		padding-bottom: 70px;
	}
	
	.usp-wrapper-inner hr {
    	width: 70px;
    }
    
    .usp-wrapper-inner h2, .usp-wrapper-inner h3, .usp-wrapper-inner a{
	    padding-left: 100px;
    }
	
	.usp-wrapper-inner h2 {
    	font-size: 43px;
    	line-height: 70px;
	}
	
	.usp-wrapper-inner h3 {
    	font-size: 16px;
	}
	
	.usp-wrapper-inner .link-wrapper {
    	padding-top: 30px;
	}
	
	#om-oss .section-block-wrapper {
    	max-width: 1200px;
	}
	
	#om-oss .col-1 {
	    padding-top: 12%;
	}
	
	#om-oss .col-0 {
		height: 770px;
	}
	
	#direktforhandlingar .col-0 {
		width: 30%;
	}
	
	#direktforhandlingar .col-1 {
		width: 70%;
		background-color: #fff;
		padding: 70px;
	}
	
	#tillaggsforhandlingar .col-0, 
	#tillaggsforhandlingar .col-1 {
    	max-height: 1200px;
    	height: 1200px;
    }
}

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

@media only screen and (max-width: 1270px) {
	#om-oss .col-0 {
		width: 80%;
		height: 450px;
	}
	
	#om-oss .col-1 {
		width: 100%;
		float: right;
		padding-left: 0;
		max-width: 730px;
	}
	
	#tillaggsforhandlingar {
		background-image: url('/files/tillaggsforhandlingar-img.jpg');
	    background-position: center center;
	    background-size: cover;
	    background-repeat: no-repeat;
	}
	
	#tillaggsforhandlingar .col-0 {
		background-color: #fff;
		width: 100%;
		padding: 70px !important;
	}
	
	#tillaggsforhandlingar .col-1 {
		display: none;
	}
	
	#tillaggsforhandlingar .section-block {
		background-color: transparent !important;
		padding: 150px 40px !important;
	}
	
	#tillaggsforhandlingar .col-block .text-part {
	    position: relative;
	    top: 0;
	    left: 0;
	    width: 100%;
	    height: auto;
	    transform: translate(-0%,-0%);
	    -ms-transform: translate(-0%,-0%);
	    -moz-transform: translate(-0%,-0%);
	    -webkit-transform: translate(-0%,-0%);
	    text-align: left;
	}
	
	#tillaggsforhandlingar .col-0, 
	#tillaggsforhandlingar .col-1 {
    	max-height: none;
    	height: auto;
	}
}

@media only screen and (max-width: 1170px) {
	#bruksvardering .col-0,
	#bruksvardering .col-1,
	#hyressattning .col-0,
	#hyressattning .col-1 {
		width: 90%;
		margin: 0 5%;
		padding: 0;
	}
	
	#bruksvardering .col-0,
	#hyressattning .col-0 {
		margin-bottom: 40px !important;
		margin-top: -250px !important;
	}
	
	#bruksvardering .col-wrapper,
	#hyressattning .col-wrapper {
		margin-top: 0 !important;
	}
	
	#hyressattning .smalltext-type,
	#bruksvardering .smalltext-type {
		max-width: none;
	}
}

@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:17px;
		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:920px) {
	#kontakt .contact-card {
		width: 98%;
		margin: 30px 1%;
	}
}

@media only screen and (max-width: 850px) {
	#top-block .section-block .col-0 {
	    background: linear-gradient(90deg, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 20%, rgba(0,0,0,0) 20%, rgba(0,0,0,0) 100%);
	}
	
	.usp-wrapper-outer {
		width: 80%;
	}
	
	.usp-wrapper-inner {
		padding: 90px 40px;
	}
	
	.usp-wrapper-inner hr {
		display: none;
	}
	
	.usp-wrapper-inner h2, 
	.usp-wrapper-inner h3, 
	.usp-wrapper-inner a {
		padding-left: 0;
		margin-top: 0;
	}
	
	#om-oss .col-0 {
	    width: 100%;
	    height: 400px;
	}
	
	#direktforhandlingar {
	    background-position: left top;
	    background-size: auto 70%;
	}
	
	#direktforhandlingar .col-1 {
		width: 100%;
	}

	.footer-col {
		display:block;
		margin: 0 auto;
	}
}

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

}


@media only screen and (max-width: 696px) {
	h1, h2 {
    	font-size: 30px;
    	line-height: 50px;
	}
	
	.usp-wrapper-inner {
		margin-top: 0px;
	}
	
	header .header-logo {
    	width: 290px;
    	padding: 15px 20px;
    }
	
	#bruksvardering .col-0,
	#bruksvardering .col-1,
	#hyressattning .col-0,
	#hyressattning .col-1 {
		width: 100%;
		margin: 0;
	}
	
	#hyressattning .col-0 .col-wrapper, 
	#hyressattning .col-1 .col-wrapper,
	#bruksvardering .col-0 .col-wrapper, 
	#bruksvardering .col-1 .col-wrapper,
	#tillaggsforhandlingar .col-0, 
	#tillaggsforhandlingar .col-1,
	#direktforhandlingar .col-1 {
		padding: 60px 30px !important;
	}
	
}

@media only screen and (max-width: 480px) {
	h5 {
    	line-height: 35px;
    }
    
    #tillaggsforhandlingar .section-block,
    #direktforhandlingar .section-block,
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 130px 20px !important;
	}
	
	.usp-wrapper-outer {
		margin: 0 4%;
    	width: 92%;
    	padding-left: 0;
	}
	
	.usp-wrapper-inner {
    	padding: 30px 30px;
    	box-sizing: border-box;
	}
	
	.usp-wrapper-inner h2 {
	    font-size: 37px;
	    line-height: 48px;
	    padding-bottom: 15px;
	}
	
	.link-wrapper {
		padding-bottom: 0;
	}
	
	.usp-wrapper-inner h3 {
	    font-size: 16px;
		line-height: 30px;
	}
	
	#top-block .section-block .col-0 {
		background: none;
	}
	
	#om-oss .col-0 {
		margin-bottom: 50px !important;
	}
	
	#tillaggsforhandlingar h2,
	#direktforhandlingar h2 {
    	padding-top: 40px;
    	font-size: 24px;
	}
	
	#tillaggsforhandlingar .col-1 {
		display: none !important;
	}

}