
@charset "UTF-8";

.mod_mainmenu {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	padding-left: 12.5px;
	padding-right: 12.5px;
	box-sizing: border-box;
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-right: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu {
		padding-right: 25px;
	}
}

.mod_mainmenu.open {
	background-color: #fff;
}

.mod_mainmenu .logo {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: column wrap;
	flex-flow: column wrap;
	max-width: 60%;
	padding-top: 12.5px;
	padding-bottom: 12.5px;
	line-height: 0;
	text-decoration: none;
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-top: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .logo {
		padding-bottom: 25px;
	}
}

.mod_mainmenu .logo a {
	text-decoration: none;
}

.mod_mainmenu .logo img {
	width: auto;
	max-width: 100%;
	height: auto;
}

.mod_mainmenu .logo .slogan {
	display: none;
	margin-top: 4px;
	font-family: Muli, sans-serif;
	font-size: 1rem;
	font-size: 2.3vh;
	line-height: 1.5rem;
	line-height: 2.4vh;
	font-weight: normal;
	color: #b29a81;
	text-transform: uppercase;
	text-decoration: none;
	white-space: nowrap;
}

.mod_mainmenu .burger {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	box-sizing: border-box;
	width: auto;
	overflow: hidden;
	position: relative;
	padding-left: 12.5px;
	padding-top: 6.25px;
	padding-bottom: 6.25px;
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-top: 9.375px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-top: 12.5px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-bottom: 9.375px;
	}
}

@media screen and (min-width:600px) {
	.mod_mainmenu .burger {
		padding-bottom: 12.5px;
	}
}

.mod_mainmenu .burger .txt {
	position: relative;
	display: inline-block;
	padding-top: 4px;
	color: #b29a81;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	margin-right: 4px;
}

.mod_mainmenu .burger .button {
	position: relative;
	display: inline-block;
	width: 30px;
	height: 24px;
}

.mod_mainmenu .burger .button span {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	width: 100%;
	background-color: #b29a81;
	-webkit-transition: all .5s ease;
	transition: all .5s ease;
}

.mod_mainmenu .burger .button span.two {
	top: 50%;
	margin-top: -2px;
}

.mod_mainmenu .burger .button span.three {
	top: auto;
	bottom: 0;
}

.mod_mainmenu .burger .toggle {
	display: inline-block;
	position: absolute;
	opacity: 0;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	z-index: 30;
	cursor: pointer;
}

.mod_mainmenu .burger .toggle:checked~.button span.one {
	top: 50%;
	top: calc(50% - 2px);
	-ms-transform: rotate(-135deg);
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}

.mod_mainmenu .burger .toggle:checked~.button span.two {
	left: -60px;
	opacity: 0;
}

.mod_mainmenu .burger .toggle:checked~.button span.three {
	bottom: 50%;
	bottom: calc(50% - 2px);
	-ms-transform: rotate(135deg);
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}

.mod_mainmenu .burger .toggle:checked~.menu {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.mod_mainmenu .burger .menu {
	display: none;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	z-index: 20;
	position: fixed;
	top: 100px;
	left: 0;
	right: 0;
	bottom: 100%;
	width: 100%;
	box-sizing: border-box;
	padding: 18.75px;
	opacity: 0;
	overflow: auto;
	background-color: #fff;
	font-family: Muli, sans-serif;
	font-size: 1rem;
	line-height: 1.5rem;
	font-weight: normal;
}

.mod_mainmenu .burger .menu ul.level_1 {
	width: 100%;
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-top: 18.75px;
	padding-bottom: 18.75px;
}

.mod_mainmenu .burger .menu ul.level_1 li {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	box-sizing: border-box;
}

.mod_mainmenu .burger .menu ul.level_1 li a {
	text-decoration: none;
}

.mod_mainmenu .burger .menu ul.level_1 li a:hover {
	color: #3b4660;
}

.mod_mainmenu .burger .menu ul.level_1 li.current a {
	text-decoration: underline;
}

.mod_mainmenu .burger .menu .contact, .mod_mainmenu .burger .menu .social, .mod_mainmenu .burger .menu .meta {
	display: inline-block;
	width: 100%;
	max-width: 100%;
	height: auto;
	text-align: center;
}

.mod_mainmenu .burger .menu .contact p, .mod_mainmenu .burger .menu .contact strong, .mod_mainmenu .burger .menu .contact a, .mod_mainmenu .burger .menu .social p, .mod_mainmenu .burger .menu .social strong, .mod_mainmenu .burger .menu .social a, .mod_mainmenu .burger .menu .meta p, .mod_mainmenu .burger .menu .meta strong, .mod_mainmenu .burger .menu .meta a {
	color: #b29a81;
}

.mod_mainmenu .burger .menu .contact a, .mod_mainmenu .burger .menu .social a, .mod_mainmenu .burger .menu .meta a {
	text-decoration: none;
}

.mod_mainmenu .burger .menu .contact a:hover, .mod_mainmenu .burger .menu .social a:hover, .mod_mainmenu .burger .menu .meta a:hover {
	color: #3b4660;
}

.mod_mainmenu .burger .menu .contact {
	padding-top: 18.75px;
	padding-bottom: 18.75px;
}

@media screen and (min-width:900px) {
	.mod_mainmenu:not(.buttononly) .logo {
		max-width: 32%;
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 12.5px;
		padding-bottom: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .button {
		display: none !important;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu {
		display: -ms-inline-flexbox;
		display: -webkit-inline-flex;
		display: inline-flex;
		position: relative;
		top: auto;
		left: auto;
		right: auto;
		bottom: auto;
		padding-top: 0;
		padding-bottom: 0;
		opacity: 1;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu .contact, .mod_mainmenu:not(.buttononly) .burger .menu .social, .mod_mainmenu:not(.buttononly) .burger .menu .meta {
		display: none;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 {
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		-ms-flex-pack: space-evenly;
		justify-content: space-evenly;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 li {
		-ms-flex-preferred-size: auto;
		flex-basis: auto;
		padding-right: 12.5px;
	}
	
	.mod_mainmenu:not(.buttononly) .burger .menu ul.level_1 li.last {
		padding-right: 0;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-top: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .logo {
		padding-bottom: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-top: 25px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-bottom: 18.75px;
	}
}

@media screen and (min-width:900px) and (min-width:600px) {
	.mod_mainmenu:not(.buttononly) .burger {
		padding-bottom: 25px;
	}
}

.sticky .mod_mainmenu .slogan {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
}

.sticky .mod_mainmenu .logo {
	max-width: 33.3333%;
}

.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
	padding-top: 3.125px;
	padding-bottom: 3.125px;
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-top: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-top: 6.25px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-bottom: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .logo, .sticky .mod_mainmenu .burger {
		padding-bottom: 6.25px;
	}
}

.sticky .mod_mainmenu .burger .button {
	-ms-transform: scale(.75);
	-webkit-transform: scale(.75);
	transform: scale(.75);
}

@media screen and (min-width:600px) {
	.sticky .mod_mainmenu .slogan {
		font-size: 2.4vh;
		line-height: 2.4vh;
	}
}

@media screen and (min-width:900px) {
	.sticky .mod_mainmenu .slogan {
		font-size: 1rem;
		line-height: 1rem;
	}
	
	.sticky .mod_mainmenu .logo {
		max-width: 20% !important;
	}
}

.mod_mainmenu .burger .toggle:checked~.menu {
	bottom: 0;
	max-height: 100%;
	opacity: 1;
}

.mod_mainmenu .burger .toggle:checked~.menu ul li {
	text-align: center;
}

.mod_mainmenu .burger .toggle:checked~.menu ul li a {
	font-family: Muli, sans-serif;
	font-family: Muli, sans-serif;
	font-weight: bold;
	font-style: inherit;
	letter-spacing: normalrem;
	text-transform: none;
	font-size: 2rem;
	line-height: 2.5rem;
}

.mod_mainmenu .burger .toggle:checked~.menu .social ul li, .mod_mainmenu .burger .toggle:checked~.menu .meta ul li {
	text-align: center;
}

.mod_mainmenu .burger .toggle:checked~.menu .social ul li a, .mod_mainmenu .burger .toggle:checked~.menu .meta ul li a {
	font-family: Muli, sans-serif;
	font-family: Muli, sans-serif;
	font-weight: bold;
	font-style: inherit;
	letter-spacing: normal;
	text-transform: none;
	font-size: 1.5rem;
	line-height: 2rem;
}

@media screen and (min-width:900px) {
	.mod_mainmenu.buttononly .burger .toggle:checked~.menu .contact, .mod_mainmenu.buttononly .burger .toggle:checked~.menu .social, .mod_mainmenu.buttononly .burger .toggle:checked~.menu .meta {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
	}
}

.ce_rsce_headerimage {
	display: inline-block;
	width: 100%;
	line-height: 0;
	position: relative;
	margin: 0;
	padding: 0 !important;
	background-color: #fff;
}

.ce_rsce_headerimage .wrap {
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}

.ce_rsce_headerimage .wrap .inner, .ce_rsce_headerimage .wrap .headlines {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
}

.ce_rsce_headerimage .wrap .items {
	line-height: 0;
}

.ce_rsce_headerimage .wrap .headlines {
	z-index: 99;
}

.ce_rsce_headerimage .wrap .item {
	display: inline-block;
	width: 100%;
	height: auto;
}

.ce_rsce_headerimage .wrap .text {
	text-align: left;
	margin: 0 auto;
	height: auto;
	width: 100%;
	max-width: 1260px;
	padding: 25px;
	box-sizing: border-box;
}

.ce_rsce_headerimage .wrap .headline, .ce_rsce_headerimage .wrap .subheadline {
	display: inline;
	color: #b29a81;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	white-space: normal;
	clear: both;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	width: auto;
	padding: 6.25px;
	background-color: #e0ddd3;
	box-shadow: 6.25px 0 0 #e0ddd3, -6.25px 0 0 #e0ddd3;
	-webkit-box-decoration-break: clone;
	-ms-box-decoration-break: clone;
	-o-box-decoration-break: clone;
	box-decoration-break: clone;
}

.ce_rsce_headerimage .wrap .headline span, .ce_rsce_headerimage .wrap .subheadline span {
	display: inline;
	width: auto;
	color: #b29a81;
}

.ce_rsce_headerimage .wrap .subheadline {
	color: #e0ddd3;
	background-color: #b29a81;
	box-shadow: 6.25px 0 0 #b29a81, -6.25px 0 0 #b29a81;
}

.ce_rsce_headerimage .wrap .clr {
	width: 100%;
	height: 18.75px;
	line-height: 18.75px;
	clear: both;
}

.ce_rsce_headerimage .wrap .bg {
	display: inline-block;
	width: 100%;
	height: 100%;
	line-height: 0;
}

.ce_rsce_headerimage .wrap .bg picture, .ce_rsce_headerimage .wrap .bg img {
	display: inline-block;
	width: 100%;
	height: auto;
	max-width: 100%;
}

@media (-ms-high-contrast:none) {
	.ce_rsce_headerimage .wrap .item {}
	
	.ce_rsce_headerimage .wrap .item:first-child {
		display: inline-block;
	}
}

.isfullscreen .ce_rsce_headerimage {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item picture {
	height: 100%;
}

.isfullscreen .ce_rsce_headerimage .wrap .items .item picture img {
	height: 100%;
	object-fit: cover;
}

.ce_text .wrap {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	display: -ms-inline-flexbox !important;
	display: -webkit-inline-flex !important;
	display: inline-flex !important;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	-ms-flex-line-pack: start;
	align-content: flex-start;
	min-width: 0;
}

.ce_text .wrap .float_left, .ce_text .wrap .float_right {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	min-width: 0;
}

.ce_text .wrap .headline {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
}

.ce_text .wrap .text {
	width: 100%;
	max-width: 100%;
	-ms-flex-order: 2;
	order: 2;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.ce_text .wrap .text.float_left, .ce_text .wrap .text.float_above {
	text-align: left;
}

.ce_text .wrap .text.float_right, .ce_text .wrap .text.float_below {
	text-align: right;
}

.ce_text .wrap .image_container {
	max-width: 100%;
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
	-ms-flex-item-align: center !important;
	align-self: center !important;
}

.ce_text .wrap .image_container.float_left, .ce_text .wrap .image_container.float_above {
	-ms-flex-order: 1;
	order: 1;
	margin-bottom: 12.5px;
}

.ce_text .wrap .image_container.float_right, .ce_text .wrap .image_container.float_below {
	-ms-flex-order: 3;
	order: 3;
	margin-top: 12.5px;
}

@media screen and (min-width:600px) {
	.ce_text .wrap .float_left, .ce_text .wrap .float_right {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		max-width: 50%;
	}
	
	.ce_text .wrap .text.float_right {
		padding-right: 9.375px;
	}
	
	.ce_text .wrap .text.float_left {
		padding-left: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_left {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 0;
		padding-right: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_right {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 0;
		padding-left: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_above, .ce_text .wrap .image_container.float_below {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
	}
	
	.ce_text .wrap .image_container.float_above {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 9.375px;
	}
	
	.ce_text .wrap .image_container.float_below {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 9.375px;
	}
}

@media screen and (min-width:900px) {
	.ce_text .wrap .text.float_left {
		padding-left: 12.5px;
	}
	
	.ce_text .wrap .text.float_right {
		padding-right: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_left {
		padding-right: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_right {
		padding-left: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_above {
		-ms-flex-order: 0;
		order: 0;
		margin-bottom: 12.5px;
	}
	
	.ce_text .wrap .image_container.float_below {
		-ms-flex-order: 3;
		order: 3;
		margin-top: 12.5px;
	}
}

.formbody {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	margin-left: 0;
	margin-right: 0;
}

.formbody .message {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	display: none;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
}

.formbody .message.fail {
	color: #f00;
}

.formbody .message.success {
	color: #3d465e;
}

.formbody .widget {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	width: 100%;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin-bottom: 12.5px !important;
}

.formbody .widget label, .formbody .widget input, .formbody .widget textarea, .formbody .widget select {
	-ms-flex-preferred-size: auto;
	flex-basis: auto;
	box-sizing: border-box;
	padding: 15.625px !important;
	padding-top: 12.5px !important;
	padding-bottom: 12.5px !important;
}

.formbody .widget label, .formbody .widget input, .formbody .widget select, .formbody .widget textarea {
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	max-width: 100%;
	color: #000;
	box-sizing: border-box;
}

.formbody .widget label {
	padding-left: 0;
	padding-right: 0;
}

.formbody .widget select.select {
	cursor: pointer;
	-moz-appearance: none;
	-webkit-appearance: none;
	appearance: none;
	border-radius: 0;
}

.formbody .widget select.select::-ms-expand {
	display: none;
}

.formbody .widget select.select:focus::-ms-value {
	background-color: transparent;
}

.formbody .widget input, .formbody .widget select, .formbody .widget textarea {
	background-color: #fff;
	color: #000;
	border: 1px solid #000;
}

.formbody .widget input:active, .formbody .widget input:focus, .formbody .widget input:-webkit-autofill, .formbody .widget input:-webkit-autofill:hover, .formbody .widget input:-webkit-autofill:focus, .formbody .widget input option, .formbody .widget select:active, .formbody .widget select:focus, .formbody .widget select:-webkit-autofill, .formbody .widget select:-webkit-autofill:hover, .formbody .widget select:-webkit-autofill:focus, .formbody .widget select option, .formbody .widget textarea:active, .formbody .widget textarea:focus, .formbody .widget textarea:-webkit-autofill, .formbody .widget textarea:-webkit-autofill:hover, .formbody .widget textarea:-webkit-autofill:focus, .formbody .widget textarea option {
	background-color: #fff;
	-webkit-box-shadow: #fff;
	color: #000;
	-webkit-text-fill-color: #000;
	border: 1px solid #000;
	outline: none;
}

.formbody .widget input.error, .formbody .widget select.error, .formbody .widget textarea.error {
	border: 1px solid #f00;
}

.formbody .widget textarea {
	resize: vertical;
}

.formbody .widget p.error {
	width: 100%;
	padding-left: 12.5px !important;
	padding-right: 12.5px !important;
	margin-bottom: 0;
	box-sizing: border-box;
	-ms-flex-order: 3;
	order: 3;
	background-color: #f00;
	color: #fff;
	font-size: .86rem;
	line-height: 1.55rem;
}

.formbody .widget.widget-textarea label {
	-ms-flex-item-align: baseline;
	align-self: baseline;
}

.formbody .widget.widget-checkbox .checkbox_container {
	width: 100%;
}

.formbody .widget.widget-checkbox input {
	display: none !important;
}

.formbody .widget.widget-checkbox label {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-ms-flex-align: center;
	align-items: center;
	padding-left: 0 !important;
	padding-top: 0 !important;
	padding-bottom: 0 !important;
	font-family: Muli, sans-serif;
	font-family: Muli, sans-serif;
	font-size: 1.25rem;
	font-size: 1.1rem;
	line-height: 1.75rem;
	line-height: 1.6rem;
	font-weight: normal;
	font-style: inherit;
	letter-spacing: normal;
	text-transform: none;
}

.formbody .widget.widget-checkbox label a {
	display: contents;
}

.formbody .widget.widget-checkbox label span span {
	display: inline-block;
	width: 100%;
	font-style: italic;
}

.formbody .widget.widget-checkbox input+label:before {
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 25px !important;
	height: 25px !important;
	background-color: #fff;
	color: transparent;
	border: 1px solid #000;
	display: block;
	font-family: LineAwesome;
	content: "";
	margin-right: 12.5px !important;
	margin-bottom: 0;
	font-size: 25px !important;
	line-height: 25px !important;
	text-align: center;
}

.formbody .widget.widget-checkbox input:checked+label:before {
	color: #b29a81;
}

.formbody .widget.widget-submit {
	text-align: right;
}

.formbody .widget.widget-submit .submit {
	display: inline-block;
	width: auto;
	box-sizing: border-box;
	padding: 12.5px;
	padding-left: 25px;
	padding-right: 25px;
	font-weight: bold;
	color: #f7f7f7;
	background-color: #b29a81;
	text-decoration: none;
	border: 1px solid #f7f7f7;
	border-radius: 50px;
	cursor: pointer;
}

.formbody .widget.widget-submit .submit:hover {
	color: #b29a81;
	background-color: #f7f7f7;
	text-decoration: none;
	border: 1px solid #b29a81;
}

.formbody .widget-select.select {
	position: relative;
}

.formbody .widget-select.select:before {
	font-family: LineAwesome;
	content: "";
	font-size: 20px;
	position: absolute;
	right: 15px;
	top: 10px;
	color: #000;
	pointer-events: none;
}

.formbody .widget-explanation.mandatory {
	text-align: right;
}

.formbody .widget-explanation.mandatory p {
	display: inline-block;
	width: 100%;
	text-align: inherit;
}

.formbody .widget-upload .upload {
	display: none;
	width: .1px;
	height: .1px;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	z-index: -1;
}

.formbody .widget-upload label {
	display: inline-block;
	width: auto;
	width: auto !important;
	box-sizing: border-box;
	padding: 12.5px;
	padding-left: 25px;
	padding-left: pacing(2, mobile) !important;
	padding-right: 25px;
	padding-right: pacing(2, mobile) !important;
	font-weight: bold;
	color: #f7f7f7;
	color: #000;
	background-color: #b29a81;
	background-color: #fff;
	text-decoration: none;
	border: 1px solid #f7f7f7;
	border: 1px solid #000;
	border-radius: 50px;
	cursor: pointer;
	-ms-flex-preferred-size: auto !important;
	flex-basis: auto !important;
}

.formbody .widget-upload label:hover {
	color: #b29a81;
	background-color: #f7f7f7;
	text-decoration: none;
	border: 1px solid #b29a81;
}

.formbody .widget-upload label:hover {
	cursor: pointer;
	background-color: #fff;
	color: #000;
	text-decoration: underline;
}

.formbody .widget-upload label.error {
	border: 1px solid #f00;
	color: #f00;
}

.formbody .widget-upload p.error {
	width: auto;
}

.formbody .widget-upload .filelist {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0;
	-ms-flex-order: 2;
	order: 2;
	font-size: 90%;
	line-height: 110%;
	font-style: italic;
}

.formbody .widget-upload .filelist .item {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	width: 100%;
	box-sizing: border-box;
}

.formbody .widget-upload .filelist .item.success {
	color: #3d465e;
}

.formbody .widget-upload .filelist .item.error {
	color: #f00;
}

.formbody .widget-upload .filelist .item .name {
	-ms-flex-preferred-size: 99%;
	flex-basis: 99%;
	padding-right: pacing(2, mobile);
}

.formbody .widget-upload .filelist .item .remove {
	padding-left: pacing(2, mobile);
	-ms-flex-preferred-size: 1%;
	flex-basis: 1%;
}

.mod_navigation, .mod_customnav {
	width: 100%;
}

.mod_navigation li, .mod_customnav li {
	display: inline-block;
	padding-left: 12.5px;
	padding-right: 12.5px;
	padding-top: 3.125px;
	padding-bottom: 3.125px;
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-left: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-left: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-right: 18.75px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-right: 25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-top: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-top: 6.25px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-bottom: 4.6875px;
	}
}

@media screen and (min-width:600px) {
	.mod_navigation li, .mod_customnav li {
		padding-bottom: 6.25px;
	}
}

.mod_navigation li a, .mod_customnav li a {
	text-decoration: none;
}

.mod_navigation li a.icon, .mod_customnav li a.icon {
	display: -ms-inline-flexbox;
	display: -webkit-inline-flex;
	display: inline-flex;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	text-decoration: none !important;
}

.mod_navigation li a.icon .icon, .mod_customnav li a.icon .icon {
	display: inline-block;
	font-size: 150%;
	line-height: 120%;
}

.mod_navigation li a.icon .icon span, .mod_customnav li a.icon .icon span {
	display: none !important;
}

.mod_navigation li a.icon span, .mod_customnav li a.icon span {
	display: none;
}

.mod_navigation li a .icon, .mod_customnav li a .icon {
	text-decoration: none !important;
}

.mod_navigation li a .icon:before, .mod_customnav li a .icon:before {
	display: inline-block;
	font-size: 300%;
	line-height: inherit;
}

.mod_navigation li ul, .mod_customnav li ul {
	display: none;
}

@media screen and (min-width:600px) {
	.mod_navigation, .mod_customnav {}
	
	.mod_navigation li a .icon:before, .mod_customnav li a .icon:before {
		font-size: 200%;
	}
}

