:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
@media all {
  label,
  .label {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
  .radio label,
  .checkbox label {
    display: inline;
  }
  input,
  textarea {
    cursor: text;
  }
  .radio input,
  .checkbox input,
  input[type='image'],
  input[type='radio'],
  input[type='checkbox'],
  select,
  label {
    cursor: pointer;
  }
  textarea {
    overflow: auto;
  }
  input.hidden,
  input[type='hidden'] {
    display: none !important;
  }
  input,
  textarea,
  select {
    display: block;
    position: relative;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
  }
  .radio input,
  .checkbox input,
  input[type='radio'],
  input[type='checkbox'] {
    display: inline;
    margin-left: 0;
    margin-right: 0.5ex;
    width: auto;
    height: auto;
  }
  input[type='image'] {
    border: 0;
    display: inline;
    height: auto;
    margin: 0;
    padding: 0;
    width: auto;
  }
  .form .submit input {
    display: inline;
    overflow: visible;
    width: auto;
  }
  .form input[type='reset'] {
    border: 1px solid #242424;
    margin-left: 0 !important;
    width: auto !important;
  }
  .form hr {
    border: 0;
    border-bottom: 1px solid #cdcdcd;
    margin: 30px 0;
    height: 0;
  }
  .form .notice {
    margin: 0 0 24px 0;
    padding: 22px 16px 24px;
  }
  .form .notice > * {
    color: #fff;
  }
  .form .notice.error {
    background-color: red;
    padding-left: 90px;
  }
  .form .notice.error p {
    color: #fff;
  }
  .form .notice ul {
    list-style-type: none;
  }
}
@media screen {
  .form {
    margin: 0 15px 40px;
  }
  .form .hl3 {
    padding: 0 0 40px;
  }
  .form .hl3,
  .form .hl4 {
    margin: 48px 0 10px 0 !important;
  }
  .form .text {
    margin: 0 !important;
  }
  .form p {
    font: 400 16px/22px 'CeraPro', sans-serif;
    color: rgb(var(--text-color));
  }
  fieldset {
    padding: 0 0 40px;
    margin: 0;
    position: relative;
    background: transparent;
  }
  legend {
    background: transparent;
    font-weight: normal;
  }
  label,
  .label {
    font: 700 16px/24px 'CeraPro', sans-serif;
    color: rgb(var(--text-color));
    margin: 0;
    padding: 0 0 10px;
  }
  label .small,
  .label .small {
    font-weight: 400;
  }
  label:hover,
  .label:hover {
    cursor: pointer;
  }
  .label:hover {
    pointer-events: none;
    cursor: text;
    color: rgb(var(--text-color));
  }
  .form .item {
    padding: 0;
    margin: 0 0 30px;
  }
  .form .item:last-child {
    margin-bottom: 0;
  }
  .form .item--clearfix {
    margin: 0;
  }
  .form .checkbox:focus + label {
    color: #000;
  }
  input,
  textarea,
  select {
    /*
		border: @form-border;
		line-height: @body-font-line-height;
		background: @form-bg;
		color: @form-font-color;
		*/
  }
  input:focus,
  select:focus,
  textarea:focus,
  input:hover,
  select:hover,
  textarea:hover,
  input:active,
  select:active,
  textarea:active {
    /*
		border: @form-border-hover;
		background: @form-bg;
		*/
  }
  optgroup {
    font-style: normal;
    font-weight: bold;
  }
  .checkbox input,
  input[type='image'],
  input[type='radio'],
  input[type='checkbox'] {
    border: 0 none !important;
  }
}
.js .labelAsPlaceholder label {
  display: none;
}
.info {
  font: 500 12px/18px 'CeraPro', sans-serif;
  display: inline-block;
  margin: 0;
  color: #aaa;
}
.info-wordcount {
  font: 500 12px/18px 'CeraPro', sans-serif;
  text-transform: uppercase;
  text-align: right;
  margin: 5px 0 0;
}
input,
textarea,
select {
  padding: 10px 12px;
  font: 400 16px/22px 'CeraPro', sans-serif;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 1px;
  border-radius: 1px;
  background: white;
  color: rgb(var(--text-color));
  border: 1px solid #cdcdcd;
}
textarea {
  height: 164px;
  min-height: 164px;
  max-height: 328px;
  resize: vertical;
}
select {
  height: 44px;
}
input:hover,
select:hover,
textarea:hover {
  box-shadow: 2px 2px 4px #cdcdcd !important;
}
input:focus,
select:focus,
textarea:focus,
input:active,
select:active,
textarea:active {
  box-shadow: 2px 2px 4px #cdcdcd !important;
}
.checkbox,
.radio {
  position: relative;
  margin: 10px 0 0;
}
.itemInline .checkbox,
.itemInline .radio {
  float: left;
}
.checkbox input[type='checkbox'],
.radio input[type='radio'] {
  margin: 0 !important;
  position: absolute;
  left: 0;
  width: auto !important;
}
.checkbox input[type='checkbox'],
.radio input[type='radio'] {
  left: -10000em;
}
.checkbox input[type='checkbox'] + label,
.radio input[type='radio'] + label {
  padding: 4px 10px 4px 32px;
  margin: 0 10px 0 0 !important;
  display: inline-block;
  position: relative;
  font: 400 16px/22px 'CeraPro', sans-serif;
}
.checkbox input[type='checkbox'] + label:after {
  width: 22px;
  height: 22px;
  background-color: white;
  border: 1px solid #cdcdcd;
  content: '';
  position: absolute;
  left: 0;
  top: 2px;
  display: block;
}
.checkbox input[type='checkbox'] + label:hover:after {
  /*
		background-color: @bg-color-1;
		border-color: @bg-color-2;
		*/
  box-shadow: 2px 2px 4px #cdcdcd !important;
}
/*
.checkbox label.checked {
	.icon-tick;

}
.checkbox label.checked:after,
.checkbox label.checked:hover:after {
	background: @cp-color-1; // url("@{path}/checkbox.png") center center no-repeat;
	border-color: @cp-color-1;
	}
.checkbox label.checked:before {
	color: white !important;
	top: 2px;
	position: absolute;
	left: 5px;
	z-index: 1;
	display: block;
	background-color: transparent !important;
	font-size: 14px;
	}
*/
.checkbox input[type='checkbox']:checked + label:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.checkbox input[type='checkbox']:checked + label:before {
  content: '\f122';
}
.checkbox input[type='checkbox']:checked + label:after,
.checkbox input[type='checkbox']:checked + label:hover:after {
  background: rgb(var(--cp-color-1));
  border-color: rgb(var(--cp-color-1));
}
.checkbox input[type='checkbox']:checked + label:before {
  color: white !important;
  top: 2px;
  position: absolute;
  left: 5px;
  z-index: 1;
  display: block;
  background-color: transparent !important;
  font-size: 14px;
}
/*
.js .checkbox label:before {
	width: 14px;
	height: 14px;
	background-color: white !important;
	border: 1px solid #CDCDCD;
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
}

.js .checkbox label:hover{
	color: @cp-color-1;
	&:before {
		border: 2px solid #fff;
		background-color: #CDCDCD !important;
		-webkit-box-shadow: 0 0 0 1px #CDCDCD;
		box-shadow: 0 0 0 1px #CDCDCD;
		width: 10px;
		height: 10px;
		top: 5px;
		left: 1px;
	}
}

.js .checkbox label.checked:before {
	//background: @cp-color-1 url("@{path}/checkbox.png") center center no-repeat;
		border: 2px solid #fff;
		background-color: @cp-color-1 !important;
		-webkit-box-shadow: 0 0 0 1px #CDCDCD;
		box-shadow: 0 0 0 1px #CDCDCD;
		width: 10px;
		height: 10px;
		top: 5px;
		left: 1px;

	}
*/
.radio input[type='radio'] + label:before {
  width: 22px;
  height: 22px;
  border: 1px solid #cdcdcd;
  border-radius: 12px;
  content: '';
  position: absolute;
  left: 0;
  top: 4px;
  background: white;
}
/*
.js .radio.parsley-error label:before {
	border: 1px solid red !important;
}*/
.radio input[type='radio'] + label:hover:before {
  box-shadow: 2px 2px 4px #cdcdcd !important;
}
/*
.radio label.checked:before,
.radio label.checked:hover:before {
	// background: @cp-color-1; // url("@{path}/checkbox.png") center center no-repeat;
	// border-color: @cp-color-1;
	}

.radio label.checked:after,
.radio label.checked:hover:after {
	width: 12px;
	height: 12px;
	border-radius: 8px;
	content: "";
	position: absolute;
	left: 6px;
	top: 10px;
	background: @cp-color-1; // url("@{path}/checkbox.png") center center no-repeat;
	border-color: @cp-color-1;
	}
*/
.radio input[type='radio']:checked + label:after,
.radio input[type='radio']:checked + label:hover:after {
  width: 12px;
  height: 12px;
  border-radius: 8px;
  content: '';
  position: absolute;
  left: 6px;
  top: 10px;
  background: rgb(var(--cp-color-1));
  border-color: rgb(var(--cp-color-1));
}
.botschafter .radio input[type='radio']:checked + label:after,
.botschafter .radio input[type='radio']:checked + label:hover:after {
  background: rgb(var(--cp-color-8));
  border-color: rgb(var(--cp-color-8));
}
.radio.disabled label {
  opacity: 0.5;
  color: gray;
  pointer-events: none;
}
.radioGroup .radio {
  margin-bottom: 10px;
}
.radioGroup .radio:last-child {
  margin-bottom: 0;
}
/*
.radio.parsley-error label {
	color: red;
}
.radio.parsley-error label:before {
	border: 1px solid red;
}


.radio.parsley-error {
	margin: 0 0 25px !important;
}
*/
p.error {
  color: red;
}
/*
.error,
.error p,
.error li {
	}


.parsley-error-list {
	list-style: none;
	margin: 3px 0 0;
	li {
		font: 400 13px/18px @body-font;
		color: red;
		margin: 0;
		background: transparent;
		}
	}

input.error,
input.parsley-error,
textarea.error,
textarea.parsley-error {
	border-color: red;
	background: red !important;
	color: #fff;
	}
*/
.mandatory {
  font: 600 12px/20px 'CeraPro', sans-serif !important;
  color: rgb(var(--text-color));
  text-align: left;
  text-transform: uppercase;
  margin: 0;
  padding: 10px 0 !important;
}
.form .submit {
  text-align: right;
  margin: 0;
}
.form .submit .button,
.form .submit button {
  margin: 0 !important;
}
.form .item:last-child {
  margin-bottom: 20px;
}
.form .item10 {
  width: 10%;
}
.form .item20 {
  width: 20%;
}
.form .item25 {
  width: 25%;
}
.form .item30 {
  width: 30%;
}
.form .item33 {
  width: 33%;
}
.form .item40 {
  width: 40%;
}
.form .item50 {
  width: 50%;
}
.form .item60 {
  width: 60%;
}
.form .item70 {
  width: 70%;
}
.form .item80 {
  width: 80%;
}
.form .item100 {
  width: 100%;
}
.form .itemSplit .item {
  float: left;
  padding-left: 2%;
}
.form .itemSplit .item10 {
  width: 8%;
}
.form .itemSplit .item20 {
  width: 18%;
}
.form .itemSplit .item25 {
  width: 23%;
}
.form .itemSplit .item30 {
  width: 28%;
}
.form .itemSplit .item33 {
  width: 32%;
}
.form .itemSplit .item40 {
  width: 38%;
}
.form .itemSplit .item50 {
  width: 48%;
}
.form .itemSplit .item60 {
  width: 58%;
}
.form .itemSplit .item70 {
  width: 68%;
}
.form .itemSplit .item80 {
  width: 78%;
}
.form .itemSplit .item:first-child {
  padding: 0 !important;
}
.form .itemSplit .item10:first-child {
  width: 10%;
}
.form .itemSplit .item20:first-child {
  width: 20%;
}
.form .itemSplit .item25:first-child {
  width: 25%;
}
.form .itemSplit .item30:first-child {
  width: 30%;
}
.form .itemSplit .item40:first-child {
  width: 40%;
}
.form .itemSplit .item50:first-child {
  width: 50%;
}
.form .itemSplit .item60:first-child {
  width: 60%;
}
.form .itemSplit .item70:first-child {
  width: 70%;
}
.form .itemSplit .item80:first-child {
  width: 80%;
}
.form .formSplit .form50 {
  padding-left: 2%;
  width: 48%;
  float: left;
}
.form .formSplit .form50:first-of-type {
  padding-left: 0;
  width: 50%;
}
.form .item--html {
  margin-bottom: 0;
}
.form .item--html p:last-child {
  margin-bottom: 30px;
}
.formStacked .info {
  float: right;
  margin: 0 -300px 0 0;
  width: 280px;
}
.formStacked fieldset {
  margin-right: 300px;
}
.formStacked fieldset:first-child {
  margin-right: 0;
  padding-right: 300px;
}
.formStacked fieldset:last-child {
  margin: 0;
  padding-bottom: 10px;
}
.formStacked .select2-container {
  width: 620px;
}
.formInline label,
.formInline input,
.formInline textarea,
.formInline button,
.formInline select {
  display: inline-block;
  margin: 0 20px 10px 0;
  width: auto;
  float: left;
}
.formInline .checkbox,
.formInline .radio {
  float: left;
}
.formAligned .item {
  margin: 0 0 10px;
}
.formAligned .item:before {
  content: '';
  display: table;
}
.formAligned .item:after {
  clear: both;
  content: '.';
  display: block;
  font-size: 0;
  height: 0;
  visibility: hidden;
}
.formAligned label,
.formAligned input,
.formAligned textarea,
.formAligned button,
.formAligned select {
  display: inline-block;
}
.formAligned label {
  width: 225px;
  float: left;
}
.formAligned input,
.formAligned textarea {
  width: 400px;
  float: left;
}
input,
textarea,
.select2-container {
  /*
	&.parsley-success {
		border-color: #84BD00;
		color: #84BD00;

		.select2-choices {
			border-color: #84BD00 !important;
			color: #84BD00;
		}
	}
	*/
}
input.parsley-error,
textarea.parsley-error,
.select2-container.parsley-error,
input.f3-form-error,
textarea.f3-form-error,
.select2-container.f3-form-error {
  border-color: red;
  color: red;
}
input.parsley-error .select2-choice,
textarea.parsley-error .select2-choice,
.select2-container.parsley-error .select2-choice,
input.f3-form-error .select2-choice,
textarea.f3-form-error .select2-choice,
.select2-container.f3-form-error .select2-choice {
  border-color: red !important;
  color: red;
}
#inp32 .parsley-errors-list li:last-child {
  margin-bottom: 2em;
}
.parsley-errors-list {
  margin: 0 !important;
  padding: 0 !important;
  list-style: none;
  clear: both;
}
.parsley-errors-list li {
  margin: 0;
  font: 500 12px/18px 'CeraPro', sans-serif !important;
  color: red;
  text-align: left;
  /* text-transform: uppercase; */
  margin: 0px 0px 10px;
  padding: 0px;
}
.parsley-errors-list li:first-child {
  margin-top: 5px;
}
.parsley-error label:before {
  border-color: red;
}
.item .info-wordcount.counter-over {
  color: #a13124;
}
.f3-form-error ul li ul li {
  color: #a13124;
}
@media screen and (max-width: 640px) {
  .form .itemSplit .item {
    width: 100% !important;
    padding-left: 0;
    float: none;
  }
  .form .formSplit .form-50 {
    width: 100% !important;
    padding-left: 0;
    float: none;
  }
  .facts .item .label,
  .facts .item p {
    width: 100% !important;
    padding-left: 0;
    float: none;
  }
  .form .formSplit .form50,
  .form .formSplit .form50:first-of-type {
    padding-left: 0;
    width: 100%;
    float: none;
  }
}
s .widget.form {
  margin: 0;
  padding: 0 15px 40px;
  width: 100%;
  box-sizing: border-box;
}
s .widget.form .wrap {
  background: rgb(var(--bg-color-1));
  padding: 30px;
  margin: 0;
}
@media screen and (min-width: 980px) {
  .widget.form {
    width: 80% !important;
    margin-left: 10% !important;
    margin-right: 10% !important;
    padding: 0;
  }
}
.botschafter .login-intro {
  max-width: 790px;
  margin: 0 auto;
}
.botschafter .text.intro .button.button_link {
  border: 1px solid;
  border-color: rgb(var(--cp-color-8));
  background-color: rgb(var(--cp-color-8));
  border-radius: 0px;
  color: white;
  margin: 0 0 40px 0;
}
.botschafter .text.intro .button.button_link:hover {
  background-color: rgb(var(--cp-color-8d));
  border-color: rgb(var(--cp-color-8d));
}
.botschafter .form-login .hl2 {
  color: rgb(var(--cp-color-8));
}
.botschafter .form-login button[type='submit'],
.botschafter .form-login input[type='reset'],
.botschafter .form-login .buttonXL {
  border-color: rgb(var(--cp-color-9));
  background-color: rgb(var(--cp-color-9));
}
.botschafter .form-login button[type='submit']:hover,
.botschafter .form-login input[type='reset']:hover,
.botschafter .form-login .buttonXL:hover {
  color: rgb(var(--cp-color-9));
  background: white;
}
.botschafter .form-login button[type='submit']:hover span,
.botschafter .form-login input[type='reset']:hover span,
.botschafter .form-login .buttonXL:hover span {
  color: rgb(var(--cp-color-9));
}
.botschafter .form-login .intro {
  color: rgb(var(--text-color));
}
.botschafter .form-login .text-wrapper {
  width: 50%;
  float: left;
}
.botschafter .form-login .form-wrapper {
  width: 50%;
  float: left;
}
.botschafter .form-login .forgotten-pw {
  color: rgb(var(--text-color));
  text-decoration: underline;
}
.botschafter .form-login .item {
  margin: 0 0 15px;
}
.botschafter .form-login input[type='text'],
.botschafter .form-login input[type='password'] {
  border: none;
}
.botschafter .widget.login-page form {
  margin-bottom: 80px;
}
.botschafter .widget.login-page form .item {
  margin-right: 20px;
}
.botschafter .widget.login-page form button[type='submit'],
.botschafter .widget.login-page form input[type='reset'],
.botschafter .widget.login-page form .buttonXL {
  float: left;
  border-color: rgb(var(--cp-color-8));
  background-color: rgb(var(--cp-color-8));
  border-radius: 0px;
}
.botschafter .widget.login-page form button[type='submit']:hover,
.botschafter .widget.login-page form input[type='reset']:hover,
.botschafter .widget.login-page form .buttonXL:hover {
  background-color: rgb(var(--cp-color-8d));
}
.botschafter .widget.login-page form button[type='submit'] span,
.botschafter .widget.login-page form input[type='reset'] span,
.botschafter .widget.login-page form .buttonXL span {
  color: white;
}
.botschafter .widget.login-page form a {
  color: rgb(var(--cp-color-8));
  text-decoration: underline;
}
.botschafter .widget.login-page form a:hover {
  color: rgb(var(--text-color));
}
@media screen and (max-width: 980px) {
  .botschafter .widget.login-page .item {
    margin-right: 0;
  }
}
@media screen and (min-width: 980px) {
  .botschafter .form-login .hl2 {
    margin: 0 0 0 0;
  }
  .botschafter .form-login .intro {
    margin: 0 50px 0 0;
  }
  .botschafter .form-login form {
    margin: 0 0% 0 50px;
  }
}
@media screen and (max-width: 980px) {
  .botschafter .form-login .text-wrapper,
  .botschafter .form-login .form-wrapper {
    width: 100%;
    float: none;
  }
}
/* Netzwerk */
.botschafter .select2-results .select2-highlighted .select2-result-label {
  color: rgb(var(--cp-color-8)) !important;
}
.botschafter .filter.filter--netzwerk {
  margin-bottom: 20px;
  padding-bottom: 15px;
}
.botschafter .filter.filter--netzwerk .text {
  margin: 0;
}
.botschafter .filter.filter--netzwerk .text p {
  padding-bottom: 10px;
}
.botschafter .filter.filter--netzwerk .form {
  margin: 0;
}
.botschafter .filter.filter--netzwerk .form .item {
  width: 31.25%;
  padding: 0 20px 20px 0;
  margin: 0;
  float: left;
  box-sizing: border-box;
}
.botschafter .filter.filter--netzwerk .form .item.item--networkingFilter {
  width: 37.5%;
  padding-right: 0;
}
.botschafter .filter.filter--netzwerk .form .item.item--reset {
  width: 100%;
  padding: 0;
  margin-top: -5px;
}
.botschafter .filter.filter--netzwerk .form .item.item--reset a {
  font-size: 14px;
  line-height: 20px;
  color: rgb(var(--text-color));
}
.botschafter .filter.filter--netzwerk .form .item.item--reset a:hover {
  color: rgb(var(--cp-color-8));
}
.botschafter .filter.filter--netzwerk .form .item.submit {
  width: 64px;
  padding: 0;
}
.botschafter .filter.filter--netzwerk .form .item button.button-small {
  width: 100%;
  height: 44px;
  border-radius: 0;
  background-color: rgb(var(--cp-color-8));
  border: 0;
  padding: 0 10px;
  margin: 0;
  color: white;
  /*
					i {
						font-family: "icon";
						display: inline-block;
						font-weight: normal;
						font-style: normal;
						color: white;


						&:after {

						}
					}
					*/
}
.botschafter .filter.filter--netzwerk .form .item button.button-small:hover {
  background-color: rgb(var(--cp-color-8d));
}
.form__captchaimage {
  padding-right: 20px;
  float: left;
  height: 42px;
  width: auto;
}
.form__element--captcha {
  float: left;
  width: 80px;
  text-align: center;
  font-weight: 700;
}
.powermail_confirmation .fact:last-child {
  margin-bottom: 40px;
}
.form .powermail_fieldwrap_type_content .powermail_field > * {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.form .powermail_fieldwrap_type_content .powermail_field .hl3,
.form .powermail_fieldwrap_type_content .powermail_field .hl4 {
  margin: 0 !important;
}
.form .powermail_fieldwrap_type_content .powermail_field .accordeon .item {
  padding: 15px 0 !important;
  margin: 0 !important;
}
.itemInline .checkbox,
.itemInline .radio {
  float: left;
}
.xdsoft_datetimepicker {
  box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.506);
  background: white;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
  border-top: 1px solid #bbb;
  color: #333333;
  padding: 8px;
  padding-left: 0px;
  padding-top: 2px;
  position: absolute;
  z-index: 9999;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.xdsoft_datetimepicker iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 75px;
  height: 210px;
  background: transparent;
  border: none;
}
.xdsoft_datetimepicker button {
  border: none !important;
}
.xdsoft_noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.xdsoft_noselect::selection {
  background: transparent;
}
.xdsoft_noselect::-moz-selection {
  background: transparent;
}
.xdsoft_datetimepicker.xdsoft_inline {
  display: inline-block;
  position: static;
  box-shadow: none;
}
.xdsoft_datetimepicker * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0px;
  margin: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker,
.xdsoft_datetimepicker .xdsoft_timepicker {
  display: none;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active,
.xdsoft_datetimepicker .xdsoft_timepicker.active {
  display: block;
}
.xdsoft_datetimepicker .xdsoft_datepicker {
  width: 224px;
  float: left;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 58px;
  float: left;
  text-align: center;
  margin-left: 8px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_datepicker.active + .xdsoft_timepicker {
  margin-top: 8px;
  margin-bottom: 3px;
}
.xdsoft_datetimepicker .xdsoft_mounthpicker {
  position: relative;
  text-align: center;
}
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAFoAAAAeCAYAAACsYQl4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ZpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDozQjRCQjRGREU4MkNFMzExQjRDQkIyRDJDOTdBRUI1MCIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpCQjg0OUYyNTZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpCQjg0OUYyNDZDODAxMUUzQjMwM0IwMERBNUU0ODQ5NSIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkI5NzE3MjFBN0E2Q0UzMTFBQjJEQjgzMDk5RTNBNTdBIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjNCNEJCNEZERTgyQ0UzMTFCNENCQjJEMkM5N0FFQjUwIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+aQvATgAAAfVJREFUeNrsmr1OwzAQxzGtkPjYEAuvVGAvfQIGRKADE49gdLwDDwBiZ2RhQUKwICQkWLsgFiRQuIBTucFJ/XFp4+hO+quqnZ4uvzj2nV2RpukCW/22yAgYNINmc7du7DcghCjrkqgOKjF1znpt6rZ0AGWQj7TvCU8d9UM+QAGDrhdyc2Bnc1WVVPBev9V8lBnY+rDwncWZThG4xk4lmxtJy2AHgoY/FySgbSBPwPZ8mEXbQx3aDERb0EbYAYFC7pcAtAvkMWwC0D3NX58S9D/YnoGC7nPWr3Dg9JTbtuHhDShBT8D2CBSK/iIEvVXxpuxSgh7DdgwUTL4iA92zmJb6lKB/YTsECmV+IgK947AGDIqgQ/LojsO135Hn51l2cWlov0JdGNrPUceueXRwilSVgkUyom9Rd6gbLfYTDeO+1v6orn0InTogYDGUkYLO3/wc9BdqqTCKP1Tfi+oTIaCBIL2TES+GTyruT9S61p6BHam+99DFEAgLFklYsIBHwSI9QY80H5ta+1rB/6ovaKihBJeEJbgLbBlQgl+j3lDPqA2tfQV1j3pVn8s+oKHGTSVJ+FqDLeR5bCqJ2E/BCycsoLZETXaKGs7rhKVt+9HZScrZNMi88V8P7LlDbvOZYaJVpMMmBCT4n0o8dTBoNgbdWPsRYACs3r7XyNfbnAAAAABJRU5ErkJggg==');
}
.xdsoft_datetimepicker .xdsoft_prev {
  float: left;
  background-position: -20px 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button {
  float: left;
  background-position: -70px 0px;
  margin-left: 5px;
}
.xdsoft_datetimepicker .xdsoft_next {
  float: right;
  background-position: 0px 0px;
}
.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0px none currentColor;
  cursor: pointer;
  display: block;
  height: 30px;
  opacity: 0.5;
  outline: medium none currentColor;
  overflow: hidden;
  padding: 0px;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  float: none;
  background-position: -40px -15px;
  height: 15px;
  width: 30px;
  display: block;
  margin-left: 14px;
  margin-top: 7px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev {
  background-position: -40px 0px;
  margin-bottom: 7px;
  margin-top: 0px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box {
  height: 151px;
  overflow: hidden;
  border-bottom: 1px solid #eee;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div {
  background: white;
  border-top: 1px solid #eee;
  color: #444;
  font-size: 12px;
  text-align: center;
  border-collapse: collapse;
  cursor: pointer;
  border-bottom-width: 0px;
  height: 25px;
  line-height: 25px;
}
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:first-child {
  border-top-width: 0px;
}
.xdsoft_datetimepicker .xdsoft_today_button:hover,
.xdsoft_datetimepicker .xdsoft_next:hover,
.xdsoft_datetimepicker .xdsoft_prev:hover {
  opacity: 1;
}
.xdsoft_datetimepicker .xdsoft_label {
  display: inline;
  position: relative;
  z-index: 9999;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
  float: left;
  width: 182px;
  text-align: center;
  cursor: pointer;
}
.xdsoft_datetimepicker .xdsoft_label:hover {
  text-decoration: underline;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select {
  border: 1px solid #ccc;
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 101;
  display: none;
  background: #fff;
  max-height: 160px;
  overflow-y: hidden;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_monthselect {
  right: -7px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select.xdsoft_yearselect {
  right: 2px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover {
  color: #fff;
  background: #a94442;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option {
  padding: 2px 10px 2px 5px;
}
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current {
  background: #1e5799;
  box-shadow: #1e5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_month {
  width: 90px;
  text-align: right;
}
.xdsoft_datetimepicker .xdsoft_calendar {
  clear: both;
}
.xdsoft_datetimepicker .xdsoft_year {
  width: 56px;
}
.xdsoft_datetimepicker .xdsoft_calendar table {
  border-collapse: collapse;
  width: 100%;
}
.xdsoft_datetimepicker .xdsoft_calendar td > div {
  padding-right: 5px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar td,
.xdsoft_datetimepicker .xdsoft_calendar th {
  width: 14.2857142%;
  background: #f5f5f5;
  border: 1px solid #dddddd;
  color: #666666;
  font-size: 12px;
  text-align: right;
  padding: 0px;
  border-collapse: collapse;
  cursor: pointer;
  height: 25px;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  background: #f1f1f1;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
  color: #1e5799;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  background: #1e5799;
  box-shadow: #1e5799 0px 1px 3px 0px inset;
  color: #fff;
  font-weight: 700;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled,
.xdsoft_datetimepicker .xdsoft_time_box > div > div.xdsoft_disabled {
  opacity: 0.5;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_other_month.xdsoft_disabled {
  opacity: 0.2;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #fff !important;
  background: #a94442 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_disabled:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_disabled:hover {
  color: inherit !important;
  background: inherit !important;
  box-shadow: inherit !important;
}
.xdsoft_datetimepicker .xdsoft_calendar th {
  font-weight: 700;
  text-align: center;
  color: #999;
  cursor: default;
}
.xdsoft_datetimepicker .xdsoft_copyright {
  color: #ccc !important;
  font-size: 10px;
  clear: both;
  float: none;
  margin-left: 8px;
}
.xdsoft_datetimepicker .xdsoft_copyright a {
  color: #eee !important;
}
.xdsoft_datetimepicker .xdsoft_copyright a:hover {
  color: #aaa !important;
}
.xdsoft_time_box {
  position: relative;
  border: 1px solid #ccc;
}
.xdsoft_scrollbar > .xdsoft_scroller {
  background: #ccc !important;
  height: 20px;
  border-radius: 3px;
}
.xdsoft_scrollbar {
  position: absolute;
  width: 7px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  cursor: pointer;
}
.xdsoft_scroller_box {
  position: relative;
}
.item-productpackage .image {
  max-width: 100%;
  margin-bottom: 30px;
}
.item-productpackage table {
  width: 100% !important;
}
.item-productpackage table td,
.item-productpackage table th {
  padding: 10px 0;
  border: 0;
  border-top: 1px solid #cdcdcd;
  border-bottom: 1px solid #cdcdcd;
  font: 400 16px/22px 'CeraPro', Arial, sans-serif;
}
.item-productpackage table td:last-child,
.item-productpackage table th:last-child {
  white-space: nowrap;
  padding-left: 10px;
}
.item-productpackage .item input {
  max-width: 200px;
}
@media screen and (min-width: 640px) {
  .item-productpackage .image {
    width: 40%;
    float: right;
    padding-left: 5%;
  }
  .item-productpackage table {
    float: left;
    width: 55% !important;
  }
}
.tdaf .form .item-notice {
  padding: 30px 30px 0;
  margin-bottom: 30px !important;
  border: 4px solid #e1ebec;
}
.cke + p {
  margin-top: 1em;
}
p:empty {
  display: none !important;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.notice {
  padding: 40px 0 40px 200px;
  margin: 0 0 40px;
  min-height: 160px;
  box-sizing: border-box;
  position: relative;
  /*
	&:before {
		content: "";
		position: absolute;
		right: 80px;
		top: 30px;
		width: 140px;
		height: 140px;
		border-radius: 70px;
		background: white url("@{path}/success.svg") center center no-repeat;
		background-size: 110px auto;
	}
	*/
}
.notice .alert-message,
.notice .alert-message p,
.notice .text,
.notice .text p {
  margin: 0 !important;
  padding: 0 !important;
  text-align: left;
}
.notice .alert-message p + p,
.notice .text p + p {
  margin-top: 10px !important;
}
.notice h3,
.notice h4,
.notice .hl3,
.notice .hl4 {
  margin: 0 !important;
  padding: 0 0 10px !important;
}
.notice.success {
  margin: 0 10%;
}
.notice.success:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.notice.success:before {
  content: '\f122';
}
.notice.success:before {
  color: #C7A54E;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: white;
  font-size: 80px;
  line-height: 160px;
  text-align: center;
}
.notice.okay {
  margin: 0 10%;
}
.notice.okay:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.notice.okay:before {
  content: '\f11a';
}
.notice.okay:before {
  color: rgb(var(--cp-color-1));
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: white;
  font-size: 60px;
  line-height: 160px;
  text-align: center;
}
.notice.error {
  color: red;
}
.notice.error:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.notice.error:before {
  content: '\f107';
}
.notice.error p {
  font: 400 20px/34px 'CeraPro', sans-serif;
  padding: 0;
}
.notice.error .hl3,
.notice.error p {
  color: red;
}
.notice.error:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -80px;
  width: 160px;
  height: 160px;
  border-radius: 80px;
  background-color: white;
  font-size: 80px;
  line-height: 160px;
  text-align: center;
}
.notice p + .fact {
  margin-top: 40px;
}
/*
.botschafter .notice {
	
	
	&.success {
		
		&:before {
			color: @cp-color-8;
		}
		
	}
	
	&.okay {
		
		&:before {
			color: @cp-color-8;
		}
	}
}
*/
/*
.botschafter 
*/
.notice {
  padding: 40px 0 40px 100px;
  min-height: 60px;
}
.notice.success {
  margin: 0 10% 20px;
}
.notice.success:before {
  color: white;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: rgb(var(--cp-color-8));
  font-size: 30px;
  line-height: 80px;
}
.notice.okay {
  margin: 0 10% 20px;
}
.notice.okay:before {
  color: white;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: rgb(var(--cp-color-8));
  font-size: 30px;
  line-height: 80px;
}
.notice.error {
  margin: 0 10% 20px;
}
.notice.error:before {
  color: white;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 40px;
  background-color: red;
  font-size: 24px;
  line-height: 80px;
}
@media screen and (max-width: 980px) {
  .notice.success,
  .notice.okay,
  .notice.error {
    margin-left: 15px !important;
    margin-right: 15px !important;
  }
}
@media screen and (max-width: 640px) {
  .notice {
    padding-top: 200px;
    padding-left: 0;
  }
  .notice.success:before,
  .notice.okay:before,
  .notice.error:before {
    left: 50%;
    margin-left: -80px;
    top: 0;
    margin-top: 0;
  }
  /*.botschafter*/
  .notice {
    padding-top: 70px;
    padding-bottom: 20px;
  }
  .notice .alert-message,
  .notice .alert-message p,
  .notice .text,
  .notice .text p {
    text-align: center;
  }
  .notice.success:before,
  .notice.okay:before,
  .notice.error:before {
    margin-left: -30px;
    width: 60px;
    height: 60px;
    border-radius: 30px;
    font-size: 24px;
    line-height: 60px;
  }
}
.tdaf .notice.success:before {
  background-color: rgb(var(--cp-color-2));
}
.tdaf .notice .media {
  padding-bottom: 0;
  margin: 0;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
.upload {
  position: relative;
  display: block;
  overflow: hidden;
  margin-bottom: 14px;
}
.upload label {
  color: #fff;
  margin: 0;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
}
.upload label:before,
.upload label:after {
  display: block;
  box-sizing: border-box;
  text-overflow: ellipsis;
  overflow: hidden;
}
.upload label:before {
  position: absolute;
  left: 170px;
  bottom: 60px;
  width: auto;
  z-index: 2;
  content: attr(data-select-text);
  color: black;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  font-size: 16px;
  line-height: 30px;
  font-weight: 700;
  box-sizing: border-box;
  left: 50%;
  transform: translateX(-50%);
  bottom: 20px;
}
@media screen and (max-width: 640px) {
  .upload label:before {
    bottom: 20px;
  }
}
.upload label:after {
  position: relative;
  width: 100%;
  margin-top: 0;
  padding: 90px 60px 20px 60px;
  background: #f4f3f1;
  color: black;
  content: attr(data-input-value);
  text-align: center;
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  border: 1px dashed #d2d2d1;
  background-image: url('../../images/upload.svg');
  background-repeat: no-repeat;
  background-position: top 20px center;
  background-size: 60px auto;
  height: 200px;
  cursor: pointer;
  line-height: 22px;
}
@media screen and (max-width: 980px) {
  .upload label:after {
    font-size: 14px;
    padding: 60px 20px 20px;
    background-position: top 15px center;
    background-size: 36px auto;
  }
}
.upload input[type='file'] {
  position: absolute;
  top: 100%;
  margin-top: -200px;
  z-index: 1;
  height: 200px;
  width: 100%;
  opacity: 0;
}
.upload input[type='file']:not(.empty):valid + label:before {
  content: attr(data-remove-text);
}
.upload input[type='file']:invalid + label:after,
.upload input[type='file'].empty + label:after {
  content: attr(data-drag-text);
}
.uploaded-logo {
  position: relative;
  display: block;
  overflow: hidden;
  border: 1px solid #ccc;
  float: left;
  width: 198px;
  margin-right: 20px;
  box-sizing: border-box;
}
@media screen and (max-width: 640px) {
  .uploaded-logo {
    float: none;
    margin-bottom: 14px;
  }
}
.uploaded-logo img {
  width: 100%;
  height: auto;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.animationSpin {
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
form.submitting [type='submit'] span {
  position: relative;
}
form.submitting [type='submit'] span:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
form.submitting [type='submit'] span:before {
  content: '\f120';
}
form.submitting [type='submit'] span:before {
  position: relative;
  left: -5px;
  top: 0;
  font-size: 14px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */
:root {
  --bg-color: 255, 255, 255;
  --bg-color-1: 235, 235, 235;
  --bg-color-2: 247, 166, 0;
  --text-color: 36, 36, 36;
  --cp-color-1: 106, 155, 159;
  --cp-color-2: 199, 165, 78;
  --cp-color-3: 226, 203, 157;
  --cp-color-4: 13, 103, 156;
  --cp-color-5: 207, 37, 48;
  --cp-color-6: 240, 226, 197;
  --cp-color-7: 113, 35, 85;
  --cp-color-8: 48, 147, 204;
  --cp-color-8a: 48, 147, 204, 0.8;
  --cp-color-8d: 38, 122, 177;
  --cp-color-9: 186, 0, 17;
  --cp-color-9a: 186, 0, 17, 0.8;
}
.icon-arrow_down:before,
.icon-arrow_down_small:before,
.icon-arrow_left:before,
.icon-arrow_right:before,
.icon-arrow_up:before,
.icon-arrow_up_small:before,
.icon-close:before,
.icon-closeXXX:before,
.icon-document:before,
.icon-extern:before,
.icon-external:before,
.icon-facebook:before,
.icon-facebook2:before,
.icon-gebaerdensprache:before,
.icon-google:before,
.icon-ical:before,
.icon-instagram:before,
.icon-instagram_outline:before,
.icon-leichte_sprache:before,
.icon-lesezeit:before,
.icon-link:before,
.icon-linkedin:before,
.icon-links:before,
.icon-loading:before,
.icon-lupe:before,
.icon-mail:before,
.icon-navi:before,
.icon-phone:before,
.icon-print:before,
.icon-quotes:before,
.icon-rss:before,
.icon-spinner:before,
.icon-suche:before,
.icon-tick:before,
.icon-twitter:before,
.icon-typo3-message-error:before,
.icon-typo3-message-info:before,
.icon-typo3-message-ok:before,
.icon-vcard:before,
.icon-view:before,
.icon-xing:before,
.icon-youtube:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.icon-arrow_down:before {
  content: '\f101';
}
.icon-arrow_down_small:before {
  content: '\f102';
}
.icon-arrow_left:before {
  content: '\f103';
}
.icon-arrow_right:before {
  content: '\f104';
}
.icon-arrow_up:before {
  content: '\f105';
}
.icon-arrow_up_small:before {
  content: '\f106';
}
.icon-close:before {
  content: '\f107';
}
.icon-closeXXX:before {
  content: '\f108';
}
.icon-document:before {
  content: '\f109';
}
.icon-extern:before {
  content: '\f10a';
}
.icon-external:before {
  content: '\f10b';
}
.icon-facebook:before {
  content: '\f10c';
}
.icon-facebook2:before {
  content: '\f10d';
}
.icon-gebaerdensprache:before {
  content: '\f10e';
}
.icon-google:before {
  content: '\f10f';
}
.icon-ical:before {
  content: '\f110';
}
.icon-instagram:before {
  content: '\f111';
}
.icon-instagram_outline:before {
  content: '\f112';
}
.icon-leichte_sprache:before {
  content: '\f113';
}
.icon-lesezeit:before {
  content: '\f114';
}
.icon-link:before {
  content: '\f115';
}
.icon-linkedin:before {
  content: '\f116';
}
.icon-links:before {
  content: '\f117';
}
.icon-loading:before {
  content: '\f118';
}
.icon-lupe:before {
  content: '\f119';
}
.icon-mail:before {
  content: '\f11a';
}
.icon-navi:before {
  content: '\f11b';
}
.icon-phone:before {
  content: '\f11c';
}
.icon-print:before {
  content: '\f11d';
}
.icon-quotes:before {
  content: '\f11e';
}
.icon-rss:before {
  content: '\f11f';
}
.icon-spinner:before {
  content: '\f120';
}
.icon-suche:before {
  content: '\f121';
}
.icon-tick:before {
  content: '\f122';
}
.icon-twitter:before {
  content: '\f123';
}
.icon-typo3-message-error:before {
  content: '\f124';
}
.icon-typo3-message-info:before {
  content: '\f125';
}
.icon-typo3-message-ok:before {
  content: '\f126';
}
.icon-vcard:before {
  content: '\f127';
}
.icon-view:before {
  content: '\f128';
}
.icon-xing:before {
  content: '\f129';
}
.icon-youtube:before {
  content: '\f12a';
}
/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000;
  position: absolute;
  z-index: 10000;
  user-select: none;
}
/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}
/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}
/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}
/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: 0.75em;
}
/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
.picker__year {
  color: #999;
  font-size: 0.8em;
  font-style: italic;
}
/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: 0.5em;
  margin-left: 0.25em;
  margin-right: 0.25em;
}
@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}
.picker__select--month {
  width: 35%;
}
.picker__select--year {
  width: 22.5%;
}
.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}
/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: 0.5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}
.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}
.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}
@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}
.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: 0.5em solid transparent;
  border-bottom: 0.5em solid transparent;
  border-right: 0.75em solid #000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}
.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}
/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: 0.75em;
  margin-bottom: 0.5em;
}
@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: 0.75em;
  }
}
.picker__table td {
  margin: 0;
  padding: 0;
}
/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.28571429%;
  font-size: 0.75em;
  padding-bottom: 0.25em;
  color: #999;
  font-weight: 500;
  /* Increase the spacing a tad */
}
@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: 0.5em;
  }
}
/**
 * The days on the calendar
 */
.picker__day {
  padding: 0.3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}
.picker__day--today {
  position: relative;
}
.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: 0.5em solid transparent;
}
.picker__day--disabled:before {
  border-top-color: #aaa;
}
.picker__day--outfocus {
  color: #ddd;
}
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--highlighted {
  border-color: #0089ec;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #fff;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbb;
}
/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}
.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #fff;
  background: #fff;
  font-size: 0.8em;
  padding: 0.66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}
.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}
.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}
.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}
.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: 0.45em;
}
.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: 0.66em solid transparent;
}
.picker__button--clear:before {
  top: -0.25em;
  width: 0.66em;
  border-top: 3px solid #e20;
}
.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: 0.35em;
  color: #777;
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
}
.picker__button--today[disabled]:before {
  border-top-color: #aaa;
}
/* ==========================================================================
   $BASE-TIME-PICKER
   ========================================================================== */
/**
 * The list of times.
 */
.picker__list {
  list-style: none;
  padding: 0.75em 0 4.2em;
  margin: 0;
}
/**
 * The times on the clock.
 */
.picker__list-item {
  border-bottom: 1px solid #ddd;
  border-top: 1px solid #ddd;
  margin-bottom: -1px;
  position: relative;
  background: #fff;
  padding: 0.75em 1.25em;
}
@media (min-height: 46.75em) {
  .picker__list-item {
    padding: 0.5em 1em;
  }
}
/* Hovered time */
.picker__list-item:hover {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
  border-color: #0089ec;
  z-index: 10;
}
/* Highlighted and hovered/focused time */
.picker__list-item--highlighted {
  border-color: #0089ec;
  z-index: 10;
}
.picker__list-item--highlighted:hover,
.picker--focused .picker__list-item--highlighted {
  cursor: pointer;
  color: #000;
  background: #b1dcfb;
}
/* Selected and hovered/focused time */
.picker__list-item--selected,
.picker__list-item--selected:hover,
.picker--focused .picker__list-item--selected {
  background: #0089ec;
  color: #fff;
  z-index: 10;
}
/* Disabled time */
.picker__list-item--disabled,
.picker__list-item--disabled:hover,
.picker--focused .picker__list-item--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #ddd;
  cursor: default;
  border-color: #ddd;
  z-index: auto;
}
/**
 * The clear button
 */
.picker--time .picker__button--clear {
  display: block;
  width: 80%;
  margin: 1em auto 0;
  padding: 1em 1.25em;
  background: none;
  border: 0;
  font-weight: 500;
  font-size: 0.67em;
  text-align: center;
  text-transform: uppercase;
  color: #666;
}
.picker--time .picker__button--clear:hover,
.picker--time .picker__button--clear:focus {
  color: #000;
  background: #b1dcfb;
  background: #e20;
  border-color: #e20;
  cursor: pointer;
  color: #fff;
  outline: none;
}
.picker--time .picker__button--clear:before {
  top: -0.25em;
  color: #666;
  font-size: 1.25em;
  font-weight: bold;
}
.picker--time .picker__button--clear:hover:before,
.picker--time .picker__button--clear:focus:before {
  color: #fff;
  border-color: #fff;
}
/*!
 * Classic picker styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  width: 100%;
}
/**
 * The holder is the base of the picker.
 */
.picker__holder {
  position: absolute;
  background: #fff;
  border: 1px solid #aaaaaa;
  border-top-width: 0;
  border-bottom-width: 0;
  border-radius: 0 0 5px 5px;
  box-sizing: border-box;
  min-width: 176px;
  max-width: 466px;
  max-height: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transform: translateY(-1em) perspective(600px) rotateX(10deg);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s 0.15s, border-width 0s 0.15s;
}
/**
 * The frame and wrap work together to ensure that
 * clicks within the picker don’t reach the holder.
 */
.picker__frame {
  padding: 1px;
}
.picker__wrap {
  margin: -1px;
}
/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  max-height: 25em;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
  border-top-width: 1px;
  border-bottom-width: 1px;
  transform: translateY(0) perspective(600px) rotateX(0);
  transition: transform 0.15s ease-out, opacity 0.15s ease-out, max-height 0s, border-width 0s;
  box-shadow: 0 6px 18px 1px rgba(0, 0, 0, 0.12);
}
/* ==========================================================================
   $CLASSIC-DATE-PICKER
   ========================================================================== */
/* ==========================================================================
   $CLASSIC-TIME-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should __NOT__ be styled
 * more than what’s here. Style the `.picker__holder` instead.
 */
.picker--time {
  min-width: 256px;
  max-width: 320px;
}
/**
 * The holder is the base of the picker.
 */
.picker--time .picker__holder {
  background: #f2f2f2;
}
@media (min-height: 40.125em) {
  .picker--time .picker__holder {
    font-size: 0.875em;
  }
}
/**
 * The box contains the list of times.
 */
.picker--time .picker__box {
  padding: 0;
  position: relative;
}
.picker {
  position: relative;
}
.picker__header {
  clear: both;
  overflow: hidden;
  margin: 0;
  padding: 10px 50px 0 50px;
  text-align: left;
}
.picker__header .picker__year {
  color: #000;
  font-family: 'Roboto', Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin: 0;
}
.picker__header select {
  float: left;
  margin: 0;
  height: 40px;
}
.picker__header .picker__select--year {
  margin: 0;
  font-size: 14px;
}
.picker__header .picker__select--month {
  margin: 0 10%;
  width: 50%;
  float: left;
  font-size: 14px;
  border: 1px solid #ccc;
  font-family: 'Roboto', Arial, sans-serif;
  font-weight: 500;
  padding: 0px 10px;
  height: 32px;
  color: #000 !important;
}
.picker__month,
.picker__year {
  line-height: 35px;
}
.picker__nav--prev,
.picker__nav--next {
  top: 12px;
  padding: 0 20px;
  width: 6px;
  height: 30px;
}
.picker__nav--prev::before,
.picker__nav--next::before {
  line-height: 30px;
  color: #000;
}
.picker__nav--prev:hover::before,
.picker__nav--next:hover::before {
  color: #6a9b9f;
}
.picker__nav--prev {
  left: 8px;
}
.picker__nav--next {
  right: 8px;
}
.picker__day--highlighted {
  border: 1px solid #6a9b9f;
}
.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: white;
  color: #6a9b9f;
}
.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #6a9b9f;
  color: white;
  border: 1px solid #6a9b9f;
}
.picker__day {
  text-align: center;
}
.picker__day--outfocus {
  color: #aaa;
}
.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  pointer-events: none;
  background: transparent;
  border-color: transparent;
  color: #dedede;
}
.picker__day--today::before {
  border-top-color: #0098ba;
}
.picker__weekday {
  color: #fff;
  text-align: center;
  display: none;
}
.picker__button--close,
.picker__button--close:hover {
  background: #fff;
  color: #000;
  text-shadow: none !important;
  border: 0 !important;
  margin-bottom: 20px;
  width: auto;
  padding: 0;
  float: none !important;
  margin: 0 auto 10px !important;
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}
.picker__button--close::before {
  color: #000 !important;
  font-size: 20px;
  font-weight: 600;
}
.picker__button--close:hover,
.picker__button--close:hover:before {
  color: #6a9b9f !important;
}
.picker__nav--prev:hover,
.picker__nav--next:hover {
  background: #fff;
}
.picker__button--close::before {
  color: #000;
  top: 0;
}
.picker__box,
.picker__wrap,
.picker__frame,
.picker__holder,
.picker {
  outline: none !important;
}
.picker__holder {
  border: 1px solid #cdcdcd !important;
  border-top: 0 !important;
  box-shadow: 2px 2px 4px #cdcdcd !important;
  border-radius: 0 0 3px 3px !important;
  max-width: none;
}
.picker__input.picker__input--active {
  border: 1px solid #cdcdcd !important;
  border-bottom: 0 !important;
  box-shadow: 2px 2px 4px #cdcdcd !important;
  border-radius: 3px 3px 0 0 !important;
}
.picker--opened .picker__holder {
  overflow: hidden;
}
.picker__nav--next:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.picker__nav--next:before {
  content: '\f104';
}
.picker__nav--next::before {
  border-top: 0 !important;
  border-right: none !important;
  border-left: none !important;
}
.picker__nav--prev:before {
  font-family: 'icon';
  display: inline-block;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
}
.picker__nav--prev:before {
  content: '\f103';
}
.picker__nav--prev::before {
  border-top: 0 !important;
  border-right: none !important;
  border-left: none !important;
}
.picker__nav--disabled,
.picker__nav--disabled::before {
  color: #ccc !important;
  pointer-events: none;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */
#eventRegistrationForm .hl4 {
  margin-left: 0;
  margin-bottom: 10px;
}
#eventRegistrationForm .text p {
  margin-bottom: 22px;
}
.registration #generalParsleyError {
  display: none !important;
}
.registration .picker {
  min-width: 300px;
}
.registration .picker__nav--prev,
.registration .picker__nav--next {
  padding: 0 16px;
}
.registration .picker__weekday {
  color: #000;
  display: table-cell;
  font-size: 14px;
}
.registration .picker__nav--prev {
  left: -16px;
}
.registration .picker__nav--next {
  right: -16px;
}
.registration .picker__header {
  padding: 10px 20px 0;
  position: relative;
  height: 40px;
}
.registration .picker__header select {
  margin: 0;
  height: 40px;
}
.registration .picker__select--year {
  position: absolute;
  top: 10px;
  left: 22px;
  min-width: 30%;
}
.registration .picker__select--month {
  position: absolute;
  top: 10px;
  right: 22px;
  min-width: 30%;
}
/*# sourceMappingURL=build/assets/scripts/forms/style.css.map */