
@font-face {
	font-family: "circular_stdbook";
	src: url("fonts/circularstd-book-webfont.woff2") format("woff2"),
	  url("fonts/circularstd-book-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
  @font-face {
	font-family: "circular_stdmedium";
	src: url("fonts/circularstd-medium-webfont.woff2") format("woff2"),
	  url("fonts/circularstd-medium-webfont.woff") format("woff");
	font-weight: normal;
	font-style: normal;
  }
 


html body{
	font-family: 'circular_stdbook', sans-serif;
}

html strong, html b{
	font-family: 'circular_stdmedium', sans-serif;
}
main.main {
	position: relative;
}

.wpcf7-form-control-wrap .wpcf7-checkbox input[type=checkbox] {
	width: 20px;
	height: 20px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item-label {
color: #424d38;
}
.wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
	margin-left: 0;
}


/* 2024-10-29 fix för fomulär bakom element vid specifik content type*/
.section-infoblock-holder.revers-image.bg_dark_green:last-of-type {
	margin-bottom: 160px;
}

/* 2024-10-29 fix för mer bugs som skedde vid uppdateringav gamla plugins */
.tlp-content h3 {
	color: #424d38;
}
.helpie-faq.accordions .accordion__item {
	flex-direction: column;
}
.section-holder-text .description-content .content-holder ul li.accordion__item::before {
	position: relative;
	top: 32px;
}
.section-holder-text .description-content .content-holder ul li.accordion__item .accordion__title {
	margin-left: 13px;
}



.home-carousel-section,
.section.section-advantages .container {
	position: relative !important;
}

.hero_links_position {
	position: absolute;
	top: -225px;
	z-index: 80;
	left: 0;
	margin-left: 5px;
}
.hero_lankar_modul {
	background-color: #f6f4e3;
	/* background-color: #424d38; */
	color: rgb(41,51,34);
	border-top: 4px solid #E57F58;
	position: relative;
}

.hero_lankar_modul .inner{
	padding: 10px 10px;
}
.hero_lankar_modul .inner .vinjett{
	font-size: 11px;
	color: #424d38;
	font-family: 'circular_stdmedium', sans-serif;
}
.hero_lankar_modul .inner .link {
	position: relative;
}

.hero_lankar_modul .inner .link:not(:last-of-type) {
	border-bottom: 1px solid #424d38;
}



.hero_lankar_modul .inner .link a{
	color: #424d38;
	width: 100%;
	height: 100%;
	display: inline-block;
	padding: 8px;
	font-size: 20px;
	font-family: 'circular_stdmedium', sans-serif;
}

.hero_lankar_modul .inner .link:hover a{
	color: #E57F58;
}
.hero_lankar_modul .inner .link:hover .arrow{
	right: 6px;
	background-image: url('images/arrow-right-2-orange.svg');
}

.hero_lankar_modul .inner .link.active a{
	color: #E57F58;
}
.hero_lankar_modul .inner .link.active .arrow{
	right: 6px;
	background-image: url('images/arrow-right-2-orange.svg');
}


.hero_lankar_modul .inner .link .number{
	position: relative;
	padding: 15px 0;
	color: #E57F58;
	margin-right: 10px;
	font-size: 26px;
	font-family: 'circular_stdbook', sans-serif;
}
.hero_lankar_modul .inner .link .arrow {
	position: absolute;
	display: inline-block;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	background-size: 100%;
	width: 25px;
	height: 25px;
	background-repeat: no-repeat;
	background-position: center center;
	background-image: url('images/arrow-right-2.svg');
	transition: all 0.25s ease-in-out;
}


/* PAGE */

#first {
	border-top: #E57F58 4px solid;
}
#first, #second, #third {
	display: flex;
	flex-direction: column;
	border-bottom: 4px solid #E57F58;

}

.small_container {
	width: 80%;
	margin-right: auto;
	margin-left: 10px;
	/* padding-bottom: 50px; */
}

.page-id-4594 .banner-section {
	position: relative;
	background-image: url('https://www.frubohlin.se/wp-content/uploads/2024/02/platsbyggt-kok-stockholm-2.jpg') !important;
}
.page-id-4594 .banner-section h1.title {
	color: #f2f1f0;
	font-size: 35px;
	position: absolute;
	bottom: 20px;
}

.process_page .title .book {
  font-family: 'circular_stdbook', sans-serif;
}

.process_page .inner_section .title {
	padding-top: 20px;
	font-size: 28px;
	margin-bottom: 8%;
	color:#E57F58;
	font-family: 'circular_stdmedium', sans-serif;
}
.process_page .inner_section .underrubrik {
	font-size: 18px;
	color:#E57F58;
	margin-bottom: 20px;
}
.process_page .inner_section  .background .inner_content p {
	font-size: 26px;
	line-height: 1.1;

}
.process_page .info_section {
	padding: 50px 0 100px;
	font-size: 20px;
	line-height: 1.15;
	letter-spacing: -0.02em;
	position: relative;
}
.process_page .info_section p{
	margin-bottom: 22px;

}
.process_page .info_section .link{
	margin-top: 30px;
	color:#E57F58;
	font-size: 16px;
}
.process_page .info_section .link:hover{
	color: rgb(219,98,64);
}
.process_page .desktop {
	display: none;
}

.process_page .inner_section .background{
	height: calc(65vh - 80px);
	background-position: center center;
	background-size: cover;
	position: relative;
}

.process_page .inner_section .background .inner_content {
	position: relative;
	z-index: 10;

}
/* .process_page .inner_section .background .inner_content > *{
	margin-bottom: 25px;
	font-size: 25px;
	letter-spacing: -0.025em;

} */
.process_page .inner_section #first .background.one{
	background-image: url('https://www.frubohlin.se/wp-content/uploads/2024/06/inredningsdesigner-stockolm-frubohlin.jpg');
}
.process_page .inner_section #second .background.one{
	background-image: url('https://www.frubohlin.se/wp-content/uploads/2024/02/renovering-sollentuna-9.jpg');
}
.process_page .inner_section #third .background.one{
	background-image: url('https://www.frubohlin.se/wp-content/uploads/2024/06/tapetinspiration-5.jpg');
}
.process_page {
	position: relative;
	/* padding-top: 100px; */
	background-color: #424d38;
	color: #f2f1f0;
}


.flexme {
	/* display: flex;
	justify-content: center; */
}

.page-id-4594 .hero_lankar_modul {
	margin: auto 0;
	margin: 0 auto;
	height: fit-content;
	max-width: 50px;
	min-width: 50px;
	border-top: none;
	border-radius: 50px;
	position: fixed;
	top: 110px;
	right: 10px;
	z-index: 12;
	font-weight: 400;
}
.page-id-4594 .hero_lankar_modul .inner .link a{
 font-size: 18px;
}
.page-id-4594 .hero_lankar_modul .inner {
	padding: 7px;
}
.page-id-4594 .hero_lankar_modul .inner img{
   display: none !important;
}

.page-id-4594 .hero_lankar_modul .inner .link .arrow{
	left: 5px;
	/* transform: translateY(-50%) rotate(180deg); */
	background-image: none;
	font-size: 16px;
	background-color: #424d38;
	color: white;
	border-radius: 50%;
	text-align: center;
	width: 28px;
	height: 28px;
	line-height: 1.78;
}

.page-id-4594 .hero_lankar_modul .inner .link {
	padding: 10px 0;
}
.page-id-4594 .hero_lankar_modul .inner .link.active .arrow{
	background-color:#E57F58;
}


.page-id-4594 .hero_lankar_modul .inner .link .inner_text {
	display: none;
}


/* Ajax load more plugin fix 2024-11-05 */

.post-type-archive-projekt #ajax-load-more > div,
.single-projekt #ajax-load-more > div{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0px;
} 


  
  @keyframes draw {
	to {
	  stroke-dashoffset: 0;
	}
  }


  .section-advantages .hero_links_position {
	width: calc(100% - 35px);
  }
  @media (max-width: 767.98px) {
	.container.hero_links_position {
		padding-left: 7px;
		padding-right: 7px;
	}
}
@media screen and (min-width: 330px) {
	.hero_links_position {
		margin-left: 25px;
	}
	.section-advantages .hero_links_position {
		width: calc(100% - 50px);
	  }
}
@media screen and (min-width: 360px) {
	.info_section .skrift {
		left: 100px;

	}
	
	#second .info_section .skrift {
		left: 145px;
	}
	.hero_lankar_modul .inner .link a {
		font-size: 24px;
	}
	.hero_lankar_modul .inner .link .number {
		font-size: 26px;
	}
}
@media screen and (min-width: 420px) {
	.small_container {
		margin-left: 20px;
	}
	.hero_lankar_modul .inner .link .number{
		font-size: 31px;
		margin-right: 20px;
	}
	.hero_lankar_modul .inner .link a{
		font-size: 29px;
		padding: 10px 10px;
	}



}
@media screen and (min-width: 600px) {
	.hero_lankar_modul .inner{
		padding: 15px 25px;
	}
	.hero_lankar_modul .inner .link .arrow{
		right: 25px;
	}

	.process_page .info_section {
		padding: 70px 0 130px;
		font-size: 24px;
		line-height: 1.15;

	}
	.process_page .info_section .link{
		font-size: 18px;
	}
	.process_page .inner_section .title {
		font-size: 35px;
	}

	.process_page .inner_section .underrubrik {
		font-size: 22px;
	}


}

@media screen and (min-width: 768px) {
	.hero_links_position {
		top: -285px;
		margin-left: 0;
		left: 15px;
	}
	.section-advantages .hero_links_position {
		width: 650px;
	  }

	.small_container {
		width: 490px;
		margin: 0 0 0 25px;
	}

	.page-id-4594 .hero_lankar_modul .inner .link .inner_text {
		display: inline;
	}
	.page-id-4594 .hero_lankar_modul {
		max-width: 260px;
		min-width: 255px;
	}

	.page-id-4594 .banner-section h1.title {
		bottom: 60px;
	}

	.page-id-4594 .hero_lankar_modul .inner .link a {
		text-align: right;
	}
	.page-id-4594 .hero_lankar_modul .inner .link.active .arrow{
		left: 20px;
	}
	.page-id-4594 .hero_lankar_modul .inner .link .arrow{
		left: 6px;
	}
	.page-id-4594 .hero_lankar_modul .inner .link {
		padding: 0;
	}
	.page-id-4594 .hero_lankar_modul .inner {
		padding: 15px;
	}

	.page-id-4594 .banner-section h1.title {
		font-size: 50px;
	}
	
}
@media screen and (min-width: 992px) {
	html body .home-carousel .item {
		padding: 110px 0 80px;
	}
	.hero_lankar_modul svg,
	.hero_lankar_modul img {
		display: block;
	}

	.small_container,
	.page-id-4594 .section-contact-us .custom-container {
	   width: 100%;
	   margin: 0;
	   padding-left: 15px;
	   padding-right: 15px;
	   
	}

	.process_page .inner_section .background {
		height: calc(100vh - 80px);
	}


	.hero_lankar_modul .inner .link a{
		padding: 16px 16px;
		font-size: 37px;
	}
	.page-id-4594 .hero_lankar_modul .inner .link a {
		font-size: 18px;
		padding: 10px;
	}

	.process_page .inner_section .title {
		font-size: 50px;
		padding-top: 50px;
	}

	/* .process_page .info_section {
		padding: 85px 0;
	} */

	.process_page .desktop {
		display: block;
	}
	.process_page .mobile {
		display: none;
	}
	.process_page .info_section {
		padding: 30px 0;
	}
	.process_page .info_section, 
	.process_page .background {
		width: 50%;
	}

	.hero_lankar_modul .inner .link .number{
		font-size: 40px;
		margin-right: 30px;
	}

	#first, #second, #third {
		display: flex;
		flex-direction: row-reverse;
		justify-content: space-between;
	}

	html body .section-advantages {
		padding: 150px 0 120px;
	}

	.info_section .skrift {
		bottom: 100px;
		transform: rotate(-6deg);
	}
	#second .info_section .skrift {
		bottom: 90px;
	}
	

}
@media screen and (min-width: 1200px) {
	html body .home-carousel .item {
		padding: 110px 0 80px;
	}

	.page-id-4594 .section-contact-us .custom-container {
		margin: 0 0 0 35px;
	}
	.small_container {
		width: 85%;
		margin: auto;
	}

	.page-id-4594 .hero_lankar_modul {
		right: 35px;
	}

	.page-id-4594 .banner-section h1.title {
		font-size: 80px;
		left: 5%;
	}


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

	.page-id-4594 .section-contact-us .custom-container {
		max-width: 1100px;
		margin: 0 0 0 150px;
	}
	.page-id-4594 .hero_lankar_modul {
		right: 80px;
	}

	.process_page .info_section {
		font-size: 32px;
	}
	.process_page .info_section .link{
		font-size: 24px;
	}
	.process_page .inner_section .underrubrik {
		font-size: 28px;
	}
	.process_page .inner_section .title {
		font-size: 50px;
	}
}
@media screen and (min-width: 1700px) {

	.small_container {
		width: 75%;
	}


	.hero_lankar_modul:not(.small) .inner{
		padding: 20px 35px;
	}
	.hero_lankar_modul:not(.small) .inner .link a{
		padding: 18px;
		font-size: 43px;
	}
	.hero_lankar_modul:not(.small) .inner .link .number{
		margin-right: 20px;
		font-size: 43px;
	}	
	.hero_links_position {
		top: -350px;
	}

	.hero_lankar_modul .skrift {
		position: absolute;
		width: 189px;
		height: 25px;
		top: 31%;
		left: 476px;
		transform: rotate(-3deg);
	}
	.hero_lankar_modul .skriftpil {
		position: absolute;
		width: 67px;
		height: 75px;
		top: 11%;
		left: 666px;
		-webkit-transform: scaleX(-1);
		transform: scaleX(-1) rotate(14deg);
	}
	.hero_lankar_modul .link.two .skrift {
		left: 510px;
		height: 31px;
		top: 17%;
	}
	.hero_lankar_modul .link.two .skriftpil {
		top: 59%;
		left: 468px;
		transform: scaleX(-1) rotate(-12deg);
		height: 52px;
		width: 59px;
	}
	.hero_lankar_modul .link.three .skrift {
		left: 500px;
		height: 21px;
		top: 31%;
	}


	.page-id-4594 .section-contact-us .custom-container {
		margin: 0 0 0 200px;
	}
	.page-id-4594 .hero_lankar_modul {
		margin: 0 0 0 100px;
	}


	.page-id-4594 .banner-section h1.title {
		left: 7.5%;
	}
	
}
@media screen and (min-width: 1850px) {

	.page-id-4594 .section-contact-us .custom-container {
		margin: 0 0 0 15%;
	}
}
@media screen and (min-width: 2000px) {

	/* .hero_links_position {
		top: -230px;
	} */
	 .page-id-4594 .section-contact-us .custom-container {
		margin: 0 0 0 20%;
	}
	.page-id-4594 .hero_lankar_modul {
		right: 150px;
	}
}