@charset "ISO-8859-1";

/*
This css will just "fix" content from contentbox to show content in new design. This should be removed after switch and content should be updated
*/

.cbcontent h1, .cbcontent h3, .cbcontent h2, .cbcontent h4, .cbcontent h5 {
	text-transform: uppercase;
	width: 100%;
}
.cbcontent .cms-header-image {
	display: none;
}
.cbcontent img {
	width: 100%;
}