.mobile {
    display: none;
}
.not-mobile {
    display: none;
}
.header {
    background: rgba(255,211,0,1);
}
.regForm {
	background-color: rgb(255, 242, 194)
}
#frm-conditionForm-conditionForm input[type=submit] {
    background: #E5182D;
}
.button {
    background: #E5182D;
}
.footer {
    min-height: 0px;
}
.lang-switcher {
    color: #000;
	right: 2%;
}
a {
    color: #000;
}
.lang-switcher ul {
    background: rgba(255,211,0,1);
	font-size: 13px;
}