body {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-width: 576px;
    width: 100%;
}

/*font-family*/
@font-face {
	font-family: "Foundry";
	font-weight: 500;
	src: url("/fonts/regular/Founmrg.woff2") format("woff2"),
		url("/fonts/regular/Founmrg.woff") format("woff"),
		url("/fonts/regular/Founmrg.svg") format("svg"),
		url("/fonts/regular/Founmrg.eot") format("eot");
	
}
@font-face {
	font-family: "Foundry";
	font-weight: 600;
	src: url("/fonts/medium/Founmrg.woff2") format("woff2"),
		url("/fonts/medium/Founmrg.woff") format("woff"),
		url("/fonts/medium/Founmrg.svg") format("svg"),
		url("/fonts/medium/Founmrg.eot") format("eot");
	
}
@font-face {
	font-family: "Foundry";
	font-weight: 700;
	src: url("/fonts/medium-bold/Founmrg.woff2") format("woff2"),
		url("/fonts/medium-bold/Founmrg.woff") format("woff"),
		url("/fonts/medium-bold/Founmrg.svg") format("svg"),
		url("/fonts/medium-bold/Founmrg.eot") format("eot");
	
}
@font-face {
	font-family: "Foundry";
	font-weight: 800;
	src: url("/fonts/extra-bold/Founmrg.woff2") format("woff2"),
		url("/fonts/extra-bold/Founmrg.woff") format("woff"),
		url("/fonts/extra-bold/Founmrg.svg") format("svg"),
		url("/fonts/extra-bold/Founmrg.eot") format("eot");
	
}

h1, h2, h3, h4, h5, h6, div, span, p, ul, ol{
	font-family: "Foundry Monoline",Sans-serif;
	color: #1e294d;
	}


/* Colors to fit CI of FORMAXX AG */
.text-formaxx-blue {
    color: #001F54;
}
.background-formaxx-blue {
    background-color: #001F54!important;
}
.background-formaxx-gray {
    background-color: #838588!important;
}
.background-formaxx-brown {
    background-color: #ECDAC0!important;
}

/* Styling of Drang&Drop games for participants */
#din_tier4,
#asset_tier4 {
    background-color: #F7F7F7;
}
#asset_tier1,
#asset_tier2,
#asset_tier3 {
    background-color: #cccccc;
    border-style: dashed;
    border-width: 2px;
    border-color: #1e294d;
}

.cards-grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    min-height: 150px;
}
.cards-grid > div {
    padding: 0.5rem 0.5rem 0rem;
    text-align: center;
    min-width: 172px;
    max-width: 172px;
}
@media (min-width: 768px) {
    .cards-grid > div {
        min-width: 174px;
        max-width: 174px;
    }
}
@media (min-width: 992px) {
    .cards-grid > div {
        min-width: 187px;
        max-width: 187px;
    }
}
@media (min-width: 1200px) {
    .cards-grid > div {
        min-width: 159px;
        max-width: 159px;
    }
}
@media (max-width: 1399.98px) {

}
.cards-grid .image-card img {
    width: 100%;
}
.cards-grid .image-card div {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 160px;
    margin: 0 auto;
	display: table;
	cursor: pointer;
}
.cards-grid .image-card div::before {
    content: "";
    float: left;
    width: 1px;
    margin-left: -1px;
    padding-top: 119.512%;
}
.cards-grid .image-card div::after {
    content: "";
    display: table;
    clear: both;
}
.cards-grid .image-title{
	display: block;
	padding-left: 10px;
	text-align: left;
	background-color: #ffffff;
	font-size: 14px;
	height: 50px;
	cursor: pointer;
	margin-top: -45px;
	/*padding-top: 123px;
    padding-bottom: 20px;*/
	
}
.cards-grid .image-title h6{
	font-weight: 600;
	margin-bottom: 0px;
	font-size: 16px;
}

.cards-grid .custom-card span {
    display: block;
    text-align: center;
    font-weight: 500;
}
.cards-grid .sortable-card {
    max-width: 160px;
    margin: 0 auto;
    background-color: #cccccc;
    border-style: dashed;
    border-width: 2px;
    border-color: #1e294d;
}
  
.cards-grid .sortable-card::before {
    content: "";
    float: left;
    width: 1px;
    margin-left: -1px;
    padding-top: 119.512%;
}
.cards-grid .sortable-card::after {
    content: "";
    display: table;
    clear: both;
}

#asset_tier1 > div > div, #asset_tier2 > div > div, #asset_tier3 > div > div{
	display: none !important;}
#asset_tier1 .image-title, #asset_tier2 .image-title, #asset_tier3 .image-title{
	padding: 5px 10px;
	border: 1px solid #1e294d;
	cursor: pointer;
	background-color: #ffffff;
	height: auto;	
	margin-top: 0px;
}
#asset_tier1 > div > div > span, #asset_tier2 > div > div > span, #asset_tier3 > div > div > span{
	padding: 5px;
	font-size: 12px;
}
#asset_tier1 h6, #asset_tier2 h6, #asset_tier3 h6{
	font-size: 12px;
}














.cards-overview {
    display: flex; flex-direction: column; flex-wrap: nowrap; overflow-x: auto;
}
.cards-overview .custom-row {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    width: 100%;
    padding-left: 3rem;
}

.cards-overview .custom-row>.image-card {
    display: inline-block;
    width: 15%;
    flex-shrink: 0;
    padding: 0.5rem;
}
.cards-overview .custom-row>.image-card span {
    display: block;
    text-align: center;
}
.cards-overview .custom-row>.image-card div {
    width: 100%;
    background-color: #fcfcfc;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}