.layoutMiddle .form .centerTitle {padding-top: 0;}
.form .ContactContent h2, h3 {color: #fff;}
.form .ContactContent a {color: rgba(255,255,255,0.9); text-shadow: 0 0 1px black;}
.form .ContactContent a:hover {color: rgba(255,255,255,1);}
.form {
	margin-bottom: 2rem;
}
.form .formular {
	box-sizing: border-box;
	background: #fff;
	width: 100%;
}
.form .itemBlock {max-width: 100%;}
.form h1 {color: #ffffff;}
.form input[type="radio"].ui {
	position: absolute;
	transform: scale(0);
	margin-left: 15px; 
}
.form input[type="radio"].ui + label {
	position: relative;
	display: inline-block;
	padding-left: 18px;
	padding-right: 5px;
	cursor: pointer;
	transition: all 300ms;
	box-sizing: border-box;
}
.form input[type="radio"].ui + label:before,
.form input[type="radio"].ui + label:after {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 12px;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid rgba(0,0,0,0.5);
	border-radius: 50%;
	background: #fff;
	transition: all 200ms;
}
.form input[type="radio"].ui + label:after {
	left: 4px;
	transform: translateY(-50%) scale(1.5);
	width: 6px;
	height: 6px;
	background-color: #000;
	box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.5), -1px -1px 3px 0px rgba(0,0,0,0.3) inset;
	opacity: 0.1;
	transition: all 300ms;
}
.form input[type="radio"]:checked + label:before {
	background: #fff;
	border-color: hsla(206, 44%, 20%, 0.5);
}
.form input[type="radio"]:checked + label:after {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}
input[type='checkbox'].ui { position: absolute; transform: scale(0); margin-left: 15px; }
input[type='checkbox'].ui + label {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	padding-right: 5px;
	cursor: pointer;
	transition: all 300ms;
	box-sizing: border-box;
	vertical-align: middle;
}
input[type='checkbox'].ui + label:before,
input[type='checkbox'].ui + label:after {
	content: '';
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 14px;
	height: 14px;
	border: 1px solid rgba(0,0,0,0.5);
	background: ghostwhite;
	transition: all 200ms;
}
input[type='checkbox'].ui + label:after {
	left: 4px;
	transform: translateY(-50%) scale(1.5);
	width: 6px;
	height: 6px;
	background-color: #000;
	box-shadow: 1px 1px 2px -1px rgba(0,0,0,0.5), -1px -1px 3px 0px rgba(0,0,0,0.3) inset;
	opacity: 0.1;
	transition: all 300ms;
}
input[type='checkbox'].ui:checked + label:before {
	background: #fff;
	border-color: #000;
}
input[type='checkbox'].ui:checked + label:after {
	transform: translateY(-50%) scale(1);
	opacity: 1;
}
input[type='checkbox'].ui + label + input[type='checkbox'].ui + label {
	margin-left: 10px;
}

.form .containerbox .contentDisplay {
	margin-left: 20px;
}
.form .topic .description input {
	position: absolute;
}
.form .topic .description label {
	display: block;
	margin-left: 30px;
}
.form .item.default {
	margin-bottom: 1em;
	position: relative;
	padding-top: 1.5em;
	width: 100%;
}
@media all and (min-width: 600px) {.form .item.default {width: 49%;}}

.form textarea {
	border-color: #bcbcbc;
	border-radius: 0;
	width: 100%;
	box-shadow: none;
	max-width: 100%;
}
.form textarea:focus {
	box-shadow: none;
	border-color: #000;
}
.form .default label {
	position: absolute;
	top: 2em;
	left: 0;
	transition: all 300ms;
	color: #7e7e7e;
	cursor: text;
}
.form .item input + .caption.NotEmpty,
.form .item input:focus + .caption {
	font-size: 14px;
	color: #000;
	transform: translateY(-1.5em);
}

.form input:not([type="radio"]):not([type="checkbox"]) {
	width: 100%;
	display: inline-block;
	width: 100%;
	border: 1px solid #bcbcbc;
	padding: .5em 0 .5em;
	border-width: 0 0 1px 0;
	font-size: 18px;
	display: inline-block;
	position: relative;
	box-shadow: none;
	border-radius: 0;
	line-height: 100%;
	height: auto;
	box-sizing: border-box;
}

.form .item .border {
	width: 0px;
	height: 2px;
	background: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	transition: all 300ms cubic-bezier(0.55, 0.06, 0.68, 0.19);
}
.form .item.default .caption.NotEmpty ~ .border,
.form .item.default input:focus ~ .border {
	width: 100%;
}
.form .countrySelect .selectbox {
	max-width: 100%;
}
.form .yourdata {
	padding-right: 1%;
	border-right: 1px solid #bcbcbc;
}
.form .Options {
	margin-bottom: 3rem;
}
.form .Options .item {
	margin-bottom: 10px;
}
.form .Options .NavItems,
.form .Options .Hide {
	display: none;
}
.form .Options .Show {
	display: -webkit-box; -ms-flex: 1; display: -ms-flexbox; display: flexbox; display: box; display: -ms-flex; display: -webkit-flex;
	display: flex;
	flex: 0 1 auto;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	-ms-justify-content: space-between;
	justify-content: space-between;
	align-items: flex-start;
}
.form .Options .NavItem.pitch1 {width: 100%;}
.form .Options .Message > * {width: 100%;}

.form .Options .NavItem.pitch1 img {
	display: inline-block;
	width: 29%;
	user-select: none;
	margin-right: 1%;
}
.form .Options .NavItem.pitch1 .content {
	display: inline-block;
	vertical-align: top;
	width: 69%;
}
.form .Options .NavItem.pitch1 .content textarea {
	width: 100%;
	max-width: 100%;
	background: rgba(255, 255, 255, 0.61);
	border-radius: 3px;
	border: none;
	padding: 5px;
	box-sizing: border-box;
}
.form .Options .NavItem.pitch0 {
	background: #f1f1f1;
	margin-bottom: 15px;
	transition: all 200ms;
	position: relative;
	width: 100%;
}
.form .Options .NavItem.pitch0 > label:before {
	content: '';
	width: 0px;
	height: 0px;
	background: none;
	border-style: solid;
	border-width: 12px 6px 0 6px;
	border-color: #5b5b5b transparent transparent transparent;
	position: absolute;
	top: 20px;
	left: 15px;
	z-index: 10;
}

.form .Options .NavItem .Link {
	position: absolute;
	top: 15px;
	right: 15px;
	opacity: 0;
	transition: all 200ms;
}
.form .Options .NavItem:hover .Link,
.form .Options .NavItem.Selected .Link {
	opacity: 1;
}
.form .Options .NavItem.pitch0 > label {
	padding: 15px;
	padding-left: 33px;
	box-sizing: border-box;
	border-radius: 2px;
	display: block;
	transition: all 200ms;
	cursor: pointer;
}
.form .Options .NavItem.pitch0 > label:after {
	content: none;
}
.form .Options .NavItem.pitch0.Selected,
.form .Options .NavItem.pitch0:not(.Selected):hover {
	background: #dadada;
}
.form .Options .NavItem.pitch0.Selected > label {
	background: #f9c10a;
}
.form .Options .Subs .NavItem {
	padding: 5px 15px;
}
.form .Options .Subs .NavItem.Selected {
	background: #f9c10a;
}
@media all and (min-width: 720px) {
	.form .Options .NavItem.pitch0 {width: 49%;}
}


.form .Options .Menu {
	margin-bottom: 2rem;
}
.form .Options .Menu .MenuItem {
	background: #3586bd;
	transition: all 200ms;
	position: relative;
	margin-bottom: 10px;
	min-height: 80px;
}
.form .Options .Menu .MenuItem.Selected {
	background: #f9c10a;
}
.form .Options .Menu .MenuItem:not(.Selected):hover {
	background: #0977c1;
}
.form .Options .Menu .MenuItem label {
	padding: 10px;
	padding-left: 80px;
	display: inline-block;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	transition: all 200ms;
	color: #fff;
}
.form .Options .Menu .MenuItem.Selected label {
	color: #000;
}

.form .Options .Menu .MenuItem:before {
	content: '';
	width: 70px;
	height: 100%;
	background: #000;
	position: absolute;
	left: 0;
	top: 0;
	clip-path: polygon(0% 0%, 100% 0%, 0% 250%, 0% 0%);
	-webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 250%, 0% 0%);
}
.form .Options .Menu .MenuItem:after {
	position: absolute;
	top: 50%;
	left: 10px;
	transform: translateY(-50%);
}
.form .Options .Menu .MenuItem:first-of-type:after {
	content: url('../../images/content/call.png');
}
.form .Options .Menu .MenuItem:nth-of-type(2):after {
	content: url('../../images/content/thumbs_up_down.png');
}
.form .Options .Menu .MenuItem:last-of-type:after {
	content: url('../../images/content/euro.png');
}
.form .Options .NavItem.pitch0 > input[type="checkbox"],
.form .Options .Menu .MenuItem input[type="checkbox"] {
	position: absolute;
	transform: scale(0);
	margin-left: 15px; 
}

.form .reqstar {
	color: #990000;
	font-weight: bold;
	font-size: xx-small;
	vertical-align: top;
}


.formerrors {
	border: 2px solid #a23;
	color: #f00;
	padding: 5px 15px;
	margin: 0 0 15px;
}
.formwarnings {
	border: 2px solid #fc5;
	padding: 5px 15px;
}


.form .topic .description input {
	position: absolute;
}
.form .topic .description label {
	display: block;
	margin-left: 30px;
}