/* this file contains the global style for forms */

/** powermail */
div.tx-powermail {}
div.tx-powermail form.powermail_form { margin-top: -2rem; }
div.tx-powermail form.powermail_form::after { content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.tx-powermail .container-fluid { padding: 0; }
/* errors */
.powermail_form ul.powermail_message_error { margin: 0 1.5rem 2rem; list-style: none; padding: 0; width: 100%; }
.powermail_form .powermail_message_error li { color: #C00; font-size: 85%; margin: .5rem 0 0; }
.powermail_form ul.powermail_message_error + .powermail_fieldset { margin-top: 0; }

.powermail_form .powermail_field_error_container { clear: both; }
.powermail_form ul.powermail-errors-list { background: #FFF; margin: 0 0 0 1px; padding: .5rem 0 0; position: relative; z-index: 2; }
.powermail_form .powermail-errors-list li { margin-left: 1rem; }
.powermail_form .powermail-errors-list li::before { display: none; }
.powermail_fieldwrap_type_check .powermail-errors-list li, .powermail_fieldwrap_type_radio .powermail-errors-list li { margin-left: 0; }
/* legend */
.powermail_fieldset.nolabel legend { display: none; }
.powermail_form .powermail_legend { font-weight: 600; }

.powermail_form span.header { color: #36A29D; display: block; }
.powermail_fieldset.layout1 > legend {}
.powermail_fieldset.layout2 > legend {}
.powermail_fieldset.layout3 > legend {}

form.powermail_form:not(.powermail_morestep) > header {}
form.powermail_form:not(.powermail_morestep) > header * {}
/* label */
.powermail_fieldwrap label { padding-left: 0; }
.powermail_fieldwrap .powermail_label { margin: 0 0 1rem; padding: 0; vertical-align: top; }
.powermail_fieldwrap.layout1 .powermail_label { font-size: 2.2rem; font-weight: 600; margin: 1rem 0; }
.powermail_fieldwrap.layout2 .powermail_label { font-weight: 600; }
.powermail_fieldwrap.layout3 .powermail_label { font-weight: 400; }
.powermail_fieldwrap.nolabel .powermail_label:not(.placeholderLabel) { display: none; }
.js .powermail_fieldwrap > .powermail_label { /*display: none;*/ }

/* Mehrschrittformular */
form.powermail_morestep {}
.powermail_form .btn-group { border-bottom: 1px solid #36A29D; margin: 0 0 2rem; }
.powermail_form .btn-group button { background: #36A29D; border: 1px solid #36A29D; border-bottom: none; color: #FFF; box-shadow: none; margin: 0 0 0 2rem; min-width: 0; }
.powermail_form .btn-group button:hover { background: #FFF; border-color: #36A29D; color: #000; }
.powermail_form .btn-group button.btn-primary { background: #FFF; border-bottom: 1px solid #FFF; color: #000; margin-bottom: -1px;}
.powermail_form .btn-group button:first-child { margin-left: 0; }
.powermail_form .btn-group button:first-child:last-child { /*display: none;*/ }
.powermail_fieldwrap.powermail_tab_navigation { display: block; overflow: hidden; }
.powermail_tab_navigation .btn { border: 1px solid #36A29D; }
.powermail_tab_navigation .btn.btn-warning { float: left; }
.powermail_tab_navigation .btn.pull-right { float: right; }

.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active { background-color: inherit; border-color: inherit; color: inherit; }
.powermail_tab_navigation .btn.btn-primary,
.powermail_tab_navigation .btn-primary:focus,
.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-primary:not(:disabled):not(.disabled):active:focus,
.powermail_tab_navigation .btn.btn-warning,
.powermail_tab_navigation .btn-warning:focus,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active,
.powermail_tab_navigation .btn-warning:not(:disabled):not(.disabled):active:focus { box-shadow: none; }

.powermail_morestep {}
/* layout */
.powermail_fieldwrap { display: flex; flex: 0 1 auto; flex-flow: row wrap; justify-content: flex-start; margin: 2rem 0 0; width: 100%; }
.powermail_fieldwrap::before, .powermail_fieldwrap::after { content: ""; clear: both; display: block; height: 0; visibility: hidden; }
.powermail_form .powermail_label, .powermail_form .powermail_field { flex: 0 0 auto; flex-wrap: wrap; width: 100%; }

.powermail_legend + .powermail_fieldwrap { /*margin-top: 0;*/ }
.powermail_field {}

/* table */
.powermail_form table { min-width: 50%; }
.powermail_form table td { padding: .5rem 1rem; }
.powermail_form table td:first-child { padding-left: 0; }


/** forms */
fieldset { border: none; display: block; inline-size: 100%; min-inline-size: 100%; margin: 0; padding: 0; }
#content .powermail_fieldset.row { align-content: flex-start; min-inline-size: calc(100% + 30px); margin-inline: -15px; }
#content .powermail_fieldset.row > .col { padding-inline: 15px; }
.powermail_morestep fieldset { float: none; padding: 0; width: 100%; }
form.powermail_form:not(.powermail_morestep) .powermail_fieldset + .powermail_fieldset { margin-top: 4rem; }

form :focus { outline: none; }
form .mandatory,
.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz input[required] ~ label .label::after { color: #36A29D; }
form label .mandatory, form legend .mandatory { padding-left: 3px; }

/* error */
.powermail-errors-list li {}
form label.error, .powermail_form .powermail-errors-list li { display: block; color: #C00; font-size: 85%; font-weight: normal; }
form input[type="checkbox"] + label.error, form input[type="radio"] + label.error { margin-left: 2.5rem; }
form input.powermail_field_error, form textarea.powermail_field_error, select.powermail_field_error { border-color: #C00 !important; }

/* mailchimp */
#mc-embedded-subscribe-form #mce-responses { clear: both; }
#mc-embedded-subscribe-form div.mce_inline_error { color: #C00; background: none; font-size: 85%; font-weight: normal; margin: 0 0 0 1rem; padding: 0; }
#mc-embedded-subscribe-form input.mce_inline_error,
#mc-embedded-subscribe-form input.mce_inline_error + .input-custom { border-color: #C00; }
#mc-embedded-subscribe-form .response { margin-top: 2rem; }

/* placeholder */
form .placeholderInput { position: relative; }
form .placeholderInput .placeholderLabel { background: rgba(139,139,139,.16); color: #000; display: block; cursor: text; font-size: 1.8rem; line-height: 1.15; margin: 0; padding: calc(1rem - 1px) calc(1.5rem - 1px); height: calc(100% - 2px); width: calc(100% - 2px); position: absolute; top: 1px; left: 1px; z-index: 1; }
form .placeholderInput:hover .placeholderLabel { background: none; height: auto; }
form .placeholderLabel .mandatory {}
#content form .placeholderInput ul + .placeholderLabel { margin-top: 0; }
form [required] ~ .placeholderLabel {}
form input:valid ~ .placeholderLabel,
form textarea:valid ~ .placeholderLabel { display: none; }

/* FireFox */
@-moz-document url-prefix() {
	form .placeholderInput .placeholderLabel { background: none; }
}
/* IE 10+, MS Edge Browser */
_:-ms-lang(x), form .placeholderInput .placeholderLabel { background: none; }

/* placeholder: WebKit, Blink, Edge */
form ::-webkit-input-placeholder { color: #000; opacity: 1; font-style: normal; }
form :focus::-webkit-input-placeholder { color: #DCDCDC; }
form .error:focus::-webkit-input-placeholder { color: #C00; }
/* placeholder: Mozilla Firefox 19+ */
form ::-moz-placeholder { color: #000; opacity: 1; font-style: normal; }
form :focus::-moz-placeholder { color: #DCDCDC; }
form .error:focus::-moz-placeholder { color: #C00; }
/* placeholder: Internet Explorer 10-11 */
form :-ms-input-placeholder { color: #000; opacity: 1; font-style: normal; }
form :focus:-ms-input-placeholder { color: #DCDCDC; }
form .error:focus:-ms-input-placeholder { color: #C00; }
/* placeholder: Standard (https://drafts.csswg.org/selectors-4/#placeholder) */
form ::placeholder,
form :placeholder-shown { color: #000; opacity: 1; font-style: normal; }
form :focus::placeholder,
form :focus:placeholder-shown { color: #DCDCDC; }
form .error:focus::placeholder,
form .error:focus:placeholder-shown { color: #C00; }

form .valid:focus {}

/* change autocomplete styles in Chrome */
input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus,
textarea:-webkit-autofill, textarea:-webkit-autofill:hover, textarea:-webkit-autofill:focus,
select:-webkit-autofill, select:-webkit-autofill:hover, select:-webkit-autofill:focus {
	background-color: #FFF !important;
	-webkit-text-fill-color: #000;
	-webkit-box-shadow: 0 0 0 100px #FFF inset;
	transition: background-color 5000s ease-in-out 0s;
}
form input:-webkit-autofill::selection { -webkit-text-fill-color: #FFF; }

/* input */
form input { height: 4rem; }
form input, form textarea, form select, .selectric { color: #000; font-family: 'Open Sans', Helvetica, Arial, sans-serif; font-size: 1.8rem; padding: 1rem 1.5rem; }
form input, form textarea, form select { background: rgba(139,139,139,.16); border: 1px solid rgba(139,139,139,.16); border-radius: 0; box-shadow: none !important; width: 100%; }
form input, form textarea { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input:hover, form textarea:hover, form select:hover { background-color: #FFF; border-color: #36A29D; }
form input:focus, form textarea:focus, form select:focus { background-color: #FFF; border-color: #36A29D; }
form input:not(:placeholder-shown), form textarea:not(:placeholder-shown) { background-color: #FFF; border-color: rgba(0,0,0,.16); }

/* textarea */
.powermail_fieldwrap.powermail_fieldwrap_type_textarea {}
.powermail_fieldwrap.powermail_fieldwrap_type_textarea .placeholderLabel { padding-top: 1rem; }
form textarea { height: 24rem; min-height: 8rem; resize: vertical; }
.powermail_field textarea { margin-bottom: -6px !important; }
/* IE 10+, MS Edge Browser */
_:-ms-lang(x), .powermail_field textarea { margin-bottom: 0 !important; }

/* search */
form input[type="search"] { outline-offset: -2px; -webkit-appearance: none; }
form input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; }

/* date / datetime / time */
.powermail_fieldwrap_type_date {}
.js .powermail_fieldwrap_type_date > .powermail_label { display: none; }
form input[type="date"] { -webkit-appearance: textfield; } /* nur Datum */
form input[type="time"] { -webkit-appearance: textfield; } /* nur Zeit */
form input[type="datetime-local"] { -webkit-appearance: textfield; } /* Datum und Uhrzeit*/
form input[type="date"], form input[type="time"], form input[type="datetime-local"], form input.powermail_date { padding: .7rem 3rem .8rem 1.5rem; }
form input[type="date"], form input[type="datetime-local"], form input.powermail_date { background-image: url("../../../../pm_core/Resources/Public/Images/icon_calendar.png"); background-position: right .7rem center; background-repeat: no-repeat; background-size: 16px 16px; }

form input::-webkit-clear-button {}
form input[type="date"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="time"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form input[type="datetime-local"]::-webkit-inner-spin-button { -moz-appearance: none; -webkit-appearance: none; appearance: none; }

form input::-webkit-datetime-edit {}/* space between */
form input::-webkit-datetime-edit-fields-wrapper {}/* background */
form input::-webkit-datetime-edit-text {}/* text elements like "/" */
form input::-webkit-datetime-edit-month-field {}/* input: month */
form input::-webkit-datetime-edit-day-field {}/* input: day */
form input::-webkit-datetime-edit-year-field {}/* input: year */
form input::-webkit-calendar-picker-indicator { background: none; color: rgba(204,204,204,0); }/* color: transparent */

/* date/time picker */
.xdsoft_datetimepicker { color: #000; }
.xdsoft_datetimepicker .xdsoft_label { font-size: 1.4rem; line-height: 2rem; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option:hover { background: #E1007A; color: #FFF; }
.xdsoft_datetimepicker .xdsoft_label > .xdsoft_select > div > .xdsoft_option.xdsoft_current { background: #36A29D; box-shadow: #36A29D 0 1px 3px 0 inset; color: #FFF; }

.xdsoft_datetimepicker .xdsoft_calendar th { background: #FFF; border: 1px solid #4F4F4F; border-right-color: #4F4F4F; color: #000; }
.xdsoft_datetimepicker .xdsoft_calendar th:last-child { border-right-color: #4F4F4F; }

.xdsoft_datetimepicker .xdsoft_calendar td { border-color: #4F4F4F; background: #FFF; color: #000; }
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today { color: #E1007A; font-weight: 600; }

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_current { background: #E1007A; box-shadow: none; color: #FFF; }

.xdsoft_datetimepicker .xdsoft_calendar td > div { padding: 5px 5px 0; position: relative; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover { border-color: transparent; }
.xdsoft_datetimepicker .xdsoft_calendar td:hover > div::after { content: ""; border: 1px solid #4F4F4F; height: calc(100% + 4px); width: calc(100% + 2px); position: absolute; top: -1px; left: -1px; }

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box .xdsoft_time_variant .xdsoft_time:hover { background: #36A29D !important; }

/* type number */
form input[type="number"] { -moz-appearance: textfield; -webkit-appearance: textfield; appearance: textfield; }
form input[type="number"]::-webkit-inner-spin-button,
form input[type="number"]::-webkit-outer-spin-button { -webkit-appearance: none; margin: 0; }

/* type password */
form input[type="password"] { letter-spacing: 2px; }
form input[type="password"]::-ms-reveal { display: none; }/* eye */

/* type range */
form input[type="range"] { background: transparent; border: none; margin: 15px 0 0; padding: 0; width: 100%; }
form input[type="range"]:focus { outline: none; }

form input[type="range"]::-webkit-slider-runnable-track { animate: .2s; background: rgba(139,139,139,.16); border: 1px solid rgba(139,139,139,.16); border-radius: 3px; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]:hover::-webkit-slider-runnable-track,
form input[type="range"]:focus::-webkit-slider-runnable-track { background: none; border-color: #36A29D; }
form input[type="range"]::-webkit-slider-thumb { background: #36A29D; border: 1px solid #36A29D; border-radius: 50%; box-shadow: 1px 1px 1px #36A29D; cursor: pointer; height: 18px; width: 18px; margin-top: -5px; -webkit-appearance: none; }
form input[type="range"]:hover::-webkit-slider-thumb,
form input[type="range"]:focus::-webkit-slider-thumb { background-color: #E1007A; border-color: #E1007A; }

form input[type="range"]::-moz-range-track { animate: .2s; background: rgba(139,139,139,.16); border: 1px solid rgba(139,139,139,.16); border-radius: 3px; box-shadow: 0 0 0 #000; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]:hover::-moz-range-track,
form input[type="range"]:focus::-moz-range-track { background: none; border-color: #36A29D; }
form input[type="range"]::-moz-range-thumb { background: #36A29D; border: 1px solid #36A29D; border-radius: 50%; box-shadow: 1px 1px 1px #36A29D; cursor: pointer; height: 22px; width: 22px; }
form input[type="range"]:hover::-moz-range-thumb,
form input[type="range"]:focus::-moz-range-thumb { background-color: #E1007A; border-color: #E1007A; }

form input[type="range"]::-ms-track { animate: .2s; background: transparent; border-color: transparent; color: transparent; cursor: pointer; height: 10px; width: 100%; }
form input[type="range"]::-ms-fill-lower,
form input[type="range"]::-ms-fill-upper { background: rgba(139,139,139,.16); border: 1px solid rgba(139,139,139,.16); border-radius: 6px; box-shadow: 0 0 0 #000; }
form input[type="range"]:hover::-ms-fill-lower,
form input[type="range"]:hover::-ms-fill-upper,
form input[type="range"]:focus::-ms-fill-lower,
form input[type="range"]:focus::-ms-fill-upper { background: none; border-color: #36A29D; }
form input[type="range"]::-ms-thumb { background: #36A29D; border: 1px solid #36A29D; border-radius: 50%; box-shadow: 1px 1px 1px #36A29D; cursor: pointer; height: 22px; width: 22px; }
form input[type="range"]:hover::-ms-thumb,
form input[type="range"]:focus::-ms-thumb { background-color: #E1007A; border-color: #E1007A; }

/* checkbox / radio */
.powermail_fieldwrap_type_check .powermail_label,
.powermail_fieldwrap_type_radio .powermail_label { display: block; padding-bottom: 0; }
.powermail_fieldwrap_type_check .powermail_field,
.powermail_fieldwrap_type_radio .powermail_field { /*padding: 1.2rem 0 0;*/ }

input[type="checkbox"], input[type="radio"] { padding: 0; width: auto; }
.powermail_field .checkbox, .powermail_field .radio { clear: both; display: flex; align-items: center; float: left; position: relative; z-index: 1; }
.powermail_field > .checkbox + .checkbox, .powermail_field > .radio + .radio { margin-top: 1rem; }

.checkbox input[type=checkbox], .radio input[type=radio] { align-self: flex-start; cursor: pointer; margin: 0 1rem 0 0; opacity: 0; position: relative; top: 0; }
.input-custom { display: block; background-color: rgba(139,139,139,.16); border: 2px solid rgba(139,139,139,.16); border-radius: 2px; box-shadow: 0 0 3px rgba(0,0,0,.1) inset; position: absolute; top: 0; left: 0; z-index: -1; }
.input-custom:focus,
.input-custom:hover { background-color: #FFF; border-color: #36A29D; }
.powermail_field_error .input-custom { border-color: #C00; }
.checkbox input[type="checkbox"], .radio input[type="radio"], .input-custom { height: 4rem; width: 4rem; }
.input-custom::before { content: ""; height: 0; width: 0; box-shadow: none; transition: .2s; }
.input-custom  + label { max-width: calc(100% - 5rem); }
.checkbox + label, .radio + label { display: inline-block; }

/* checkbox */
input[type="checkbox"] { -moz-appearance: checkbox; -webkit-appearance: checkbox; appearance: checkbox; }
.input-custom.input-checkbox {}
.checkbox .input-custom::before { display: block; border: solid rgba(139,139,139,.16); border-radius: 2px; border-width: 0 3px 3px 0; color: #FFF; height: 2.9rem; width: 1.3rem; transform: rotate(45deg); opacity: 0; position: absolute; bottom: .3rem; left: 1.2rem; }

.checkbox:hover .input-custom,
input[type="checkbox"]:focus + .input-custom,
input[type="checkbox"]:hover + .input-custom { background: #FFF; border-color: #36A29D; box-shadow: none; }
input[type="checkbox"]:checked + .input-custom { background: #FFF; border-color: rgba(0,0,0,.16); box-shadow: none; }

input[type="checkbox"]:hover + .input-custom::before { border-color: #36A29D; opacity: .5; }
input[type="checkbox"]:checked + .input-custom::before { border-color: #E1007A; opacity: 1; }

/* datenschutz */
.powermail_fieldwrap_datenschutz .powermail_label,
.powermail_fieldwrap_einwilligung .powermail_label,
.powermail_fieldwrap_interessets .powermail_label { display: none; }
.powermail_fieldwrap_datenschutz .checkbox,
.powermail_fieldwrap_einwilligung .checkbox,
.powermail_fieldwrap_interessets .checkbox { float: none;}
.powermail_fieldwrap_datenschutz .checkbox input[type="checkbox"],
.powermail_fieldwrap_einwilligung .checkbox input[type="checkbox"],
.powermail_fieldwrap_interessets .checkbox input[type="checkbox"],
.powermail_fieldwrap_datenschutz .checkbox .input-custom,
.powermail_fieldwrap_einwilligung .checkbox .input-custom,
.powermail_fieldwrap_interessets .checkbox .input-custom { height: 2rem; width: 2rem; }
.powermail_fieldwrap_datenschutz .checkbox .input-custom,
.powermail_fieldwrap_einwilligung .checkbox .input-custom,
.powermail_fieldwrap_interessets .checkbox .input-custom { background: #FFF; border-color: #36A29D; box-shadow: none; }
.powermail_fieldwrap_datenschutz .checkbox.powermail_field_error .input-custom,
.powermail_fieldwrap_einwilligung .checkbox.powermail_field_error .input-custom,
.powermail_fieldwrap_interessets .checkbox.powermail_field_error .input-custom { border-color: #C00; }
.powermail_fieldwrap_datenschutz .checkbox .input-custom::before,
.powermail_fieldwrap_interessets .checkbox .input-custom::before { height: 2.1rem; width: 1rem; bottom: .1rem; left: 0.7rem; }
.powermail_fieldwrap_datenschutz input ~ label,
.powermail_fieldwrap_einwilligung input ~ label,
.powermail_fieldwrap_interessets input ~ label { font-size: 1.4rem; position: relative; top: -2px; }
.powermail_fieldwrap_datenschutz input ~ label a,
.powermail_fieldwrap_einwilligung input ~ label a,
.powermail_fieldwrap_interessets input ~ label a { color: inherit; font-weight: 600; }
.powermail_fieldwrap_datenschutz input[required] ~ label .label::after,
.powermail_fieldwrap_einwilligung input[required] ~ label .label::after,
.powermail_fieldwrap_interessets input[required] ~ label .label::after { content: "*"; margin-left: 4px; }

.powermail_fieldwrap_datenschutz > .powermail_field,
.powermail_fieldwrap_einwilligung > .powermail_field,
.powermail_fieldwrap_interessets > .powermail_field { margin-top: 10px; }

/* radio */
input[type="radio"] { -moz-appearance: radio; -webkit-appearance: radio; appearance: radio; }
.input-custom.input-radio { border-radius: 2px; }
.radio .input-custom::before { border-radius: 50%; display: block; height: 100%; width: 100%; margin: 0 auto; text-align: center; transform: scale(0); }

.radio:hover .input-custom,
input[type="radio"]:focus + .input-custom,
input[type="radio"]:hover + .input-custom { background: #FFF; border-color: #36A29D; box-shadow: none; }
input[type="radio"]:checked + .input-custom { background: #FFF; border-color: rgba(0,0,0,.16); box-shadow: none; }

input[type="radio"]:hover + .input-custom::before { background: #36A29D; transform: scale(.2); opacity: .5; }
input[type="radio"]:checked + .input-custom::before { background: #E1007A; transform: scale(.4); opacity: 1; }

/* select
.no-js form select { padding: .5rem 1rem; }
form select:not([multiple="multiple"]) { height: 4rem; }
.selectric-wrapper { cursor: pointer; position: relative; }
.selectric-hide-select {}
.selectric-wrapper .selectric-hide-select select { background: none; border: none; opacity: 0; position: absolute; top: -100%; left: 0; z-index: -10; }
.selectric { background-color: rgba(139,139,139,.16); border: 1px solid; height: 4rem; position: relative; }
.selectric-wrapper.changed .selectric { background-color: #FFF; border-color: rgba(0,0,0,.16); }
.selectric-open, .touch .selectric-hover { z-index: 999; }
.selectric .label { display: block; line-height: 1; margin: 0 3.5rem 0 0; padding: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.selectric-wrapper.changed .selectric .label {}
.selectric .button { display: block; border: none; background: none; text-align: center; height: 100%; width: 4rem; margin: 0; padding: 0; position: absolute; top: 0; right: 0; }
.selectric .button::before { content: ""; border: solid #36A29D; border-width: 0 0 2px 2px; display: inline-block; height: 12px; width: 12px; margin: -8px 0 0 -6px; position: absolute; top: 50%; left: 50%; transform: rotate(-45deg); }
.selectric .button::after { display: none; }

.selectric-wrapper .selectric-items { display: none; background: #FFF; border: 1px solid; margin: -1px 0 0; padding: 5px 0; min-width: 100%; position: absolute; left: 0; z-index: 10; box-shadow: 0 1px 2px 0 #DDD, 0 1px 0 0 #FFF inset; }
.touch .selectric-hover .selectric-items,
.selectric-open .selectric-items { display: block; }
.selectric, .selectric .button, .selectric-wrapper .selectric-items { border-color: rgba(139,139,139,.16); }
.selectric-wrapper.selectric-open .selectric, .selectric-wrapper.selectric-open .button, .selectric-wrapper.selectric-open .selectric-items { background: #FFF; border-color: #36A29D; }
.selectric-wrapper:hover .selectric, .selectric-wrapper:hover .selectric .button, .selectric-wrapper:hover .selectric-items { background: #FFF; border-color: #36A29D; }
.selectric-wrapper.selectric-open:hover .selectric, .selectric-wrapper.selectric-open:hover .button {}
.selectric-wrapper.selectric-open:hover .selectric-items { border-color: #36A29D; }
.selectric-wrapper.selectric-open .selectric .button {}

.selectric-items .selectric-scroll { height: 100%; overflow: auto; }
#content .selectric-items ul { list-style: none; margin: 0; padding: 0; }
#content .selectric-wrapper .selectric-items li { cursor: pointer; display: block; float: none; margin: 0 !important; padding: 6px 10px 3px; width: auto; }
#content .selectric-wrapper .selectric-items li::before { display: none; }
#content .selectric-wrapper .selectric-items li::after { display: none; }
.selectric-wrapper .selectric-items li.selected { background: #36A29D; color: #FFF; }
.selectric-wrapper .selectric-items li.highlighted { background: #E1007A; color: #FFF; }
.selectric-wrapper .selectric-items li.highlighted .mandatory {}
.selectric-wrapper .selectric-items li:hover { background: #36A29D; color: #FFF; }
.selectric-wrapper .selectric-items li.selected:hover { background: #36A29D; }
.selectric-items .selectric-group {}
.selectric-items .selectric-group .selectric-group-label { cursor: default; background: none; color: #000; font-weight: 600; padding-left: 1rem;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-wrapper .selectric-group li { padding-left: 20px; }
.selectric-items .disabled { background: none !important; color: #4F4F4F !important; cursor: default !important; filter: alpha(opacity=50); opacity: .5;
	-webkit-user-select: none;
	   -moz-user-select: none;
		-ms-user-select: none;
			user-select: none;
}
.selectric-items .selectric-group.disabled li { filter: alpha(opacity=100); opacity: 1; }
.selectric-input { background: none !important; border: none !important; clip: rect(0, 0, 0, 0) !important; margin: 0 !important; padding: 0 !important; height: 1px !important; width: 1px !important; outline: none !important; overflow: hidden !important; position: absolute !important; top: 0 !important; left: 0 !important; }

form select[multiple="multiple"]::-ms-expand { display: none; } /* hide default down arrow in IE10 / IE11
form select[multiple="multiple"] { border-radius: 0; height: auto; text-indent: 0; text-overflow: ellipsis;
	-webkit-appearance: none;
	   -moz-appearance: none;
		/* no solution for IE9 and lower
		 -o-appearance: none;
			appearance: none;
}
form select[multiple="multiple"]:hover,
form select[multiple="multiple"]:focus { outline: none; }
*/

form .powermail_field select { -moz-appearance: none; -webkit-appearance: none; appearance: none; }
form select:not([multiple="multiple"]) { height: 40px; }
form .powermail_field:has(select:not([multiple="multiple"]))::after {
	content: "";
	display: block;
	border: solid #36A29D;
	border-width: 0 0 2px 2px;
	margin: -3px 0 0;
	position: absolute;
	top: 16px;
	right: 14px;
	pointer-events: none;
	height: 12px;
	width: 12px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
/* file upload */
.powermail_fieldwrap_type_file .powermail_label { display: block; }
.powermail_fieldwrap_type_file .powermail_field::after { content: "\f067"; color: #36A29D; font-family: "Font Awesome 5 Free"; font-size: 14px; font-weight: 600; line-height: 1; position: absolute; top: 1.3rem; right: 1.1rem; pointer-events: none; }
form input[type="file"] { background: rgba(139,139,139,.16); cursor: pointer; font-size: 1.4rem; padding: 1.2rem 3rem .8rem 1.1rem; }
form input[type="file"]::-webkit-file-upload-button { font: inherit; -webkit-appearance: button; background: none; border: 0; padding: 0; width: 0; }
form input[type="file"]::-ms-browse { background: none; border: 0; padding: 0; width: 0; }

/* dropzone */
.powermail_fieldwrap_dropzone {}
.dropzone { background: rgba(139,139,139,.16); border: 1px solid rgba(0,0,0,.16); cursor: pointer; font-size: 1.4rem; height: 14rem; margin: 1.5rem 0 .5rem; padding: .7rem 1.5rem .5rem; text-align: center; }
.dropzone:hover, .dropzone.dz-drag-hover { background-color: #FFF; border-color: #36A29D; }
.no-js .dropzone,
.no-js .dropzone-previews { display: none; }
.dropzone .dz-default.dz-message {}
.dropzone .dz-default.dz-message .dz-button {}
.dz-max-files-reached + .dropzone-previews { margin-top: 20px; }
.dropzone-previews { margin-bottom: 15px; }
.dropzone-previews .dz-image, .dropzone-previews .dz-progress,
.dropzone-previews .dz-success-mark, .dropzone-previews .dz-error-mark,.dropzone-previews .dz-complete, .dropzone.dz-max-files-reached { display: none; }
.dropzone-previews .dz-details .dz-size, .dropzone-previews .dz-details .dz-filename { display: inline-block; }
.dropzone-previews .dz-success-mark svg, .dropzone-previews .dz-error-mark svg { display: inline-block; height: 24px; width: 24px; }
.dropzone-previews .dz-success-mark svg path { fill: #53C866; }
.dropzone-previews .dz-error-mark svg path { fill: #BE3434; }
.dropzone-previews .dz-preview { margin: 5px 0 0; padding-right: 25px; position: relative; }
.dropzone-previews .dz-preview.dz-error { color: #F00; }
.dropzone-previews .dz-preview.dz-error .dz-size strong { font-weight: 400; }
.dropzone-previews .dz-preview.dz-error .dz-remove:before { color: #F00; }
.dropzone-previews .dz-preview.dz-error .dz-error-message { font-weight: 600; }
.dropzone-previews p { font-size: 1.4rem; margin-bottom: .5rem; }
.dropzone-previews .dz-remove { text-decoration: none; padding-left: 10px; height: 100%; width: 0; overflow: hidden; position: absolute; top: 0; right: 0; }
.dropzone-previews .dz-remove::before { content: "\f00d"; font-family: "Font Awesome 5 Free"; font-size: 14px; font-weight: 600; position: absolute; left: 0; }

/* buttons */
form input[type="button"], form button[type="button"],
form input[type="submit"], form button[type="submit"],
form input[type="reset"], form button[type="reset"] { background: none; border: 1px solid #36A29D; border-radius: 0; color: #36A29D; cursor: pointer; display: inline-block; font-size: 1.8rem; font-weight: 400; height: auto; line-height: 1; margin: 0; padding: 1.5rem; text-transform: uppercase; }

.tx-kesearch-pi1 form input[type="submit"], form button[type="submit"] { background: none; border: 1px solid #36A29D; border-radius: 0; color: #36A29D; cursor: pointer; display: inline-block; font-size: 1.8rem; font-weight: 400; height: auto; line-height: 1; margin: 0; padding: 1.5rem; text-transform: uppercase; }


form input[type="button"]:hover, form button[type="button"]:hover,
form input[type="submit"]:hover, form button[type="submit"]:hover,
form input[type="reset"]:hover, form button[type="reset"]:hover { color: #000; }

/* button */
form input[type="button"], form button[type="button"] {}
form input[type="button"]:hover, form button[type="button"]:hover {}

/* reset */
.powermail_form .powermail_fieldwrap_type_reset {}
form input[type="reset"], form button[type="reset"] {}
form input[type="reset"]:hover, form button[type="reset"]:hover {}

/* submit */
.powermail_form .powermail_fieldwrap_type_submit {}
.powermail_fieldwrap_type_submit .powermail_field { margin-left: auto; }
form input[type="submit"], form button[type="submit"] {}
form input[type="submit"]:hover, form button[type="submit"]:hover {}
form input[type="submit"][disabled] { background-color: #F2F2F2 !important; }

.powermail_fieldwrap_type_submit .powermail_field {}
.powermail_fieldwrap_type_submit .powermail_field input { width: auto; }

/* show text */
.powermail_fieldwrap_type_text .powermail_field { font-size: 1.6rem; }
.powermail_fieldwrap_type_html .powermail_field { font-size: 1.6rem; }


/* confirm */
form.csc-form-confirmation {}
.csc-form-confirmation fieldset { border: none; }
#content .csc-form-confirmation ol { list-style: none; overflow: hidden; padding: 0; }
.csc-mailform .csc-form-confirmation ol li { padding: 0; }
.csc-form-confirmation .csc-form-confirmation-false { float: left; }
.csc-form-confirmation .csc-form-confirmation-true { float: right; }
.csc-form-confirmation input[type="submit"] { font-size: 12px; }

.powermail_confirmation {}
.powermail_confirmation h1 {}
.powermail_confirmation .btn-group { border: none; margin: 20px 0 0; overflow: hidden; }
.powermail_confirmation .btn-group form { width: 50%; }
.powermail_confirmation .btn-group form:first-child { float: left; text-align: left; }
.powermail_confirmation .btn-group form + form { float: right; text-align: right; }

/* result */
.powermail_create {}
.powermail_create table {}
.powermail_create table td {}

/* css progress */
@-webkit-keyframes progress { from {} to { width: 100%; } }
@-moz-keyframes progress { from {} to { width: 100%; } }
@-ms-keyframes progress { to { width: 100%; } }
@-o-keyframes progress { from {} to { width: 100%; } }
@keyframes progress { from {} to { width: 100%; } }
/* progressbar */
.powermail_progressbar { border: 1px solid #36A29D; clear: both; float: right; margin: 5px 0 0; height: 7px; width: 100%; position: relative; }
.powermail_progressbar::before { content: ""; display: block; background: #FFF; height: 5px; width: 102%; position: absolute; top: -6px; left: -1%; }
.powermail_progressbar.disable, .powermail_progressbar + .powermail_progressbar { display: none; }
.powermail_progressbar > .powermail_progress { background: #36A29D; max-width: 100%; width: 0%;
	-webkit-animation: progress 5s 1 forwards;
	   -moz-animation: progress 5s 1 forwards;
		-ms-animation: progress 5s 1 forwards;
			animation: progress 5s 1 forwards;
}
.powermail_progressbar > .powermail_progress > .powermail_progress_inner { background: url("../../../../pm_core/Resources/Public/Images/loading.gif") repeat-x; height: 5px; width: 100%; overflow: hidden; }
.powermail_confirmation .powermail_progressbar { width: 100%; }

.powermail_input_dummy + .powermail_input_dummy { margin: 2rem 0 0; }
.powermail_input_dummy[type="button"] { max-width: 300px; }

/* * * screen width */
@media screen and (min-width: 568px) { /*
	.powermail_fieldwrap_type_check.powermail_fieldwrap_datenschutz::before,
	.powermail_form .powermail_label, .no-js .powermail_fieldwrap_type_submit::before { flex-basis: 25%; min-width: 25%; -ms-flex-preferred-size: 25%; }
	.powermail_fieldwrap_type_submit::before { content: ""; display: inline-block; }
	.powermail_form .powermail_field { flex-basis: 75%; min-width: 75%; -ms-flex-preferred-size: 75%; }
*/
}

@media screen and (min-width: 768px) {
	form input[type="button"], form button[type="button"],
	form input[type="submit"], form button[type="submit"],
	form input[type="reset"], form button[type="reset"] { padding: 1.5rem 3rem; }

	.powermail_fieldwrap_type_check:not(.nolabel),
	.powermail_fieldwrap_type_radio:not(.nolabel) { display: flex; flex-flow: row wrap; align-items: stretch; margin-right: -15px; margin-left: -15px; width: auto; min-width: 100%; }
	.powermail_fieldwrap_type_check:not(.nolabel) .powermail_label,
	.powermail_fieldwrap_type_radio:not(.nolabel) .powermail_label { flex: 0 0 50%; max-width: 50%; line-height: 1.15; padding: 1rem 15px; }
	.powermail_fieldwrap_type_check:not(.nolabel) .powermail_field,
	.powermail_fieldwrap_type_radio:not(.nolabel) .powermail_field { flex: 0 0 50%; max-width: 50%; padding-right: 15px; padding-left: 15px; }
}

@media screen and (min-width: 1280px) {
	form input[type="button"], form button[type="button"],
	form input[type="submit"], form button[type="submit"],
	form input[type="reset"], form button[type="reset"] { padding: 1.5rem 6rem; }
}

@media screen and (max-width: 992px) {
	.content .row .powermail_form .powermail_label:not(.placeholderLabel) { padding-top: 0; }
	.content .row .powermail_form .powermail_label,
	.content .row .powermail_form .powermail_field { flex-basis: 100%; min-width: 100%; -ms-flex-preferred-size: 100%; }
	.content .row .powermail_form .powermail_fieldwrap_type_submit::before { display: none; }
}/* 992px */

@media screen and (max-width: 767px) { /* smaller than iPad - portrait */
	form .placeholderInput .placeholderLabel { display: none !important; }
	.js .powermail_fieldwrap_type_date > .powermail_label,
	.powermail_fieldwrap:not(.powermail_fieldwrap_type_text):not(.powermail_fieldwrap_type_html) .powermail_label:not(.placeholderLabel),
	.powermail_fieldwrap.nolabel .powermail_label:not(.placeholderLabel) { display: block; margin-bottom: .5rem; }
	form input, form textarea, form select, .selectric { background-color: #FFF; }
	form input, form textarea, form select, form input[type="button"], form input[type="reset"], form input[type="submit"],
	.selectric, .selectric .label { font-size: max(1.8rem, 16px); }
	form ::-webkit-input-placeholder { color: #FFF; }
	form ::-moz-placeholder { color: #FFF; }
	form :-ms-input-placeholder { color: #FFF; }
	form ::placeholder,
	form :placeholder-shown { color: #FFF; }
}/* 767px */


/* eof */
