.commentDiv {
	padding: 10px 10px 10px 30px;
	line-height: 1.5;
}

.commentDisabledDiv {
	background: #ddd;
	border: 1px solid black;
	padding: 10px 10px 10px 10px;
	margin-bottom: 5px;
}

.commentEnabledDiv {
	/*padding: 10px 10px 10px 10px;*/
	padding-bottom: 28px;
	/*padding-top: 10px;*/
}

.comment-answer-container {
	border-left: 1px solid #A3988E;
	border-bottom: 1px solid #A3988E;
}

.comment-answer {
	margin-left: 10px;
	/*padding: 10px 10px 10px 10px;*/
}

.comment {
	max-height:84px;
	overflow:hidden;
	font-size: 18px;
	line-height: 1.5;
	color: #444;
	margin-top: 28px;
	/*margin-top: 15px;*/
	/*margin-bottom: 15px;*/
}

.commentExpanded {
	max-height: 100%;
}

fieldset.submit_buttons {
	text-align: right;
	margin-top: 15px;
}

fieldset.input_fields input,fieldset.input_fields textarea,fieldset.input_fields select {
	display: block;
	width: 100%;
	margin-bottom: 1em;
}

.show-error {
	margin-bottom: 1em;
}

.show-error .comment-email {
	margin-bottom: 0;
}

.button {
	cursor: pointer;
	color: #000000;
	font-size: 12px;
	font-weight: bold;
}

.submit_buttons .standard, .load-comment-btn {
	display: block;
	padding: 5px 20px;
	background-color: #EE0000;
	border: 1px solid #EE0000;
	color: rgb(255, 255, 255);
	float: right;
	margin-bottom: 20px;
	width: auto;
	min-width: 150px;
	text-align: left;
	position: relative;
	text-decoration: none;
	cursor: pointer;
	font-family: "spar-regular", Arial, Helvetica, sans-serif;
	font-size: 20px;
}

.comment-submit, .comment-edit-submit {
	padding-top: 5px !important;
	padding-bottom: 5px !important;
}

.comment-submit.cta:after, .comment-edit-submit.cta:after {
	top: unset;
}

.submit_buttons .standard:hover, .submit_buttons .standard:focus, .load-comment-btn:hover, .load-comment-btn:focus {
	background-color: #fff;
	color: #EE0000;
}

.error {
	color: #EE0000;
	font-size: 11px;
}

input.error, textarea.error, select.error, .error input, .error textarea, .error select { color: #400; background-color: #fee !important; border: 1px #844 solid; }

.create_subcomment_form > input, .create_subcomment_form > textarea {
	border: solid #EE0000;
}

#notification {
	/*position:fixed;*/
	top:0px;
	width:100%;
	z-index:105;
	text-align:center;
	font-size:18px;
	font-family: 'spar-bd',sans-serif;
	color:white;
	background-color:#EE0000;
	padding:5px;
}
#notification span.dismiss {
	border:2px solid #FFF;
	padding:0 5px;
	cursor:pointer;
	float:right;
	margin-right:10px;
}
#notification a {
	color:white;
	text-decoration:none;
	font-weight:bold
}

.panel {
	padding: 0 18px;
	display: none;
	background-color: white;
	overflow: hidden;
}

.comment-answer-btn {
	color: #EE0000;

}

.comment-answer-btn:after {
	content: "\00BB";
	padding-left: 5px;
	display: inline-block;
}

.comment-text {
	border-left: solid 3px darkgrey;
}

.comment-email {
	margin-bottom: 28px !important;
}

.comment-email, .comment-text-area {
	font-size: 16px;
	border: 1px solid #A3988E !important;
}
.comment-email:focus, .comment-text-area:focus {
	border: 1px solid #A3988E;
}
.comment-text-area {
	overflow-y: auto;
	resize: none;
}

.comment-email::placeholder, .comment-text-area::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #A3988E !important;
	opacity: 1; /* Firefox */
}

.comment-email:-ms-input-placeholder, .comment-text-area:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #A3988E !important;
}

.comment-email::-ms-input-placeholder, .comment-text-area::-ms-input-placeholder { /* Microsoft Edge */
	color: #A3988E !important;
}

.comment-title {
	width: 75%;
	color: #EE0000;
}

.comment-more-arrow {
	color: #EE0000;
}

.load-comment-btn-container {
	text-align: center;
}

.load-comment-btn {
	float: unset;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 100px;
}

.load-comment {
	display: none;
}

.edit-comment-form {
	margin-top: 15px;
}
.basecontent-form-editor {
    font-size: 18px;
    line-height: 27px;
}

.hellgrau1 .basecontent-form-editor form {
    padding: 0;
}

.rot .basecontent-form-editor form {
    padding: 0;
}

.rot .basecontent-form-editor form {
    background-color: transparent;
}

.rot .basecontent-form-editor .formButtonContainer .formButton input {
    background-color: #fff;
    color: #EE0000;
}

.basecontent-form-editor form {
    border: 0;
    background-color: #f6f4f1;
    padding: 15px;
}

.basecontent-form-editor .formElement {
    display: grid;
}

.basecontent-form-editor .formElement .formElementRow select {
    border: 1px solid #ddd8d3;
    padding: 9px 6px;
    font-size: 100%;
    background-color: #fff;
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

.basecontent-form-editor .formElement select {.basecontent-form-editor .formElement input[type=radio]
    border: 1px solid #ddd8d3;
    padding: 9px 6px;
    font-size: 100%;
    background-color: #fff;
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

.basecontent-form-editor .formElement .formElementRow option, .basecontent-form-editor .formElement .formElementRow label {
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.basecontent-form-editor .formElement option, .basecontent-form-editor .formElement label {
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
    font-weight: normal;
}

.basecontent-form-editor .formElement input[type=text] {
    border: 1px solid #ddd8d3;
    padding: 10px;
    -webkit-appearance: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 100%;
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

.basecontent-form-editor .formElement input[type=radio] {
    width: auto;
    position: relative;
    top: 8px;
    margin-right: 15px;
    margin-left: 0;
    border: none;
}

.formElementRow.senderCc .checkbox {
    top: 1px !important;
}

.basecontent-form-editor .formElement input[type=checkbox] {
    width: auto;
    position: relative;
    top: 8px;
    margin-right: 15px;
    margin-left: 0;
    border: none;
}

.basecontent-form-editor .formElement .right .checkboxLabel {
    display: unset !important;
}

.basecontent-form-editor .senderCc {
    margin-bottom: 10px;
}

.basecontent-form-editor .formElement textarea {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd8d3;
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
    margin-bottom: 10px;
}

.basecontent-form-editor .formElement label, .basecontent-form-editor .formButton label {
    width: 100%;
    display: block;
    margin-bottom: 5px;
}

.basecontent-form-editor .formElement label > span {
    display: block;
}

.basecontent-form-editor .formElement input, .basecontent-form-editor .formButton input, .basecontent-form-editor .formElement span.left {
    width: 100%;
    margin: 0 0 10px 0;
    float: none;
}

.basecontent-form-editor .formElement select {
    width: 100%;
    margin: 0 0 20px 0;
    float: none;
}

.basecontent-form-editor .formElement div.radiobuttons, .basecontent-form-editor .formElement div.checkboxes {
    width: 100%;
    margin-bottom: 10px;
}

.basecontent-form-editor .contentForm-default1012 .formElement span.right {
    width: 100%;
}

.basecontent-form-editor .formButtonContainer {
    text-align: right;
    margin-top: 20px;
}

.basecontent-form-editor .formButtonContainer .formButton input {
    display: block;
    padding: 10px;
    background-color: #EE0000;
    border: 1px solid #EE0000;
    color: #fff;
    width: 100%;
    cursor: pointer;
    text-align: center;
    position: relative;
    margin-bottom: 0;
    float: right;
}

.basecontent-form-editor .formButtonContainer .formButton input:hover, .basecontent-form-editor .formButtonContainer .formButton input:hover:focus {
    background-color: #fff;
    color: #EE0000;
}

.basecontent-form-editor .formButtonContainer .formButton {
    display: inline-block;
    position: static;
}

.basecontent-form-editor .formButtonContainer .formButton:last-child {
    margin-left: 20px;
}

.basecontent-form-editor .contentForm-default7313 .formElement .formElementRow label, .basecontent-form-editor .contentForm-default1012 .formElement .formElementRow label {
    margin-top: 0;
}

.formElementRow > span {
    width: 100% !important;
}

.basecontent-form-editor .captcha {
    display: unset !important;
}

.basecontent-form-editor .captcha .errorMessage {
    margin-bottom: 10px;
}

.basecontent-form-editor .formElement input.captcha {
    margin-left: 0;
    margin-top: 2px;
    width: 100%;
    font-size: unset;
    text-align: left;
    padding: 10px;
    border: 1px solid #ddd8d3;
    font-family: "spar-regular", Arial, Helvetica, sans-serif;
}

.basecontent-form-editor .formElement button.captchaReload {
    border: 0 none;
    outline: 0 none;
    background: url("../contentform/img/reload.gif") repeat scroll 0 0 transparent;
    height: 16px;
    width: 16px;
    position: relative;
    left: 2px;
    bottom: 7px;
}

@media only screen and (max-width: 768px) {
    .formElementRow span span:nth-child(1) {
        width: 25% !important;
    }

    .formElementRow span span:nth-child(2) {
        width: 74% !important;
    }
}

.basecontent-form-editor .dal-content {
    display: none;
}

.captcha .error {
    background: #fff;
}

.basecontent-form-editor span.errorMessage {
    float: left;
    background-color: transparent;
    color: #EE0000;
    font-size: 11px;
}

.basecontent-form-editor .formElementOption {
    display: flex;
}

.basecontent-form-editor .formElement input[type=text].error {
    background-color: #fff;
    border-color: #EE0000;
}
.basecontent-form-editor .formElement label > span.small {
    font-size: small;
}
tr.pb-previeweditor-drop-indicator-container {
	display: none !important;
}
tr.pb-previeweditor-drop-indicator-container.pb-previeweditor-container-enabled {
	display: table-row !important;
}

.pb-previeweditor-drop-indicator {
	border: 1px solid #00b91a !important;
    clear: both !important;
    display: none !important;
    float: none !important;
    font-style: italic !important;
    margin: 4px 0 4px 0 !important;
    padding: 0 !important;
    height: 0 !important;
    position: relative !important;
}
.pb-previeweditor-drop-indicator .pb-previeweditor-drop-area,
.pb-previeweditor-message-area
{
    position: absolute !important;
    right: 0 !important;
    left: 0 !important;
    display: inline-block !important;
    z-index: 99999 !important;
    height: 12px !important;
}
.pb-previeweditor-message-area {
	height: 24px !important;
	overflow: hidden !important;
}
.pb-previeweditor-drop-indicator .pb-previeweditor-drop-message {
    color: #00b91a !important;
    display: none !important;
    cursor: default !important;
    white-space: nowrap !important;
}
.pb-previeweditor-message {
    line-height: 24px !important;
    padding: 4px !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    overflow: hidden !important;
}


.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator {
	display: block !important;
}
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator .pb-previeweditor-message-area {
	border: 1px dashed #00b91a !important;
}
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator .pb-previeweditor-message,
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator .pb-previeweditor-message a {
	color: #00b91a !important;
}

a.pb-previeweditor-allowed-drop-indicator:hover {
	display: block !important;
	border: 0 none !important;
	height: 24px !important;
}
.pb-previeweditor-composed-element.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator:hover,
.pb-previeweditor-base-element.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator:hover {
	margin-bottom: 6px;
}
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator:hover .pb-previeweditor-drop-area {
	border: 1px dashed #00b91a !important;
	height: 24px !important;
}
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator:hover .pb-previeweditor-drop-message {
	display: inline-block !important;
	padding: 0 4px !important;
    line-height: 24px !important;
}
.pb-previeweditor-drop-indicator.pb-previeweditor-allowed-drop-indicator:hover .pb-previeweditor-message-area {
	display: none !important;
}

.pb-previeweditor-base-element,
.pb-previeweditor-composed-element {
	height: 24px !important;
    position: relative !important;
}

.pb-previeweditor-message-area {
	border: 1px dashed #aaa !important;
}

.pb-previeweditor-element-empty {
    clear: both !important;
    color: #aaa !important;
    display: none !important;
    float: none !important;
    font-style: italic !important;
	margin: 4px 0 4px 0 !important;
}
.pb-previeweditor-element-empty.pb-previeweditor-show,
.pb-previeweditor-show-empty .pb-previeweditor-element-empty,
.pb-previeweditor-show-empty-ondnd .pb-previeweditor-element-empty.pb-previeweditor-show-ondnd
{
	display: block !important;
}

.pb-previeweditor-base-element.pb-previeweditor-drop-indicator,
.pb-previeweditor-composed-element.pb-previeweditor-drop-indicator {
	border: 0 none !important;
}

.pb-previeweditor-mark {
	opacity: 0.33 !important;
    filter: alpha(opacity=33) !important;
    z-index: 99999 !important;
}
.pb-previeweditor-mark.pb-previeweditor-mark-invisible {
	opacity: 0 !important;
    filter: alpha(opacity=0) !important;	
}
.pb-previeweditor-editable {
	cursor: pointer !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-composedcontent {
	background-color: #aaa !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-default {
	background-color: #8c8c8c !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-types-binary,
.pb-previeweditor-mark.pb-itemtypes-bg-types-webdav {
	background-color: #7983a8 !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-types-form,
.pb-previeweditor-mark.pb-itemtypes-bg-types-e-mail-form {
	background-color: #a87d9e !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-types-text,
.pb-previeweditor-mark.pb-itemtypes-bg-types-html {
	background-color: #f9c300 !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-types-list {
	background-color: #ea8435 !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-types-grid {
	background-color: #c75428 !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-image,
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-defined-image,
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-alternative-images,
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-imagemap {
	background-color: #83911a !important;
}
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-multimedia,
.pb-previeweditor-mark.pb-itemtypes-bg-patterns-video-player {
	background-color: #a4c1e2 !important;
}
