/*
Theme Name: Hagabacke
Theme URI: https://wonderfour.se
Author: WONDERFOUR W4 Webbyrå Stockholm
Author URI: https://wonderfour.se/
*/

@font-face {
  font-family: "Poppins-SemiBold";
  src: url("fonts/Poppins-SemiBold.eot"); /* IE9 Compat Modes */
  src: url("fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Poppins-SemiBold.otf") format("opentype"), /* Open Type Font */
    url("fonts/Poppins-SemiBold.svg") format("svg"), /* Legacy iOS */
    url("fonts/Poppins-SemiBold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Poppins-SemiBold.woff") format("woff"), /* Modern Browsers */
    url("fonts/Poppins-SemiBold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Bold";
  src: url("fonts/Poppins-Bold.eot"); /* IE9 Compat Modes */
  src: url("fonts/Poppins-Bold.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Poppins-Bold.otf") format("opentype"), /* Open Type Font */
    url("fonts/Poppins-Bold.svg") format("svg"), /* Legacy iOS */
    url("fonts/Poppins-Bold.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Poppins-Bold.woff") format("woff"), /* Modern Browsers */
    url("fonts/Poppins-Bold.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Medium";
  src: url("fonts/Poppins-Medium.eot"); /* IE9 Compat Modes */
  src: url("fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Poppins-Medium.otf") format("opentype"), /* Open Type Font */
    url("fonts/Poppins-Medium.svg") format("svg"), /* Legacy iOS */
    url("fonts/Poppins-Medium.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Poppins-Medium.woff") format("woff"), /* Modern Browsers */
    url("fonts/Poppins-Medium.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins-Regular";
  src: url("fonts/Poppins-Regular.eot"); /* IE9 Compat Modes */
  src: url("fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), /* IE6-IE8 */
    url("fonts/Poppins-Regular.otf") format("opentype"), /* Open Type Font */
    url("fonts/Poppins-Regular.svg") format("svg"), /* Legacy iOS */
    url("fonts/Poppins-Regular.ttf") format("truetype"), /* Safari, Android, iOS */
    url("fonts/Poppins-Regular.woff") format("woff"), /* Modern Browsers */
    url("fonts/Poppins-Regular.woff2") format("woff2"); /* Modern Browsers */
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

/**
 * Table of Contents:
 * -----------------------------------------------------------------------------
 */

/**
 * 1.0 Reset
 *
 * Resetting and rebuilding styles have been helped along thanks to the fine
 * work of Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
 * along with Nicolas Gallagher and Jonathan Neal
 * http://necolas.github.com/normalize.css/ and Blueprint
 * http://www.blueprintcss.org/
 *
 * -----------------------------------------------------------------------------
 */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

audio,
canvas {
	display: inline-block;
	max-width: 100%;
}

html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body,
button,
input,
textarea {
	border:none;
	color: #191919;
	font-size: 18px;
	letter-spacing: 0.05em;
	line-height: 1.5;
	-webkit-appearance: none;
	border-radius: 0;
}
input[type="radio"]{
    -webkit-appearance: radio;
}

body {
	background-color: white;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	font-family: 'Poppins-Regular', sans-serif;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;

	-webkit-font-feature-settings: 'lnum';
	-moz-font-feature-settings: 'lnum';
	-ms-font-feature-settings: 'lnum';
	padding-top: 0px;
}

a {
	color: #191919;
	text-decoration: none;
}

a:focus {
	outline: none;
}

a:hover,
a:active {
	outline: 0;
}

a:active,
a:hover {

}

.posrel {
    position: relative;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	margin: 36px 0 12px;
}

h1 {
	font-size: 26px;
	line-height: 1.3846153846;
}

h2 {
	font-size: 24px;
	line-height: 1;
}

h3 {
	font-size: 22px;
	line-height: 1.0909090909;
}

h4 {
	font-size: 20px;
	line-height: 1.2;
}

h5 {
	font-size: 18px;
	line-height: 1.3333333333;
}

h6 {
	font-size: 16px;
	line-height: 1.5;
}

address {
	font-style: italic;
	margin-bottom: 24px;
}

abbr[title] {
	border-bottom: 1px dotted #2b2b2b;
	cursor: help;
}

b,
strong {
	font-family: 'Poppins-SemiBold', sans-serif;
}

cite,
dfn,
em,
i {
	font-style: italic;
}

mark,
ins {
	text-decoration: none;
}

p {
	margin-bottom: 24px;
}

code,
kbd,
tt,
var,
samp,
pre {
	font-family: monospace, serif;
	font-size: 15px;
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	line-height: 1.6;
}

pre {
	border: 1px solid rgba(0, 0, 0, 0.1);
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	margin-bottom: 24px;
	max-width: 100%;
	overflow: auto;
	padding: 12px;
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word;
}

blockquote,
q {
	-webkit-hyphens: none;
	-moz-hyphens:    none;
	-ms-hyphens:     none;
	hyphens:         none;
	quotes: none;
}

small {
	font-size: smaller;
}

big {
	font-size: 125%;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

dl {
	margin-bottom: 24px;
}

dt {

}

dd {
	margin-bottom: 24px;
}

ul,
ol {
	list-style: none;
	margin: 0 0 24px 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin: 0 0 0 20px;
}

img {
	-ms-interpolation-mode: bicubic;
	border: 0;
	vertical-align: middle;
}

figure {
	margin: 0;
}

fieldset {
	border: 1px solid rgba(0, 0, 0, 0.1);
	margin: 0 0 24px;
	padding: 11px 12px 0;
}

legend {
	white-space: normal;
}

button,
input,
select,
textarea {
	-webkit-box-sizing: border-box;
	-moz-box-sizing:    border-box;
	box-sizing:         border-box;
	font-size: 100%;
	margin: 0;
	max-width: 100%;
	vertical-align: baseline;
}

button,
input {
	line-height: normal;
}


.paddingtop {
	padding-top: 150px;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
input[disabled] {
	cursor: default;
}

input[type="radio"] {
	padding: 0;
}

input[type="checkbox"]{
	-webkit-appearance: checkbox;
}

input[type="search"] {
	-webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	vertical-align: top;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin-bottom: 24px;
	width: 100%;
}

caption,
th,
td {
	text-align: left;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

del {
	color: #767676;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 23px;
}

::selection {
	background: #191919;
	color: #fff;
	text-shadow: none;
}

::-moz-selection {
	background: #191919;
	color: #fff;
	text-shadow: none;
}

/**
*TRANSITIONS
*/
.bgtransition{
	-webkit-transition : background 150ms ease-out;
  	-moz-transition : background 150ms ease-out;
  	-o-transition : background 150ms ease-out;
  	transition : background 150ms ease-out;
}
.widthtransition{
	-webkit-transition : width 250ms ease-out;
  	-moz-transition : width 250ms ease-out;
  	-o-transition : width 250ms ease-out;
  	transition : width 250ms ease-out;
}
.heighttransition{
	-webkit-transition : height 250ms ease-out;
  	-moz-transition : height 250ms ease-out;
  	-o-transition : height 250ms ease-out;
  	transition : height 250ms ease-out;
}
.bgcolortransition{
	-webkit-transition : background-color 250ms ease-out;
  	-moz-transition : background-color 250ms ease-out;
  	-o-transition : background-color 250ms ease-out;
  	transition : background-color 250ms ease-out;
}
.colortransition{
	-webkit-transition : color 250ms ease-out;
  	-moz-transition : color 250ms ease-out;
  	-o-transition : color 250ms ease-out;
  	transition : color 250ms ease-out;
}
.bordercolortransition{
	-webkit-transition : border-color 250ms ease-out;
  	-moz-transition : border-color 250ms ease-out;
  	-o-transition : border-color 250ms ease-out;
  	transition : border-color 250ms ease-out;
}

.opacitytransition{
	-webkit-transition : opacity 250ms ease-out;
  	-moz-transition : opacity 250ms ease-out;
  	-o-transition : opacity 250ms ease-out;
  	transition : opacity 250ms ease-out;
}
.toptransition{
	-webkit-transition : top 250ms ease-out;
  	-moz-transition : top 250ms ease-out;
  	-o-transition : top 250ms ease-out;
  	transition : top 250ms ease-out;
}



.uppercase{
	text-transform: uppercase;
}

.positionrelative{
	position: relative;
}
.positionabsolute{
	position: absolute;
}
.inlineblock{
	display: inline-block;
}


.desktoptext{
	display: none;
}
.mobiletext{
	display: inline;
}



/**
 * 2.0 Repeatable Patterns
 * -----------------------------------------------------------------------------
 */

input,
textarea {
	background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0));
	text-align: left;
	border-style: none;
	color: #191919;
	padding: 10px 18px 10px;
	padding-left: 18px;
	padding-right: 18px;
	font-size: 14px;
	line-height: 20px;
	letter-spacing: -0.025em;
	border: solid 2px #dadada;
	text-transform: left;
	background: none;
	font-weight: normal;
	background-color: white;
}

textarea {
	width: 100%;
	line-height: 16px;
}

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

button,
.button,
.entry-content .button,
.wpcf7-submit,
input[type="submit"],
input[type="button"],
input[type="reset"]{
	border:none;
	cursor: pointer;
	background-color: #e5c1bd;
	color: #1d5c58;
	font-size: 18px;
	line-height: 18px;
	letter-spacing: -0.01em;
	padding: 18px 65px 18px;
	vertical-align: bottom;
	display: inline-block;
  	border-color: #191919;
  	position: relative;
	font-weight: normal;
    font-family: 'Poppins-SemiBold', sans-serif;
}
button:hover,
.button:hover,
.entry-content .button:hover,
.wpcf7-submit:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover{
	color: #191919;
	background-color: white;
	border-color: white;
}

button:active,
.button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	background-color: #191919;
}


::-webkit-input-placeholder {
	color: #191919;
}

::-moz-placeholder {
	color: #191919;
	opacity: 1;
}

:-ms-input-placeholder {
	color: #191919;
}

.comment-content img,
.entry-content img,
.entry-summary img,
#site-header img,
.widget img,
.wp-caption {
	max-width: 100%;
	height: auto;
}


.comment-content img[height],
.entry-content img,
.entry-summary img,
img[class*="align"],
img[class*="wp-image-"],
img[class*="attachment-"],
#site-header img {
	height: auto;
}

img.size-full,
img.size-large,
.wp-post-image,
.post-thumbnail img {
	height: auto;
	max-width: 100%;
}

embed,
iframe,
object {
	margin-bottom: 0px;
	max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
	margin-bottom: 0;
}

.swiper-lazy,
.b-lazy {
	opacity: 0;
	transform:scale(0.985);
	-webkit-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	-moz-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	-o-transition : opacity 350ms ease-out, transform 350ms ease-out;
  	transition : opacity 350ms ease-out, transform 350ms ease-out;
}

.swiper-lazy.swiper-lazy-loaded,
.b-lazy.b-loaded {
	opacity: 1;
	transform:scale(1.0);
}


.alignleft {
	float: left;
}

.alignright {
	float: right;
}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}


.wp-smiley {
	border: 0;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto;
	color: #21759b;
	display: block;
	font-size: 14px;
	height: auto;
	line-height: normal;
	padding: 15px 23px 14px;
	position: absolute;
	left: 5px;
	top: 5px;
	text-decoration: none;
	text-transform: none;
	width: auto;
	z-index: 100000;
}

.hide {
	display: none;
}

.footer-sidebar:before,
.footer-sidebar:after,
.hentry:before,
.hentry:after,
.gallery:before,
.gallery:after,
.slider-direction-nav:before,
.slider-direction-nav:after,
.contributor-info:before,
.contributor-info:after,
.search-box:before,
.search-box:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: "";
	display: table;
}

.footer-sidebar:after,
.hentry:after,
.gallery:after,
.slider-direction-nav:after,
.contributor-info:after,
.search-box:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}
.bypostauthor > article .fn:before,
.comment-edit-link:before,
.comment-reply-link:before,
.comment-reply-login:before,
.comment-reply-title small a:before,
.contributor-posts-link:before,
.menu-toggle:before,
.search-toggle:before,
.slider-direction-nav a:before,
.widget_twentyfourteen_ephemera .widget-title:before {
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font: normal 16px/1 Genericons;
	text-decoration: inherit;
	vertical-align: text-bottom;
}


.site-content span + .entry-date:before,
.full-size-link:before,
.parent-post-link:before,
span + .byline:before,
span + .comments-link:before,
span + .edit-link:before,
.widget_twentyfourteen_ephemera .entry-title:after {
	content: "\0020\007c\0020";
}

/**
 * The modules
 *
 */

/**
HEADER
**/
#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: block;
	z-index: 101;
	text-align: center;
	-webkit-backface-visibility: hidden;
	-webkit-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-moz-transition : top 250ms ease-out, background-color 150ms ease-out;
  	-o-transition : top 250ms ease-out, background-color 150ms ease-out;
  	transition : top 250ms ease-out, background-color 150ms ease-out;
}

body.admin-bar #header{
	top: 32px;
}

#header .gridholder.superwide{
	width: inherit;
	display: block;
}

#header .mainmenu_cont{
	display: none;
	float: right;
}

#header .language-chooser{
	display: none;
	float: right;
}
#header .hamburgercontent .language-chooser{
	float: none;
	margin-right: 0;
	margin-top: 0;
	margin-bottom: 30px;
	display: inline-block;
}


#header .qtranxs_widget_end{
	display: none;
}


#header .language-chooser, #header .superwide .menu{
	margin: 0;
	margin-top: 45px;
	margin-right: 45px;
}
#header .language-chooser{
	list-style: none;
	padding: 0;
	text-transform: uppercase;
	margin-right: 60px;
}


#header .language-chooser li, #header .superwide .menu li{
	display: inline-block;
	float: left;
	color: white;
	font-size: 18px;
	line-height: 30px;
	font-family: 'Poppins-SemiBold', sans-serif;
	letter-spacing: 0.025em;
	margin-left: 15px;
	margin-right: 15px;
}
#header .language-chooser li{
	margin-left: 5px;
	margin-right: 5px;
}
#header .language-chooser li:last-child{
	margin-right: 0px;
}

#header .language-chooser li a, #header .superwide .menu li a{
	color: #e5c1bd;
	border-bottom: solid 2px transparent;
	padding-bottom: 10px;
}
#header .language-chooser li a:hover, #header .superwide .menu li a:hover{
	border-bottom-color: #e5c1bd;
}
#header .language-chooser li.active a{
	border-color: white;
}


#header .hamburgercontent .language-chooser li{
	color: #191919;
}
#header .hamburgercontent .language-chooser li a{
	color: #191919;
}
#header .hamburgercontent .language-chooser li a:hover{
	border-color: #5fd2b6;
}
#header .hamburgercontent .language-chooser li.active a{
	border-color: #5fd2b6;
}


#header .logo{
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 166px;
	height: 55px;
    float: left;
    margin-left: 30px;
    margin-top: 17px;
    background-position: -365px -152px;
}

#header.menuopen .logo {
    z-index: 2;
    background-position: -366px -62px;
}

.showmenubtn{
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: 24px;
    height: 23px;
    position: relative;
    padding-left: 25px;
	padding-right: 25px;
	padding-top: 30px;
	padding-bottom: 30px;
    float: right;
    top: 0;
    cursor: pointer;
    z-index: 10000;
    -webkit-transition : background 150ms ease-out, top 250ms ease-out;
  	-moz-transition : background 150ms ease-out, top 250ms ease-out;
  	-o-transition : background 150ms ease-out, top 250ms ease-out;
  	transition : background 150ms ease-out, top 250ms ease-out;
  	right: 0px;
}

.showmenubtn:hover span{
	background-color: #191919;
}

.showmenubtn .press_fix{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 1;

	-webkit-transition : background-color 150ms ease-out;
  	-moz-transition : background-color 150ms ease-out;
  	-o-transition : background-color 150ms ease-out;
  	transition : background-color 150ms ease-out;
}

.showmenubtn span{
  display:block;
  background: #e5c1bd;
  box-sizing: border-box;
  -webkit-transition: .150s ease-in-out;
  transition: .150s ease-in-out;
}
.whitebg .showmenubtn span{
	background-color: #191919;
}
.whitebg .showmenubtn:hover span{
	background-color: white;
}
.hamburger{
    position:relative;
    height:100%;
    width:24px;
    top: 0;
    right: 0;
    z-index: 1;
}
.hamburger span {
	height: 4px;
    left: 2px;
    margin: 5px 0;
    position: relative;
    top: 2px;
    width: 20px;
    border-radius: 1px;
}
.hamburger span :nth-child(1), .cross span :nth-child(1){
    -webkit-transition-delay: .150s;
	transition-delay: .150s;
}
.hamburger span :nth-child(2), .cross span :nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
}

.showmenubtn:hover{
	cursor: pointer;
}

.showmenubtn.clicked .hamburger span {
	background-color: #191919;

}
.showmenubtn.clicked .hamburger span:nth-child(1){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(-45deg);
	top: 8px;
}
.showmenubtn.clicked .hamburger span:nth-child(2){
	-webkit-transition-delay: .150s;
	transition-delay: .150s;
	transform: rotate(45deg);
	top: -1px;
}


.hamburgercontent{
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: auto;
    background-color: #e5c1bd;
    z-index: 1;
    overflow-y: scroll;
    text-align: left;
}

.hamburgercontent .gridholder{
	height: auto;
}
.hamburgercontent .inner{
	padding-top: 200px;
	padding-bottom: 80px;
    width: 230px;
    display: block;
    margin: 0 auto;
}

#header .hamburgercontent .inner .menu-mainmenu-container ul.menu{
	display: inline-block;
	margin: 0;
	margin-bottom: 40px;
}
#header .hamburgercontent .inner .menu-socialmenu-container ul.menu{
	display: inline-block;
	margin: 0;
}


#header .hamburgercontent .inner .menu-mainmenu-container ul.menu li{
	width: 100%;
	float: none;
	margin: 0;
	margin-bottom: 35px;
	color: #191919;
}

#header .hamburgercontent .inner .menu-mainmenu-container ul.menu li a{
    display: inline-block;
    font-size: 20px;
    line-height: 24px;
    position: relative;
    color: #191919;
    border-bottom: solid 2px transparent;
    padding-bottom: 2px;
}

#header .hamburgercontent .inner ul.menu li a:hover{
	border-color: #275a53;
	color: #275a53;
}

ul.menu{
	list-style: none;
	margin: 0;
	padding: 0;
}


.socialmenu ul.menu li,  #header ul#menu-socialmenu li{
	display: inline-block;
	float: none;
	border-right: solid 1px #c2c2c2;
	padding-left: 15px;
	padding-right: 15px;
	height: 8px;
	margin: 0;
}
.socialmenu ul.menu li:last-child,  #header ul#menu-socialmenu li:last-child{
	padding-right: 0;
	border-right-style: none;
}
.socialmenu ul.menu li:first-child, #header ul#menu-socialmenu li:first-child{
	padding-left: 0;
}

.socialmenu ul.menu li a, #header ul#menu-socialmenu li a{
	display: block;
	overflow: hidden;
	text-indent: 99999px;
	width: 20px;
	height: 20px;
	position: relative;
	margin-top: -8px;
	border-style: none;
	padding: 0;
}
.socialmenu ul.menu li a .hamic,  ul#menu-socialmenu li a .hamic{
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -10px;
	margin-top: -10px;
	height: 20px;
	width: 20px;
}

li.tw a .hamic{
	background-position: -64px -586px;
}
li.li a .hamic{
    background-position: -113px -586px;
}
li.fb a .hamic{
    background-position: -14px -586px;
}
li.in a .hamic{
    background-position: -162px -586px;
}

li.tw a:hover .hamic{
	background-position: -64px -634px;
}
li.li a:hover .hamic{
	background-position: -113px -635px;
}
li.fb a:hover .hamic{
	background-position: -14px -635px;
}
li.in a:hover .hamic{
	background-position: -162px -634px;
}

.hamburgercontent .socialmenu ul.menu li, #header ul#menu-socialmenu li {
	border-color: #275a53;
}

.hamburgercontent li.tw a:hover .hamic{
	background-position: -64px -682px;
}
.hamburgercontent li.li a:hover .hamic{
	background-position: -113px -682px;
}
.hamburgercontent li.fb a:hover .hamic{
	background-position: -14px -682px;
}
.hamburgercontent li.in a:hover .hamic{
	background-position: -162px -682px;
}






/**
	FOOTER
**/
#cookieinfo{
	bottom: 20px;
    right: 0px;
    position: fixed;
    text-align: right;
    z-index: 101;
}
#cookieinfo .insidepcookie{
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.025em;
	padding: 15px 30px 15px;
	display: block;
	text-align: center;
    margin-left: 30px;
    margin-right: 30px;
    background-color: #f8c765;
    color: #191919;
    position: relative;
}
#cookieinfo .insidepcookie h3{
	font-family: 'Poppins-SemiBold', sans-serif;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.025em;
	margin: 0;
	margin-bottom: 2px;
}
#cookieinfo .insidepcookie .text{
    max-width: 340px;
    display: block;
    margin: 10px auto;
}

#cookieinfo .insidepcookie .cookie-icon {
    left: 10px;
    bottom: 10px;
    height: 55px;
    width: 50px;
    position: absolute;
    background-position: -16px -474px;
}

#cookieinfo .insidepcookie .accept{
	text-transform: uppercase;
	font-size: 13px;
	color: #FFF;
	line-height: 15px;
	padding: 11px 45px 8px;
	background: #191919;
}

#cookieinfo .insidepcookie .accept:hover{
	background: #275a53;
}

/* SINGLE PAGE */

body.page .topsplash {
	background-size: cover;
	margin-bottom: 80px;
}

body.page article {
	padding: 0px 20px;	
}


body.page article h1 {
    margin: 0;
    font-size: 25px;
    line-height: 30px;
    letter-spacing: -.025em;
    margin-bottom: 15px;	
}

body.page article p {
    margin: 0;
    font-size: 16px;
    line-height: 28px;
    letter-spacing: .025em;
    margin-bottom: 15px;	
}

body.page article a {
	color: #275a53;
	font-weight: 700;
	border-bottom:3px solid transparent;
}

body.page article a:hover {
	border-color: #275a53;
}

.tablepress td {
    font-family: 'Poppins-Regular', sans-serif!important;
    color: #191919!important;
    font-size: 14px!important;
}

.tablepress tfoot th,
.tablepress thead th {
	background-color: transparent!important;
	border-bottom: 3px solid #f5f0e3!important;
	padding-bottom: 15px!important;
}

body.page .tablepress thead th::after {
	content: none!important;
}

.dataTables_wrapper {
	overflow: scroll;
	padding-bottom: 20px!important;
}

.dataTables_wrapper caption {
	margin-top: 10px!important;
}

.tablepress tbody td {
	padding: 8px!important;
}

.tablepress tbody td strong.sold {
	color: #D51C29;
}

.tablepress tbody td strong.sale {
	color: #22D97D;
}

.tablepress tbody td strong.reserved {
	color: #BF7A01;
}

/*
tbody::after{
	content: "";
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 90%;
	background: rgb(255,255,255);
	background: -moz-linear-gradient(90deg, rgba(255,255,255,0.48923319327731096) 0%, rgba(255,255,255,1) 100%);
	background: -webkit-linear-gradient(90deg, rgba(255,255,255,0.48923319327731096) 0%, rgba(255,255,255,1) 100%);
	background: linear-gradient(90deg, rgba(255,255,255,0.48923319327731096) 0%, rgba(255,255,255,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#ffffff",GradientType=1);
}
*/


/******* OWL *********/
.owl-carousel {
    display: none;
    width: 100%;
    -webkit-tap-highlight-color: transparent;
    /* position relative and z-index fix webkit rendering fonts issue */

    position: relative;
    z-index: 1;
}
.owl-carousel.off{
	display: block;
}
.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */
}
.w4_related .owl-carousel .owl-stage, .puffs.owl-carousel .owl-stage{
	padding-left: 10px !important;
}


.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */

    -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
}
.entry-content .owl-carousel .owl-item {
	text-align: center;
}
.owl-carousel .owl-item img {
    display: block;
    width: 100%;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
    display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next{
	margin: 0;
	padding: 0;
	position: relative;
	width: 42px;
	height: 42px;
	border: solid 1px #eaeaea;
	background-color: white;
	text-indent: -99999px;
	margin-top: 0px;
	margin-right: 10px;
}
.owl-carousel .owl-nav .owl-prev.alt,
.owl-carousel .owl-nav .owl-next.alt{
	position: relative;
	background-color: transparent;
	left: 0;
	right: 0;
	margin-left: 5px;
	margin-right: 5px;
}

.owl-carousel .owl-nav .owl-prev{
	background-image: url("images/sprites.png");
	background-position: 0px -624px;
	left: 0px;
	top: 0;
	transform: rotate(-180deg); /*TODO*/
}
.owl-carousel .owl-nav .owl-next{
	background-image: url("images/sprites.png");
	background-position: 0px -624px;
	right: 0px;
	top: 0;
}
.owl-carousel .owl-nav .owl-next:hover{
	background-position: -88px -624px;
}
.owl-carousel .owl-nav .owl-prev:hover{
	background-position: -88px -624px;
}


.owl-carousel.owl-loaded {
    display: block;
}
.owl-carousel.owl-loading {
    opacity: 0;
    display: block;
}
.owl-carousel.owl-hidden {
    opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
    visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}
.owl-carousel.owl-rtl {
    direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
    float: right;
}
/* No Js */

.no-js .owl-carousel {
    display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
    z-index: 0;
}
.owl-carousel .owl-animated-out {
    z-index: 1;
}
.owl-carousel .fadeOut {
    animation-name: fadeOut;
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */

.owl-height {
    transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #191919;
}
.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    background: url("owl.video.play.png") no-repeat;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    transition: transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
    display: none;
}
.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%;
}
.owl-nav {
    position: absolute;
	left: 10px;
	top: 20px;
	width: 100%;
	text-align: left;
	-webkit-tap-highlight-color: transparent;
}
.owl-nav [class*='owl-'] {
    color: #FFF;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
}
.owl-nav [class*='owl-']:hover {
    background-color: #eaeaea;
    color: #FFF;
    text-decoration: none;
}
.owl-nav .disabled {
    opacity: 0.5;
    cursor: default;
}
.owl-nav.disabled + .owl-dots {
    margin-top: 10px;
}
.owl-dots {
	margin-top: 20px;
    text-align: center;
    -webkit-tap-highlight-color: transparent;
}
.owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    *display: inline;
}
.owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
}
.owl-dots .owl-dot.active span,
.owl-dots .owl-dot:hover span {
    background: #191919;
}
.owl-dots .owl-dot:hover span{
	background-color: #a13c3c;

}


/**
 * 11.0 Media Queries
 * -----------------------------------------------------------------------------
 */

/* Does the same thing as <meta name="viewport" content="width=device-width">,
 * but in the future W3C standard way. -ms- prefix is required for IE10+ to
 * render responsive styling in Windows 8 "snapped" views; IE10+ does not honor
 * the meta tag. See https://core.trac.wordpress.org/ticket/25888.
 */
@-ms-viewport {
	width: device-width;
}

@viewport {
	width: device-width;
}


.fixfloat{
	clear: both;
}

/**
* HÄR JOBBAR VI
*/

.single article{
	max-width: 820px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.single article .imgholder{
	margin-bottom: 30px;
	display: block;
	text-align: center;
}
.single article .imgholder img{
	display: inline-block;
	max-width: 100%;
	height: auto;
}
.single article .artpadd{
	padding-left: 20px;
	padding-right: 20px;
}
.single article .date{
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.05em;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin-bottom: 30px;
}
.single article h1{
	margin: 0;
	margin-bottom: 30px;
	font-size: 32px;
	line-height: 38px;
	letter-spacing: -0.05em;
}
.single article .entry-content{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0em;
	padding-bottom: 30px;
}
.single article .entry-content figcaption{
	font-size: 12px;
	line-height: 18px;
	padding-top: 8px;
}

.entry-content .alignright, .entry-content .alignleft{
	max-width: 140px;
	margin-bottom: 10px;
	display: inline-block;
}
.entry-content .alignright{
	float: right;
	margin-left: 10px;
}
.entry-content .alignleft{
	float: left;
	margin-right: 10px;
}

.single article .entry-content p, .single article .entry-content ul, .single article .entry-content ol, .single article .entry-content p > img, .single article .entry-content figure, .single article .entry-content blockquote{
	margin-bottom: 30px;
}
.single article .entry-content h2, .single article .entry-content h3, .single article .entry-content h4, .single article .entry-content h5{
	margin: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: 'Poppins-SemiBold', sans-serif;
	font-size: 26px;
	line-height: 34px;
}
.single article .entry-content strong, .single article .entry-content b{
	font-family: 'Poppins-SemiBold', sans-serif;
}
.single article .entry-content a{
	border-bottom: solid 2px #275a53;
	padding-bottom: 2px;
}
.single article .entry-content a:hover{
	color: #275a53;
}




.single article .entry-content ul, .single article .entry-content ol{
	list-style: none;
	padding-left: 0;
	margin-left: 0;
}
.single article .entry-content ol{
	counter-reset: item;
}

.single article .entry-content ol li{
	overflow: hidden;
	margin-bottom: 20px;
	padding-left: 40px;
}
.single article .entry-content ol li:before {
    content: counter(item, decimal)'.';
    counter-increment: item;
    display: block;
    float: left;
    position: relative;
    color: #191919;
    font-family: "Poppins-SemiBold", sans-serif;
    font-weight: 400;
    position: relative;
    text-align: center;
    left: -10px;
    margin-left: -20px;
	font-size: 24px;
	line-height: 30px;
}

.single article .entry-content ul li{
    overflow: hidden;
    padding-left: 40px;
	margin-bottom: 20px;
}
.single article .entry-content ul li:before{
	position: relative;
	content: " ";

	display: block;
	width: 25px;
	height: 25px;
	background-size: 100% 100%;
	margin-left: -35px;
	float: left;
	top: 4px;
	left: 0px;
}




.bgspr{
	background-image: url("images/sprites.png");
}
.centerit{
	text-align: center;
}

.video_contain{
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
}

.topsplash video{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    min-height: 50%;
    min-width: 50%;
}

.topsplash{
	overflow: hidden;
	position: relative;
	/* background-color: #275a53;
	background-blend-mode: multiply; */
	background-position: center center;
}




.topsplash .holder .textani {
	position: relative;
	opacity: 0;
	animation: loadinfade 550ms forwards; 
}

.topsplash .holder .textani span.visibleatstart {
	opacity: 1;
	display: inline;
	animation: loadinfade 500ms forwards;
}

.topsplash .holder .textani span {
	opacity: 0;
	transition: opacity .5s ease-in;
	display:  none;
}

.topsplash .holder .textani span.visible:first-of-type {
	animation: none;
}

.topsplash .holder .textani span.visible {
	display: inline;
	opacity: 1;
	animation: loadinfade 1400ms forwards;
}

@keyframes loadinfade{
	0%{
		opacity: 0;
		display: none;
	}
	1%{
		display: inline;
	}
	100%{
		opacity: 1;
	}
}


.topsplash.lower{
	height: 200px;
}

.topsplash .holder{
	padding-top: 160px;
	padding-bottom: 130px;
	padding-left: 30px;
	padding-right: 65px;
	position: relative;
	z-index: 1;
}
.topsplash .holder h1{
	margin: 0;
	font-size: 46px;
	line-height: 56px;
	letter-spacing: -0.05em;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin-bottom: 40px;
    color: #e5c1bd;
    padding-right: 0px;
}
.topsplash .holder .text{
	font-size: 18px;
	line-height: 26px;
	letter-spacing: 0em;
	font-family: 'Poppins-Regular', sans-serif;
    color: #e5c1bd;
}
.topsplash .holder .text a{
	text-decoration: none;
	color: #191919;
	padding-bottom: 5px;
	border-bottom: solid 2px #191919;
}
.topsplash .holder .text a:hover{
	color: white;
	border-bottom-color: white;
}


.w4_textwidget{
	padding-top: 100px;
	padding-bottom: 100px;
    background: #f5f0e3;
}

.brief_texts .element{
	margin-bottom: 20px;
}
.brief_texts .top_title{
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.5em;
	font-family: 'Poppins-SemiBold', sans-serif;
	color: #a8a8a8;
	margin-bottom: 15px;
	text-transform: uppercase;
}
.brief_texts h3{
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}
.brief_texts .text_sec{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0em;
}

.w4_textwidget h2, .w4_newswidget h2{
	margin: 0;
	font-size: 30px;
	line-height: 32px;
	letter-spacing: -0.05em;
	margin-bottom: 25px;
}
.w4_newswidget h2{
	margin-left: 20px;
}


.w4_textwidget .holder{
	padding-left: 40px;
	padding-right: 40px;
}

.w4_ombostaderna h3 {
	margin: 0;
	font-size: 25px;
	line-height: 30px;
	letter-spacing: -0.025em;
	margin-bottom: 5px;
}

.w4_ombostaderna .holder {
	padding-left: 40px;
	padding-right: 40px;
}

.w4_ombostaderna {
	margin-top: 40px;
	margin-bottom: 60px;	
}

.w4_ombostaderna .text,
.w4_textwidget .text{
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0em;
    padding-top: 45px;
    border-top: 1px solid #FFF;
    margin-top: 25px;
}

.w4_ombostaderna .text {
	margin-top: 0px;
	padding-top: 10px;
}

.w4_ombostaderna .text strong,
.w4_textwidget .text strong{
	font-family: 'Poppins-SemiBold', sans-serif;
}

.w4_ombostaderna .text a,
.w4_textwidget .text a{
	border-bottom: solid 2px #275a53;
	padding-bottom: 2px;
}

.w4_ombostaderna .text a:hover,
.w4_textwidget .text a:hover{
	color: #275a53;
}

.w4_planritning {
    padding-top: 60px;
	padding-bottom: 30px;
}

.w4_planritning h2 {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    color: #275a53;
    font-family: 'Poppins-Regular', sans-serif;
    letter-spacing: -0.05em;
    margin-top: 0px;
}

.w4_planritning .holder {
    padding-left: 40px;
    padding-right: 40px;
}

.w4_planritning .image-holder {
    height: 380px;
    overflow: scroll;
    padding-left: 40px;
}

.w4_planritning .image-holder img {
    max-width: unset;
    width: auto;
    height: 100%;
}

.swiper-container.planritning {
	
}

.swiper-container.planritning .swiper-slide {

}
.swiper-container.planritning .swiper-slide img {
	
}

.swiper-container.planritning .swiper-slide.swiper-slide-active .slide-caption {
	opacity: 1;
	bottom: 0px;	
}

.swiper-container.planritning .swiper-slide .slide-caption {
	z-index: 1;
	font-size: 14px;
    position: absolute;
    opacity: 0;
    transition: ease-in-out 500ms;
    bottom: -10px;
	background: #f5f0e3;
	color: #0b4b4a;
    padding: 15px;
    color: #0b4b4a;	
	right: 10px;
	left: unset;
	font-family: 'Poppins-Medium', sans-serif;
	font-weight: 500;
}

.swiper-container.planritning .open_kollage {
	z-index: 1;
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    background: #0b4b4a;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 350ms;
}

.swiper-container.planritning .open_kollage:hover {
    transform: scale(1.03);
    background: #0e615f;
}

.swiper-container.planritning .swiper-slide:hover .open_kollage {
    opacity: 1;
    visibility: visible;
}

.swiper-container.planritning .open_kollage .line {
    width: 30px;
    height: 2px;
    background: #e5c1bd;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
}

.swiper-container.planritning .open_kollage .line.f {
}

.swiper-container.planritning .open_kollage .line.l {
    transform: rotate(90deg);
}

.swiper-container.planritning .swiper-button-next, 
.swiper-container.planritning .swiper-button-prev {
	color: #265a53;
}

.swiper-container.planritning .swiper-button-next::after, 
.swiper-container.planritning .swiper-button-prev::after {
	font-size: 30px;
}

.swiper-container.planritning .swiper-pagination-bullet {
	border-radius: 0px;
	width: 10px;
	height: 10px;
}

.swiper-container.planritning .swiper-pagination {
	text-align: left;
	left: 10px;
}
.swiper-container.planritning .swiper-pagination-bullet-active {
	background: #265a53;	
}

.w4_horizbildkollage {
	padding-top: 30px;
}
.w4_horizbildkollage .wrapper {

}
.w4_horizbildkollage .wrapper .row {

}

.w4_horizbildkollage .wrapper .row .col {
    position: relative;
    float: left;
}

.w4_horizbildkollage .wrapper .row .col .image {
	opacity: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-size: cover;
	transition: opacity 250ms;
}

.w4_horizbildkollage .wrapper .row .col .image.b-loaded {
	opacity: 1;
}

.w4_horizbildkollage .wrapper .row .col.full {
    width: 100%;
    height: 270px;
}

.w4_horizbildkollage .wrapper .row .col.half {
    height: 240px;
    width: 50%;
}

.w4_offices{
	padding-top: 60px;
	padding-bottom: 60px;
    background: #f5f0e3;
}
.w4_offices .holder{

}
.w4_offices .holder .element, .w4_newswidget .holder .element, .brief_texts .element{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 25px;
}
.w4_offices .holder .element .padd, .w4_newswidget .holder .element .padd{
	padding-left: 25px;
	padding-right: 25px;
    position: relative;
}
.w4_offices .holder .element .image{
	width: 100%;
	height: 220px;
	background-position: center center;
	background-size: cover;
	background-color: #999;
	opacity: 0;
}

.w4_offices .holder .element .image.b-loaded{
	opacity: 1;
}
.w4_offices .holder .element .text_hl{
	padding-left: 25px;
	padding-right: 25px;
}
.w4_offices .holder .element .text_hl h2{
	margin: 0;
	margin-bottom: 20px;
	font-size: 25px;
	line-height: 27px;
	letter-spacing: -0.05em;
}

/* Bildzoom */
.bildkollage_module {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 98;
}

.bildkollage_module.open {
    display: block;
}

.bildkollage_module.open .overlay {
    cursor: pointer;
    background: rgba(0,0,0,0.8);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 99;
}

.bildkollage_module .module_holder {
    position: relative;
    top: 15px;
    left: 0;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
    display: flex;
}

.bildkollage_module .module_holder img {
    max-height: 0px;
    max-width: 100%;
    background: #fff;
    height: auto;
    object-fit: contain;
    z-index: 999;
    position: relative;
}

.bildkollage_module .module_holder img.b-loaded {

    animation: loadup 450ms;
    animation-fill-mode: forwards;
}


@keyframes loadup{
    0%{
        max-height: 0vh;
    }
    100%{
        max-height: 90vh;
    }
}



.w4_offices .holder .element .padd .open_kollage {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    background: #0b4b4a;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 350ms;
}

.w4_offices .holder .element .padd .open_kollage:hover {
    transform: scale(1.03);
    background: #0e615f;
}

.w4_offices .holder .element .padd:hover .open_kollage {
    opacity: 1;
    visibility: visible;
}

.w4_offices .holder .element .padd .open_kollage .line {
    width: 30px;
    height: 2px;
    background: #e5c1bd;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
}

.w4_offices .holder .element .padd .open_kollage .line.f {
}

.w4_offices .holder .element .padd .open_kollage .line.l {
    transform: rotate(90deg);
}

.bildkollage_module .close_kollage {
    width: 40px;
    height: 40px;
    top: 25px;
    right: 25px;
    z-index: 9999;
    background: #0b4b4a;
    position: absolute;
    cursor: pointer;
    transition: ease-in-out 350ms;
}

.bildkollage_module .close_kollage:hover {
    transform: scale(1.03);
    background: #0e615f;
}

.bildkollage_module .close_kollage .line {
    width: 26px;
    height: 4px;
    background: #e5c1bd;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 13px);
}

.bildkollage_module .close_kollage .line.f {
    transform: rotate(45deg);
}

.bildkollage_module .close_kollage .line.l {
    transform: rotate(-45deg);
}

.w4_newswidget .holder .element h3{
	font-size: 22px;
	line-height: 32px;
	margin: 0;
	margin-bottom: 10px;
	letter-spacing: -0.05em;
	font-weight: normal;
}

.w4_newswidget .holder .element .text_hl{
	padding-right: 20px;
}

.w4_newswidget .holder .element .date{
	color: #a8a8a8;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 13px;
	letter-spacing: 0.05em;
	font-family: 'Poppins-SemiBold', sans-serif;
}


.w4_offices .holder .element .text_hl .text{
	font-size: 14px;
	line-height: 20px;
	letter-spacing: 0em;
}
.w4_offices .holder .element .text_hl .text a{
	border-bottom: solid 2px #275a53;
	padding-bottom: 5px;
}
.w4_offices .holder .element .text_hl .text a:hover{
	color: #275a53;
}

.w4_maklarwidget{
    padding-top: 70px;
    padding-bottom: 70px;
}

.w4_maklarwidget .holder {
    padding-left: 40px;
    padding-right: 40px;
}

.w4_maklarwidget h2 {
    font-size: 30px;
    line-height: 40px;
    color: #275a53;
    font-family: 'Poppins-Regular', sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    margin-top: 0px;
}

.w4_maklarwidget .col.left {
    width: 100%;
    float: left;
}

.w4_maklarwidget .col.right {
    width: 40%;
    float: left;
    position: relative;
    display: none;
}

.w4_maklarwidget .text_cont .text {
    font-size: 20px;
    line-height: 30px;
    color: #275a53;
}

.w4_maklarwidget .text_cont .divider {
    width: calc(50% - 30px);
    height: 3px;
    background: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 20px;
}

.w4_maklarwidget .text_cont .name {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.025em;
    color: #275a53;
}


/* TODO:  Fix, sätt href="mailto" efter att lagt ut på DEV, maillänken verkar bugga loktalt */

@media screen and (max-width: 747px) {
    .w4_maklarwidget .text_cont .info a[href^="mailto:"] {
        font-size: 0px!important;
        display: inline-block;
        height: 22px;
        width: 32px;
        background-image: url(images/sprites@2x.png);
        background-position: -18px -730px;
        background-size: 850px 870px;
        padding-bottom: 5px;
    }
    .w4_maklarwidget .text_cont .info a[href^="mailto:"]:hover {
        background-position: -67px -730px;
    }
}

.w4_maklarwidget .text_cont .info a,
.w4_maklarwidget .text_cont .info {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.025em;
    color: #275a53;
    position: relative;
}

.w4_maklarwidget .text_cont .info .gapper {
    width: 50%;
}

.w4_maklarwidget .text_cont .info .image-holder {
    height: 170px;
    width: 50%;
    position: absolute;
    top: calc(50% - 100px);
    right: 0;
    display: block;
}

.w4_maklarwidget .text_cont .info .image-holder .image {
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
}

.w4_maklarwidget .text_cont .info .image-holder .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #275a53;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}

.w4_maklarwidget .col.right .image-holder {
    height: 370px;
    width: 100%;
    position: absolute;
    top: 0;
}

.w4_maklarwidget .col.right  .image-holder .image {
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 50px);
    height: 100%;
}

.w4_maklarwidget .col.right .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #275a53;
    right: -20px;
    bottom: -20px;
    z-index: -1;
}

/*/ Situatiomnsplan /*/

.w4_situationsplanwidget .open_kollage {
    width: 80px;
    height: 80px;
    top: calc(50% - 40px);
    right: calc(50% - 40px);
    background: #0b4b4a;
    border-radius: 50%;
    position: absolute;
    cursor: pointer;
    visibility: hidden;
    opacity: 0;
    transition: ease-in-out 350ms;
}

.w4_situationsplanwidget .open_kollage:hover {
    transform: scale(1.03);
    background: #0e615f;
}

.w4_situationsplanwidget .image-holder:hover .open_kollage {
    opacity: 1;
    visibility: visible;
}

.w4_situationsplanwidget .open_kollage .line {
    width: 30px;
    height: 2px;
    background: #e5c1bd;
    position: absolute;
    top: calc(50% - 1px);
    left: calc(50% - 15px);
}

.w4_situationsplanwidget  .open_kollage .line.f {
}

.w4_situationsplanwidget .open_kollage .line.l {
    transform: rotate(90deg);
}

.w4_situationsplanwidget .close_kollage {
    width: 40px;
    height: 40px;
    top: 25px;
    right: 25px;
    z-index: 9999;
    background: #0b4b4a;
    position: absolute;
    cursor: pointer;
    transition: ease-in-out 350ms;
}

.w4_situationsplanwidget .close_kollage:hover {
    transform: scale(1.03);
    background: #0e615f;
}

.w4_situationsplanwidget .close_kollage .line {
    width: 26px;
    height: 4px;
    background: #e5c1bd;
    position: absolute;
    top: calc(50% - 2px);
    left: calc(50% - 13px);
}

.w4_situationsplanwidget .close_kollage .line.f {
    transform: rotate(45deg);
}

.w4_situationsplanwidget .close_kollage .line.l {
    transform: rotate(-45deg);
}

.w4_situationsplanwidget{
    padding-top: 70px;
    padding-bottom: 70px;
}

.w4_situationsplanwidget .holder {
    padding-left: 40px;
    padding-right: 40px;
}

.w4_situationsplanwidget h2 {
    font-size: 30px;
    line-height: 40px;
    color: #275a53;
    font-family: 'Poppins-Regular', sans-serif;
    letter-spacing: -0.05em;
    margin-bottom: 50px;
    margin-top: 0px;
}

.w4_situationsplanwidget .row {

}

.w4_situationsplanwidget .col.left {
    width: 100%;
    float: left;
}

.w4_situationsplanwidget .col.right {
    width: 100%;
    float: left;
    position: relative;
}

.w4_situationsplanwidget .text_cont .text {
    font-size: 18px;
    line-height: 26px;
    color: #275a53;
}

.w4_situationsplanwidget .text_cont .divider {
    width: calc(50% - 30px);
    height: 3px;
    background: #e5e5e5;
    margin-top: 50px;
    margin-bottom: 20px;
}

.w4_situationsplanwidget .text_cont .name {
    font-size: 18px;
    line-height: 25px;
    letter-spacing: -0.025em;
    color: #275a53;
}


/* TODO:  Fix, sätt href="mailto" efter att lagt ut på DEV, maillänken verkar bugga loktalt */

@media screen and (max-width: 747px) {
    .w4_situationsplanwidget .text_cont .info a {
        font-size: 0px!important;
        display: inline-block;
        height: 22px;
        width: 32px;
        background-image: url(images/sprites@2x.png);
        background-position: -18px -730px;
        background-size: 850px 870px;
        padding-bottom: 5px;
    }
    .w4_situationsplanwidget .text_cont .info a:hover {
        background-position: -67px -730px;
    }
}

.w4_situationsplanwidget .text_cont .info a,
.w4_situationsplanwidget .text_cont .info {
    font-size: 14px;
    line-height: 25px;
    letter-spacing: -0.025em;
    color: #275a53;
    position: relative;
}

.w4_situationsplanwidget .text_cont .info .gapper {
    width: 50%;
}

.w4_situationsplanwidget .text_cont .info .image-holder {
    height: 170px;
    width: 50%;
    position: absolute;
    top: calc(50% - 100px);
    right: 0;
    display: block;
}

.w4_situationsplanwidget .text_cont .info .image-holder .image {
    background-position: center center;
    background-size: cover;
    top: 0;
    right: 0;
    position: absolute;
    width: calc(100% - 15px);
    height: 100%;
}

.w4_situationsplanwidget .text_cont .info .image-holder .image::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #275a53;
    right: -15px;
    bottom: -15px;
    z-index: -1;
}

.w4_situationsplanwidget .col.right  .image-holder .image {
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
}


.w4_bostadsvaljare {
    background: #f9f9f9;
}

.w4_bostadsvaljare .image {

}

.w4_bostadsvaljare .gutter {
	background: #e5c1bd;
    max-width: 1500px;
    margin: 0 auto;
    position: relative;
}

.w4_bostadsvaljare .padd {
	padding: 0;
}

.w4_bostadsvaljare .background {
	opacity: 0;
    height: 590px;
    width: 100%;
    background-position: center center;
    background-size: cover;
	transition: opacity 250ms;
}

.w4_bostadsvaljare .background.b-loaded {
	opacity: 1;
}

.w4_bostadsvaljare .infobox {
    position: relative;
    top: -60px;
    left: 25px;
    bottom: -50px;
    right: unset;
    background: #FFF;
    min-width: unset;
    width: calc(100% - 50px);
    padding: 40px 20px 40px;
    box-sizing: border-box;
}

.w4_bostadsvaljare .infobox .wrapper {
	
}

.w4_bostadsvaljare .infobox .wrapper .item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
}

.w4_bostadsvaljare .infobox .wrapper .item.links p {
	font-family: 'Poppins-Medium', sans-serif;
	font-size: 15px;
	line-height: 22px;
    color: #191919;
    letter-spacing: -0.025em;
    margin-bottom: 0px;
}

.w4_bostadsvaljare .infobox .wrapper span,
.w4_bostadsvaljare .infobox .wrapper p {
	font-size: 15px;
	line-height: 18px;
    color: #191919;
    letter-spacing: -0.025em;
    margin-bottom: 0px;
}

.w4_bostadsvaljare .infobox .wrapper span {
	font-family: 'Poppins-Medium', sans-serif;
}

.w4_bostadsvaljare .infobox .wrapper p {
	font-family: 'Poppins-Bold', sans-serif;
}

.w4_newsletter_widget{
	background-color: #275a53;
	padding-top: 60px;
	padding-bottom: 60px;
}

.w4_newsletter_widget form{
	width: 100%;
	display: inline-block;
	float: left;
}
.w4_newsletter_widget .confidentialtiy{
	width: 100%;
	display: inline-block;
	float: left;
}

.w4_newsletter_widget .padding{
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
}

.w4_newsletter_widget .confidentialtiy .padding{
	padding-left: 40px;
	padding-right: 40px;
}

.w4_newsletter_widget h2.main{
	font-size: 40px;	
	padding-right: 10px;
	line-height: 50px;
	letter-spacing: -0.05em;
	font-family: 'Poppins-Regular', sans-serif;
	margin: 0;
	margin-bottom: 50px;
	margin-left: 40px;
	margin-right: 40px;
    color: #e5c1bd;
}
.w4_newsletter_widget form .holder{
	margin-bottom: 0px;
}
.w4_newsletter_widget form .holder .nl_email{
	margin-bottom: 20px;
}

.w4_newsletter_widget form .holder .half{
	display: inline-block;
	float: left;
	width: 100%;
	margin-bottom: 20px;
}
.w4_newsletter_widget form .holder .rpadd{
	padding-right: 0px;
}

.w4_newsletter_widget form .holder input::placeholder{
    color: #e5c1bd;
}
.w4_newsletter_widget form .holder input{
    width: 100%;
	color: #e5c1bd;
	border-style: none;
	border-bottom: solid 1px #e5c1bd;
	-webkit-appearance: none;
	background-color: transparent;
	font-size: 14px;
	line-height: 18px;
	padding: 10px 0px;
}


.w4_newsletter_widget .wpcf7mailsent {
	font-size: 24px;
	line-height: 34px;
	letter-spacing: -0.05em;
	font-family: 'Poppins-SemiBold', sans-serif;
	color: #e5c1bd;
	animation: thankyouani 450ms forwards;
	display: flex;
	align-items: center;
	justify-content: center;
    position: relative;
    top: 10px;
}

@keyframes thankyouani{
	0% {
		font-size: 0;
	}
	50%{
		font-size: 28px;
	}
	100%{
		font-size: 24px;
	}
}
.w4_newsletter_widget form span.wpcf7-list-item {

    margin-left: 0px;
    margin-top: 25px;
}

.w4_newsletter_widget form .wpcf7-list-item-label {
    letter-spacing: -0.025em;
    color: #e5c1bd;
	font-size: 14px;
    line-height: 19px;
}

.w4_newsletter_widget form span.wpcf7-list-item input {
    margin-right: 10px;
}
.w4_newsletter_widget form .holder.integritetspolicy{
	position: relative;
	margin-bottom: 20px;
}

.w4_newsletter_widget form .holder.integritetspolicy span.wpcf7-list-item-label {
    font-size: 14px;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    letter-spacing: -0.025em;
    font-family: 'Poppins-Regular', sans-serif;
    color: #e5c1bd;
    float: right;
    display: inline-flex;
    height: 19px;
    margin-bottom: 30px;

}


.w4_newsletter_widget form .holder.integritetspolicy input[type="checkbox"] {
	opacity: 0;
	position: absolute;
	cursor: pointer;
	height: 25px;
	width: 25px;
	z-index: 9;
}
.w4_newsletter_widget form .holder.integritetspolicy span.wpcf7-list-item-label:before {
    content: '';
    -webkit-appearance: none;
    background-color: transparent;
    border: 2px solid #e5c1bd;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 7px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 10px;
    top: -1px;
}



.w4_newsletter_widget form .holder.integritetspolicy input:checked + span.wpcf7-list-item-label:after {
    content: '';
	top: 3px;
    left: 7px;
    display: block;
    position: absolute;
    width: 3px;
    height: 7px;
    border: solid #e5c1bd;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.w4_newsletter_widget form .holder.integritetspolicy .integr_text{
	position: relative;
	top: 4px;
	font-size: 14px;
	line-height: 18px;
    color: #e5c1bd;
}



.w4_newsletter_widget .confidentialtiy h2{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: -0.025em;
	font-family: 'Poppins-SemiBold', sans-serif;
	margin: 0;
	margin-bottom: 10px;
}

.w4_newsletter_widget .col.right {
    padding-top:20px;
}

span.wpcf7-not-valid-tip {
    color: #f94e13!important;
    font-size: 11px!important;
    font-weight: bold!important;
    line-height: 13px!important;
    text-transform: uppercase!important;
    font-family: 'Poppins-SemiBold'!important, sans-serif;
    padding-top: 15px!important;
}

.wpcf7-response-output {
    display: none!important;
}

.w4_newsletter_widget .confidentialtiy .confidentialtiy_text{
	font-size: 14px;
	line-height: 18px;
	letter-spacing: -0.025em;
}
.w4_newsletter_widget .confidentialtiy .confidentialtiy_text p{
	margin-bottom: 10px;
}
.w4_newsletter_widget .confidentialtiy .confidentialtiy_text a{
	padding-bottom: 4px;
	border-bottom: solid 2px black;
}
.w4_newsletter_widget .confidentialtiy .confidentialtiy_text a:hover{
	color: white;
	border-color: white;
}

.w4_googlemaps {
    background: #f5f0e3;
    overflow: hidden;
}

.w4_googlemaps .padd {
    padding-top: 0px;
    padding-bottom: 0px;
}

.w4_googlemaps .holder {
    position: relative;
}

.w4_googlemaps .holder .frame iframe {
    height: 380px;
}

.w4_googlemaps .holder .frame {
    position: relative;
    z-index: 1;
}

.w4_googlemaps .holder::after {
    display: none;
    content:'';
    width: 100%;
    height: 100%;
    position: absolute;
    background: #275a53;
    right: -30px;
    z-index: 0;
    bottom: -30px;

}

#footer{
	padding-top: 60px;
	padding-bottom: 90px;
	text-align: center;
}
#footer .insidefooter{
	padding-left: 20px;
	padding-right: 20px;
}
#footer .footerlogo{
	width: 140px;
	height: 105px;
    background-position: -6px -286px;
	margin: 0 auto;
	display: block;
	margin-bottom: 30px;
}
#footer .adress{
	font-size: 15px;
	line-height: 27px;
    color: #275a53;
	letter-spacing: 0em;
	margin-bottom: 50px;
}
#footer .adress a{
	text-decoration: none;
    color: #275a53;
    padding-bottom: 3px;
	border-bottom: solid 2px #275a53;
}
#footer .adress a:hover{
	color: #e5c1bd;
	border-color: #e5c1bd;
}
#footer .socialmenu{
	margin-bottom: 40px;
}

#footer .copyright{
	font-size: 10px;
	line-height: 12px;
	margin-bottom: 15px;
}

#footer .copymadecont{
	font-size: 9px;
	line-height: 9px;
	color: #bfbfbf;
	text-transform: uppercase;
	letter-spacing: 0em;
}

#footer .copymadecont .hidden {
	display: none;
}

#footer .copymadecont .heart::after {
content: "\2665\FE0E";
-webkit-appearance: none!important;
}

#footer .copymadecont a{
	color: #bfbfbf;
}

.second-footer {
	background: #f5f0e3;
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.second-footer .franka-logo {
	width: 200px;
	height: 40px;
	background: url(images/franka-bostad-horisont-blue.svg);
	background-position: center;
	background-repeat: no-repeat;
	margin: 0 auto;
	display: block;
	margin-bottom: 20px;
}

.w4_kokselector {
	
}

.w4_kokselector .padd {
	padding: 0;
}

.w4_kokselector .swiper-container.kokselector {
	max-width: 2000px;	
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination {
	
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination {
    right: 20px;
    bottom: 20px;
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet {
    width: 20px;
    height: 20px;
	border: 6px solid transparent;
    margin: 0px 8px;
    border-radius: 0px;
    opacity: 1;
    transition: transform 200ms;
}

.w4_kokselector .swiper-container.kokselector .swiper-info {
	display: none;
    position: absolute;
    left: 22px;
    bottom: 22px;
    background: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 20px;
    box-sizing: border-box;
	letter-spacing: -.05em;
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet:nth-of-type(1) {
	background: #d6d6d6;
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet:nth-of-type(2) {
	background: #819388;
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet:nth-of-type(3) {
	background: #66707b;
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet:hover {
	transform:scale(1.1);
}

.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	transform:scale(1.1);
	border-color: #FFF;
}

.w4_kokselector .swiper-container.kokselector .swiper-slide .swiper-caption {
	font-size: 12px;
	position: absolute;
    right: 25px;
    top: 25px;
    z-index: 1;
    background: #FFF;
    padding: 10px;
	min-width: 140px;
	text-align: center;
}

.w4_kokselector .swiper-container.kokselector .swiper-slide .swiper-caption span {
	opacity: 0;
	visibility: hidden;
	transition: opacity 250ms;
}

.w4_kokselector .swiper-container.kokselector .swiper-slide.swiper-slide-active .swiper-caption span {
	opacity: 1;
	visibility: visible;
}


/**
 * 	MOBILEN
 */

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

}

@media screen and (max-width: 400px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}

}
@media screen and (min-width: 375px) {
	.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet {
	    width: 30px;
	    height: 30px;
	}
	.w4_kokselector .swiper-container.kokselector .swiper-slide .swiper-caption {
	    font-size: 15px;
	    padding: 15px;
	    min-width: 150px;
	}
}
@media screen and (min-width: 401px) {
	.gridholder{
		width: 100%;
	}
	.gridholder.morewide{
		width: 100%;
	}



}

@media screen and (min-width: 551px) {
	.w4_kokselector .swiper-container.kokselector .swiper-info {
		display: block;	
		max-width: 220px;
	}

	
	.w4_kokselector .swiper-container.kokselector .swiper-info p {
	    font-size: 16px;
	    line-height: 20px;
	    margin-bottom: 0px;
	    margin-top: 10px;
	    letter-spacing: 0em;
	}
}

@media screen and (min-width: 594px){


	body.page article {
		padding: 0 40px;
	}
	
    .w4_googlemaps .padd {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .w4_googlemaps .holder::after {
        display: block;
    }


	.gridholder{
		width: 554px;
		margin: 0 auto;
	}

	.gridholder.morewide{
		width: 574px;
	}


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

}


@media screen and (min-width: 673px) {

	.gridholder{
		width: 632px;
	}
	.gridholder.morewide{
		width: 652px;
	}


}

@media screen and (min-width: 748px) {
	
	
	.second-footer {
		padding-top: 80px;
		padding-bottom: 60px;
	}
	
	.second-footer .franka-logo {
		width: 300px;
		height: 80px;
	}
	
	.paddingtop {
		padding-top: 150px;
	}

	.tablepress td {
	    font-size: 16px!important;
	}
	
	body.page article p {
	    margin: 0;
	    font-size: 18px;
	    line-height: 34px;
	    margin-bottom: 15px;	
	}
	
	body.page article h1 {
		font-size: 40px;
	    line-height: 50px;
	    margin-bottom: 25px;
	}

	
	body.page article {
		padding: 0 40px;
	}

	.w4_kokselector .swiper-container.kokselector .swiper-slide .swiper-caption {
		font-size: 20px;
		min-width: 180px;
		padding: 25px;
	}

	.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet {
	    width: 60px;
	    height: 60px;
		border: 8px solid transparent;
	}

	.w4_kokselector .swiper-container.kokselector .swiper-info {
		padding: 30px;
		font-size: 24px;
		line-height: 34px;
		max-width: 290px;
	}

	
	.w4_kokselector .swiper-container.kokselector .swiper-info p {
	    font-size: 18px;
	    line-height: 24px;
	}
	
	.w4_ombostaderna h3 {
		font-size: 40px;
		line-height: 50px;
		letter-spacing: -0.05em;
		margin-bottom: 25px;
	}
	
	.w4_ombostaderna .holder {
		padding-left: 0px;
		padding-right: 0px;
	}
	
	
	.w4_ombostaderna {
		margin-top: 60px;
		margin-bottom: 80px;	
	}

	
	.swiper-container.planritning .swiper-pagination {
		text-align: center;
		left: unset;
	}

	.swiper-container.planritning .swiper-slide.swiper-slide-active .slide-caption {
		opacity: 1;
		bottom: 30px;
	}
	
	.swiper-container.planritning .swiper-slide .slide-caption {
		transform: translate(50%,-50%);
		left: unset;
		right: 50%;
		font-size: 16px;
		bottom: 20px;
	}
	
	#header .logo{ 
		margin-top: 32px;
	}
	
	#footer .copymadecont .hidden {
		display: inline-block;
	}

	.w4_newsletter_widget form .holder.integritetspolicy span.wpcf7-list-item-label {
		font-size: 18px;
		line-height: 30px;
	}
	
	.w4_newsletter_widget form .holder.integritetspolicy span.wpcf7-list-item-label:before {
	    top: 6px;	
	}
	
	.w4_newsletter_widget form .holder.integritetspolicy input:checked + span.wpcf7-list-item-label:after {
	    top: 10px;
	    left: 7px;
    }
	
	
	#cookieinfo .insidepcookie .cookie-icon {
	    left: 23px;
	    bottom: 23px;
    }

    .bildkollage_module .close_kollage {
        width: 50px;
        height: 50px;
    }

    .w4_offices .holder .element .padd .open_kollage {
        width: 120px;
        height: 120px;
        top: calc(50% - 60px);
        right: calc(50% - 60px);
    }

    .w4_maklarwidget .text_cont {
        padding-right: 30px;
    }


	.w4_situationsplanwidget .text_cont {
		padding-right: 30px;
	}

    .w4_planritning .image-holder {
        height: unset;
        padding-left: 0px;
    }

    .w4_planritning .image-holder img {
        max-width: 100%;
        height: auto;
    }


    .w4_horizbildkollage .wrapper .row .col.half,
    .w4_horizbildkollage .wrapper .row .col.full {
        width: 33.33%;
        height: 460px;
    }

    .w4_horizbildkollage .wrapper .row .col {

    }

    .w4_planritning .holder {
        padding-left: 0px;
        padding-right: 0px;
    }

    .w4_googlemaps .holder .frame iframe {
        height: 550px;
    }

    .w4_bostadsvaljare .background {
        height: 700px;
    }

    .w4_bostadsvaljare .infobox {
	    position: absolute;
        left: unset;
        top: unset;
		width: unset;
        padding: 30px;
        min-width: 350px;
		bottom: 20px;
		right: 20px;
    }
    
    .w4_bostadsvaljare .infobox .wrapper .item.links p {
        font-size: 18px;
        line-height: 24px;
	}
	
	.w4_bostadsvaljare .infobox .wrapper span,
	.w4_bostadsvaljare .infobox .wrapper p {
        font-size: 16px;
        line-height: 22px;
	}

    .w4_bostadsvaljare .padd {
        padding-top: 100px;
        padding-bottom: 100px;
        padding-left: 40px;
        padding-right: 40px;
    }
    
    .w4_kokselector .padd {
		padding-top: 100px;
		padding-bottom: 100px;
		padding-left: 40px;
		padding-right: 40px;
	}

    .w4_googlemaps .padd {
        padding-left: 50px;
        padding-right: 50px;
        padding-top: 140px;
        padding-bottom: 140px;
    }

    .w4_maklarwidget .text_cont .divider {
        background: #e5c1bd;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .w4_maklarwidget .text_cont .info .image-holder {
        display: none;
    }

    .w4_maklarwidget .text_cont .name {
        font-size: 26px;
        line-height: 38px;
    }

    .w4_maklarwidget .text_cont .info a,
    .w4_maklarwidget .text_cont .info {
        font-size: 20px;
        line-height: 27px;
    }

    .w4_maklarwidget .holder {
        padding: 0;
    }

    .w4_maklarwidget .text_cont .text {
        font-size: 30px;
        line-height: 40px;
    }

.w4_situationsplanwidget .text_cont .divider {
        background: #e5c1bd;
        margin-top: 80px;
        margin-bottom: 30px;
    }

    .w4_situationsplanwidget .text_cont .info .image-holder {
        display: none;
    }

    .w4_situationsplanwidget .text_cont .name {
        font-size: 26px;
        line-height: 38px;
    }

    .w4_situationsplanwidget .text_cont .info a,
    .w4_situationsplanwidget .text_cont .info {
        font-size: 20px;
        line-height: 27px;
    }

    .w4_situationsplanwidget .holder {
        padding: 0;
    }

    .w4_situationsplanwidget .text_cont .text {
        font-size: 26px;
        line-height: 34px;
    }

	.brief_texts{
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-start;
		align-items: flex-start;
	}


	.brief_texts .element .padd{
		padding-right: 70px;
	}
	.brief_texts .element{
		margin-bottom: 60px;
	}
	.brief_texts .top_title{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 30px;
	}
	.brief_texts h3{
		font-size: 40px;
		line-height: 50px;
		letter-spacing: -0.05em;
		margin-bottom: 25px;
	}
	.brief_texts .text_sec{
		font-size: 18px;
		line-height: 34px;
	}




	.single article{
		padding-top: 100px;
		padding-bottom: 70px;
		margin-bottom: 70px;
	}
	.single article .imgholder{
		margin-bottom: 50px;
	}
	.single article .date{
		font-size: 13px;
		line-height: 14px;
		letter-spacing: 0.1em;
		margin-bottom: 50px;
	}
	.single article h1{
		margin-bottom: 40px;
		font-size: 48px;
		line-height: 58px;
	}
	.single article .entry-content{
		font-size: 18px;
		line-height: 34px;
		padding-bottom: 70px;
	}
	.single article .entry-content figcaption{
		font-size: 14px;
		line-height: 20px;
		padding-top: 10px;
	}

	.single article .entry-content p, .single article .entry-content ul, .single article .entry-content ol, .single article .entry-content p > img, .single article .entry-content figure, .single article .entry-content blockquote{
		margin-bottom: 40px;
	}
	.single article .entry-content h2, .single article .entry-content h3, .single article .entry-content h4, .single article .entry-content h5{
		margin-top: 20px;
		margin-bottom: 20px;
		font-family: 'Poppins-SemiBold', sans-serif;
		font-size: 40px;
		line-height: 44px;
	}
	.single article .entry-content a{
		padding-bottom: 5px;
	}


	.single article .entry-content ol li{
		margin-bottom: 30px;
		padding-left: 40px;
	}
	.single article .entry-content ol li:before {
	    left: -20px;
	    margin-left: -20px;
		font-size: 30px;
		line-height: 36px;
	}

	.single article .entry-content ul li{
	    padding-left: 40px;
		margin-bottom: 30px;
	}
	.single article .entry-content ul li:before{
		width: 25px;
		height: 25px;
		background-size: 100% 100%;
		margin-left: -40px;
		top: 4px;
		left: 0px;
	}



	.topsplash.lower{
		height: 400px;
	}


	.w4_newswidget .holder .element h3{
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.w4_newswidget .holder .element .date{
		font-size: 13px;
		line-height: 14px;
		letter-spacing: 0.1em;
	}


	.entry-content .alignright, .entry-content .alignleft{
		max-width: 240px;
		margin-bottom: 30px;
	}
	.entry-content .alignright{
		margin-left: 30px;
	}
	.entry-content .alignleft{
		margin-right: 30px;
	}

	.socialmenu ul.menu li,  #header ul#menu-socialmenu li{
		padding-left: 30px;
		padding-right: 30px;
		height: 15px;
	}
	.socialmenu ul.menu li a, #header ul#menu-socialmenu li a{
		width: 40px;
		height: 40px;
		margin-top: -15px;
	}
	.socialmenu ul.menu li a .hamic,  ul#menu-socialmenu li a .hamic{
		margin-left: -20px;
		margin-top: -20px;
		height: 40px;
		width: 40px;
	}


    li.tw a .hamic{
    	background-position: -260px -584px;
    }
    li.li a .hamic{
        background-position: -326px -584px;
    }
    li.fb a .hamic{
        background-position: -202px -584px;
    }
    li.in a .hamic{
        background-position: -390px -585px;
    }

    li.tw a:hover .hamic{
    	background-position: -260px -639px;
    }
    li.li a:hover .hamic{
        background-position: -326px -640px;
    }
    li.fb a:hover .hamic{
        background-position: -202px -640px;
    }
    li.in a:hover .hamic{
        background-position: -390px -640px;
    }



	#footer{
		padding-top: 100px;
		padding-bottom: 80px;
	}
	#footer .footerlogo{
        width: 320px;
        height: 110px;
        background-position: -6px -281px;
         margin-bottom: 50px;
	}
	#footer .adress{
		font-size: 18px;
		line-height: 32px;
		margin-bottom: 80px;
	}
	#footer .socialmenu{
		margin-bottom: 70px;
	}

	#footer .copyright{
		font-size: 14px;
		line-height: 16px;
		margin-bottom: 25px;
	}
	#footer .copymadecont{
		font-size: 14px;
		line-height: 16px;
		text-transform: none;
	}

    .w4_newsletter_widget .col {
        width: 50%;
        float: left;
    }

    .w4_newsletter_widget .col.right {
        width: calc(50% - 50px);
        float: right;
        padding-top: 0px;
    }

    .w4_newsletter_widget form .wpcf7-list-item-label {
        max-width: 560px;
        display: inline-table;
        font-size: 18px;
        line-height: 26px;
    }

    .w4_newsletter_widget form span.wpcf7-list-item {
        margin-top: 0px;
    }

	.w4_newsletter_widget .confidentialtiy h2{
		font-size: 26px;
		line-height: 28px;
		margin-bottom: 20px;
	}
	.w4_newsletter_widget .confidentialtiy .confidentialtiy_text{
		font-size: 16px;
		line-height: 28px;
	}

	.w4_newsletter_widget form .holder.integritetspolicy{
		margin-bottom: 40px;
	}

	.w4_newsletter_widget form .holder .nl_email{
		margin-bottom: 0px;
	}


	.w4_newsletter_widget{
		padding-top: 100px;
		padding-bottom: 60px;
	}

	.w4_newsletter_widget form{
		width: 100%;
		display: inline-block;
		float: left;
	}
	.w4_newsletter_widget .confidentialtiy{
		width: 40%;
		display: inline-block;
		float: left;
	}

	.w4_newsletter_widget .padding{
		padding-right: 70px;
		padding-bottom: 45px;
		padding-left: 0;
	}

	.w4_newsletter_widget .confidentialtiy .padding{
		padding-left: 30px;
		padding-right: 0;
	}

	.w4_newsletter_widget h2.main{
		font-size: 60px;
		line-height: 65px;
		margin-bottom: 30px;
		margin-left: 0;
		margin-right: 0;
	}
	.w4_newsletter_widget form .holder{
		margin-bottom: 40px;
	}
	.w4_newsletter_widget form .holder .half{
		display: inline-block;
		float: left;
		width: 50%;
		margin-bottom: 0;
	}
	.w4_newsletter_widget form .holder .rpadd{
		padding-right: 45px;
	}

	.w4_newsletter_widget form .holder input{
		font-size: 16px;
		line-height: 20px;
		padding: 10px 0px;
	}
	.w4_newsletter_widget form .holder.integritetspolicy .integr_text{
		font-size: 16px;
		line-height: 20px;
	}

    .w4_planritning {
        padding-top: 100px;
		padding-bottom: 60px;
    }

	.w4_offices{
		padding-top: 100px;
		padding-bottom: 60px;
	}

    .w4_maklarwidget .col.left {
        width: 60%;
    }

    .w4_maklarwidget .col.right {
        display: block;
    }

	.w4_maklarwidget{
		padding-top: 100px;
		padding-bottom: 100px;
	}

    .w4_maklarwidget h2 {
        margin-bottom: 100px;
        font-size: 40px;
        line-height: 40px;
    }
    
    .w4_situationsplanwidget .row {
		display: flex;
		align-items: center;
	}

	.w4_situationsplanwidget .col.left {
        width: 60%;
    }

    .w4_situationsplanwidget .col.right {
	    width: 40%;
    }

	.w4_situationsplanwidget{
		padding-top: 100px;
		padding-bottom: 100px;
	}

    .w4_situationsplanwidget h2 {
        margin-bottom: 40px;
        font-size: 40px;
        line-height: 40px;
    }

    .w4_planritning h2 {
        margin-bottom: 50px;
        font-size: 40px;
        line-height: 40px;
    }
	.w4_offices .holder .element, .brief_texts .element{
		display: inline-block;
		float: left;
		width: 50%;
	}
	.w4_newswidget .holder .element{
		width: 33%;
		display: inline-block;
		float: left;
	}

	.w4_offices .holder .element .padd, .w4_newswidget .holder .element .padd{
		padding-left: 10px;
		padding-right: 10px;
	}
	.w4_newswidget h2{
		margin-left: 10px;
	}
	.w4_offices .holder .element .image{
		height: 260px;
	}
	.w4_offices .holder .element .text_hl{
		padding-left: 45px;
		padding-right: 45px;
	}
	.w4_offices .holder .element .text_hl h2{
		margin-bottom: 15px;
		font-size: 40px;
		line-height: 42px;
	}
	.w4_offices .holder .element .text_hl .text{
		font-size: 16px;
		line-height: 28px;
	}


	.w4_textwidget .holder{
		padding-left: 0px;
		padding-right: 0px;
	}

	.w4_textwidget{
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.w4_textwidget h2, .w4_newswidget h2{
		font-size: 40px;
		line-height: 42px;
		margin-bottom: 40px;
	}
	
	.w4_ombostaderna .text {
		margin-top: 0px;
	}
	
	.w4_ombostaderna .text,
	.w4_textwidget .text{
        padding-top: 0px;
        border: none;
		font-size: 18px;
		line-height: 34px;
	}

	#cookieinfo .insidepcookie .accept{
		font-size: 16px;
		line-height: 18px;
		padding: 18px 55px 14px;
	}

	#cookieinfo .insidepcookie h3{
		font-size: 18px;
		line-height: 20px;
		margin-bottom: 10px;
	}

	#cookieinfo{
		bottom: 20px;
	    right: 20px;
	}


	#cookieinfo .insidepcookie{
	    font-size: 16px;
	    line-height: 22px;
	    margin-left: 0px;
	    margin-right: 0px;
		padding: 35px 50px 20px;
		width: 450px;
	    max-width: 100%;
	}

	.topsplash .holder{
		padding-top: 280px;
		padding-bottom: 170px;
		padding-left: 0;
		padding-right: 120px;
	}
	.topsplash .holder h1{
		font-size: 80px;
		line-height: 80px;
		margin-bottom: 40px;
		padding-right: 100px;
	}
	.topsplash .holder .text{
		font-size: 30px;
		line-height: 40px;
	}
	.topsplash .holder .text a{
		padding-bottom: 5px;
		border-bottom: solid 3px #191919;
	}

	#header .language-chooser{
		display: inline-block;
	}
	#header .hamburgercontent .language-chooser{
		display: none;
	}

	.gridholder{
		width: 708px;
	}
	.gridholder.morewide{
		width: 728px;
	}

}


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

}


@media screen and (min-width: 783px) {


	.gridholder{
		width: 742px;
	}
	.gridholder.morewide{
		width: 762px;
	}


}

@media screen and (min-width: 810px) {

	.gridholder{
		width: 770px;
	}
	.gridholder.morewide{
		width: 790px;
	}


}


@media screen and (min-width: 846px) {


	.gridholder{
		width: 806px;
	}
	.gridholder.morewide{
		width: 826px;
	}


}

@media screen and (min-width: 900px){
	
	.w4_bostadsvaljare .infobox {
        right: 30px;
        bottom: 30px;
    }


	.gridholder{
		width: 860px;
	}
	.gridholder.morewide{
		width: 880px;
	}

}

@media screen and (min-width: 1008px) {



}
@media screen and (min-width: 1024px){
	
	.showmenubtn{
	display: none;
	}
	#header .mainmenu_cont{
	display: inline-block;
	}

	.paddingtop {
		padding-top: 200px;
	}
	
	.tablepress tbody td {
		padding: 12px!important;
	}
	
	.tablepress td {
	    font-size: 18px!important;
	}
	
	
	.w4_ombostaderna {
		margin-top: 100px;
		margin-bottom: 60px;	
	}

	
	.w4_horizbildkollage {
		padding-top: 80px;
	}
	
	.w4_bostadsvaljare .infobox {
		padding: 30px;
	}
	
	.w4_bostadsvaljare .infobox .wrapper span,
	.w4_bostadsvaljare .infobox .wrapper p {
        font-size: 16px;
        line-height: 22px;
	}

	.topsplash.lower{
		height: 200px;
	}

	.entry-content .alignright, .entry-content .alignleft{
		max-width: 340px;
		margin-bottom: 40px;
	}
	.entry-content .alignright{
		margin-left: 30px;
	}
	.entry-content .alignleft{
		margin-right: 30px;
	}


	.gridholder{
		width: 984px;
	}
	.gridholder.morewide{
		width: 1004px;
	}


}



@media screen and (min-width: 1040px) {

	.gridholder{
		width: 1000px;
	}
	.gridholder.morewide{
		width: 1020px;
	}

}

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

}

@media screen and (min-width: 1080px) {

	.gridholder{
		width: 1040px;
	}
	.gridholder.morewide{
		width: 1060px;
	}


}

@media screen and (min-width: 1110px) {



	.gridholder{
		width: 1070px;
	}
	.gridholder.morewide{
		width: 1090px;
	}


}
@media screen and (min-width: 1130px) {



}


@media screen and (min-width: 1218px) {
	.gridholder{
		width: 1120px;
	}
	.gridholder.morewide{
		width: 1140px;
	}

}

@media screen and (min-width: 1292px) {

}


@media screen and (min-width: 1300px) {

	.paddingtop {
		padding-top: 250px;
	}
	
	.w4_kokselector .swiper-container.kokselector .swiper-pagination .swiper-pagination-bullet {
	    width: 100px;
	    height: 100px;
		border: 10px solid transparent;
	}

	.w4_kokselector .swiper-container.kokselector .swiper-info {
		padding: 50px;
		font-size: 40px;
		line-height: 50px;
		max-width: 300px;
	}

    .w4_horizbildkollage .wrapper .row .col.half {
        width: 25%;
    }

    .w4_horizbildkollage .wrapper .row .col.full {
        width: 50%;
    }
    .gridholder.evenmorewide{
        width: 1280px;
    }
    .w4_maklarwidget .col.left {
        width: 70%;
    }

    .w4_maklarwidget .col.right {
        width: 30%;
    }

    .w4_maklarwidget .col.right .image::after {
        right: -25px;
        bottom: -25px;
    }
    .w4_situationsplanwidget .col.left {
        width: 50%;
    }

    .w4_situationsplanwidget .col.right {
        width: 50%;
    }
}

@media screen and (min-width: 1350px) {

}

@media screen and (min-width: 1390px) {

}

@media screen and (min-width: 1460px) {



}
@media screen and (min-width: 1500px) {


}
@media screen and (min-width: 1550px) {

}
@media screen and (min-width: 1640px) {

}

@media screen and (min-width: 1880px) {
	
	.paddingtop {
		padding-top: 300px;
	}
	
	#header .logo{
		width: 306px;
		height: 137px;
		margin-left: 60px;
		margin-top: 20px;
		background-position: -17px -142px;
	}
	
    .w4_googlemaps .holder .frame iframe {
        height: 750px;
    }

    .w4_bostadsvaljare .background {
        height: 800px;
    }

    .w4_bostadsvaljare .padd {
        padding-top: 150px;
        padding-bottom: 150px;
    }
    
    .w4_kokselector .padd {
        padding-top: 150px;
        padding-bottom: 150px;
	}

    .w4_horizbildkollage .wrapper .row .col.half,
    .w4_horizbildkollage .wrapper .row .col.full {
        height: 660px;
    }

	.topsplash.lower{
		height: 400px;
	}

	#header .language-chooser li, #header .superwide .menu li{
		font-size: 18px;
		line-height: 20px;
	}


	#footer{
		padding-top: 200px;
		padding-bottom: 160px;
	}
	#footer .footerlogo{
	}
	#footer .adress{
		font-size: 20px;
		line-height: 36px;
		margin-bottom: 80px;
	}
	#footer .socialmenu{
		margin-bottom: 50px;
	}


	.w4_newsletter_widget .confidentialtiy h2{
		font-size: 30px;
		line-height: 34px;
		margin-bottom: 20px;
	}
	.w4_newsletter_widget .confidentialtiy .confidentialtiy_text{
		font-size: 18px;
		line-height: 30px;
	}

	.w4_newsletter_widget form .holder.integritetspolicy{
		margin-bottom: 40px;
	}

    .w4_googlemaps .padd {
        padding-top: 190px;
        padding-bottom: 190px;
    }


	.w4_newsletter_widget{
		padding-top: 250px;
		padding-bottom: 250px;
	}

	.w4_newsletter_widget .padding{
		padding-right: 140px;
		padding-bottom: 45px;
	}

	.w4_newsletter_widget .confidentialtiy .padding{
		padding-left: 70px;
	}

	.w4_newsletter_widget h2.main{
		font-size: 100px;
		line-height: 110px;
		margin-bottom: 50px;
        max-width: 820px;
	}
	.w4_newsletter_widget form .holder{
		margin-bottom: 40px;
	}
	.w4_newsletter_widget form .holder .rpadd{
		padding-right: 45px;
	}

	.w4_newsletter_widget form .holder input{
		font-size: 18px;
		line-height: 22px;
		padding: 10px 0px;
	}
	.w4_newsletter_widget form .holder.integritetspolicy .integr_text{
		font-size: 18px;
		line-height: 22px;
	}

    .w4_planritning {
        padding-top: 160px;
		padding-bottom: 190px;
    }

	.w4_offices{
		padding-top: 140px;
		padding-bottom: 190px;
	}

	.w4_maklarwidget{
		padding-top: 150px;
		padding-bottom: 180px;
	}

    .w4_maklarwidget h2 {
        margin-bottom: 150px;
        font-size: 50px;
        line-height: 50px;
    }

	.w4_situationsplanwidget{
		padding-top: 150px;
		padding-bottom: 180px;
	}

    .w4_situationsplanwidget h2 {
        margin-bottom: 50px;
        font-size: 50px;
        line-height: 50px;
    }

    .w4_planritning h2 {
        margin-bottom: 100px;
        font-size: 50px;
        line-height: 50px;
    }
	.w4_offices .holder .element .image{
		height: 360px;
	}
	.w4_offices .holder .element .text_hl h2{
		margin-bottom: 20px;
		font-size: 50px;
		line-height: 52px;
	}
	.w4_offices .holder .element .text_hl .text{
		font-size: 18px;
		line-height: 30px;
	}

	.w4_textwidget{
		padding-top: 140px;
		padding-bottom: 190px;
	}
	.w4_textwidget h2, .w4_newswidget h2{
		font-size: 50px;
		line-height: 52px;
		margin-bottom: 50px;
	}
	
	.w4_ombostaderna .text {
		margin-top: 0px;
	}
	
	.w4_ombostaderna .text,
	.w4_textwidget .text{
        margin-top: 50px;
		font-size: 18px;
		line-height: 34px;
	}


	.topsplash .holder{
		padding-top: 380px;
		padding-bottom: 270px;
	}
	.topsplash .holder h1{
		font-size: 120px;
		line-height: 120px;
		margin-bottom: 40px;
		padding-right: 0px;
	}
	.topsplash .holder .text{
		font-size: 30px;
		line-height: 40px;
	}
}

@media screen and (min-width: 2150px) {

}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.bgspr{
		background-image: url("images/sprites@2x.png");
		background-size: 850px 870px;
	}
}

/**
 * 12.0 Print
 * -----------------------------------------------------------------------------
 */

@media print {

}
