.header {background-color:#1f3b5b;}
.footer {background-color:#0d243e;}

.header1 {
    background-image: url(../images/bg-header.webp);
    background-position: 50%;
    background-size: cover;
    width: 100%;
    z-index: 0;
	position: relative;
}
.header .overlay {
    background: hsla(0, 0%, 5%, .45);
    height: 100%;
    left: 0;
    position: absolute;
    right: 0;
    width: 100%;
    z-index: 1;
}
.header .banner {
	height: 700px;
}
.logo {
    background-image: url(../images/logo-dark.png);
    background-repeat: no-repeat;
	background-size:cover;
    height: 24px;
    margin-right: 60px;
    min-width: 174px;
}

.t4k {position: relative;}
.t4k:after {
    background-color: #f15649;
    bottom: 3px;
    content: " ";
    display: inline-block;
    height: 8px;
    margin-left: 3px;
    position: absolute;
    width: 8px;
}

.s-button {
    align-items: center;
    background-color: #f15649;
    border: none;
    border-radius: 2px;
    color: #f8f8f8;
    cursor: pointer;
    display: flex;
    flex-grow: 0;
    font-size: 24px;
    line-height: 20px;
    min-height: 60px;
    min-width: 100px;
    text-decoration: none;
    transition: all .3s ease;
    width: 100%;
}
.s-button:hover {background-color: #fc6356;color: #fff;}

.listing img {width: 30px;}

.bg-red {
    background-image: url(../images/bg-red.png);
    background-position: 50%;
    background-repeat: no-repeat;
	background-size: cover;
}

.bg-map {
    background-image: url(../images/bg-map.png);
    background-position: 50%;
    background-repeat: no-repeat;
	background-color:#000;
}
.h-600 {min-height:600px;}

.box .header {
    background:none;
	display: block;
    font-family: Inter;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -.04em;
    line-height: 48px;
    margin: 0 0 40px;
    position: relative;
    text-align: left;
}
.box .columns {
    align-items: flex-start;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.columns>* {
    flex-basis: 50%;
}

.bh-w-powered-by {display:none !important;}

.swisstext {
	color:#f15649;
}
.swissblock {
	background-color:#f15649;
	color:#fff;
	padding: 11px 6px 2px 15px;
}

.text-white-50 {
    --bs-text-opacity: 1;
    color: rgba(255, 255, 255, .5) !important;
}