/*------------------------ Resets   -------------------------*/
html, body {
    margin: 0px;
	overflow-x:hidden;
    /* transform-style: preserve-3d; */
}

ul {
    list-style-type: none;
}

textarea:focus, input:focus{
    outline: none;
}

*:focus {
    outline: none;
}

.menu_remove_scrollbar {overflow:hidden;}

/*------------------------ Fonts    -------------------------*/
/* Used for body text */
	@font-face {
	  font-family: 'Open Sans';
	  src: url("../font/open_sans/Regular/OpenSans-Regular.eot?v=1.1.0");
	  src: url("../font/open_sans/Regular/OpenSans-Regular.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../font/open_sans/Regular/OpenSans-Regular.woff?v=1.1.0") format("woff"), url("../font/open_sans/Regular/OpenSans-Regular.ttf?v=1.1.0") format("truetype"), url("../font/open_sans/Regular/OpenSans-Regular.svg?v=1.1.0#OpenSansBold") format("svg");
	  font-weight: normal;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'Open Sans';
	  src: url("../font/open_sans/Semibold/OpenSans-Semibold.eot?v=1.1.0");
	  src: url("../font/open_sans/Semibold/OpenSans-Semibold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../font/open_sans/Semibold/OpenSans-Semibold.woff?v=1.1.0") format("woff"), url("../font/open_sans/Semibold/OpenSans-Semibold.ttf?v=1.1.0") format("truetype"), url("../font/open_sans/Semibold/OpenSans-Semibold.svg?v=1.1.0#OpenSansBold") format("svg");
	  font-weight: 600;
	  font-style: normal;
	}
	@font-face {
	  font-family: 'Open Sans';
	  src: url("../font/open_sans/Bold/OpenSans-Bold.eot?v=1.1.0");
	  src: url("../font/open_sans/Bold/OpenSans-Bold.eot?#iefix&v=1.1.0") format("embedded-opentype"), url("../font/open_sans/Bold/OpenSans-Bold.woff?v=1.1.0") format("woff"), url("../font/open_sans/Bold/OpenSans-Bold.ttf?v=1.1.0") format("truetype"), url("../font/open_sans/Bold/OpenSans-Bold.svg?v=1.1.0#OpenSansBold") format("svg");
	  font-weight: bold;
	  font-style: normal;
	}

/* Used for headings */
	@font-face {
		font-family: 'libelsuit';
		src: url('../font/libelsuit-webfont.eot');
		src: url('../font/libelsuit-webfont.eot?#iefix') format('embedded-opentype'),
			 url('../font/libel.ttf') format('truetype'),
			 url('../font/libelsuit-webfont.woff') format('woff'),
			 url('../font/libelsuit-webfont.svg#libel_suitregular') format('svg');
		font-weight: normal;
		font-style: normal;
	}

.noselect {
    -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
       -khtml-user-select: none; /* Konqueror HTML */
         -moz-user-select: none; /* Firefox */
          -ms-user-select: none; /* Internet Explorer/Edge */
              user-select: none; /* Non-prefixed version, currently
                                    supported by Chrome and Opera */
}

/*------------------------ Global   -------------------------*/
body {
    width:100%;
	font-size:16px;
	font-family:'Open Sans',sans-serif, Arial, Verdana;
    color:#333333;
}
h1 {
	font-family:libelsuit,'Open Sans',sans-serif, Arial, Verdana;
    color:#1fa9b9;
	font-weight:normal;
	font-size:4em;
    line-height:1em;
    margin: 0;
	letter-spacing:1px;
}

input[type="text"]::placeholder, input[type="tel"]::placeholder {color:#dddddd;font-size:0.8em;font-weight:normal;}
input {color:#333333;}

#first_page_h1  {
	font-size:6.5em;
}

h2 {
    font-family:libelsuit;
	color:#ff9933;
	font-weight:normal;
	font-size:2.2em;
    line-height:1em;
    margin: 1.2em 0 0.2em 0;
    letter-spacing: 1px;
}

h3 {
    color: #ff9933;
    font-size: 22px;
    margin: 5px 0px 5px 0px;
    font-weight:600;
}

a, .text_to_link, .paginate {
	font-weight:600;
	text-decoration:none;
    color:#1fa9b9;
	cursor:pointer;
}

a:hover {text-decoration: underline;}
a[href^="tel:"] {color:#333333;cursor:default;}  /* no link formatting for phone */
a:hover[href^="tel:"] {text-decoration:none;}
b {font-weight:600;}  /* not too heavy when bold */

.no_whitespace {white-space: nowrap;}
.site-width {
    margin: 0 auto;
    max-width: 1000px;
    /* height: 100%; */
    position: relative;
    padding: 0 20px;
}
.site-width.small {
    max-width: 800px;
}

.hidden{
    display: none;
}

/* SHOW AND HIDE ON SIZE */
.small-hide {display:inherit;}
.small-show {display:none;}

@media (max-width:450px) {
	.small-hide {display:none;}
	.small-show {display:inherit;}
}

.stop-scrolling {
    overflow: hidden;
    position:fixed;
    width: 100%;
    height: 100%;
  }

/*------------------------ UX-items -------------------------*/
.loading-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #eee;
    background-image: url(../img/general/background_pattern_white.svg);
    background-size: 8px;
    z-index: 3;
}

#loading-icon {
    position: absolute;
    left: calc(50% - 60px);
    top: 30%;
    z-index: 4;
    transform: rotate(-90deg);
}

.process-button, .formInputSubmit {
    -webkit-appearance: none;
    border-radius: 0;
    background-color: rgb(44, 205, 134);
    align-items: inherit;
    border: 1px solid rgb(64, 205, 104);
    color: #fff;
    font-size: 27px;
    line-height: 30px;
    vertical-align: top;
    padding: 11px 30px 9px 30px;
	margin-bottom:60px;
    letter-spacing: 1px;
    border-radius: 4px;
    font-family: 'libelsuit', sans-serif;
    cursor: pointer;
    transition: 0.2s ease;
}
.process-button.process-start {
	margin-bottom:10px;
}

.process-button:hover, .formInputSubmit:hover {
    background-color: #6fec99;
    border: 1px solid rgb(88, 221, 126);
}

.process-button.not-active{
    background-color: #ddd;
    border: 1px solid #bbb;
    color: #666;
    cursor: default;
}

.blue-button {
    background-color: #1fa9b9;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 30px 10px 30px;
    cursor: pointer;
    transition: 0.1s;
    -webkit-appearance: none;
}

.blue-button:hover {
    background-color: #eee;
    color: #1fa9b9;
}


.slider-container {cursor:pointer;}
.slider-container::after {cursor:pointer;margin-left:5px;}

#slider-movingin::after {content:"Jag är nyinflyttad/ska flytta";}

#slider-movingin {
    flex-wrap: nowrap;
}

.slider {
    width: 38px;
    height: 20px;
    background-color: rgba(0,0,0,0.3);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.slider > div {
    position: absolute;
    height: 16px;
    width: 16px;
    background-color: #fff;
    border-radius: 100%;
    top: 2px;
    left: 2px;
    transition: 0.2s ease;
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.2);
}

.slider-big {
    width: 70px;
    height: 34px;
    border-radius: 22px;
    position: relative;
    cursor: pointer;
}

.slider-big > div {
    position: absolute;
    height: 30px;
	width: 30px;
}

.slider-container.active .slider{
    background-color: #ffa500;
}

.slider-container.active .slider > div {
    left: 20px;
}
.slider-container.active .slider-big > div {
    left: 38px;
}

.questionmark{
	background-image:url("../img/general/questionmark.svg");
	background-position:center;
	background-size:cover;
	display:inline-block;
	width:1.1rem;
	height:1.1rem;
    margin-bottom: -2px;
    opacity: 0.5;
	position:absolute;
	top:10px;
	right:10px;
}
.questionmark:hover{
    cursor:pointer;
    opacity: 1.0;
}

.info-row {
    width: 100%;
    display: flex;
    justify-content: center;
}

.info-box {
    position: relative;
    max-width: 600px;
    background-color: #fefefe;
    border-radius: 3px;
    padding: 40px 30px 30px 30px;
    margin: 20px 0 40px 0;
    -webkit-box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 4px 0px -1px rgba(0,0,0,0.2);
}

.container .info-box > p {
    margin: 10px 0 0 0;
    font-size: 1em;
    line-height: 1.2em;
    color: #555;
}

.info-box span.icon {
    display: flex;
    position: absolute;
    transform: translate(-50%, -100%);
    left: 50%;
    color: #fff;
    background-color: #48E;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    font-size: 40px;
    line-height: 50px;
    justify-content: center;
    font-weight: bold;
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,100,0.2);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,100,0.2);
    box-shadow: 0px 3px 0px 0px rgba(0,0,100,0.2);
}

/*------------------------ Menu bar -------------------------*/
#header-bar {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 50px;
    z-index: 8;
    /* background: #ff9030;
    background: -moz-linear-gradient(left, #ff9030 0%, #f6a95a 100%);
    background: -webkit-linear-gradient(left, #ff9030 0%,#f6a95a 100%);
    background: linear-gradient(to right, #ff9030 0%,#f6a95a 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9030', endColorstr='#f6a95a',GradientType=1 ); */
    /* -webkit-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.1); */

}

.sticky {
    /* background-color: rgba(0,0,0,0.2); */
}

#header-bar #logo_top_bar {
    /* background-color: #ff9933; */
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
    transition: 0.3s ease-out;
    position: relative;
}

#header-bar #logo_top_bar.active {
    margin-right: 250px;
}

#header-bar .site-width {
    position: relative;
}

#logo {
    height: 50px;
    padding:8px 0 5px 0;

    cursor: pointer;
    transition: 0.2s ease;
}

#header-bar.top #logo {
    height: 65px;
    padding:15px 0 12px 0;
}

#header-bar.top #logo_top_bar{
    background: rgba(255,153,51,1);
    background: -moz-linear-gradient(left, rgba(255,153,51,1) 0%, rgba(255,122,51,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(255,153,51,1)), color-stop(100%, rgba(255,122,51,1)));
    background: -webkit-linear-gradient(left, rgba(255,153,51,1) 0%, rgba(255,122,51,1) 100%);
    background: -o-linear-gradient(left, rgba(255,153,51,1) 0%, rgba(255,122,51,1) 100%);
    background: -ms-linear-gradient(left, rgba(255,153,51,1) 0%, rgba(255,122,51,1) 100%);
    background: linear-gradient(to right, rgba(255,153,51,1) 0%, rgba(255,122,51,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9933', endColorstr='#ff7a33', GradientType=1 );
}

#header-bar .menu {
    position: absolute;
    top: calc(50% - 14px);
    right: 20px;
    height: 30px;
    opacity: 1;
    z-index: 10;
    cursor: pointer;
	overflow:auto;
    transition: 0.2s ease;
}

#header-bar.sticky .menu {
	height:24px;
	top:calc(50% - 11px);
}

#header-bar .menu:hover {
    opacity: 0.7;
}


#header-bar.sticky #logo_top_bar {
    background: #00000033;
}

#header-bar.sticky #foretag {
    background-color: #1fa9b9;
}

/*------------------------ Menu -----------------------------*/
#menu {
    position: fixed;
    width: 250px;
    height: calc(100% - 20px);
    right: -250px;
    top: 0px;
    background-color: rgb(58, 69, 75);
    padding: 0 0 40px 0;
    z-index: 1001;
    -webkit-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 4px 0px 0px rgba(0,0,0,0.1);
    text-align: left;
    overflow: auto;
}

#menu.top > div:first-child {
    height: 97px;
	line-height:97px;
}

#menu > ul {
    font-family: 'Open-sans', sans-serif;
    padding-left: 0px;
    padding: 0px;
    margin: 0px;
    padding-top: 20px;
}

#menu ul.submenu {
    padding-left: 0px;
    background-color: rgb(77, 91, 99);
    transition: 0.5s ease;
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
}

#menu li.expand {
    cursor: pointer;
}

#menu ul.submenu-2 {
    padding-left: 0px;
    background-color: rgb(96, 110, 118);
    transition: 0.5s ease;
    visibility: hidden;
    max-height: 0px;
    overflow: hidden;
}

#menu ul.submenu-2.show {
    visibility: visible;
    max-height: 500px;
}

#menu ul.submenu.show {
    visibility: visible;
    max-height: 500px;
}

#menu li.expanded > img.arrow {
    transform: rotate(90deg);
}

#menu ul.submenu li {
    padding: 10px 0 10px 60px;
    color: #aaa;
}

#menu ul.submenu li:hover {
    background-color: rgb(91, 104, 111);
}

#menu div:first-child {
    font-size: 16pt;
    width: 100%;
    font-weight: 300;
    line-height: 68px;
    height: 68px;
    padding: 0 0 0 30px;
    font-family: 'Open Sans', sans-serif;
    color: #ccc;
    -webkit-box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.1);
    -moz-box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.1);
    box-shadow: 4px 4px 30px 0px rgba(0,0,0,0.1);
}

#menu > ul li {
    font-size: 12pt;
    padding: 10px 5px 10px 30px;
    cursor: pointer;
    transition: 0.2s ease;
    border-left: 10px solid rgba(0,0,0,0);
    /* border-radius: 2px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px; */
    margin-bottom: 0px;
    color: #bbb;
    font-weight: 300;
    transition: 0.2s ease;
    /* border-bottom: 1px solid rgb(70, 70, 70); */
}

#menu ul li > a {
    color: #bbb;
    font-weight: 300;
}

#menu ul a:hover {
    text-decoration: none;
}

#menu  ul li:hover {
    border-left: 10px solid #1fa9b9;
    color: #aaa;
}

#menu > ul > li:nth-child(2n+1) {

}

#menu .login {
    margin: 50px 25px 25px 25px;
    padding: 50px 0 25px 0;
    border-top: 1px solid rgba(255,255,255,0.1);
    text-align: center;
}

#dimmer, .dimmer_popup {
    position: fixed;
    display: none;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.4);
    z-index: 1000;
    transition: 0.5s;
}

#menu .legal {
    position: absolute;
    width: calc(100% - 50px);
    text-align: left;
    margin: 50px 25px 25px 25px;
    padding: 50px 0 25px 0;
    bottom: 0px;
    left: 0px;
    color: #888;
    font-size: 10pt;
    padding-bottom: 10px;
    border-top: 1px solid rgba(255,255,255,0.1);
}

#menu .arrow {
    height: 12px;
    margin: 4px 0 0 10px;
    transition: 0.2s ease;
}

#foretag {
    position: absolute;
    width: 140px;
    height: 30px;
    background-color: #1fa9b9;
    bottom: -30px;
    right: 100px;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    -webkit-box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.03);
    -moz-box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.03);
    box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.03);
}

#foretag p {
    color: #fff;
    margin: 0px;
    line-height: 30px;
    font-size: 14pt;
}

#foretag2 {
    position: absolute;
    z-index: 2;
    height: 40px;
    padding: 0 20px;
    background-color: #1fa9b9;
    bottom: 1px;
    right: 40px;
    text-align: center;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    -webkit-box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.03);
    -moz-box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.03);
    box-shadow: 2px 0px 0px 1px rgba(0,0,0,0.03);
}

#foretag2:hover {
    background-color: #2dbccc;
}

#foretag2 p {
    color: #fff;
    margin: 0px;
    line-height: 35px;
    font-size: 14pt;
}

/* Login page */
#login-link {
	position: absolute;
    top: calc(50% - 14px);
	right: 75px;
	z-index: 999;
	cursor: pointer;
	transition: 0.1s ease;
	opacity: 1;
	text-align: center;
}

#login-link > img {
	height: 30px;
}

.sticky #login-link > img {
	height:24px;
}
.sticky #login-link {
	top:calc(50% - 11px);
}

#login-link > p {
	color: #fff;
	margin: 0px;
	font-family: fgdc;
	font-size: 11pt;
	font-weight: 300;
}

#login-link:hover > a > img {
	opacity: 0.8;
}

#menu-container {
	opacity: 0;
	display: none;
	position: absolute;
	width: 220px;
	right: 90px;
	top: 80px;
	background-color: #fff;
	border-radius: 2px;
	border-top-right-radius: 0px;
	box-shadow: 2px 3px 5px rgba(0,0,0,0.2);
	padding: 20px 20px 20px 20px;
	display: flex;
	flex-direction: column;
	text-align: left;
	z-index: 999;
	font-weight: 300;
	font-size: 11pt;
	/* letter-spacing: 1px; */
}

#menu-container > h3 {
	color: #555;
    text-align: center;
    font-family: 'libelsuit', sans-serif;
	font-size: 20pt !important;
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

#menu-container > img.profile-symbol {
	background-color: rgba(0,0,0,0.05);
    width: 50px;
    height: 50px;
    padding: 20px;
    border-radius: 50%;
	margin: 0 auto;
	margin-bottom: 0.2em;
}

#menu-container > img.menu-indicator {
	position: absolute;
	height: 20px;
	top: -19px;
	right: -0.5px;
}

#menu-container > a {
	font-weight: 300;
}

#menu-container p {
	-webkit-margin-before: 0em;
    -webkit-margin-after: 0em;
    -webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
	cursor: pointer;
	color: #888;
	padding-bottom: 3px;
	font-weight: 300;
}

#menu-container > .menu-option:hover p, #menu-container > a:hover {
	/* border-bottom: 1px solid #999; */
	text-decoration: none;
	opacity: 0.8;
}

#menu-container > .menu-option {
	display: flex !important;
	flex-direction: row;
	justify-content: space-between;
	cursor: pointer;
}

#menu-container > .menu-option > img {
	height: 20px;
	opacity: 0.4;
}

#menu-container > a {
	cursor: pointer;
	color: #888;
	padding-bottom: 10px;
	font-weight: 300;
	border-bottom: 2px solid rgba(0,0,0,0.05);
}

/*------------------------ Content  -------------------------*/

.orange_content {
    position: relative;
    background-color: #ff9933;
    width: 100%;
    background-image: url(../img/general/background_pattern.svg);
    background-size: 8px;
    padding: 100px 0 60px 0;
}

.puffar {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.puff {
    border-radius: 4px;
    background-color: rgb(249, 245, 241);
    display: inline-block;
    padding: 20px;
    vertical-align: top;
    -webkit-box-shadow: 0px 32px 20px -24px rgba(199, 146, 90, 0.3);
    -moz-box-shadow: 0px 32px 20px -24px rgba(199, 146, 90, 0.3);
    box-shadow: 0px 32px 20px -24px rgba(199, 146, 90, 0.3);
    margin-right: 20px;
}

.puff:last-child {
    margin-right: 0px;
}

.puff:last-child img {

}

.puff img {
    height: 100px;
    display: block;
    margin: 0 auto;
    margin-top: -70px;
    z-index: 10;
}

.puff p {
    font-family: 'libelsuit', sans-serif;
    font-size: 16pt;
    letter-spacing: 0.3px;
    color: #666;
    text-align: center;
}

/*------------------------ Canvas Decoration ----------------*/
.orange_content-decoration {
    position: absolute;
    top: -10px;
    left: 0px;
    width: 100%;
    height: 20px;
    overflow: hidden;
    z-index: 3;
}

.orange_content-decoration > canvas {
    width: 100%;
    height: 20px;
}

/*------------------------ Firstpage specifics   -------------------------*/
#top_wrap {
	position:relative;
	height:88vh;
	min-height:700px;
	max-height:90vh;
    /* overflow:hidden; */

	/* margin-top:40px; */
	background-image:url('https://d2gmj1srb6ed2x.cloudfront.net/se/topimages/1920-90.jpg');
	background-size:cover;
	background-position:center;
}
#top_wrap.moving_page {
	height:100vh;
	min-height:500px;
	max-height:90vh;
}

#top_wrap video {
    position: absolute;
    top: 0;
    left: 0;
    background-blend-mode: overlay;
    min-width: 100%;
    min-height: 100%;
}

#top_wrap .darken {
    position: absolute;
    width: 100%;
    height: 6%;
    background: -moz-linear-gradient(top, rgba(4,18,38,0.1) 0%, rgba(4,18,38,0) 100%);
    background: -webkit-linear-gradient(top, rgba(4,18,38,0.1) 0%,rgba(4,18,38,0) 100%);
    background: linear-gradient(to bottom, rgba(4,18,38,0.1) 0%,rgba(4,18,38,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#66041226', endColorstr='#00041226',GradientType=0 );
    background-blend-mode: overlay;
    z-index: 1;
}

#top_wrap .site-width {
    height: calc(100% - 80px);
    padding-top: 80px;
}

#top_content_text {
	display:table;
    height:100%;
    width: 100%;

    left: 0;
    line-height:1.4em;
    z-index: 2;
    color: #444;
}
#top_wrap.moving_page #top_content_text { height:80vh;max-height:720px;}
.top_content_vertically_centered {
	display:table-cell;
    vertical-align:middle;
    position: relative;
    padding: 5% 0 0 0;
}
#gradient {
    height: 100%;
}
.top_content_vertically_centered > div {
    padding: 20px;
    background-color: rgba(0,0,0,0);
}
.top_content_vertically_centered p {
    width:60%;
    max-width:550px;
    margin-bottom:14px;
    font-size:1.2em;
    line-height:1.4em;
}

#process-start, #process-box-start {
    max-width: 800px;
    position: relative;
}

#process-start > div:first-child, #process-box-start > div:first-child {
    display: flex;
    flex-direction: row;
}

#process-start #inputPropertyZipCode, #process-box-start #inputPropertyZipCode, .formInputText {
    padding: 10px 0px 10px 30px;
    margin: 0 0 14px 0;
    font-size: 28px;
    font-family: 'Opens Sans', sans-serif;
    letter-spacing: 1px;
    line-height: 30px;
    border: 1px solid rgba(0,0,0,0.2);
    border-right: 0px;
    vertical-align: top;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    transition: 0.2s ease;
}
.formInputText {
	display:inline-block;
	border-radius: 4px;
	padding:10px;
	border: 1px solid rgba(0,0,0,0.2);
	max-width: calc(100% - 20px);
}
.formInputSubmit {
	display:inline-block;
}
.formInputText, .formInputSubmit {margin:10px 0 0 0;}

#process-start #postnummer-info, #process-box-start #postnummer-info {
    position: static;
    margin-top: 0px;
    margin-left: 5px;
}


.top_content_vertically_centered .borja-jamfor, #process-section .borja-jamfor {
    position: absolute;
    z-index: 5;
    bottom: -90px;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    font-size: 9pt;
    background-color: #efefef;
    max-width: 350px;
    padding: 10px 40px 10px 10px;
    -webkit-box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.1);
    -moz-box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.1);
    box-shadow: 1px 3px 0px 1px rgba(0,0,0,0.1);
}

#process-section .borja-jamfor {
    background-color: #efefef00;
}

#process-section .site-width > h2 {
    margin-bottom: 14px;
}

#process-section > div {
    width: 100%;
}

#process-section .borja-jamfor {
    position: static;
    bottom: -70px;
    padding: 0px;
    background-color: #efefef00;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}

.top_content_vertically_centered .borja-jamfor img, #process-section .borja-jamfor img {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer;
    opacity: 0.4;
}

.top_content_vertically_centered .borja-jamfor p, #process-section .borja-jamfor p {
    margin: 0px;
    font-size: 1em;
    margin-bottom: 14px;
    width: 100%;
}

.top_content_vertically_centered #borja-jamfor, #process-section #borja-jamfor {
    position: static;
    margin-top: 3px;
    margin-left: 0;
}


.top_content_vertically_centered .small-info {
    position: relative;
    display: flex;
    flex-direction: row;
}

.top_content_vertically_centered .small-info p {
    margin: 0px;
    width: 50%;
    max-width: 450px;
    margin-bottom: 14px;
    font-size: 1em;
}

.top_content_vertically_centered .small-info p > u, .borja-jamfor p > u {
    color: #1fa9b9;
    text-decoration-line: none;
}

.top_content_vertically_centered .small-info p > u:hover, .borja-jamfor p > u:hover {
    text-decoration-line: underline;
}

#process-section {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0px;
    background-color: rgb(249, 245, 241);
    -webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    -moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
}
/*Override process section styles for sections containing process-section-transparent class*/
.process-section-transparent {
    background-color: transparent!important;
    box-shadow: none!important;
    -webkit-box-shadow: none!important;
}
#process-section h2 {
    margin: 15px 0 20px 0;
}

#process-section form {
    display: flex;
    flex-direction: column;
    align-self: auto;
}

input[type=text]:focus {
    border: 1px solid rgba(0,0,0,0.1);
    border-right: 1px solid #ffffff;
}

#process-start input[type=submit], #process-box-start input[type=submit] {
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
    margin-left: 0px;
    margin-bottom: 14px;
    border: 1px solid #00000000;
    border-left: none;
}

p.process {
    margin: 0px;
    font-size: 10pt;
    color: #666;
    line-height: 20px;
    margin-left: 15px;
}

.slider.process, p.process {
    display: inline-block;
    vertical-align: top;
}

#process-start .flytt-questions {
    display: none;
    flex-direction: column;
    flex-wrap: nowrap;
    padding: 20px 0;
}

#process-start .flytt-questions input {
    max-width: 350px;
    font-size: 1.3em;
    text-align: right;
    padding: 10px 20px;
    border: 1px solid rgba(0,0,0,0.2);
    border-radius: 4px;
    margin: 0 0 10px 20px;
}
#process-start .flytt-questions input::-webkit-input-placeholder,
#process-start .flytt-questions input::-moz-placeholder,
#process-start .flytt-questions input:-ms-input-placeholder,
#process-start .flytt-questions input:-moz-placeholder {
    color: #ddd;
}


/*---------- Popups & tooltips ---------*/

.popup-click {
    height: 0px;
}

.tooltip-hover > .text, .popup-click > .text {
    display: none;
}

.popup img.close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 15px;
    cursor: pointer;
}

/*------------------------ Media specifics   -------------------------*/

@media only screen and (min-width: 1810px) {
    #header-bar > div.active {
        margin-right: 0px;
    }
}

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


    #logo {
        margin-left: 20px;
    }

	#process-start #inputPropertyZipCode{
		padding: 10px 0px 10px 0px;
	}
    #top_wrap .top_content_vertically_centered > div {
        margin-top: 0px;
        padding: 0 30px;
    }

	h1 {
        font-size:3em;
    }
	.site-width {
		padding:0;
	}
    .puffar {
        flex-direction: column;
        padding: 0 30px;
    }
    .puff {
        margin-bottom: 80px;
        margin-right: 0px;
    }
    .puff:first-child {margin-right: 0px;}
    .puff:last-child {margin-left: 0px;}

    #process-start > div:not(.borja-jamfor):not(.slider-container) {
        display: flex;
        flex-direction: column;
    }

    #process-start input[type="tel"] {
        flex-grow: 1;
        text-align: center;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        padding: 15px 0px 5px 0px;
        border-right:1px solid #00000033;
    }

    #process-start #inputPropertyZipCode {
        border-right:1px solid #00000033;
    }

    #process-start input[type=submit] {
        border-left: 1px solid rgb(64, 205, 104);
        border-top-left-radius: 4px;
        border-bottom-left-radius: 4px;
        margin-left: 0px;
    }

    #process-section form {
        width: calc(100% - 60px);
    }

    #process-start #postnummer-info {
        position: absolute;
        top: -30px;
        right: 0px;
        width: 25px;
        height: 25px;
    }

    .borja-jamfor {
        width: calc(100% - 50px);

    }

    h1#first_page_h1 {
        font-size: 5em;
    }

    .top_content_vertically_centered p {
        font-size: 1em;
        width: 100%;
    }

    .container .two-thirds, .container .one-third {
        padding: 10px;
    }


    #content .feed {
        flex-direction: column;
        margin-top: 10px;
    }

    .orange_content {
        padding-bottom: 0px;
    }

    .orange_content-decoration {
        top: -15px;
    }
    .slider-container:not(.nomobile) .slider {
        width: 50px;
        height: 30px;
        border-radius: 20px;
    }

    .slider-container:not(.nomobile) .slider > div {
        height: 26px;
        width: 26px;
    }

    .slider-container.active:not(.nomobile) .slider > div {
        left: 22px;
    }
    #slider-movingin:not(.nomobile), #slider-consumption:not(.nomobile), #slider-ecochoice:not(.nomobile) {
        text-align: left;
        font-size: 14pt;
        color: #666;
        padding-top: 10px;
    }
    #slider-consumption::after {
        content:""!important;
    }
    #slider-consumption::before {
        content:"Jag vet inte min årsförbrukning";
    }

    .top_content_vertically_centered .small-info p {
        width: 100%;
        font-size: 0.8em;
    }

}

@media only screen and (max-width: 600px) {
    #top_wrap {
        background-image:url('../img/topimages/banner-sm.jpg');
        background-size:cover;
        background-position:center center;
    }
    #gradient {
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255,255,255,0.7)),color-stop(7%, rgba(255,255,255,0.7)),to(rgba(255,255,255,0)));
        background: -o-linear-gradient(top, rgba(255,255,255,0.7),rgba(255,255,255,0.7) 7%,rgba(255,255,255,0) 100%);
        background: linear-gradient(to bottom, rgba(255,255,255,0.7),rgba(255,255,255,0.7) 10%,rgba(255,255,255,0) 100%);
    }

    h1#first_page_h1 {
        font-size: 4em;
    }

    .subpage-wrap {
        height: 290px !important;
    }

    .puffar {
        padding: 0 30px;
    }

    #top_wrap {
        height: unset;
        max-height: unset;
        min-height: unset;
        height: auto;
        padding-bottom: 70px;
    }

    #foretag2 {
        bottom: -69px;
        height: 35px;
    }

    #foretag2 p {
        font-size: 12pt;
        line-height: 30px;
    }

    #menu.top > div:first-child {
        height: 65px;
    }

    .orange_content {
        padding-top: 100px;
    }

    #header-bar #logo_top_bar.active {
        margin-right: 0px;
    }

    #top_wrap .top_content_vertically_centered > div {
        padding: 0 30px;
    }

    #header-bar.top #logo {
        height: 50px;
    }
	#header-bar .menu {
		height:24px;
		top: calc(50% - 12px);
	}
	#login-link > img {
		height:24px;
	}
	#login-link {
		top: calc(50% - 12px);
		right:65px;
	}

    #process-start input {
        width: 100%;
    }

    #process-start input[type=tel] {
        width: calc(100% - 2px);
    }

    #process-section {
        padding: 20px 0;
    }
}

@media only screen and (max-width: 350px) {
    h1#first_page_h1 {
        font-size: 3.5em;
    }

    #header-bar {
        text-align: left;
    }

    #process-start, #first_page_h1 {
        width: calc(100vw - 55px);
    }

}

@media only screen and (max-width: 300px) {
    #header-bar.top #logo {
        height: 45px;
    }
}
