.logo {
	padding: 20px 20px 5px 20px;
}
.logo img {
	width: 120px;
}
.header {
  padding: 20px;
  font-size: 30px;
}
.container {
	padding: 20px;
}
.group {
	border: 2px solid #bcbcbc;
    border-radius: 4px;
	padding: 20px 15px;
    position: relative;
	margin-bottom: 30px;
}
.group.flex {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	flex-wrap: wrap;
    gap: 8px;
}
.group > .title {
	position: absolute;
    top: -13px;
    left: 18px;
    font-size: 16px;
    color: #454545;
    background: white;
    padding: 0 10px;
}
.group > .title-desc {
	margin-bottom: 15px;
}
.group .group-text {
	margin: 15px 0;
}
.group.subgroup {
	margin-top: 30px;
	margin-bottom: 0;
}
.hidden {
	display: none!important;
}
.hide {
	display: none;
}
.invisible {
	visibility: hidden;
}
.account a.label {
	font-weight: normal;
	user-select: auto;
}
.language-switcher {
	margin-bottom: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.menu {
	border-top: 0;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
	overflow: hidden;
}
.login {
	margin-top: 30px;
}
.ui.breadcrumb .section.active {
    color: #000000;
}
.two-col-fields {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 15px;
	max-width:400px;
}
.two-col-fields > .field {
	flex: 50%;
	padding-right: 5px;
	box-sizing: border-box;
}

.movable-group {
	margin-bottom: 20px;
}
.movable-group .movable-item {
	display: flex;
	flex-wrap: nowrap;
	margin-bottom: 15px;
}
.movable-group .movable-template {
	display: none;
}
.movable-group .movable-panel {
	margin: 1px 7px 1px 0;
}
.movable-group .movable-content {
	flex-grow: 1;
	border: 2px solid #bcbcbc;
	border-radius: 4px;
	padding: 10px;
}
.movable-group .movable-add {
	text-align: left;
	margin-top: 10px;
	text-align: center;
}
.photo-preview {
	margin-top: 10px;
	position: relative;
	width: 160px;
	min-height: 40px;
	border-radius: 6px;
	overflow: hidden;
}
.photo-preview .photo-delete {
	position: absolute;
	top: 6px;
	right: 4px;
}
.photo-preview img {
	display: block;
}
.foot-buttons {
	text-align: right;
}
.value-decorative {
	white-space: pre-wrap;
}
.page.page-summary {
	margin-bottom: 30px;
}
.section.summary-section {
	color: #00940e!important;
}
.summary-buttons {
	text-align: center;
}
.admin {
	background: black;
	padding: 20px 10px;
	text-align: center;
}

.page.page-summary .group > .title {
    position: static;
    font-size: 16px;
    text-align: left;
    padding: 0;
	margin-top: -10px;
    margin-bottom: 10px;
    color: #999999;
}

.mmxmodal {
	display: none;
	position: fixed;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #f1f1f1de;
	z-index: 10000;
}
.mmxmodal-container {
	position: absolute;
	top: 32px;
	bottom: 32px;
	left: 32px;
	right: 32px;
	background: white;
	padding: 30px;
	overflow: auto;
	box-shadow: 0px 0px 20px 2px rgb(0 0 0 / 10%);
}
iframe.mmxmodal-container {
	position: static;
	width: calc(100% - 64px);
	height: calc(100% - 64px);
	margin: 32px;
	padding: 0;
	border: 0;
}
.mmxmodal-close {
	position: absolute;
	right: 0;
	top: 0;
	width: 32px;
	height: 32px;
	opacity: 0.4;
	cursor: pointer;
}
.mmxmodal-close:hover {
	opacity: 1;
}
.mmxmodal-close:before, .mmxmodal-close:after {
	content: '';
	position: absolute;
	left: 15px;
	height: 33px;
	width: 2px;
	background-color: #333333;
}
.mmxmodal-close:before {
	transform: rotate(45deg);
}
.mmxmodal-close:after {
	transform: rotate(-45deg);
}
@media (max-width: 600px) {
	.mmxmodal-container {
		top: 32px;
		bottom: 0;
		left: 0;
		right: 0;
		padding: 12px;
	}
	iframe.mmxmodal-container {
		padding: 0;
		width: 100%;
		height: calc(100% - 32px);
		margin: 32px 0 0 0;
	}
}
.print-header {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding: 10px;
}
.print-footer {
	display: none;
	font-size: 10px;
	line-height: 15px;
	margin-top: 45px;
}
.auto-save-message {
	margin-bottom: 35px!important;
}
.data-protection-field {
	margin-bottom: 6px!important;
}