#redirect-modal {
    z-index: 99999999!important;
}
.bt_bb_size_extrahuge.bt_bb_headline h1 {
	font-size: 4.5rem !important;
}

.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
	min-height: unset;
	padding: 60px 0;
}

.bt_bb_section_top_section_coverage_image,
.bt_bb_section_bottom_section_coverage_image {
	//display: none !important;
}

.btMenuVertical .mainHeader .logo {
	display: none;
	padding: 0;
}

.bt_bb_section5ee76b32932cc {
	max-height: 960px !important;
}

.btSiteFooter a {
	color: #89fff7;
}
.btSiteFooter a:hover {
    color: #bcfffb;
    text-decoration: underline;
}

.btMenuVertical .btVerticalHeaderTop {
	display: flex;
	align-items: center;
}

.btMenuVertical .btLogoArea .logo img {
	height: 52px;
	max-width: unset !important;
}

.btStickyHeaderActive.btMenuHorizontal .mainHeader .btLogoArea .logo img {
	height: calc(104px*0.75);
}

@media (min-width: 375px) {
	.btMenuVertical .btLogoArea .logo img {
		height: 60px;
	}
}

@media (min-width: 425px) {
	.btMenuVertical .btLogoArea .logo img {
		height: 70px;
	}
}

@media (min-width: 480px) {
	.bt_bb_size_extrahuge.bt_bb_headline h1
	{
			font-size: 6rem !important;
	}
}

@media (min-width: 992px) {
	.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
		min-height: unset;
		padding: 0;
	}
}

@media (min-width: 1200px) {
	.bt_bb_size_extrahuge.bt_bb_headline h1	{
			font-size: 7rem !important;
	}
	
	.bt_bb_section.bt_bb_full_screen > .bt_bb_port {
		min-height: unset;
		padding: 100px 0;
	}
}	