
@font-face {
    font-family: Arial;
    src: url('/webfonts/ArialRegular.eot');
    src: url('/webfonts/ArialRegular.eot?#iefix')format('embedded-opentype'),
    url('/webfonts/ArialRegular.woff2')format('woff2'),
    url('/webfonts/ArialRegular.woff')format('woff'),
    url('/webfonts/ArialRegular.ttf')format('truetype'),
    url('/webfonts/ArialRegular.svg#Arial W01 Regular')format('svg');
}


#toTop {
	left: 10px;
}

.g-recaptcha {
    width: unset;
    height: unset;
    text-align: unset;
    margin-top: unset;
}

.bildtext-text{
    width: 100%;
    padding: 1rem;
}

.bildtext {
    font-size: 2.5rem;
    font-weight: 700;
    color: #fff;
}

.bildtext-rubrik{
	color: #ffffff;
    font-weight: 600;
    font-size: 35px;
    display: inline-block;
    width: 100%;
    text-transform: uppercase;
    letter-spacing: 0.02em;
    font-family: Arial;
}

.btn-primary{
    --bs-btn-color: #fff;
    --bs-btn-bg: #ea0000;
    --bs-btn-border-color: #ea0000;
    --bs-btn-hover-color: #fff;
    --bs-btn-hover-bg: #ea0000;
    --bs-btn-hover-border-color: #ea0000;
    --bs-btn-focus-shadow-rgb: 49, 132, 253;
    --bs-btn-active-color: #fff;
    --bs-btn-active-bg: #ea0000;
    --bs-btn-active-border-color: #ea0000;
    --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
    --bs-btn-disabled-color: #fff;
    --bs-btn-disabled-bg: #ea0000;
    --bs-btn-disabled-border-color: #ea0000;
}

.bo-form-response.is-success{
	padding:10px;
}

.bo-btn-cta {
    color: #ffffff!important;
    background: #ea0000!important;
}

.bo-car-card__cta .btn-light {
    background: #ea0000!important;
}

.bo-badge--soft {
    background: #ea0000!important;
    color: #ffffff!important;
}

/*Inställning för mobil*/
@media (max-width: 767px){
	.navbar{
		background-color: transparent !important;
	}
	
		.bildtext {
    	padding: 0px 30px 20px 20px;
	}
	
	.startsektion-bg-img-container {
    	min-height: unset;
    	height: 160px;
	}
	
	.bildtext-rubrik {
    	font-size: 28px;
	}
	
	.bildtext-text {
    	font-size: 18px;
	}
	
}