body.debug{
	/* visibility:visible; */
}
/** Specific style for this site ONLY */
.logo-img{
	width: 194px;
	/* height: 99px; */
}
@media screen and (max-width: 640px){
	.wrapper-hero:nth-child(1n){
		background-image:url("https://res.cloudinary.com/dejveu03i/image/fetch/q_auto%2Cf_auto%2Cdpr_auto/https://www.allatemaresor.se/clientfiles/2021/static//images/tema/headerimage-640.jpg");
	}
}
@media screen and (min-width: 641px) and (max-width: 1680px){
	.wrapper-hero:nth-child(1n){
		background-image:url("https://res.cloudinary.com/dejveu03i/image/fetch/q_auto%2Cf_auto%2Cdpr_auto/https://www.allatemaresor.se/clientfiles/2021/static/images/tema/headerimage-1680.jpg");
	}
}
@media screen and (min-width: 1681px){
	.wrapper-hero:nth-child(1n){
		background-image:url("https://res.cloudinary.com/dejveu03i/image/fetch/q_auto%2Cf_auto%2Cdpr_auto/https://www.allatemaresor.se/clientfiles/2021/static/images/tema/headerimage-1920.jpg");
	}
}

.logo-topdomain,.logo-text .logo-all{
    color: #BDD8DC;
}

.logo-text {
    background: #237F8B;
}
