
@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;
}


/*Inställning för mobil*/
@media (max-width: 767px){
	.navbar{
		background-color: transparent !important;
	}
}