@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed: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=Barlow: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&display=swap');

body{
	font-family: "Barlow", sans-serif;
	font-weight: 400;
	font-style: normal;
	background: #F9F9F9;
}

.bg-grey{
	background-color: rgb(64, 64, 64);
	color: white;
}

.bg-red{
	background-color: rgb(255, 0, 0);
	color: white;
}

section h1, section h2{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-size: 36px;
	color: rgba(95, 95, 95, 1);
	text-transform: uppercase;
	margin: 0px;
}

section h3{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 600;
	font-size: 36px;
	color: rgba(95, 95, 95, 1);
	margin: 0px;
}

.text-line{
	position: relative;
}

.text-line:before{
	content: "";
	background-color: rgb(255, 0, 0);
	width: 60px;
	height: 1px;
	display: block;
	position: absolute;
	bottom: 0px;
}

.button{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 1.8px;
	padding: 15px 10px;
	display: inline-block;
	text-transform: uppercase;
	text-decoration: none;
	border: 1px solid #FF0000;
	transition: background .2s linear, color .2s linear;
    -webkit-transition: background .2s linear, color .2s linear;
    -ms-transition: background .2s linear, color .2s linear;
}

.button-normal{
	color: #5F5F5F;
}

.button-normal:hover{
	background: #FF0000;
	color: white;
}

.button-inverse{
	background: #FF0000;
	color: white;
}

.button-inverse:hover{
	color: #5F5F5F;
	background: none;
}


/* HEADER */

header.topbar{
	font-family: "Barlow Condensed", sans-serif;
	font-size: 14px;
}

header.topbar ul{
	margin: 0px;
	padding: 0px;
}

header.topbar ul li{
	display: flex;
	text-transform: uppercase;
}

header.topbar ul li a{
	color: white;
	text-decoration: none;
}

header.topbar ul li a:hover{
	text-decoration: underline;
}

header.topbar ul.info li:not(:last-child)::after{
	width: 1px;
	height: 100%;
	display: block;
	content: "";
	background-color: white;
	margin: 0px 15px;
}

header.topbar ul li picture{
	margin-right: 10px;
}

header.topbar ul li picture svg{
	width: auto;
}

header.topbar ul.info li picture svg{
	height: 21px;
}

.social li picture svg{
	height: 20px;
}

.social li a:hover picture path{
	transition: fill .2s linear, stroke .2s linear;
    -webkit-transition: fill .2s linear, stroke .2s linear;
    -ms-transition: fill .2s linear, stroke .2s linear;
}

.social li a:hover picture path[fill]{
	fill: #FF0000;
}

.social li a:hover picture path[stroke]{
	stroke: #FF0000;
}

/* SLIDER */

#slideshow{
	position: absolute;
	width: 100%;
	height: 400px;
}

#slideshow.main{
	height: 770px;
}

#slideshow .carousel{
	height: inherit;
}

#slideshow .carousel-inner{
	height: inherit;
}

#slideshow .carousel-shadow{
	height: 100%;
	width: 100%;
    background: rgba(0, 0, 0, 0.47);
    position: absolute;
    z-index: 1;
}

#slideshow .carousel-item {
	height: inherit;
	background-size: cover!important;
	background-position: center -100px!important;
	background-repeat: no-repeat;
}

#slideshow.main .carousel-item{
	background-position: top center!important;
}

#slideshow .carousel-item > img {
	height: inherit;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	min-width: 100%;
}

/*.carousel-control-prev-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(68 182 240)' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");
}

.carousel-control-next-icon {
	background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='rgb(68 182 240)' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e")
}*/

.carousel-control-next, .carousel-control-prev {
	opacity: 1;
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
	opacity: 0.7;
}

.carousel-control-next, .carousel-control-prev {
	z-index: 100;
	display: none;
}

@media (max-width: 1400px) {
	#slideshow .carousel{
		height: 675px;
	}
}

@media (max-width: 1200px) {
	#slideshow .carousel{
		height: 565px;
	}
}

@media (max-width: 992px) {
	#slideshow .carousel{
		height: 365px;
	}
}

@media (max-width: 980px) {
	.carousel-inner .fader h2 {
		font-size: 23px;
	}
}

@media (max-width: 725px) {
	.carousel-inner .fader h2 {
		font-size: 20px;
	}
}

/*
@media (max-width: 610px) {
	.carousel-item{
		height: 170px;
	}
}

@media (max-width: 500px) {
	.carousel-item{
		height: 145px;
	}
}

@media (max-width: 425px) {
	.carousel-item{
		height: 130px;
	}
}*/

/* MAIN */

main{
	position: relative;
	z-index: 10;
}

/* MENU */

#menu{
	font-family: "Barlow Condensed", sans-serif;
}

#menu .navbar-toggler{
	margin: 9px;
}

#menu .navbar-toggler:focus{
	outline: none;
}

#menu .navbar-brand{
	padding: 0px;
}

@media (max-width: 1200px){
	#menu .navbar-brand{
		max-width: 160px;
		margin: 0px;
		padding: 25px 0px;
	}
}

@media (max-width: 992px){
	#menu .navbar-brand{
		max-width: 150px;
	}
}

#menu nav ul{
	text-align: left;
}

#menu nav.navbar.shrink li div ul{
	margin-top: 12px;
}

#menu nav li{
	position: relative;
    list-style: none;
	transition: background-color 1s;
	color : #FFFFFF;
}

#menu nav li.dropdown-toggle::after{
	margin-left: -25px;
}

#menu nav li.dropdown-toggle a{
	padding: 8px 35px 8px 10px;
}

#menu nav li a{
	text-transform: uppercase;
	font-size: 15px;
	font-weight: 500;
	display: inline-block;
	position: relative;
	color : #FFFFFF;
	padding: 8px 10px;
	transition: color 1s;
	text-decoration: none;
	line-height: 18px;
}

#menu nav li a::after{
	display: block;
}

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

/*2nd level*/
#menu nav li div{
	position: absolute;
	z-index: 20;
}

#menu nav li div ul li, #menu nav li div ul li a{
	display: block;
}

#menu nav li.dropdown-toggle{
	padding-right: 8px;
	z-index: 15;
}

#menu nav li.dropdown-toggle::after{
	position: static;
}

#menu nav li div ul a::after{
	display: none;
}

@media (min-width: 993px){
	#menu nav li:hover{
		color : #FFFFFF;
		background: #FF0000;
	}

	#menu nav li:hover div ul li a, #menu nav li div ul li a{
		color: #FFFFFF;
		padding: 10px 0px;
	}

	#menu nav li:hover a{
		color : #FFFFFF;
	}

	#menu nav li:hover > div{
		display: block;
	}
	
	#menu nav li div ul{
		display: block;
		background: #FF0000;
		padding: 0px 10px;
	}
	
	#menu nav li.dropdown-toggle div ul li a{
		padding: 8px 10px;
	}

	#menu nav li.dropdown-toggle div ul li:hover a, #menu nav li.dropdown-toggle div ul li:hover > a{
		color: black!important;
	}

	#menu nav li.dropdown-toggle div ul li:not(:last-child) a{
		border-bottom: 1px solid #FFFFFF;
	}
}

@media (max-width: 1400px){
	#menu nav li a{
		font-size: 14px;
	}
}

@media (max-width: 1200px){
	#menu nav li a{
		padding: 8px 7px;
	}
}

.search{
	height: 60px;
}

.cross, .burger{
	width: 60px;
	height: 60px;
}

.search ul, .search ul li, .cross ul,  .cross ul li, .burger ul, .burger ul li{
	height: inherit;
}

#menu nav .search a, #menu nav .cross a, #menu nav .burger a{
	height: inherit;
	display: flex;
	align-items:center;
	justify-content: center;
}

@media (min-width: 993px){
	#menu .mobile-menu{
		display: none;
	}
}

#menu .mobile-menu{
	background: rgba(0, 0, 0, 0.9);
	position: absolute;
    width: 100%;
    height: 100%;
    z-index: 150;
}

#menu .mobile-menu nav .navbar-collapse li{
	border-bottom: 1px solid #FF0000;
}

#menu .mobile-menu nav .navbar-collapse li:last-child{
	border: none;
}

#menu .mobile-menu nav li a{
	font-size: 22px;
	padding: 15px 0px;
	width: 100%;
}

#menu .mobile-menu nav li.dropdown-toggle{
	padding: 0px;
}

#menu .mobile-menu nav li div{
	position: relative;
}

#menu .mobile-menu nav li.dropdown-toggle::after{
	position: absolute;
	top: 22px;
    right: 15px;
}

#menu .mobile-menu nav li.dropdown-toggle div ul li{
	border: none;
}

#menu .mobile-menu nav li.dropdown-toggle div ul li a{
	color: #FF0000;
}

/* PAGE */

section.page .container{
	position: relative;
}

section.page .title{
	position: absolute;
    top: -75px;
    right: 0px;
	width: 70%;
	display: flex;
  	align-items: center; /* vertikális közép */
	padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
	z-index: 5;
}

section.page .container .title h1{
	font-size: 36px;
	font-weight: 700;
	color :white;
	position: relative;
	display: inline-block;
}

section.page .container .title .line  {
  flex-grow: 1;
  height: 1px;
  background-color: red;
  margin-left: 15px; /* 15px távolság a h1 után */
}

section.page .content{
	min-height: 150px;
	background: white;
	padding: 50px 100px;
}

section.page .content h2{
	
}

@media (max-width: 1400px){
	section.page .title{
		width: 73%;
		top: -65px;
	}
}

@media (max-width: 1200px){
	section.page .title{
		width: 82%;
		top: -65px;
	}
}

@media (max-width: 992px){
	section.page .title{
		position: relative;
		width: 100%;
		top: auto;
		margin-bottom: 25px;
	}
	
	section.page .content{
		padding: 25px;
	}
	
	/*section.page img{
		width: 100%;
		height: auto;
	}*/
}

/* SERVICES */
section.services .item-slider{
	background: white;
	border-bottom: 4px solid #FF0000;
	padding: 40px;
	box-shadow: -1px 15px 22px 1px rgba(0,0,0,0.16);
	-webkit-box-shadow: -1px 15px 22px 1px rgba(0,0,0,0.16);
	-moz-box-shadow: -1px 15px 22px 1px rgba(0,0,0,0.16);
}

section.services .item-slider .item{
	padding: 0px 20px;
	border-right: 2px solid #D4D4D4;
	margin: 20px 0px;
}

section.services .item-slider .item:nth-child(3){
	border: none;
}


/* ITEM SLIDER */

.item-slider .item{
	text-align: center;
}

.item-slider .item .image{
	margin: 0 auto;
}

.item-slider .item .name{
	font-family: "Barlow Condensed", sans-serif;
	color: #FF0000;
	font-size: 36px;
    text-transform: uppercase;
	font-weight: 400;
	padding: 15px 0px;
}


.item-slider .item .text{
	font-size: 17px;
	line-height: 25px;
	font-weight: 400;
	margin-bottom: 25px;
}

.item-slider .slick-slide div:not([class]){
	display: flex;
}

.item-slider .slick-slide div:not([class]):nth-child(1){
	border-bottom: 2px solid #D4D4D4;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.item-slider .item-slider.slick-initialized.slick-slider.slick-dotted {
	position: relative;
}

.item-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow,.item-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow{
	position: absolute;
	z-index: 100;
	top: 40px;
	background: red;
	cursor: pointer;
	height: 60px;
	width: 60px;
	transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -ms-transition: background .2s linear;
}

.item-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow {
	left: -12px;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' y='60' width='60' height='60' transform='rotate(180 60 60)' fill='%23FF0000'/%3E%3Cpath d='M48 30L21 30' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 38.25L12.6434 29.8934' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 21.6434L12.6434 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.item-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' y='60' width='60' height='60' transform='rotate(180 60 60)' fill='%235F5F5F'/%3E%3Cpath d='M48 30L21 30' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 38.25L12.6434 29.8934' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 21.6434L12.6434 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.item-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow {
	right: -12px;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%23FF0000'/%3E%3Cpath d='M12 30H39' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 21.75L47.3566 30.1066' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 38.3566L47.3566 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.item-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%235F5F5F'/%3E%3Cpath d='M12 30H39' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 21.75L47.3566 30.1066' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 38.3566L47.3566 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

ul.slick-dots {
	text-align: center;
}

ul.slick-dots li {
	display: inline-block;
	margin: 0 10px;
}

@media (max-width: 1400px){
	.item-slider .item{
		zoom: 90%;
	}
}

@media (max-width: 1200px){
	.item-slider .item{
		zoom: 75%;
	}
}

@media (max-width: 992px){
	section.services .item-slider .item{
		zoom: 100%;
		border: none;
	}

	section.services .slick-slide div:not([class]):nth-child(1){
		border: none;
		margin: 0px;
		padding: 0px;
	}
}

section.szab .box{
	margin-right: 140px;
}

section.szab .box ul li{
	font-weight: 600;
	line-height: 45px;
	list-style-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_70_227)'%3E%3Cpath d='M1.36364 8.18183L6.81818 13.6364L16.3636 1.36365' stroke='%23FF0000' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_70_227'%3E%3Crect width='17.7273' height='15' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

@media (max-width: 1200px){
	section.szab .box{
		margin-right: 0px;
	}
}

/* INFO */
section.info .box{
	padding-top: 150px;
	padding-left: 150px;
}

section.info .youtube{
	position: relative;
}

section.info .youtube .bg{
	background: #FF0000;
	height: 275px;
	width: 432px;
	margin-left: -150px;
	mix-blend-mode: multiply;
	padding-right: 80px;
}

section.info .youtube .bt{
	position: absolute;
	bottom: -50px;
    left: 235px;
    z-index: 100;
    background: red;
    cursor: pointer;
    height: 100px;
    width: 100px;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -ms-transition: background .2s linear;
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='100' fill='%233D3B46'/%3E%3Cpath d='M26 50H62' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M62 39L73.1421 50.1421' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M62 61.1421L73.1421 50' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
}

section.info .youtube .bt:hover{
	background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='100' height='100' fill='%235F5F5F'/%3E%3Cpath d='M26 50H62' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M62 39L73.1421 50.1421' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M62 61.1421L73.1421 50' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E");
}

@media (max-width: 1400px){
	section.info .box{
		padding-top: 80px;
		padding-left: 80px;
	}
}

@media (max-width: 1200px){
	section.info .box{
		padding-top: 50px;
		padding-left: 50px;
	}
	
	section.info .youtube .bg{
		height: 190px;
		padding-right: 50px;
	}
	
	section.info .youtube .bt{
		left: 165px;
	}
}

@media (max-width: 992px){
	section.info .youtube .bt{
		left: 230px;
	}
}

@media (max-width: 776px){
	section.info .youtube .bt{
		left: 215px;
	}
}

@media (max-width: 576px){
	section.info .youtube .bt{
		position: relative;
		display: block;
	}
}

/* GALLERY */

.gallery-slider.slick-slider {
  margin-left: -10px;
  margin-right: -10px;
}

.gallery-slider .slick-list {
	clip-path: inset(0 10px 0 10px);
}

.gallery-slider .slick-slide {
	margin-left: 10px;
	margin-right: 10px;
}

.gallery-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow,.gallery-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow{
	position: absolute;
	z-index: 100;
	top: 50%;
	background: red;
	cursor: pointer;
	height: 60px;
	width: 60px;
	transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -ms-transition: background .2s linear;
	-webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.gallery-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow {
	left: -70px;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' y='60' width='60' height='60' transform='rotate(180 60 60)' fill='%23FF0000'/%3E%3Cpath d='M48 30L21 30' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 38.25L12.6434 29.8934' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 21.6434L12.6434 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gallery-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='60' y='60' width='60' height='60' transform='rotate(180 60 60)' fill='%235F5F5F'/%3E%3Cpath d='M48 30L21 30' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 38.25L12.6434 29.8934' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M21 21.6434L12.6434 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gallery-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow {
	right: -70px;
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%23FF0000'/%3E%3Cpath d='M12 30H39' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 21.75L47.3566 30.1066' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 38.3566L47.3566 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.gallery-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow:hover {
	background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='60' height='60' fill='%235F5F5F'/%3E%3Cpath d='M12 30H39' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 21.75L47.3566 30.1066' stroke='white' stroke-linecap='round'/%3E%3Cpath d='M39 38.3566L47.3566 30' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

@media (max-width: 992px){
	.gallery-slider .item{
		height: auto;
	}
	
	.gallery-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow,.gallery-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow{
		bottom: -25px;
		top: auto;
        transform: none;
	}
	
	.gallery-slider i.slick-prev.pull-left.fas.fa-arrow-left.slick-arrow {
		left: auto;
        right: 100px;
	}
	
	.gallery-slider i.slick-next.pull-right.fas.fa-arrow-right.slick-arrow {
		right: 35px;
	}
}

/* CALL */

section.call{
	height: 515px;
	background: grey url("../img/ff2a33ed79d89a90fa5efb60585d9d999b6be2f1.jpg");
	background-size: cover;
	background-position: center center;
	padding: 130px 0px;
	box-sizing: border-box;
	position: relative;
}

section.call .shadow{
	height: inherit;
	width: 100%;
	background: rgba(0, 0, 0, 0.37);
	position: absolute;
	top: 0px;
	z-index: 5;
}

section.call .content{
	position: relative;
	z-index: 10;
}

section.call h2{
	color: white;
	text-transform: none;
	font-size: 55px;
	font-weight: 600;
}

section.call h3{
	color: white;
	text-transform: uppercase;
	font-size: 30px;
	font-weight: 400;
	position: relative;
}

section.call h3:after{
	content: "";
	border-bottom: 1px solid #FF0000;
	position: absolute;
    width: 60px;
    left: 50%;
    bottom: 0px;
	-webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    transform: translate(-50%,0);
}

section.call .button{
	font-size: 36px;
	font-weight: 500;
	padding: 10px;
}

section.call .button:hover{
	color: white;
}

/* NEWS */

section.news .item{
	color: #5F5F5F;
}

section.news .item .name{
	font-family: "Barlow Condensed", sans-serif;
	font-size: 36px;
	font-weight: 400;
}

/* GMAP */
#google-map {
    width: 100%;
    height: 580px;
    z-index: 1;
}

#google-map .highlight{
	margin-left: 150px;
}

/* NEWSLETTER */

section.newsletter{
	position: absolute;
	width: 100%;
	margin-top: -50px;
    z-index: 10;
	font-family: "Barlow Condensed", sans-serif;
}

section.newsletter .box{
	background: white;
	padding: 25px;
	box-sizing: border-box;
}

section.newsletter .box .text{
	font-size: 34px;
	font-weight: 400;
	color: #5F5F5F;
	margin-right: 100px;
}

section.newsletter .box .text span{
	color: #FF0000;
}

section.newsletter .box .input{
	height: 50px;
	border: none;
	background: #EBEBEB;
	padding: 10px;
	text-transform: uppercase;
}

section.newsletter .box .input:focus {
    outline-width: 0;
}

section.newsletter .box .button{
	padding: 10px;
	font-size: 18px;
}

@media (max-width: 992px){
	section.newsletter{
		position: relative;
		margin: 0px;
	}
	
	section.newsletter .g{
		--bs-gutter-x: 0;
	}
	
	section.newsletter .box .text{
		margin-right: 25px;
	}
}

@media (max-width: 768px){
	section.newsletter .box{
		padding: 35px 60px;
	}
	
	section.newsletter .box .text{
		margin-bottom: 20px;
	}
	
	section.newsletter .box .input{
		width: 100%;
	}
	
	section.newsletter .box .button{
		width: 100%;
	}
}

@media (max-width: 576px){	
	section.newsletter .box .input{
		width: 100%;
		
	}
	
	section.newsletter .box .input{
		margin: 15px 0px;
	}	
}

/* FOOTER */

footer p{
	line-height: 25px;
    font-size: 15px;
	padding: 0px;
	margin: 0px;
}

/* AUTHORSHIP */

footer.authorship{
	padding: 115px 0px 60px 0px;
}

footer.authorship h2{
	font-family: "Barlow Condensed", sans-serif;
	font-weight: 400;
	font-size: 36px;
	text-transform: uppercase;
	position: relative;
}

footer.authorship h2:after{
	content: "";
	width: 60px;
	height: 1px;
	background: white;
	position: absolute;
	bottom: 0px;
	left: 0px;
}

footer.authorship ul{
	margin: 0px;
	padding: 0px;
}

footer.authorship ul li{
	list-style: none;
}

footer.authorship ul li picture{
	width: 25px;
	margin-right: 5px;
	display: inline-block;
}

footer.authorship ul li a{
	text-decoration: none;
	color: white;
	text-transform: uppercase;
}

footer.authorship ul li a:hover{
	text-decoration: underline;
}

/* COPYRIGHT */

footer.copyright{
	
}

footer.copyright .c{
	align-self: center;
}

footer.copyright ul{
	display: flex;
	gap: 25px;
}

footer.copyright a{
	color: white;
	font-weight: 400;
	text-transform: uppercase;
	text-decoration: none;
}

footer.copyright a:hover{
	text-decoration: underline;
}

@media (max-width: 992px){
	footer.copyright{
		text-align: center;
	}
	
	footer.copyright p{
		text-align: center;
		width: 100%;
        display: block;
	}
	
	footer.copyright .c{
		width: 100%;
	}
}