/* tjs bygg */

/* fonts */
@import url("https://use.typekit.net/jzf3dbv.css");
@import url('https://fonts.googleapis.com/css2?family=Karla:wght@300;400;500;600;700&family=Spectral:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* animation*/
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* ==========================================================================
Generellt 
========================================================================== */

*,
*::before,
*::after {
	box-sizing: border-box;
    background-repeat: no-repeat;
}

body, body.isMobile .body-background {
    -webkit-font-smoothing: antialiased;
    background-position: center center;
    background-size: cover;
}

html {
	font-size: 62.5%;
}

/* Layout
========================================================================== */
.container {
	max-width: 100%;
}

.LayoutPage .section-wrapper {
    background-color: #fff;
}

.LayoutPage .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .width-1200 .section-block-wrapper {
	max-width: 120rem;
}

.LayoutPage .section-block, .SubPage .LayoutPage .section-block {
    padding: 12rem 6rem;
}

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

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

/* Ingen padding till vänster */

.SubPage .split-section-nopad-left .section-block {
	padding-left: 0;
}

.SubPage .split-section-nopad-left .section-block-wrapper,
.SubPage .split-section-nopad-right .section-block-wrapper {
	max-width: none;
} 

@media only screen and (max-width: 1000px) {
	.SubPage .split-section-nopad-left .section-block {
		padding-right: 0;
	}
}

/* Ingen padding till höger */

.SubPage .split-section-nopad-right .section-block {
	padding-left: 0;
}

@media only screen and (max-width: 1000px) {
	.SubPage .split-section-nopad-right .section-block {
		padding-left: 0;
	}
} 

/* Margins */
.mr-1 {
	margin-right: 1rem;
}

/* ==========================================================================
Knappar & speciella länkar
========================================================================== */
.btn {
    max-width: 20rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.8rem 2rem !important;
    border-radius: 0;
    text-align: center;
    text-transform: none;
    font-weight:600;
	font-size: 1.5rem;
	letter-spacing: 1px;
    line-height: 1;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    color: #fff !important;
    background-color: #238ece;
    border: 2px solid #238ece;
    display: block;
	border-bottom-left-radius: 4rem;
	border-bottom-right-radius: 4rem;
	border-top-left-radius: 4rem;
}

.btn:hover {
    border: 2px solid #238ece;
    color: #238ece !important;
}

.btn-primary {
	background: #238ece;
	border: 2px solid #238ece;
	color: #fff;
}

.btn-primary-dark {
	background: #022b50;
	border: 2px solid #022b50;
	color: #fff;
}

.btn-primary-dark:hover {
	background: transparent;
	color: #022b50;
	border: 2px solid #022b50;
}

.btn-primary:hover {
	color: #238ece !important;
	border: 2px solid #238ece;
	/* padding: 1.6rem 2rem; */
	background: transparent;
}

.btn-secondary {
	background: #7dcd0a;
	border: 2px solid #7dcd0a;
	color: #fff;
}

.btn-secondary:hover {
	color: #7dcd0a !important;
	border: 2px solid #7dcd0a;
	/* padding: 1.6rem 2rem; */
	background: transparent;
}
    
@media only screen and (max-width: 480px) {
    .btn {
        display: block;
        width: 100%;
		max-width: none;
    }
}
	
/* Länk med pil */

.arrow-link::after {
	content: ' \f178';
	opacity: 1;
	transition: all .3s ease;
	font-family: 'Font Awesome 5 Pro';
	margin-left: 3px; 
	font-weight: 400;
}

.arrow-link:hover::after {
	content: ' \f178';
	opacity: 1;
	margin-left: 10px;
}

/* knapp med cirkel */

.btn-wrapper {
	margin-top: 2rem;
}

/* ==========================================================================
Text och typsnitt
========================================================================== */
.heading-type h1, .heading-type h2, .heading-type h3, p, a, ul, li {
	text-align: left;
}

p {
    color: #333;
    font-family: 'Karla', sans-serif;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.65rem;
    line-height: 1.7;
    letter-spacing: normal;
    text-transform: none;
}

a, .link-text {
	color: #238ece;
    font-family: 'Karla', sans-serif;
    font-weight: 700;
    font-style: normal;
    text-decoration: none;
    font-size: 1.6rem;
    line-height: 1.7;
    display: block;
    letter-spacing: normal;
    text-transform: none;
}

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

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

.ingress {
    font-family: 'Karla', sans-serif;
    font-weight: 300;
    font-style: italic;
    font-size: 2rem;
    line-height: 2;
}

.decoration {
	font-weight: 900;
    background: linear-gradient(
180deg
,rgba(255,255,255,0) 87%, #238ece 0%);
}

.text-label {
    text-transform: none;
    line-height: 1.3;
    letter-spacing: normal;
    font-size: 1.8rem;
    text-align: left;
    padding-bottom: 1.5rem;
    text-shadow: none;
	font-family: 'Karla', sans-serif;
    font-weight: 600;
    font-style: normal;
}

.ingress-title {
    text-align: left;
    font-weight: 800;
    text-align: left;
    max-width: 100rem;
    font-size: 6rem;
    font-weight: 600;
    line-height: 1.1;
}

.small-title {
	text-transform: none;
    font-size: 3.9rem;
	line-height: 1.3;
	letter-spacing: normal;
	color: #23262E;
}

.highlight {
    background: linear-gradient(180deg,rgba(255,255,255,0) 70%, #e1edff 70%);
}

.ingress-title {
    font-size: 4.8rem;
    font-weight: 300;
    line-height: 1.5;
}

.small-title, h4, h5, h6 {
    font-family: 'Karla', sans-serif;
}

h1, h2, h3 {
	color: #23262E;
	/* font-family: 'Karla', sans-serif; */
	font-family: 'Spectral', serif;
}

h1 {
    font-style: normal;
    font-weight: 600;
    font-style: normal;
    font-size: 4.5rem;
    letter-spacing: normal;
    line-height: 1.2;
}

h2 {
    font-style: normal;
    padding-bottom: 3rem;
    text-transform: none;
    letter-spacing: normal;
    text-align: left;
    font-weight: 400;
    font-size: 6rem;
    line-height: 1.4;
}

h3, .section-title {
    font-style: normal;
    padding-bottom: 2rem;
    text-align: left;
    font-weight: 400;
    font-size: 5rem;
    line-height: 1.1;
    text-transform: none;
    letter-spacing: normal;
}

.section-title.sans-title {
	font-family: 'Karla', sans-serif;
	font-size: 5rem;
	font-weight: 400;
	max-width: 70rem;
	line-height: 1.3;
}

h4 {
    font-size: 2.8rem;
    text-transform: none;
    line-height: 1.4;
    letter-spacing: 0;
    font-weight: 400;
    padding-bottom: 1rem;
}

.smalltext-type {
	max-width: none;
}

.normaltext-type {
	max-width: none;
    margin: 0 auto;
    text-align: center;
}

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

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

@media only screen and (max-width: 800px) {
	h3, .section-title {
		font-size: 3.5rem;
	}
}

@media only screen and (max-width: 580px) {
	h3, .section-title {
		font-size: 3.1rem;
	}
}

/* ==========================================================================
Färger
========================================================================== */


.bg-primary, .bg-primary .section-block {
	background-color: #238ece;
}

.bg-secondary, .bg-secondary .section-block {
	background-color: #975293;
}

.bg-primary *, .bg-secondary * {
	color: #fff;
}

.bg-light, .bg-light .section-block {
	background-color: #f1f8fd;
}

.light-grey {
	color: #909090;
}

.orange {
	color: #238ece;
}

.primary-color {
	color: #238ece;
}

.secondary-color {
	color: #014e92;
}

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

header {
    -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;
    margin-top: 0;
    background-color: #022b50;
}

header .container {
	padding: 0 1rem;
}

header .header-logo {
	background-color: #014e92;
    padding: 1.2rem;
    border-bottom-right-radius: 2rem;
    width: 12rem;
    position: absolute;
    line-height: 0;
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
}

nav.mainmenu {
	text-align: left;	
}

nav.mainmenu ul {
    text-align: left;
	position: absolute;
	left: 15rem;
}

nav.mainmenu ul.TemplateMenu > li {
	line-height: normal;
	height: auto;
}

nav.mainmenu a {
    font-family: 'Karla', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    color: #fff;
    text-transform: none;
    padding: 0 1.2rem;
    letter-spacing: normal;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    height: 7.2rem;
    line-height: 7.2rem;
}

header nav.mainmenu a {
	display: inline-block;
}

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

nav.mainmenu li:hover a, 
nav.mainmenu li.active a,
header.scrolled nav.mainmenu .fab  {
	color: #238ece;
}  

/* Dropdown */
nav.mainmenu ul > li > ul {
    /* position: relative; */
    width: auto;
    left: 0;
    background-color:#022b50;
    margin: unset;
    margin-top: 0;
}

nav.mainmenu ul > li > ul > li:hover > a {
    color: #2eadad !important;
}

nav.mainmenu ul > li > ul::after {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: "";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #022b50;
	border-width: 13px;
	margin-left: -13px;
}

nav.mainmenu ul > li > ul > li > a {
    padding: 0 1rem;
    line-height: unset;
    font-size: 1.3rem !important;
    color: #fff !important;
    text-transform: unset !important;
    letter-spacing: normal;
    font-weight: 600;
	line-height: 2;
	height: 2rem;
}

nav.mainmenu ul > li > ul > li:hover,
nav.mainmenu ul > li > ul > li.active {
    background-image: none;
    background-color: transparent;
    cursor: pointer;
}
@media only screen and (min-width: 1201px) {
    .hamburger {
        display: none;
    }
    
    .expandable:after {
	    font-family: 'Font Awesome 5 Pro';
	    font-weight: 700;
	    content: '\f0d7';
	    margin-left: 7px;
	    text-decoration: none;
	    display: inline-block;
	    font-size: .8em;
	    vertical-align: middle;
	}
}

@media only screen and (max-width: 1200px) {
	.cta-menu {
		position: relative;
		right: 6.5rem;
		height: 7.2rem;
		line-height: 7.2rem;
	}

	nav.mainmenu ul > li > ul > li:hover > a {
		background-color: transparent;
	}

	nav.mainmenu ul > li > ul > li > a {
		font-size: 1.4rem;
	}
	
	.cta-menu .btn {
		font-size: 1.2rem;
		padding: 1rem;
		width: 2rem;
	}

	.cta-menu .btn-primary {
		width: 12rem;
		padding: 1rem;
	}

	.dropdown-arrow-open {
		display: none;
	}

	nav.mainmenu ul > li > ul::after {
		display: none;
	}

	nav.mainmenu ul {
		left: 0;
	}

	header .job-item {
    	right: 7rem;
	}

	nav.mainmenu ul > li > ul > li.active {
		background-color: transparent !important;
	}
    
    /* Navigation */
	nav.mainmenu {
		text-align: left;
		display: none;
		position: fixed;
		height: 100%;
		right: 0;
		width: 60%;
		left: auto;
		background-color: #FFF;
		z-index: 15;
		top: 0;
		box-shadow: none;
		overflow-y: scroll;
	}
	
	nav.mainmenu .Padding {
		margin: 8rem 0 !important;
	}
	
	nav.mainmenu li {
		text-align: left;
		display: block;
	}
	
	nav.mainmenu li a {
		margin: unset;
		padding: unset;
		padding-left: 3rem;
		font-size: 1.6rem;
		line-height: 3.7;
		height: 5rem;
	}
	
	#overlay {
	    position: fixed;
	    top: 0;
	    right: 0;
	    width: 100%;
	    height: 100%;
	    background-color: rgba(0, 0 , 0, 0.75);
	    z-index: 7;
	}
	
	/* Hamburger */
	.hamburger {
	    position: absolute;
	    z-index: 99;
	    left: auto;
	    right: 1rem;
	    top: .7rem;
	}
	
	.hamburger-inner, 
	.hamburger-inner::after, 
	.hamburger-inner::before {
		color: #fff;
		background-color: #fff;
	}

	.hamburger.is-clicked .hamburger-inner, 
	.hamburger.is-clicked .hamburger-inner::after, 
	.hamburger.is-clicked .hamburger-inner::before {
		color: #182700;
		background-color: #182700;
	}
	
	/* Dropdown */
	nav.mainmenu ul > li > ul {
	    background-color: #fff !important;
	    width: auto !important;
	    border: none;
	}
	
	nav.mainmenu ul > li > ul {
		display: contents !important;
	}
	
	nav.mainmenu ul > li > ul > li a {
		color: #333 !important;
	}
	
	nav.mainmenu ul > li > ul > li > a {
		width: auto;
		padding: 0 0 0 6rem;
		font-size: 1.3rem;
		font-weight: 500;
	}
	
	nav.mainmenu ul > li.expandable-li:hover > a {
		padding-bottom: 0;
	}

	nav.mainmenu ul > li > ul > li > a {
		padding-left: 4rem;
	}
	 
	nav.mainmenu ul.TemplateMenu > li,
	.scrolled nav.mainmenu ul.TemplateMenu > li {
	    line-height: unset;
	    height: unset;
	}
}

@media only screen and (max-width: 980px) {
	.cta-menu {
		position: relative;
		right: 2rem;
		/* height: 6rem; */
		/* line-height: 6rem; */
	}
	
	.cta-menu .btn {
		font-size: 1.2rem;
		padding: 1rem 2rem;
		position: relative;
		right: 3rem;
	}
}

@media only screen and (max-width: 768px) {
	header .container {
		padding-left: 1rem;
	}

	header .header-logo {
		width: 12rem;
		padding-top: 2rem;
	}
}

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

	nav.mainmenu {
		width: 95%;
	}

	header .container {
		padding-left: .5rem;
	}

	.cta-menu .btn-primary {
		width: 10rem;
		padding: 1rem;
	}

	.cta-menu .btn-social {
		display: none;
	}
}

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

	.cta-menu .btn-primary {
		padding: 1rem .5rem;
	}

	.cta-menu {
		right: 1.5rem;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
    display: flex;
    align-items: flex-end;
    min-height: 90vh;
	height: auto;
	background-color: rgb(2 43 80 / 50%);
}

.page-title-wrap {
    z-index: 2;
    position: static;
    transform: unset;
    max-width: none;
    padding: 0 0 10rem 8rem;
}

.page-title-wrap * {
	color: #fff;
	text-shadow: none;
	text-align: left;
}

.page-title-wrap h1 {
    font-size: 6.5rem;
    font-weight: 400;
    line-height: 1.1;
    padding-bottom: 1rem;
	max-width: 60rem;
	text-align: left;
}

.page-title-wrap p {
	font-size: 2.2rem;
	max-width: 65rem;
	text-align: left;
}

.top-section .btn-wrapper {
	display: flex;
}

.top-section .btn {
	display: flex;
	align-items: center;
	text-align: center;
}

.top-section .btn-primary:hover {
	background-color: #022b50;
	color: #fff !important;
	border-color: #022b50;
}

.top-section .btn-primary-dark:hover {
	background-color: #238ece;
	color: #fff !important;
	border-color: #238ece;
}

.dropbtn {
	font-size: 1.5rem;
	letter-spacing: normal;
	font-weight: 500;
	max-width: 20rem;
    width: 25rem;
    box-sizing: border-box;
    padding: 1.4rem 1.8rem;
    background-color: #022b50;
    color: #fff;
    border: 1px solid #022b50;
    text-align: center !important;
    text-transform: none;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    transition: 0.4s;
    border-radius: 0;
    -webkit-font-smoothing: antialiased;
    margin-top: 1em !important;
    text-decoration: none;
}

.dropbtn:hover {
	cursor: pointer;
	color: #fff;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 25rem;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

.dropdown-content a {
    color: #fff;
    padding: 1.4rem;
	font-weight: 500;
    text-decoration: none;
    display: block;
    font-size: 1.4rem;
    background-color: #218fce;
}

.dropdown-content a:hover { cursor: pointer; background-color: #022b50;}

.dropdown:hover .dropdown-content {
  display: block;
}

@media only screen and (min-width:1580px) {
    .page-title-wrap {
        max-width: 160rem;
	}
}

@media only screen and (max-width: 1100px) {
	.page-title-wrap h1 {
		font-size: 8.5rem;
	}
}

@media only screen and (max-width: 800px) {
	.top-section {
		align-items: center;
		min-height: 80vh;
	}

	.page-title-wrap {
		padding-top: 15rem;
		padding-left: 5rem;
	}

	.page-title-wrap h1 {
		font-size: 6.5rem;
	}
}

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

	.page-title-wrap {
		padding: 6rem 3rem 3rem 3rem;
	}

	.page-title-wrap h1 {
		font-size: 4.5rem;
	}

	.page-title-wrap p {
		font-size: 2rem;
	}
}

@media only screen and (max-width: 480px) {
	.top-section .btn-wrapper {
		display: block;
	}

    .top-section .btn {
        display: block;
        width: 100%;
		max-width: none;
		margin: 2rem 0 0 0;
	}
}

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

	.top-section {
		min-height: 90vh;
	}

	.page-title-wrap {
		padding: 5rem 2rem 2rem 2rem;
	}

	.page-title-wrap h1 {
		font-size: 3.8rem;
	}

	.page-title-wrap p {
		font-size: 1.7rem;
	}
}

/* Service-buttons
========================================================================== */

.service-button-section .section-block {
	padding: 10rem 2rem 10rem;
}

.service-button-wrapper {
	z-index: 1;
	position: relative;
	margin-top:2rem;
    display: flex;
    flex-wrap: wrap;
}

.service-button-item {
	width: 32%;
}

.service-button-link {
	margin-top: 1rem;
    margin-right: 1rem;
    padding: 2rem;
    display: flex;
    align-items: center;
    flex-direction: column;
	text-decoration: none;
	background: linear-gradient(to bottom, #fff 0%, #f7f7f7 100%);
    /* background-color: #f7f7f7; */
    border-radius: 1rem;
	border: 0.2rem solid transparent;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.service-button-link:hover {
	border: 0.2rem solid #f7f7f7;
	background-color: #fff;
	transition: .2s ease;
	box-shadow: 0rem 0.2rem 1rem rgba(1,1,1,0.05);
}

.service-button-link:hover {
	text-decoration: none;
}

.service-button-icon {
	color: #179bd7;
	font-size: 4rem;
	margin-bottom: 1rem;
    display: inline-block;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.topsection .service-button-title {
	color: #014e92;
    display: inline-block;
    padding: 0;
    line-height: 1;
	font-weight: 600;
    font-size: 1.5rem;
    text-align: center;
    line-height: 1.4;
    padding-top: .5rem;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}
.service-button-link:hover .service-button-title {
	color: #014e92;
}

.service-button-link:hover .service-button-icon {
	color: #014e92;
}

/* ==========================================================================
Background slidshow
========================================================================== */
#crossfade {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100vh;
	z-index: -10;
}

#crossfade div {
	width: 100%;
	height: 100vh;
	position: absolute;
	top: 0px;
	left: 0px;
	color: transparent;
	z-index: -3;
	background-repeat: no-repeat;
	background-position: center bottom 27%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-ms-background-size: cover;
	background-size: cover;
}

#crossfade div.active { z-index: -1; }

#crossfade #crossfade-1 {
	background-position: center bottom 15%;
}

#crossfade #crossfade-2 {
	background-position: center bottom;
}

#crossfade #crossfade-3 {
	background-position: center center;
}

/* ==========================================================================
Split Wrapper
========================================================================== */
.split-section .normaltext-type {
	max-width: none;
}

.split-wrapper {
    display: flex;
    flex-wrap: wrap;
	position: relative;
}

.split-wrapper.reverse {
	flex-direction: row-reverse;
}

.split-content {
    width: 50%;
    padding: 7rem;
	text-align: left;
	align-self: center;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
}

.split-image img {
    position: absolute;
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    max-width: unset !important;
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: auto;
        left: auto;
        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

@media screen and (max-width: 1100px) {
	.split-content {
	    width: 50%;
		text-align: left;
		padding: 5rem;
	}
}

@media screen and (max-width: 1000px) {
	
	.split-wrapper.reverse {
		flex-direction: row;
	}
	
	.split-content {
		width: 100%;
	}
	
	.split-image {
		width: 100%;
		padding: 0;
	}
}

@media only screen and (max-width: 580px) {
	.split-content {
		padding: 3rem 2rem;
	}
}

/* ==========================================================================
Startsida
========================================================================== */
.drop-in-top .topp-box {
	position: absolute;
    right: 2rem;
    margin-top: -7rem;
}

.drop-in-top .topp-wrap {
	background-color: #238ece;
    text-align: center;
    padding: 3rem;
    max-width: 110rem;
}

.topp-wrap * {
	color: #fff;
	text-align: left;
}

.drop-in-top p {
	text-align: left;
	font-size: 1.6rem;
	max-width: 50rem;
	padding-bottom: 0;
}

.drop-in-top a:hover {
	color:#fff;
}

@media only screen and (max-width: 600px) {
	.drop-in-top .topp-box {
		position: relative;
		right: auto;
	}
}

.parallax {
    max-width: 100% !important;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: scroll;
    height: 55rem;
	background-image: url(/assets/images/tjs-blommor-tradgard-1600px.jpg);
}

@media only screen and (max-width: 980px) {
	.parallax {
		height: 45rem;
	}
}

/* Företag - Bygg & fastighet
========================================================================== */
.bygg-fastighet .section-block {
	padding-left: 0;
	padding-bottom: 0;
}

.bygg-fastighet .section-block-wrapper {
	max-width: none;
}

@media only screen and (max-width: 1000px) {
	.bygg-fastighet .section-block {
		padding-right: 0;
		padding-left: 0;
	}
}

/* Företag - Tomré
========================================================================== */
.tomre .section-block {
	padding: 5rem;
}

.tomre .section-block-wrapper {
	background-image: linear-gradient(rgb(1 78 146 / 94%), rgb(1 78 146 / 94%)), url(/assets/images/tomre/soderkoping-garvaren-storgatan.jpeg);
	max-width: 100% !important;
	background-position: center top;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	height: auto;
	padding: 10rem 7rem;
}

.tomre * {
	color: #fff;
}

.tomre p {
	max-width: 65rem;
}

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

	.tomre .section-block {
		padding: 2rem;
	}

	.tomre .section-block-wrapper {
		padding: 3rem;
	}
}

/* Om oss
========================================================================== */

.about .split-image {
	max-height: 78rem;
	margin-top: -25rem;
}

.about .split-content {
	padding-top: 3rem;
}

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

.services {
    overflow: hidden;
}

.services * {
	text-align: left;
}

.services .section-title {
	padding-bottom: .5rem;
	max-width: 70rem;
}

.services .services-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	padding-top: 4rem;
}

.services .services-wrap {
    width: 29%;
    margin: 2%;
    transition: 0.2s ease-in-out;
}

.services-text {
	padding: 4rem;
	background-color: #014e92;
	border-bottom-right-radius: 4rem;
	-webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.services-text:hover {
	cursor: pointer;
	background-color: #053b6b;
}

.services-text * {
	color: #fff;
}

.services-text .small-title {
	padding-top: 0;
	padding-bottom: 1rem;
	font-size: 2.5rem;
}

.services-icon {
	width: 100%;
}

.services-icon img {
	object-fit: cover;
}

.services .services-text {
    width: 100%;
    box-sizing: border-box;
    order: 0;
}

.services .services-text * {
    text-align: left;
}

.services a {
	color: #7dcd0a;
}

.services-text p {
	font-size: 1.45rem;
}

@media only screen and (max-width: 980px) {
	.services .services-wrap {
		width: 100%;
	}
	
	.services .services-text {
		padding-left: 0;
	}
}

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

    .services .services-text {
        padding-right: 0;
    }
}

/* ==========================================================================
Undersidor > Generellt
========================================================================== */

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

.SubPage .intro-section .section-block {
	padding-top: 15rem;
}

@media only screen and (max-width: 800px) {
	.SubPage .intro-section .section-block {
		padding-top: 18rem;
	}
}

/* Header img
========================================================================== */
.SubPage .header-img {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
	background-attachment: fixed;
}

.SubPage .header-img .section-block {
	min-height: 54vh;
    position: relative;
}

.SubPage .header-img .text-label {
	color: #fff;
}

.SubPage .header-img .section-title {
	padding-bottom: 0;
}

/* Intro section med bild + ÃƒÂ¶verlappande textruta
========================================================================== */
.SubPage .cta-section .section-block {
    padding-top: 0 ;
}

.EditMode .cta-section .section-block {
    padding-top: 30rem;
}

.intro-image-wrapper {
    height: 45rem;
    position: relative;
    overflow: hidden;
}

.intro-image-wrapper img {
    object-fit: cover;
    object-position: 50% 50%;
}

.intro-section-cta * {
    color: #fff;
}

.intro-section-cta {
    background-color: #014e92;
    padding: 7rem;
    max-width: 110rem;
    width: 100%;
    position: relative;
    margin-top: -7rem !important;
    margin: 0 auto;
}

.intro-section-cta p {
    max-width: 95rem;
    margin: 0 auto;
}

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

    .SubPage .cta-section .section-block {
        padding: 0 0 7rem 0;
    }

    .intro-image-wrapper {
        padding-top: 6rem;
        height: 50vh;
    }

	.intro-section-cta {
        width: 90%;
    }
    
    .intro-image-wrapper img {
        object-fit: cover;
		height: 100% !important;
    }
}

@media only screen and (max-width: 680px) {
	.intro-section-cta {
		padding: 3rem 2rem;
	}
}

@media screen and (max-width: 480px) {
	.intro-section-cta .btn {
		padding: 1.6rem;
		text-align: center;
	}
}

/* Hero section, split image and text
========================================================================== */
.LayoutPage .hero-split .section-block-wrapper {
	max-width: none;
}

.EditMode .LayoutPage .hero-split .section-block-wrapper {
	max-width: 120rem;
}

.LayoutPage .hero-split .section-block {
	padding: 8rem 3rem; 
}

.LayoutPage .hero-split .normaltext-type {
	max-width: none;
	text-align:left;
}

.LayoutPage .hero-split .split-text {
	max-width: 60rem;
}

/* ==========================================================================
Undersida > Bygg > Tjänster
========================================================================== */
/* Intro
========================================================================== */
.sub-services .intro-section .section-block {
	padding-bottom: 0;
}

/* Tjänstesplits
========================================================================== */
.sub-services .services-section.klotter .section-block,
.sub-services .services-section.fastighetsservice .section-block {
	padding-right: 0;
}

.sub-services .services-section.klotter .section-block-wrapper,
.sub-services .services-section.gravning .section-block-wrapper,
.sub-services .services-section.fastighetsservice .section-block-wrapper {
	max-width: none;
}

.sub-services .services-section .section-block {
	padding-bottom: 0;
}

.sub-services .services-section.maleri .section-block {
	padding-bottom: 10rem;
}

.sub-services .services-section.gravning .section-block {
	padding-left: 0;
}

.sub-services .services-section .section-title::before {
    border-bottom: 1px solid #014e92;
    content: "";
    display: inline-block;
    height: .1em;
    position: relative;
    vertical-align: middle;
    width: 4rem;
    margin-bottom: .15em;
    margin-left: 2rem;
}

.sub-services .services-section .section-title {
	font-size: 4rem;
	font-weight: 400;
}

@media only screen and (max-width: 1000px) {
	.sub-services .services-section .section-block {
		padding-top: 4rem;
	}

	.sub-services .tradgard .section-block,
	.sub-services .byggnads .section-block,
	.sub-services .stadning .section-block,
	.sub-services .maleri .section-block {
		padding-right: 0;
		padding-left: 0;
	}
}

/* ==========================================================================
Undersidor för galleri
========================================================================== */

.product-gallery .project-thumb-wrapper {
	width: 23%;
	margin: 1%;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.15);
	height: 310px;
}

.product-gallery .project-thumb-wrapper .project-thumb {
	background: transparent;
	padding: 110px 20px;
}

.product-gallery .project-thumb-wrapper:hover .project-thumb {
    background-color: rgba(0, 0, 0, 0.29);
}

.product-gallery .project-thumb p {
    font-size: 40px;
    text-align: center;
}


.g-startsida .project-thumb-wrapper:nth-child(1) { 
	width: 48%; 
}

.g-startsida .project-thumb-wrapper:nth-child(5) { 
	width: 48%; 
}


.g-startsida .project-thumb-wrapper:nth-child(7),
.g-startsida .project-thumb-wrapper:nth-child(8),
.g-startsida .project-thumb-wrapper:nth-child(9) { 
	width: 31.33333%; 
}

.LayoutPage .gallery .section-block-wrapper {
	max-width: 150rem;
}

.LayoutPage .gallery .section-block {
	padding: 6rem 2rem;
}

.references-wrapper {
	display:flex;
	flex-wrap:wrap;
}

.reference-item {
    position: relative;
    display: inline-block;
    width: 23%;
    margin: 1%;
    line-height: 1;
    min-height: 22rem;
    padding: 0;
    box-sizing: border-box;
	overflow: hidden;
	box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.1);
	border-radius: .6rem;
}

.reference-item .references-overlay {
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;	
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    cursor: -webkit-zoom-in;
    cursor: zoom-in;
    z-index: 2;
    background: rgba(0, 0, 0, 0.17);
}

.reference-item:hover .references-overlay {
    background: rgba(255, 0, 0, 0.58);
}

.reference-item .reference-text {
    position: absolute;
    bottom: 0;
    top: auto;
    z-index: 1;
    color: #fff;
    padding: 2rem;
    width: 100%;
}

.reference-item .reference-text * {
	color: #fff;
	font-size: 1.6rem;
}

.reference-item .reference-text h3 {
	font-size: 2.6rem;
	padding-bottom: 0.5rem;
	font-weight: 800;
}

.reference-item img {
    object-fit: cover;
    object-position:center center;
}

@supports (object-fit: cover) {
	
	.reference-item img {
	    position: absolute;
	    top: 50%;
	    left: 50%;
	    transform: translate(-50%,-50%);
	    min-width: 100%;
	    min-height: 100%;
	    width: 100%;
	    height: 100% !important;
	}
}

@media only screen and (max-width: 980px) {
	
	.reference-item {
		width: 23%;
		min-height: 15rem;
	}
}

@media only screen and (max-width: 686px) {
	
	.reference-item .reference-text h3 {
		font-size: 2rem;
	}
	
	.gallery .section-block {
		padding: 8rem 1rem;
	}
	
	.reference-item {
		width: 48%;
		margin-bottom: 1.5rem;
	}
}

/* FILTER FUNCTION */
.reference-item {
	display: none; /* Hidden by default */
}

#filter-btn-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.btn-filter {
	cursor: pointer;
	border: none;
	color:#333;
	margin: .5rem;
	padding: 1rem;
    max-width: 20rem;
    width: auto;
    box-sizing: border-box;
    padding: 1.6rem 2rem;
    border-radius: 0;
    text-align: center;
    text-transform: none;
    font-weight: 500;
    font-size: 1.3rem;
    letter-spacing: normal;
    line-height: 1em;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: inline-block;
    color: #238ece !important;
    display: block;
    border: 2px solid #238ece;
    background: transparent;
    font-family: quatro, sans-serif;
}

.btn-filter:first-child {
	border: 2px solid #238ece;
}

.btn-filter:hover {
	background: #238ece;
	color: #fff !important;
	border: 2px solid #238ece;
}

#filter-btn-container .btn-filter.btn-active {
	background-color: #238ece !important;
	border: 2px solid #238ece !important;
	color: #fff !important;
}

/* The "show" class is added to the filtered elements */
.show { display: inline-block; }

.filter-items-container {
	overflow: hidden;
	margin-top: 2rem;
}

@media only screen and (max-width: 696px) {
	#filter-btn-container .btn {
	    width: 48%;
	    margin: 1%;
	    font-size: 1.4rem;
	    padding: 1.4rem 2rem;
	    text-transform: none;
	    letter-spacing: 0;
	}
	
	#filter-btn-container {
		padding-bottom: 3rem;
	}
    
}

/* ==========================================================================
Undersidor > Kontakt
========================================================================== */
.LayoutPage .support-hero .section-block {
	background: linear-gradient(to right, #f3fcfd 50%, #fff 45%);
}

.LayoutPage .support-hero .split-content {
	padding: 10rem;
}

/* Ikoner i vänstra splitten */
.support-hero .split-content.split-content:nth-child(1) .contact-split-content-icons {
	margin-top: 1.5rem;
}

.support-hero .split-content:nth-child(1) .contact-split-content-icons .fad {
	font-size: 3rem;
	margin: 0 2rem 0 0;
}

.support-hero .split-content:nth-child(1) .contact-split-content-icons .fad::before {
	color: #238ece;
}

.support-hero .split-content:nth-child(1) .contact-split-content-icons .fad::after {
	color: #0187ff;
}
/**/

.support-hero .split-content:nth-child(2) {
	background: #fff;
    box-shadow: 0 2rem 3rem rgb(0 0 0 / 7%);
    z-index: 3;
    margin-left: -7rem;
}

.contacts-wrapper {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.contacts-item {
	padding: 0;
	width: 100%;
	margin: 1%;
}

.contacts-item .name {
	font-size: 2.7rem;
	line-height: 1;
	padding-bottom: 1rem;
}

.contacts-item:first-child {
	margin-bottom: 2rem;
}

.contacts-item i {
	width: 2rem;
}

.contacts-item .contacts-image {
	margin-bottom: 2rem;
}

.contacts-item .contacts-image img {
	object-fit: contain;
    max-height: 21rem;
}

.contacts-item a {
	font-size: 1.45rem;
	line-height: 2;
}

.contacts-item p {
	font-size: 1.45rem;
}

.contacts-text {
	padding: 2rem;
}

.support-wrapper {
    display: flex;
    flex-wrap: wrap;
}

.support-wrap {
    width: 100%;
    margin: 0 0 3rem 0;
    text-align: center;
    transition: 0.2s ease-in-out;
    display: flex;
}

.support-icon {
	order: 0;
    height: 13rem;
    width: 13rem;
    padding: 2rem;
    box-sizing: border-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.03);
	border-radius: 50%;
	background: transparent;
	border: .4rem solid  #5f85b4;
	color: #5f85b4;
	-moz-transform: scale(0.7);
	-webkit-transform: scale(0.7);
	transform: scale(0.7);
    -moz-transition: 0.2s ease-in-out;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
	margin-bottom: 2rem;
	font-size: 0;
}

.support-wrap:hover .support-icon {
	-moz-transform: scale(0.75);
	-webkit-transform: scale(0.75);
	transform: scale(0.75);
	box-shadow: 0px 2px 30px rgba(0, 0, 0, 0.05);
}

.support-icon::before {
	font-family: 'Font Awesome 5 Brands', 'Font Awesome 5 Pro';
	font-weight: 900;
	font-size: 5rem;
	position: relative;
	top: 1px;
}

.support-icon.user-headset:before {
	content: '\f82d';
}

.support-icon.extended-support:before {
	content: '\f4fd';
}


.support-text {
    padding-left: 2rem;
    width: 60%;
    box-sizing: border-box;
    order: 0;
    padding-right: 2rem;
}

.support-text * {
    text-align: left;
    /* color:#fff; */
}

.support-text .support-title {
	text-transform: none;
	letter-spacing: 0;
	font-size: 2.5rem;
	color:#343535;
}

@media only screen and (max-width: 980px) {
	.support-wrap {
		width: 100%;
	}
	
	.support-text {
		padding-left: 0;
	}

	.LayoutPage .support-hero .section-block {
		padding-top: 15rem;
	}

	.LayoutPage .support-hero .split-content {
		padding: 3rem;
	}

	.support-hero .contacts-items-wrapper .contacts-item,
	.support-hero .contacts-items-wrapper.bygg .contacts-item {
		width: 100% !important;
	}

	.contacts-text {
		padding: 0;
	}
}

/* ==========================================================================
Undersidor > Bygg & Fastighet > Kontakt
========================================================================== */

.sub-bygg-contact .split-content:nth-child(1) {
    align-self: flex-start;
	padding: 13rem 13rem 13rem 10rem;
}

.sub-bygg-contact .support-hero .split-content:nth-child(2) {
	padding: 6rem;
}

.support-hero .contacts-items-wrapper.bygg {
	display: flex;
	flex-wrap: wrap;
}

.support-hero .contacts-items-wrapper.bygg .contacts-item {
    width: 46%;
    margin: 2% 2% 6% 2%;
}

@media only screen and (max-width: 980px) {
	.sub-bygg-contact .split-content:nth-child(1) {
		padding: 4rem;
	}

	.support-hero .split-content:nth-child(2) {
		margin-left: auto;
	}

	.sub-bygg-contact .support-hero .split-content:nth-child(2) {
		padding: 3rem;
	}
}

/* ==========================================================================
Undersidor > Tomre > Söderköping
========================================================================== */
.sub-soderkoping .header-img {
	background-image: url(/assets/images/tomre/slider-tomre.jpg);
	background-position: center bottom;
	background-attachment: scroll;
}

.sub-soderkoping .header-img .section-block {
	background-color: transparent;
}

.sub-soderkoping .intro-section .section-block {
	padding-top: 12rem;
	padding-bottom: 4rem;
}

.sub-soderkoping .real-estate-section .section-block {
	padding-top: 0;
}

.category-wrapper {
	display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	overflow: visible;
}

.category-card {
	position: relative;
	display: flex;
	border-radius: 0.5rem;
	overflow: hidden;
	width: 48%;
	margin: 1%;
	min-height: 35rem;
}

.category-card img {
    transition: all .4s ease-in-out;
    object-fit: cover;
    width: 100% !important;
    height: 100% !important;
}

.category-card:hover img {
	transform: scale(1.02);
}

.category-text {
	padding: 2rem;
	background-color: #014E92;
	z-index: 2;
	position: absolute;
	left: 2rem;
	bottom: 2rem;
	max-width: 75%;
	border-radius: 0.5rem;
}

.category-text .text-label {
	padding-bottom: 0;
	color: #fff;
}

.category-desctiption {
	line-height: 1.5;
	padding-bottom: 0;
	font-size: 1.5rem;
}

/* ==========================================================================
Undersidor > Tomre > Specifik fastighet
========================================================================== */
.fastighet .header-img {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    background-attachment: fixed;
    /* min-height: 80vh; */
    height: auto;
}

.fastighet .header-img .section-block {
    min-height: 80vh;
	height: auto;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
	background-color: rgba(0, 0, 0, 0.30);
	padding: 5rem;
}

.fastighet .header-img .section-block-wrapper {
	margin: 0;
}

.fastighet .project-title-wrapper {
	padding-left: 8rem;
}

.fastighet .project-title-wrapper h1 {
    text-align: left;
    font-size: 5.8rem;
    color: #fff;
    padding: 1rem 0 0 0;
}

.fastighet .project-title-wrapper h3 {
	text-align: left;
	text-transform: uppercase;
	font-size: 2rem;
	color:#fff;
	border-bottom: 6px solid #1eb39a;
	margin-bottom: .5rem;
}

.fastighet .project-title-wrapper .btn {
    /* margin: 5px; */
    font-size: 1.4rem;
    padding: 0;
    background: transparent;
    color: #fff;
    border: none;
    text-align: left;
    width: auto;
    margin-right: 25px;
    /* padding-right: 35px; */
    border-right: 1px solid white;
	border-radius: 0;
	display: inline-block;
}

.fastighet .project-title-wrapper .btn:last-child {
	border: none;
	padding-right: 0;
	margin-right: 0;
	padding: 0;
}

.fastighet .project-title-wrapper .btn:hover {
	color: #1eb39a;
}

.fastighet .project-title-wrapper .btn-wrapper {
	text-align: left;
	margin-top: 10px;
}

.fastighet h2 {
	font-size: 2.8rem;
	text-align: left;
}

.fastighet h3 {
	font-size: 2rem;
	text-align: left;
	color: #1eb39a;
	margin-top: 2rem;
}

.fastighet .projektfakta .section-block {
	padding: 5rem 2rem;
}

.fastighet .projektfakta h2 {
	color: #1eb39a;
}

.fastighet .projektfakta p {
	border-bottom: 1px solid rgba(0, 0, 0, 0.12);
	margin-bottom: 20px;
}

.fastighet .projektfakta p:last-child {
	border: none;
	margin: 0;
	padding: 0;
}

.fastighet .projektfakta strong {
	float:right;
	text-align: left;
}

.fastighet .projektbilder .project-thumb-wrapper {
	width: 31%;
	margin: 1%;
	height: 250px;
}

.product-gallery .project-thumb-wrapper .project-thumb {
    cursor: zoom-in;
}


@media only screen and (max-width: 1440px) {
	.fastighet .project-title-wrapper {
		padding-left: 3rem;
	}
}

@media only screen and (max-width: 1200px) {
	.fastighet .project-title-wrapper {
		padding-left: 0rem;
	}

	.fastighet .header-img .section-block {
		min-height: 70vh;
	}

	.fastighet .project-title-wrapper h1 {
		font-size: 4.5rem;
	}

	.fastighet .projektfakta .split-content {
		padding-top: 0;
		padding-bottom: 0;
	}
}

@media only screen and (max-width: 768px) {
	.fastighet .project-title-wrapper h1 {
		font-size: 3.7rem;
	}
}

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

	.fastighet .project-title-wrapper h1 {
		font-size: 3.3rem;
	}
}

/* ==========================================================================
Undersidor > Tomre > Söderköping > Garvaren
========================================================================== */
.sub-garvaren .header-img {
	background-image: url(/assets/images/tomre/soderkoping-garvaren-storgatan.jpeg);
}

/* ==========================================================================
Undersidor > Tomre > Söderköping > Kung Johan
========================================================================== */
.sub-kungjohan .header-img {
	background-image: url(/assets/images/tomre/soderkoping-kung-johan-storgatan.jpeg);
}

/* ==========================================================================
Undersidor > Tomre > Söderköping > Väktaren
========================================================================== */
.sub-vaktaren .header-img {
	background-image: url(/assets/images/tomre/soderkoping-vaktaren-storgatan.jpeg);
}

/* ==========================================================================
Undersidor > Tomre > Söderköping > Brage
========================================================================== */
.sub-brage .header-img {
	background-image: url(/assets/images/tomre/soderkoping-brage-alviksgatan.jpeg);
}

/* ==========================================================================
Undersidor > Tomre > Söderköping > Brage
========================================================================== */
.sub-brage .header-img {
	background-image: url(/assets/images/tomre/soderkoping-brage-alviksgatan.jpeg);
}

/* ==========================================================================
Undersidor > Tomre > Norrköping > St Johannes
========================================================================== */
.sub-johannes .header-img {
	background-image: url(/assets/images/tomre/norrkoping-karstorp-2.jpg);
}

/* ==========================================================================
Undersidor > Tomre > Norrköping > Uthyrning garage
========================================================================== */
.sub-garage .header-img {
	background-image: url(/assets/images/tomre/norrkoping-uthyrning-garage.jpg);
}

/* ==========================================================================
Undersidor > Intresseanmälan
========================================================================== */
.SubPage .contact-form {
    background-image: url(https://media.gettyimages.com/photos/norrkoping-city-and-its-reflection-on-a-river-picture-id90093459?s=2048x2048);
    max-width: 100% !important;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    height: auto;
}

.contact-form .section-block {
	height: 100%;
    width: 100%;
	background-color: rgb(1 51 97 / 90%);
}

.contact-form .section-block-wrapper {
	max-width: 85rem;
}

.SubPage .contact-form .interest-title * {
	color: #fff;
}

.SubPage .contact-form .interest-title {
	border-bottom: 1px solid #fff;
	padding-bottom: 2rem;
	margin-bottom: 2rem;
}

.SubPage .contact-form .interest-title p {
	max-width: 80rem;
}

.contact-form h2 {
    color: #fff;
}

.contact-form .Contact .ContactForm div {
    width: 100%;
    margin: 3px 0;
}
   
.LayoutPage .Contact .ContactForm input.text,
.LayoutPage .Contact .ContactForm textarea {
    background-color: transparent;
    border: 1px solid #fff !important;
    padding: 25px 17px;
    border-radius: 0px;
    font-weight: 400;
    color: #fff;
    font-size: 15px;
    letter-spacing: normal;
    width: 100%;
    border: 1px solid #fff !important;
    text-align: left;
}

.LayoutPage .Contact .ContactForm div.ContactFormMessage {
	position: relative;
	padding-top: 2rem;
}

.LayoutPage .Contact .ContactForm textarea {
    padding: 1.5rem;
    height: 12rem;
    min-height: 12rem;
}

.LayoutPage .Contact .ContactForm div.submit-button-container {
	width: 100%;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit {
	text-align: center !important;
    background: transparent;
    border: 2px solid #fff;
    color: #fff;
    padding: 1.5rem 3rem;
    width: 100% !important;
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: .2rem;
    font-style: normal;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    border-radius: 4rem;
    margin-left: 0;
    height: 3rem;
    margin-top: 1rem;
    -moz-transition: 0.3s ease-in-out;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    display: block !important;
    border-radius: 0;
}

.LayoutPage .Contact .ContactForm input.ContactSubmit:hover {
	background-color: transparent;
	color: #fff;
	border-color: #fff;
}

.LayoutPage .Contact {
	max-width: 95rem;
	margin: 0 auto;
}

/* Radio buttons */

#radiobuttons {
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.3rem;
}

#radiobuttons input {
    margin-left: 2rem;
    height: auto !important;
}

/* dÃ¶ljer fÃ¤ltet och namnet som ska ersÃ¤ttas */
.sub-intresse .LayoutPage .Contact .ContactFormField input.field-3,
.sub-intresse .Contact .ContactFormField:nth-child(8),
.sub-intresse .Contact .ContactFormField:nth-child(9) {
	display: none !important;
}
/**/

.LayoutPage .Contact .ContactForm {
    display: flex;
    flex-wrap: wrap;
}

.LayoutPage .Contact .ContactForm div {
    width: 49%;
    margin: 1% 1% 1% 0;
    text-align: left;
}

.LayoutPage .Contact .ContactForm .ContactFormMessage {
	width: 100%;
}

.LayoutPage .Contact .ContactForm div:nth-child(8),
.LayoutPage .Contact .ContactForm div:nth-child(10) {
    width: 99%;
    margin: 0;
}

.contact-form ::placeholder {
	color: #fff;
    font-weight: 400;
    font-style: normal;
    text-decoration: none;
    font-size: 1.3rem;
    letter-spacing: 1px;
}

.Contact .ContactForm div.ContactFormMessage p, .Contact .ContactForm .ContactFormEmail p, .Contact .ContactForm .ContactFormField p, .Contact .ContactForm .ContactFormName p {
    margin-top: 2rem;
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
    text-transform: uppercase;
    text-align: left;
    padding-bottom: .7rem;
    text-transform: none;
    letter-spacing: normal;
    font-size: 1.5rem;
}

.contact-form .form-part .ContactSentMessage {
    border: 0 !important;
    box-sizing: border-box;
    max-width: 90%;
    border-radius: 5rem;
    background-image: none;
    background-size: 60px 60px;
    background-position: 20px 10px;
    padding: 3rem;
    margin: 0 auto;
    margin-bottom: 0;
    background: transparent;
}

.contact-form .form-part .ContactSentMessage p {
    text-align: center;
	font-family: 'Karla', sans-serif;
    max-width: none;
    margin: 0 auto;
    font-size: 2.2rem;
    font-weight: 500 !important;
    padding-bottom: 0;
    text-decoration: none;
    font-weight: 800;
    font-style: normal;
    color: #fff;
    font-size: 1.9rem;
    line-height: 1.8;
    text-transform: none;
    letter-spacing: normal;
}

.LayoutPage .Contact .ContactForm #subject {
	width: 100%;
	margin-top: 2rem;
}

.contact-form .section-block .form-part select {
	font-family: 'Karla', sans-serif;
    width: 100% !important;
    display: block;
    box-sizing: border-box;
    height: 5.2rem;
    margin: 0;
    background-color: transparent;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-font-smoothing: antialiased;
    color: #fff;
    line-height: 1.8;
    font-weight: 600;
    letter-spacing: normal;
    text-transform: none;
    font-size: 1.5rem;
	text-align: left;
	appearance: none !important;
	-webkit-appearance: none !important;
	padding: 0 1rem;
	border: 1px solid #fff !important;
}

.contact-form-talents .Contact .ContactFormField input.field-2 {
	display: none;
}

.contact-form .form-part .ContactSentMessage p:nth-child(2) {
	display: none;
}

@media only screen and (max-width:768px) {
	.LayoutPage .Contact .ContactForm div.ContactFormName, .LayoutPage .Contact .ContactForm div.ContactFormEmail, .LayoutPage .Contact .ContactForm div.ContactFormField {
		width: 100%;
		padding: 0;
	}
}

/* ==========================================================================
Footer
========================================================================== */
.footer {
	background-color: #022b50;
	padding: 0;
	color: #fff;
	position: relative;
}

.footer .container {
    padding: 7rem 5rem 0;
    max-width: 160rem;
}

.footer p, 
.footer a {
	text-align: left;
	font-size: 1.45rem;
    color: inherit;
    text-transform: none;
	font-weight: inherit;
	font-family: 'Karla', sans-serif;
    letter-spacing: normal;
}

.footer-container {
    display: flex;
    flex-direction: column;
    padding: 2rem 0 0;
    position: relative;
}

.footer a {
    padding-top: 0;
}

.footer-logo {
	position: absolute;
    width: 15rem;
    margin: 0;
    display: none;
    text-align: left;
    top: -14rem;
    left: -1rem;
}

/* FOOTER MENU */

.footer-nav {
    width: 100%;
    margin-bottom: 10rem;
    padding-left: 5rem;
}

.footer-menu-wrapper {
    display: flex;
    list-style-type: none;
    padding-inline-start: 0;
    margin: 0;
}

.footer-menu {
    text-align: left;
    width: 30%;
}

.footer-menu:nth-child(1) img {
	width: auto;
	max-height: 13rem;
}

.footer-heading {
	font-size: 1.6rem;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: .1em;
	color: #FFF;
}

/* FOOTER SUBMENU */
.footer-submenu {
    padding-inline-start: 0;
    list-style-type: none;
}

.footer-submenu li {
	text-align: left;
}

.footer-menu-link {
	font-size: 1.6rem;
	line-height: 2em !important;
}

.footer-menu-link:hover {
	color: #fff;
	text-decoration: underline;
}

/* Footer Bottom */
.footer-bottom {
	border-top: 1px solid rgba(255, 255, 255, 0.47);
	margin: 0 auto;
	width: 100%;
	padding: 2rem 2rem 2rem 5rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-bottom p {
	font-size: 1.2rem;
}

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

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

@media only screen and (max-width: 1024px) {
	
	.footer-container {
	    flex-wrap: wrap;
	}
	    
    .footer-menu-wrapper {
	    flex-wrap: wrap;
	}
	
}

@media only screen and (max-width: 800px) {
	
	.footer .container {
		padding: 4rem 2rem;
	}

	.footer-nav {
		margin-bottom: 3rem;
		padding-left: 1rem;
	}
    	
	.footer-menu {
	    width: 100%;
	    margin-bottom: 3rem;
	}

	.footer-bottom {
		padding-left: 0;
	}

}

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

	.footer-nav {
		padding-left: 0rem;
	}
}