/* Lindqvist & Engström AB */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600&family=Yantramanav:wght@300;400;500;700&display=swap');
@import url("https://use.typekit.net/uev0scs.css");
@import url('https://unpkg.com/aos@2.3.1/dist/aos.css');

/* Video background */
.fullscreen-bg-video {
   	position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: hidden;
    z-index: -100;
}

#bg-video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto;
    min-width: 100%;
    min-height: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}


/* ==========================================================================
Generellt 
========================================================================== */
*,
*::before,
*::after {
	box-sizing: border-box;
}

html {
	font-size: 62.5%;
}

body {
	background-position: center bottom;
	-webkit-font-smoothing: antialiased;
}


body.isMobile .body-background {
	background-position: center center;
	background-size: cover;
}

.LayoutPage .section-block,
.SubPage .LayoutPage .section-block {
    padding: 13rem 2rem;
}

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

@media only screen and (max-width:650px) {
	.LayoutPage .section-block,
	.SubPage .LayoutPage .section-block {
	    padding: 10rem 3rem;
	}
.subpage-content {
	padding: 3rem !important;
}

}

.btn{
	max-width: 24rem;
    width: 100%;
    box-sizing: border-box;
    padding: 1.3rem 1.8rem !important;
	background-color: #f7b863;
	color: #fff !important;
	border: 1px solid #f7b863;
    text-align: center !important;
    text-transform: uppercase;
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.4s ease-in-out;
    display: inline-block;
    transition: 0.4s;
    border-radius: 0rem;
    -webkit-font-smoothing: antialiased;
	font-size: 1.3rem !important;
    font-weight: 400;
    letter-spacing: .2em;
    text-transform: uppercase;
}

.btn:hover {
	border: 1px solid #222;
	color: #fff !important;
	background-color: #222;
}


.btn-wrapper {
	padding-top: 4rem !important;
}

.btn-wrapper.center {
	display: flex;
	justify-content: center;
}

/* Paddings */
.pb-0 .section-block,
.pb-0:not(.section-wrapper) {
    padding-bottom: 0;
}

.py-2 .section-block,
.py-2:not(.section-wrapper) {
    padding-bottom: 2rem;
	padding-top: 6rem;
}

.width-1100 .section-block .section-block-wrapper {
	max-width: 110rem;
}

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

.width-1300 .section-block .section-block-wrapper {
	max-width: 130rem;
}

.width-1400 .section-block .section-block-wrapper {
	max-width: 140rem;
}

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

/*
.section-block li:before {
	content: "\f185";
	color: #ffbb00;
	font-weight: bold;
    display: inline-block;
    width: 1.5em;
    margin-left: -1.5em;
    font-family: 'Font Awesome 5 Pro';
}

.section-block ul {
	list-style: none;
}

.section-block li {
	padding-bottom: 1rem;
}
*/

.display-none {
	display: none;
}

.EditMode .display-none {
	display: block;
}

/* split */

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

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

.split-content h2 {
	color: #ffbb00;
	font-size: 7.5rem;
}

.split-image {
    width: 50%;
    position: relative;
    overflow: hidden;
    border: 2rem solid #fff;
    box-shadow: 0px 0px 40px 0px rgba(0,0,0,0.07);
}

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

@media only screen and (max-width: 1120px) {
	.split-content h2 {
	    font-size: 6.5rem;
	}
}


@media only screen and (max-width: 1000px) {
	.split-wrapper {
    	display: block;
    }
    
	.split-content {
		width: 85% !important;	
	}
	
	.split-image {
		width: 85% !important;
		height: 50rem !important;
	}
}

@supports (object-fit: cover) {
    .split-image img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}


/* ==========================================================================
Text och typsnitt
========================================================================== */
p, a , li{
	color: #8c8686;
    font-family: sofia-pro, sans-serif;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    font-size: 2rem;
    line-height: 1.8;
    letter-spacing: normal;
    text-transform: none;
}

.link-styled {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 2rem;
    letter-spacing: .3em;
    color: #f7b863;
}

.link-wrapper {
	padding-top: 2rem !important;
}

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

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

a:hover {
	text-decoration: none;
	color: inherit;
}

h1, h2, h3, h4, h5 {
	font-family: 'Yantramanav', sans-serif;
}

h2 {
   font-style: normal;
    text-transform: none;
    color: #313131;
    line-height: 1.3;
    letter-spacing: normal;
    font-weight: 400;
    font-size: 6rem;
    padding-bottom: 3rem;
    margin: 0 auto;
    letter-spacing: 0.05em;
}

h3 {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 2rem;
    padding-top: 0;
    color: #252523;
    text-transform: none;
    letter-spacing: 0.1em;
}

h4 {
    font-size: 2.5rem;
    font-weight: 600;
    padding-bottom: 2rem;
    padding-top: 0;
    text-align: left;
    color: #252523;
    text-transform: none;
    letter-spacing: 0.1em;
}


h5 {
    font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 2rem;
    letter-spacing: .3em;
    color: #312f30;
}



/* lilla "abc"-blocket */
.smalltext-type {
	max-width: 90rem;
}

/* stora "ABC"-blocket */
.normaltext-type {
    max-width: 90rem;
    margin: 0 auto;
    text-align: center;
}

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

.heading-type p {
	max-width: 80rem;
	margin: 0 auto;
	text-align: center;
	padding-bottom: 8rem;
}

.italic {
	font-style: italic;
}

.bold {
	font-weight: 700;
}

.ingress {
	font-style: italic;
	color: #f7b863;
	font-weight: 300;
	font-size: 2.5rem;
	line-height: 1.7;
	margin: 0 auto;
	padding-bottom: 1.5rem;
}

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


@media only screen and (max-width:550px){
	h2 {
		font-size:4rem;
	}
	
	.ingress {
		font-size: 2rem;
	}
}

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

header {
    -webkit-transition: all 500ms linear;
    -moz-transition: all 500ms linear;
    -o-transition: all 500ms linear;
    -ms-transition: all 500ms linear;
    transition: all 500ms linear;
	background-color: transparent;
    box-shadow: none;
}

header.scrolled {
	background-color: rgba(255, 255, 255, 1);
    box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
    margin-top: 0;
}

header .container {
	max-width: 100%;
}

header .header-logo {
	opacity:0;
    width: 25rem;
	padding: 1rem;
}

header.scrolled .header-logo {
	opacity:1;
}

header .mobile-menu span{
	height: 2px;
	width: 100%;
	background: #fff;
	border-radius: 2px;
	margin-bottom: 7px;
	display: none;
}

header.scrolled .mobile-menu span {
	background:#000;
}

header .close-menu {
	display: none;
}

header .close-menu:before, 
header .close-menu:after {
	position: absolute;
	left: 15px;
	content: ' ';
	height: 33px;
	width: 2px;
	background-color: #000;
}

header .close-menu:before {
  	transform: rotate(45deg);
}

header .close-menu:after {
  	transform: rotate(-45deg);
}

/* Navigation */

nav.mainmenu {
	text-align: right;
}

nav.mainmenu li {
	-webkit-transition: all 300ms linear;
    -moz-transition: all 300ms linear;
    -o-transition: all 300ms linear;
    -ms-transition: all 300ms linear;
}

nav.mainmenu li a {
	font-family: sofia-pro, sans-serif;
    font-weight: 500;
	color: #fff;
	padding: 0 1rem;
	font-size: 1.3rem;
	line-height: 4rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
	text-shadow: none;
	display: inline-block;
}

header.scrolled nav.mainmenu li a { 
	color: #222 !important;
}

nav.mainmenu li:hover, 
nav.mainmenu li.active {
    background: transparent;
    border-bottom: none;
/*     color:  #eda790 !important; */
}

header.scrolled nav.mainmenu li:hover a, 
header.scrolled nav.mainmenu li.active a, 
nav.mainmenu li:hover a, 
nav.mainmenu li.active a {
	color: #f7b863 !important;
} 


@media only screen and (max-width:980px){
	.header-btn {
		top:0;
		right:9rem;
	}
	
}

@media only screen and (max-width:550px) {
	.header-btn {
		right:auto;
		left:0;
		width:calc(100% - 9rem);
	}
 header .header-logo img{
	     width: 50% !important;
 }
 
 header .header-logo a {
	 line-height: 4rem;
 }

}


@media only screen and (max-width: 980px) {
	.openmenu {
/*
		background: transparent url('/files/menu-white.png') no-repeat center center;
	    background-size: 250px 25px;
	    width: 30px;
	    height: 30px;
	    right: 30px;
	    top: 20px;
*/
	}
	
	nav.mainmenu {
		text-align: center;
		width: 100%;
		box-shadow: none;
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 10;
		height: 100%;
		overflow-y: scroll;
		background-color: #fff !important;
	}
	
	nav.mainmenu .Padding {
		padding-left: 0;
		margin-top: 7.2rem;
	}

	nav.mainmenu ul.TemplateMenu > li {
		height: 6.0rem;
		width: 100%;
	}
	
	nav.mainmenu li a {
		font-size:1.7rem;
		border-bottom: none;
		margin:2.0rem 0;
		color: #333 !important;
		padding-left: 1rem;
	}
	
	nav.mainmenu li:hover a, 
	nav.mainmenu li.active a {
		color: #222 !important;
	}  
	
	nav.mainmenu li:hover, 
	nav.mainmenu li.active {
    	background-color: transparent;
	}
	
	nav.mainmenu a:before {
		display: none;
	}  
	
	.openmenu,
	.closemenu  {
	    background-image: none;
	}
	
	header .mobile-menu span,
	header .close-menu {
		display: block; 
	}
	
	.header-btn {
		display: none !important;
	}

	
}



/* ==========================================================================
Background slider
========================================================================== */
.fullscreen-bg-slider {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: 1;
	background-size: cover;
}


.fullscreen-bg-slider.slick-slider {
	height: 100%;
	min-height: 72rem;
} 

.fullscreen-bg-slider .slide {
	background-position: center center;
	background-repeat: no-repeat;
}

.q-1 { background-image: url('/assets/images/lindqvistengstrom-bg-1.jpg'); }
.q-2 { background-image: url('/assets/images/lindqvistengstrom-bg-2.jpg'); }
.q-3 { background-image: url('/assets/images/lindqvistengstrom-bg-3.jpg'); }


.fullscreen-bg-slider .slide {
	min-height: 72rem;
	height: 100vh;
	background-size: cover !important;
	background-attachment: fixed !important;
}

.fullscreen-bg-slider .slick-dots {
    bottom: 50px;
    position: absolute;
    display: none!important;
}

.fullscreen-bg-slider .slick-dots li button:before {
	font-size: 10px;
	color: #fff;
	opacity: 0.8;
}

.fullscreen-bg-slider .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fdbb63;
}

.fullscreen-bg-slider .slick-prev:before {
    content: "\f053";
     font-family: 'Font Awesome 5 Pro';
}

.fullscreen-bg-slider .slick-next:before {
    content: "\f054";
    font-family: 'Font Awesome 5 Pro';
}

/*

.overlay {
    height: 100vh;
    width: 100%;
    max-width: 100vw;
    background: rgba(0, 0, 0, 0.19);
    background: linear-gradient(45deg, #2f5b85, transparent);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
*/


@media only screen and (hover:none) {
	*, 
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
	
	.fullscreen-bg-slider .slide {
		background-attachment: scroll !important;
		background-size: cover !important;

	}
}

@media only screen and (max-width:550px){
	.fullscreen-bg-slider .slide, .fullscreen-bg-slider.slick-slider {
		min-height:55rem;
	}
}

/* ==========================================================================
Top-section
========================================================================== */
.top-section {
	overflow:hidden;
    height: 100vh;
    background: linear-gradient(128deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
    z-index: 2;
    min-height: 72rem;
}

.page-title-wrap {
	background-color: transparent;
	top:50%;
	left:50%;
	width: 100%;
	max-width: 140rem;
	padding: 5rem;
	transform: translate(-50%,0%);
    -ms-transform: translate(-50%,0%);
    -moz-transform: translate(-50%,0%);
    -webkit-transform: translate(-50%,0%);
    
}

.page-title-innerwrap {
    width: 100%;
    text-align: left !important;
    position: relative;
    box-sizing: border-box;
}

.page-title-name {
	display: flex;
	padding-bottom:2rem;
	padding-left: 4rem;
	align-items: center;
}

.logo-wrapper{
	max-width: 40rem;
	position: absolute;
	right: 0;
	bottom: 0;
}
.logo-wrapper img{
	max-width: 12rem;
}


/*.page-title-wrap h1 {
	color: #fff;
	font-size: 10rem;
    line-height: 1;
    font-weight: 300;
    padding-bottom: 3rem;
    text-shadow: none;
    letter-spacing: 1px;
}*/

.page-title-wrap h3 {
	color: #fff;
	font-size: 4.5rem;
    line-height: 1.3;
    font-weight: 300;
    padding-bottom: 1rem;
    text-shadow: none;
    letter-spacing: 3px;
    padding-bottom: 3rem;
}

.usp-decoration {
	font-weight: 700;
	color: #f7b863;
}
.page-title-wrap h1,
.page-title-wrap p {
    padding-top: 2rem;
    max-width: 62rem;
    padding-left:5rem;
    color: #fff;
    font-weight: 500;
    font-size: 2.4rem;
    letter-spacing: 0.05em;
}

.page-title-wrap a {
	display: block;
	color: #fff !important;
	font-weight: 700;
}


@media only screen and (max-width:1080px){
	/*.page-title-wrap h1 {
		font-size: 8rem;
	}*/
	
	.top-section {
		background: linear-gradient(128deg, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 100%);
	}
}
@media only screen and (max-width:850px){
.logo-wrapper{
	position: relative;
	margin-left: 4rem;
	margin-top: 2rem;
}
}
@media only screen and (max-width:780px){
	/*.page-title-wrap h1 {
		font-size: 6rem;
	}*/
	
	.page-title-wrap {
		top: 35%;
	}
}
@media only screen and (max-width:550px){
	.top-section {
		min-height:55rem;
	}
	/*.page-title-wrap h1 {
		font-size: 5rem;
		padding-bottom: 0rem;
	}*/
	.page-title-wrap p {
		font-size:1.6rem;
		padding-left: 0rem;
	}
		.page-title-wrap h1 {
		padding-left: 0rem;
	}
	.page-title-wrap {
		padding:4rem 2rem;
		bottom:0;
	}
	.page-title-name {
		flex-direction: column;
		align-items: flex-start;
		padding-left: 0;
	}
	
	.page-title-wrap img {
		width: 35% !important;
	}

	.page-title-wrap {
	    top: 21%;
	    }
}

@media only screen and (max-width:320px){
	.page-title-wrap {
    top: 9%;
	}
}

/* ==========================================================================
Startsida
========================================================================== */

/* Reco
========================================================================== */
.section-reco{
	overflow: hidden;
}
   
/* Om oss
========================================================================== */
#om-oss {
	overflow:hidden;
}


.counter-info { 
	display: flex;
    flex-wrap: wrap;
    justify-content: center;	
}

.counter-spec h3 {
	height: 9rem;
	text-align: center !important;
	max-width: 40rem !important;
}

#counter-top * {
	  line-height: 1;
	  font-size:4.5rem;
	  text-align: center;
	  color: #f7b863;
	  font-weight: 600;
}

.count {
	line-height: 100px;
	color: #89c561;
	font-size:2.5rem;
}

.counter-spec {
	text-align: center;
	width: 30%;
	padding: 3rem 3rem;
}

.counter-spec:not(:last-of-type){
	border-right: 1px solid #333;
}

@media only screen and (max-width:1050px){
	.counter-info {
		flex-direction: column;
		justify-content: center;
		align-items: center;
	}
	
	.counter-spec h3 {
		height:auto;
	}
	
	.counter-spec {
		width:100%;
		max-width: 40rem;
	}
	
	.counter-spec:not(:last-of-type){
		border-right:none;
		border-bottom: 1px solid #333;
	}
}

/* Parallax
========================================================================== */

#parallax {
	background-image: url('/assets/images/lindqvistengstrom-bg-4.jpg');
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
	background-attachment: fixed;
	text-align: center;
/* 	height: 50rem; */
}

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

#parallax .section-block-wrapper {
	max-width: 1100px;
}

#parallax h4, #parallax p {
	color: #fff !important;
}


#parallax .section-block {
	padding: 12rem 4rem !important;
}

#parallax h2 {
	color: #fff;
}

.lSSlideOuter .lSPager.lSpg>li a {
	background-color: #ffffff !important;
	opacity: 0.6 !important;
	z-index: 7 !important;
}

.lSSlideOuter .lSPager.lSpg>li.active a, .lSSlideOuter .lSPager.lSpg>li:hover a {
	background-color: #fff !important;
	opacity: 1 !important;
}

.lightSlider {
	height: auto !important;
}

.quote-cards {
    background: transparent;
    padding: 10px 30px;
    box-sizing: border-box;
    max-width: 90rem;
    margin: 0 auto;
}

.quote-cards p {
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-weight: 400;
    font-size: 2.2rem;
    line-height: 1.8;
}

.quote-cards .fas {
    padding: 9px;
    font-size: 30px;
    color: #f7b863!important;
}

.quote-cards h4 {
	margin-bottom: 0;
	margin-top:2rem;
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 1.9rem;
    line-height: 1.8;
    font-weight: 400;
    letter-spacing: 5px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}


@media only screen and (max-width: 768px) {
	.quote-cards {
		padding: 2rem 0;
	}
}

@media only screen and (max-width: 696px) {
	#parallax h2 {
		font-size: 3.5rem;
	}
}


@media only screen and (hover:none) {
	*,
	*::before,
	*::after {
		background-attachment: scroll !important;
		background-position: center center;
	}
}




/*TjÃ¤nster
========================================================================== */

#tjanster > div {
	padding-bottom:0;
}

.services .tjanster-icon .far {
    margin-left: -9px;
}

.services .varde-wrap {
    display: flex;
    flex-wrap: wrap;
	margin-bottom: 4rem;
}

.services a {
    width: calc(50% - 2rem);
    margin: 1rem;
    padding: 5rem 2rem;
    text-align: center;
    background-color: #fff;
    transition: 0.2s ease;
    border-radius. 0.2rem;
}

.services a:hover {
	background-color:#fff6e9;
}

.services .tjanster-icon {
	order: 0;
    height: 12rem;
    width: 12rem;
    padding: 2.1rem;
    box-sizing: border-box;
	box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.05);
	border-radius: 3rem;
	color:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 3rem;
    
}

.services .tjanster-wrap .tjanster-icon {
	background-color: #f7b863;
}
.services .far, .services .fal {
    font-size: 5rem;
    font-weight: 100;
}

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

.services .tjanster-text h4 {
	text-align: center;
}

@media only screen and (max-width: 1280px) {
	.services a {
		width: calc(100% / 2 - 2rem);
	}
}


@media only screen and (max-width: 850px) {
	.services a {
		width: calc(100% - 2rem);
		padding: 0;
	}
		.services p {
		text-align: center;
	}
}
/* Instagram
========================================================================== */
.section-instagram{
	overflow: hidden;
}

/* Hitta hit
========================================================================== */
.gallery .section-block {
	
}

.gallery .referens-wrap {
	padding-top: 7rem !important;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.gallery .referens-box:nth-child(1) {
	background-image: url('https://media.gettyimages.com/photos/scandinavian-style-cozy-modern-kitchen-interior-with-a-dining-zone-picture-id1219050075?s=2048x2048');
	background-position: center center;
	background-size: cover;
	border-bottom-right-radius: 0;
}

.gallery .referens-box:nth-child(2) {
	margin-top: -6rem;
	margin-bottom: -6rem;
	background-image: url('https://media.gettyimages.com/photos/team-is-working-behind-glass-in-a-large-modern-office-space-picture-id1143553413?s=2048x2048');
	background-position: center center;
	background-size: cover;
	z-index: 1;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.gallery .referens-box:nth-child(3) {
	background-image: url('https://media.gettyimages.com/photos/shower-room-in-luxury-uk-house-picture-id1177016308?s=2048x2048');
	background-position: center center;
	background-size: cover;
	border-bottom-left-radius: 0;
}

.gallery .referens-box {
	width: 33.33%;
    height: 60rem;
    display: inline-block;
    vertical-align: top;
}

.gallery .referens-box img {
  object-fit: cover !important;
  width: 100%;
  min-height: 100%;
  display: none;
}


/* ==========================================================================
Undersidor 
========================================================================== */
.SubPage .top-section, .SubPage .fullscreen-bg-slider {
	display: none;
}

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

.SubPage .section-block .col-2 {
	padding-left: 3%;
}



/* ==========================================================================
Portfolio
========================================================================== */

.portfolio-title-wrap {
	display: flex;
	margin-top:4rem;
	margin-left:2rem;
	margin-bottom:2rem;
	flex-wrap:wrap;
}

.portfolio-title-wrap * {
	padding:0;
}

.portfolio-title-wrap p {
	color:#f7b863;
	font-size:1.6rem;
	margin-right:0.5em;
    text-transform: uppercase;
    letter-spacing: 4px;
    padding-bottom: 1rem;
    font-weight: 700;
    display: none;
}

.portfolio-title {
	color:#000;
	font-size:3.5rem;
}

.filter {
	display: flex;
	flex-wrap: wrap;
}

.filter a {
	padding:1.25rem 2rem;
	border:1px solid transparent;
	transition:ease .2s;
	color:#000;;
	display: block;
	margin:0;
}

.filter a:hover:not(.active) {
	text-decoration: none;
	border-color:#f7b863;
}

.filter .active {
	background:#f7b863;
	color:#fff;
	text-decoration: none!important;
}

.portfolio {
	display:flex;
	flex-wrap:wrap;
}

.item {
  width: calc(100% / 5 - 2rem);
  margin:1rem;
  overflow: hidden;
}

.item .content {
	height:40rem;
	animation-name:itementer;
	animation-duration: 1s;
	animation-timing-function: ease;
}

@keyframes itementer {
	0% {
		opacity:0;
		transform: translateY(5rem);
	}
	100% {
		opacity:1;
		transform: translateY(0rem);
	}
}

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



@supports (object-fit: cover) {
    .item img {
        position: relative;
        transform: none;
        top: unset;
        left: unset;

        object-fit: cover;
        object-position: center;
        height: 100% !important;
        width: 100% !important;
    }
}

.hide {
  display: none;
}


@media only screen and (max-width:1200px) {
	.item {
		width: calc(100% / 4 - 2rem);
	}
}

@media only screen and (max-width:900px) {
	.item {
		width: calc(100% /2 - 2rem);
	}
	
	.item .content{
		height: 30rem;
	}
	
	.filter a {
		font-size: 1.8rem;
	}
}

@media only screen and (max-width:550px) {
	.portfolio-title {
		font-size:2.8rem;
		margin-bottom:0;
	}
	
	.item .content {
		height:50vw;
	}

}

/* Kontakt
========================================================================== */
.sub-contact h2 {
	margin-top: 15rem;
}

.sub-contact .contact-wrapper {
    display: flex;
    margin-top: 4rem;
    justify-content: center;
    padding: 5rem;
    flex-wrap: wrap;
  
}

.sub-contact .contact-wrap {
    width: 29%;
    margin: 2%;
    text-align: center;
    transition: 0.1s ease-in-out;
}

.sub-contact .contact-wrap p {
    padding-top: 0;
}

.sub-contact .contact-text {
    padding: 0 3rem;
}
.sub-contact .contact-wrap h4 {
 letter-spacing: normal;
 }

.sub-contact .contact-wrap h4:hover {
text-decoration: underline;
 color: #f7b863;



 
}

.sub-contact .contact-icon {
    display: flex;
    margin-bottom: 2rem;
    justify-content: center;
}

.sub-contact .contact-wrap .far,
.sub-contact .contact-wrap .fas {
    color: #f7b863;
    font-size: 7rem;
    padding-bottom: 1rem;
}

.sub-contact .contact-text * {
    text-align: center;
    color: #333;
}

.sub-contact .contact-wrap a {
 
    font-weight: 300;
    letter-spacing: 0px;
    line-height: 1.4em;
    text-transform: none;
    font-size: 2rem;
    color: #333;
}

.sub-contact .contact-text h4 {
    font-size: 2rem;
}

@media only screen and (max-width: 800px) {
    .sub-contact .contact-wrap {
        width: 100%;
        padding-bottom: 3rem;
    }
    .sub-contact .section-block {
        padding-bottom: 0rem !important;
    }
    
    .sub-contact .contact-wrap a {
 word-break: break-all;
font-size: 1.5rem;
 }
 .sub-contact .contact-wrapper {
	 padding: 0rem;
 }
 
 .sub-contact .contact-wrap .far,
.sub-contact .contact-wrap .fas {
	font-size: 5rem;
}

.sub-contact .map {
    font-size: 0 !important;
}
 }


/* ==========================================================================
Footer
========================================================================== */
.footer {
	padding: 0;
	box-sizing: border-box;
	background-color: #fff;
	
}

.footer * {
	color: #6a6a6a !important;
}

.footer h3 {
	color: #f7b863 !important;
}

.footer .container {
	max-width: none;
	box-sizing: border-box;
	margin: 0 auto;
	padding: 0;
	
}

.footer .footer-top {
    max-width: 140rem;
    min-height: 23rem;
    padding: 8rem 2rem 6rem 2rem;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
}

.footer-col-top {
	width:100%;
	max-width: 32rem;
	box-sizing: border-box;
}

/*
.footer-col-top:first-child {
	width: 30%;
}
*/

.footer-col-top:nth-child(4) .fas {
	margin-left: 10px;
}

.footer img {
	width: auto;
	padding-bottom: 3rem;
}

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

.footer .container .footer-wrapper {
	width: 100%;
	text-align: center;
	margin: 0 auto;
}

.footer .footer-bottom {
	border-top: 1px solid rgba(107, 107, 107, 0.68);
	text-align: center;
	margin: 0 auto;
	width: 100%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	background-color: transparent;
	max-width: 140rem;
    min-height: 10rem;
	padding: 2rem 2rem;
    box-sizing: border-box;	
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-between;
    flex-direction: row;
    line-height: 1rem;
}

.footer-col-bottom {
    width: 50%;
    box-sizing: border-box;
}

.footer-col-bottom:first-child p {
	display: inline-block;
}

.footer-col-bottom:first-child img {
	margin-right: 20px;
}

.footer-col-bottom:last-child p {
	font-size: 1.5rem;
}

.footer .container .fab {
	margin: 0;
}

.footer .social-icons {
	padding-top: 10px;
}

.footer p, 
.footer a,
.footer li {
    font-size: 1.5rem;
    padding: 0;
    font-weight: 300; 
    line-height: 1.8em;
    padding-bottom: 4px;
    color: #fff;
    text-decoration: none !important;
}

.footer h3 {
	font-family: 'Poppins', sans-serif;
    font-weight: 700;
    font-size: 1.6rem;
    font-style: normal;
    line-height: 1.7;
    text-transform: uppercase;
    padding-bottom: 2rem;
    letter-spacing: .3em;
    color: #312f30;
}

.footer * {
	text-align: left !important;
}

.footer a {
	display: inline-block;
}

.footer a:hover {
    color: #f7ba67 !important;
    text-decoration: underline !important;
}

.footer .container .fab:hover { color: #ccc !important;
	text-decoration: none !important; }

.footer .container .fab {
	vertical-align: sub;
	color: #f7ba67 !important;
  	font-size: 2rem;
}

.reco-wrapper img{
	max-width: 13rem ;
}



@media only screen and (max-width:1080px) {
	
	.footer .footer-bottom {
		min-height: auto;
	}
	
	.footer-col-top {
		width: 100%;
		max-width: none;
		margin:auto;
		margin-bottom: 3rem;
	}
	
	.footer-col-top p {
		max-width: 40rem;
		margin:auto;
	}
	
	.footer-col-bottom {
		width: 100%;
		margin: 10px 0; 
	}
	
	.footer *,
	.footer-col-bottom:last-child p {
		text-align: center !important;
	}
	
	.footer h4 {
		padding-bottom: 10px;
	}
	
}

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

.webbess-stamp img {
    width: 3rem;
    margin-left: 1rem;
}

/* ==========================================================================
Media queries
========================================================================== */
@media only screen and (max-width: 1440px) {
	
}


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



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

}


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

	
}