@import url('https://fonts.googleapis.com/css2?family=Instrument+Serif:ital@0;1&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&family=Syne:wght@400..800&display=swap');


/*------------VARIABLES CSS------------*/
:root {
  --primaryColor: #071F35;
  --secondaryColor: #BC9C61;
  --tertiaryColor: #97BCC7;
}
/*------------VARIABLES CSS------------*/

/*------------GENERAL------------*/
html, body,
h1, h1, h3, h4, h5, h6 {
	font-family: "Roboto", sans-serif !important;
}
  
p, li, a {
	font-size: 18px;
	font-family: "Roboto", sans-serif !important;
}

/*-------SCROLL-------*/
html, body {
    scrollbar-width: thin; 
    scrollbar-color: var(--primaryColor) white; 
}
/*--------------------*/
header {
	z-index: 100;
}

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

#toolbar-bar a, #toolbar-item-administration-tray a {
	font-size: 15px;
}

ul.contextual-links {
	font-size: 15px;
}

.page-link.active, 
.media-library-view--widget .view-header a.page-link.is-active, 
.media-library-view--widget .view-header a.is-active > .page-link, 
.active > .page-link, 
.page-item:first-child .page-link,
.page-item:last-child .page-link,
.page-link {
	background-color: unset;
	border: unset;
	border-radius: 0;
	color: black;
}

.larger-size {
	font-size: 24px;
}

.small-font {
	font-size: 14.5px;
}

svg, img {
	max-width: 100%;
}

.full-width-container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.secondary-color {
	color: var(--secondaryColor);
}

/*------------------------------*/
/*-----STICKY MENU SECTION------*/
.sticky-section {
  position: fixed;  
  top: 0;           
  left: 0;          
  width: 100%;     
  height: 100px; 
  padding-top: 10px;
  z-index: 100;    
}

body.user-logged-in .sticky-section { 
	margin-top: 100px;
	position: absolute;
}

.path-node .sticky-section {
	background-color: white;
	box-shadow: 
    rgba(50, 50, 93, 0.15) 0px 2px 5px -1px, /* Top, right, and left shadows */
    rgba(0, 0, 0, 0.1) 0px 1px 3px -1px,    /* Top, right, and left shadows */
    0px 1px 2px 0px rgba(0, 0, 0, 0.1);
} 

.region-breadcrumb {
	margin-top: 125px;
}

/*------------------------------*/
/*------------HEADER------------*/
#block-vootstrap-sitebranding {
	position: absolute;
	top: -15px;
	left: 0;
}

.navbar-brand img {
	width: 214px;
	height: 80px;
	margin-bottom: 20px;
	transition: padding-top 0.4s ease;
}

nav .d-flex{
	align-items: baseline;
	width: 100%;
	margin: 10px 0;
}
/*------------------------------*/
/*--------SUPERFISH MENU--------*/
ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
	background-color: white;
}

ul.sf-menu.sf-style-default {
	margin-bottom: 0;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
	color: black;
}

#superfish-main li a{
	color: black;
	text-transform: uppercase;
	font-weight: 450;
	font-size: 16.5px;
}

ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover, 
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
	color: var(--primaryColor) !important;
	cursor: pointer;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: white;
}

ul.sf-menu.sf-style-default li li, ul.sf-menu.sf-style-default.sf-navbar > li > ul,
ul.sf-menu.sf-style-default li:hover, ul.sf-menu.sf-style-default li.sfHover,
ul.sf-menu.sf-style-default a.is-active, ul.sf-menu.sf-style-default a:focus,
ul.sf-menu.sf-style-default a:hover, ul.sf-menu.sf-style-default span.nolink:hover {
	background-color: unset;
}

ul.sf-menu.sf-style-default li:has(span.nolink):hover,
ul.sf-menu.sf-style-default span.nolink:hover {
	cursor: default !important;
}

.dropdown-toggle::after{
	content: none;
}

ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited,
ul.sf-menu.sf-style-default span.nolink {
	padding: 0.55em 1em;
}

#superfish-main .menuparent a {
	margin-left: 15px;
}

li.active-trail > span,
li.active-trail > a {
	color: var(--primaryColor) !important;
}

#superfish-main li:has(span.services-link) {
	display: flex;
}

/*------------------------------*/
/*-------SUPERFISH SUBMENU------*/
#superfish-main .sf-depth-2 {
	padding: 2px 15px 2px 0px;
}

#superfish-main .sf-depth-2:first-child {
	padding-top: 9px;
}

#superfish-main .sf-depth-2:last-child {
	padding-bottom: 9px;	
}

li.sf-depth-2 {
	position: relative;
}

li.sf-depth-2:hover::after {
	content: "";
	background-image: url('../images/icons/chevron-down-solid.svg');
	transform: rotateZ(270deg);
	position: absolute;
	width: 12px;
	height: 12px;
	top: 14px;
	right: 15px;
	background-size: cover;
}

li.sf-depth-2:hover:first-child::after {
	top: 21px;
}
/*-----------------------------------*/
/*----------LANGUAGE SWITCHER--------*/
.language-switcher-language-url ul {
	display: flex;
	list-style: none;
	gap: 16px;
	position: relative;
	margin-top: 3px;
	margin-bottom: 0;
	padding-left: 1.1rem;
}

li[hreflang="en"] {
	position: relative;
}

li[hreflang="en"]::after {
	content: '';
	display: block;
	height: 55%;
	width: 1.3px;
	background-color: black;
	position: absolute;
	background-position: right;
	top: 5.5px;
	left: 30.5px;
}

/*a.language-link[hreflang="en"] {
  font-size: 0; /* hide original text 
}

a.language-link[hreflang="en"]::after {
  content: "EN";  /* replacement 
  font-size: 18px; /* reset font size 
}
*/
/*-----------------------------------*/
/*--------------BANNER---------------*/
.banner {
	min-height: 700px;
	max-height: 100vh;
	height: 100vh;
}

.bg-banner {
	height: 100%;
	max-height: 100%;
    display: flex;
    align-items: center;
	padding-top: 132px;
}

.banner .container {
	display: flex;
    flex-direction: column;
    height: 63%;
    justify-content: space-between;
	position: relative;
}

.banner h1 {
	font-weight: 700;
	margin-top: 25px;
	margin-bottom: 20px;
	font-size: 60px;
}

.banner h1 span {
	font-weight: 400;
	color: var(--secondaryColor);
}

.banner p {
	font-size: 21px;
	font-weight: 400;
}

#video-home {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 700px;
    width: auto;
    max-width: 100%;
	object-fit: cover;
	max-height: 100vh;
    height: 100%;
    z-index: -1;
    transform: translateY(0%);
    margin: 0;
}

#filtervideo {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 100%;
    height: unset;
    min-height: 100%;
    background-color: #fff9f4;
	opacity: 0.95;
}

.banner-button {
	position: fixed;
	top: 45%;
	right: -87px;
	background-color: var(--secondaryColor);
	color: white;
	padding: 13px 40px;
	font-size: 22px;
	transform: rotate(90deg);
	font-weight: 450;
	z-index: 100;
}

html[lang="en"] .banner-button {
	right: -75px;
}

.small-screen-banner {
	display: none;
}

/*-----------------------------------*/
/*------------BREADCRUMBS------------*/
.page-node-type-article .breadcrumb-item:last-child,
.page-node-type-event .breadcrumb-item:last-child { 
	display: none;
}

.region-breadcrumb {
	position: relative;
	background: black;
	padding: 35px 15px;
	margin-bottom: 20px;
}

#block-vootstrap-breadcrumbs, #block-vootstrap-page-title {
	margin: 10px auto 0 auto;
}

.region-breadcrumb .breadcrumb-item,
.region-breadcrumb h1,
.breadcrumb-item::before {
	color: white !important;
}

.region-breadcrumb .breadcrumb-item {
	opacity: 0.6;
}

ol.breadcrumb{
	margin-bottom: unset;
}

.breadcrumb-item,
.breadcrumb-item a {
	font-size: 16.5px;
	font-weight: 400;
}

.breadcrumb-item + .breadcrumb-item::before {
	content: "›";
	padding: 0px 8px 0 1.5px;
}

.path-node #block-vootstrap-page-title h1 {
    width: 100%;
	font-size: calc(1.325rem + 0.9vw);
	margin-bottom: 0;
}

.custom-breadcrumb {
	padding: 60px 15px 0px 15px;
}

.custom-breadcrumb * {
	color: white;
}

.custom-breadcrumb h1 {
	font-size: calc(1.325rem + 0.9vw);
}

.custom-breadcrumb p {
	font-size: 1.25rem;
	font-weight: 500;
}

/*-------------------------*/
/*---------SECTIONS--------*/
.section-wrap {
	background-color: #F2EFEF;
	height: calc(100vh - 40px);
	min-height: 800px;
	margin: 20px 0;
	display: flex;
	flex-direction: column;
	justify-content: center;
	box-shadow: rgba(109, 109, 109, 0.24) 0px 3px 8px;
	overflow-x: hidden;
}

.title {
	line-height: 1;
}

.title .intro {
	font-weight: 400;
	font-size: 46px;
}

.title .secondary-color {
	color: var(--secondaryColor);
	font-size: 90px;
	font-weight: 650;
	padding-bottom: 15px;
}

.title .subtitle {
	display: inline-block;
	font-size: 30px;
	margin-top: 10px;
}

/*-------------------------*/
/*---------ABOUT US--------*/
.about-wrap .title-img {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.about-wrap .img-wrap {
	position: relative;
}

.about-wrap .img-wrap::after {
	content: "";
	position: absolute;
	background-image: url('../images/general/lifeline-about.svg');
	top: 15%;
	right: -460px;
	width: 500px;
	height: 303px;
	background-repeat: no-repeat;
	background-size: cover;
}

.about-wrap img {
	position: relative;
	z-index: 2;
}

.about-wrap .content-wrap {
	margin-top: 75px;
	justify-content: center;
}

.about-wrap .content-wrap > div {
	padding: 20px 65px;
	margin-bottom: 45px;
}

.about-wrap h5 {
	position: relative;
}

.about-wrap h5::before {
	content: "";
	position: absolute;
	top: -15px;
	left: 0;
	width: 150px;
	height: 7px;
	background-color: var(--tertiaryColor);
	clip-path: polygon(3% 1%, 100% 0%, 97% 100%, 0% 100%);
}

/*-------------------------*/
/*-------DESCRIPTION-------*/
.description-wrap .property {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background-color: #E5E7E8;
	padding: 15px;
	border-radius: 15px;
	margin-bottom: 12px;
}

.description-wrap .property .text-wrap {
	width: calc(100% - 55px);
}

/*-------------------------*/
/*---------SERVICES--------*/
.view-services {
	margin-top: 75px;
}

.owl-theme .owl-nav {
	text-align: end;
	margin-top: 0;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
	position: relative;
	padding: 0 15.5px !important;
}

.owl-carousel .owl-nav button.owl-prev span,
.owl-carousel .owl-nav button.owl-next span {
	display: none;
}

.owl-carousel .owl-nav button.owl-prev::before,
.owl-carousel .owl-nav button.owl-next::after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: -16px;
	background-repeat: no-repeat;
	background-image: url('../images/icons/back-to-top.svg');
	background-size: cover;
}

.owl-carousel .owl-nav button.owl-prev::before {
	left: 0;
	transform: rotateZ(270deg);
}

.owl-carousel .owl-nav button.owl-next::after {
	right: 0;
	transform: rotateZ(90deg);
}

.owl-carousel .owl-nav {
	position: absolute;
	top: -60px;
	right: 0;
}

.service-teaser .img-wrap {
	position: relative;
}

.service-teaser img {
	width: 100%;
	border-radius: 12px;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

.service-teaser .text-wrap {
	position: absolute;
	top: 50%;
	left: 0;
	padding: 10px 15px;
	z-index: 2;
}

.service-teaser .text-wrap * {
	font-weight: 500;
}

.service-teaser .text-wrap h4 {
	text-transform: uppercase;
}

/*-------------------------*/
/*---------CONTACT---------*/
#contact {
	position: relative;
}

#contact .content-wrap {
	justify-content: space-between;
}

#contact .icon-text {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
}

#contact .icon-text .text-wrap {
	width: calc(100% - 50px);
}

#contact .icon-text:first-child {
	position: relative;
	padding-bottom: 25px;
	margin-bottom: 15px;
}

#contact .icon-text:first-child::after {
	content: "";
	position: absolute;
	width: 270px;
	height: 2px;
	background-color: var(--tertiaryColor);
	bottom: 0;
	left: 0;
}

#contact p.secondary-color {
	position: relative;
	margin-top: 45px;
	font-size: 34px;
}

#contact p.secondary-color::after {
	content: "";
	position: absolute;
	background-image: url('../images/general/lifeline-contact.svg');
	left: 321px;
	bottom: -109px;
	width: 778px;
	height: 190px;
}

/*---------------------------*/
/*----------FOOTER-----------*/
footer {
	padding-bottom: unset;
	background-color: #F2EFEF;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
}

footer .container {
	justify-self: center;
	padding-bottom: 0;
	justify-content: space-between;
}

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

.footer-left li {
	list-style-type: none;
}

.copyright {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: baseline;
	margin-top: 25px;
	padding-bottom: 3px;
	padding: 35px 0;
	position: relative;
}

.copyright::before {
	content: "";
	position: absolute;
	width: calc(100% - 70px);
	height: 2px;
	background-color: var(--primaryColor);
	top: -10px;
	left: 35px;
}

.copyright p {
	margin-bottom: 0;
	min-width: fit-content;
	padding: 5px 55px;
}

.copyright img {
	width: 12px;
    height: 12px;
    margin-top: -1.5px;
}

/*---------------------------*/
/*----------COOKIES----------*/
div#sliding-popup, 
div#sliding-popup .eu-cookie-withdraw-banner,
 .eu-cookie-withdraw-tab {
	background: var(--primaryColor);
}

.eu-cookie-compliance-content{
	display: flex;
	flex-direction: column;
	padding: 25px 0;
	gap: 20px;
}

#popup-text h2{
	word-spacing: inherit;
    letter-spacing: normal;
    font-weight: bold;
    font-size: 18px;
}

#popup-text p{
	font-size: 15px;
	font-weight: normal;
}

.decline-button{
	display: none;
}

.agree-button,
.agree-button:hover,
.agree-button:focus,
.agree-button:active,
.agree-button:first-child:active{
	padding: 5px 25px;
	background-color: #ffffff7a;
	font-weight: bold;
	color: black;
	border: none;
}

.agree-button:hover,
.agree-button:focus,
.agree-button:active{
	box-shadow: 5px 6px 9px rgba(0, 0, 0, 0.3);
}

.cookies-page h2{
    font-size: 30px;
    font-weight: bolder;
}
.cookies-page h3{
    font-size: 20px;
    font-weight: bold;
}
.cookies-page h4{
    font-size: 20px;
    font-weight: bold;
    color: var(--primary-color);
}
.ga-cookies{
    background-color: #0a33ff21;
    border-radius: 25px;
    padding: 20px;
    margin: 20px;
}

/*-------------------------*/
/*-------BACK TO TOP-------*/
#backtotop {
	background: url('../images/icons/back-to-top.svg');
	background-repeat: no-repeat;
	width: 42px;
	height: 42px;
}

/*--------------------------------*/
/*-----------RESPONSIVE-----------*/
@media (min-width: 576px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 540px;
	}
}

@media (min-width: 768px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{
	  max-width: 720px;
	}
  }

  @media (min-width: 991px) {
	ul.sf-menu li:hover > ul, ul.sf-menu li.sfHover > ul {
		border-radius: 12px;
		background-color: white;
		top: 2.6em !important;
		width: 13.5em !important;
	}

	ul.sf-menu li.menuparent:nth-child(2):hover > ul,
	ul.sf-menu li.menuparent:nth-child(2).sfHover > ul {
		width: 29em !important;
	}

	.region-nav-main {
		background-color: white;
		border-radius: 26px;
		padding: 5px 30px 5px 20px;
		display: flex;
		align-items: center;
		box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
	}
  
  @media (min-width: 992px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 960px;
	}

	#block-vootstrap-languageswitcher-2 {
		display: none;
	}
  }
  
  @media (min-width: 1200px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title{ 
	  max-width: 1140px;
	}
}
}
  

@media (min-width: 1400px) {
	#block-vootstrap-breadcrumbs, #block-vootstrap-page-title { 
	  max-width: 1320px;
	}
}

@media (min-width: 1820px) {
	.custom-container {
		max-width: 1800px;
	}
}
/*----------------------------------------------------------------------------*/
@media (max-width: 1400px) {
	/*---------SERVICES--------*/
	.service-teaser .text-wrap {
		top: 42%;
	}
	
	.copyright p {
		padding: 5px 25px;
	}
}

@media (max-width: 1199px) {
	.about-wrap .content-wrap > div {
		padding: 20px;
	}

	/*---------SERVICES--------*/
	.service-teaser .text-wrap {
		top: 58%;
	}	

	.owl-carousel .owl-item img {
		max-height: 320px;
		object-fit: cover;
	}
}

@media (min-width: 576px) and (max-width: 991px) {
	.path-node header {
		margin-bottom: 35px;
	}
}

@media (max-width: 991px) {
	.sticky-section {
		position: absolute;
	}

	.banner .img-wrap {
		margin-top: 30px;
	}

	.bg-banner {
		padding-top: 25px;
	}

	.about-wrap {
		min-height: 945px;
	}

	.description-wrap .content-wrap {
		margin-top: 30px;
	}

	.service-teaser .text-wrap {
		top: 50%;
	}

	.copyright {
		padding: 25px 15px;
		border-top: 2px solid var(--primaryColor);
	}

	.copyright::before {
		content: none;
	}

	#block-vootstrap-languageswitcher {
		display: none;
	}

	#block-vootstrap-languageswitcher-2 {
		position: absolute;
		top: 23px;
		right: 0;
	}

	/*--SUPERFISH MENU--*/
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar, 
	ul.sf-menu.sf-style-default li, ul.sf-menu.sf-style-default.sf-navbar {
		background: unset;
		background-color: unset;
	}

	ul.sf-menu.sf-style-default a, ul.sf-menu.sf-style-default a:visited, ul.sf-menu.sf-style-default span.nolink {
		padding: 0.65em 15px;
	}

	#navbarSupportedContent {
		position: relative;
		height: 0 !important;
	}

	.navbar-toggler {
		border: 3px solid #56585B;
		border-radius: 12px;
		position: absolute;
		top: 16px;
		right: 100px;
	}

	.navbar-toggler:focus {
		box-shadow: none;
	}

	.navbar-toggler-icon {
		width: 1.6em;
		height: 1.6em;
	}

	.region-nav-additional {
		position: relative;
	}

	#superfish-main-accordion {
		background-color: white;
		box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
		border-radius: 12px;
		margin-top: 62px;
	}

	.path-node #superfish-main-accordion {
		box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px;
	}
	
	.sf-accordion-toggle {
		display: none !important;
	}

	/*PARENT MENU DROPDOWN*/
	div.sf-accordion-toggle.sf-style-default a.sf-expanded, ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
    	border-radius: 12px;
	}

	ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded > span.nolink {
		color: var(--primaryColor);
		font-weight: normal;
	}

	div.sf-accordion-toggle.sf-style-default a.sf-expanded, ul.sf-menu.sf-style-default.sf-accordion li.sf-expanded {
		background: #cfdeff2b;
	}
}

@media (min-width: 991px) and (max-width: 991px) {
	.navbar-toggler {
		top: 25px;
	}

	.region-nav-main {
		background-color: unset;
	}

	#superfish-main-accordion {
		margin-top: 55px;
	}
}

@media (max-width: 767px) {
	.about-wrap .content-wrap > div {
		margin-bottom: 0;
	}

	.section-wrap {
		min-height: unset;
		height: unset;
		padding: 75px 0 50px 0;
	}

	.title {
		margin-bottom: 45px;
	}

	.title .intro {
		font-size: 32px;
	}

	.title .secondary-color {
		font-size: 62px;
	}

	.title .subtitle {
		font-size: 24px;
	}

	.title .subtitle br {
		display: none;
	}

	#contact {
		padding-bottom: 125px;
	}

	#contact .text-wrap {
		margin-bottom: 25px;
	}

	#contact p.secondary-color {
		margin-top: 20px;
		font-size: 28px;
	}

	#contact p.secondary-color::after {
		left: 269px;
		bottom: -112px;
	}

	.about-wrap .content-wrap > div {
		padding: 30px 20px;
	}

	.service-teaser .text-wrap {
		top: 60%;
	}
}

@media (max-width: 576px) {
	body:not(.user-logged-in) .region-breadcrumb {
		margin-top: 135px;
	}

	.custom-button {
		padding: 5px 15px;
		width: 100%;
	}

	.sticky-section {
		padding-left: 15px;
		padding-right: 15px;
	}

	.banner-button {
		display: none;
	}

	.about-wrap .img-wrap {
		width: 75%;
	}

	/*--SUPERFISH MENU--*/
	ul.sf-menu.sf-accordion {
		width: 97%;
		float: unset;
		margin: 0 auto;
	}

	#superfish-main-accordion {
		margin-top: 6px;
	}

	/*----BANNER----*/
	.small-screen-banner {
		display: block;
	}

	.small-screen-banner img {
		position: absolute;
    	top: 0;
    	left: 0;
    	min-width: 100%;
    	min-height: 700px;
    	width: auto;
    	max-width: 100%;
    	object-fit: cover;
    	max-height: 100vh;
    	height: 100%;
    	z-index: -1;
    	transform: translateY(0%);
    	margin: 0;
	}

	#filtervideo {
		display: none;
	}
}

@media (max-width: 500px) {
	h1 {
		font-size: 35px !important;
	}

	#contact p.secondary-color::after, 
	.about-wrap .img-wrap::after {
		content: none;
	}

	.copyright p {
		padding: 8px 15px;
	}

	#contact p.secondary-color {
		text-align: center;
	}

	#contact {
		padding-bottom: 50px;
	}

	.banner p br {
		display: none;
	}

	.about-wrap .img-wrap {
		width: 100%;
	}

	.service-teaser .text-wrap {
		top: 50%;
	}
}

@media (max-width: 420px) {
	.sticky-section {
		padding: 0;
	}

	.navbar-toggler {
		right: 82px;
	}

	.navbar-brand img {
		width: 180px;
	}
}

@media (max-height: 700px) {
	#filtervideo {
		min-height: 700px;
	}

	.bg-banner {
		padding-top: 30px;
	}
}