.edit-wiki-post #frontier_post_fieldset_title .frontier-formtitle {
  height: 40px;
  border-radius: 5px;
  border: 1px solid #959595;
  padding-left: 7px;
}
.edit-wiki-post .frontier_no_border {
  background: white;
  border: unset;
}
.edit-wiki-post .frontier_no_border .frontier_post_fieldset_tax {
  overflow-y: unset !important;
  border: unset;
  width: 48%;
}
.edit-wiki-post .frontier_no_border .frontier_post_fieldset_tax .frontier_post_dropdown {
  width: 100%;
  height: 100%;
}
.edit-wiki-post .frontier_no_border .frontier_post_fieldset_excerpt {
  display: none;
}
.edit-wiki-post .frontier_post_fieldset_tax_tag input {
  width: 50%;
  margin: 3px 0 3px 0;
  height: 35px;
  border-radius: 7px;
  border: 1px solid #959595;
  padding-left: 7px;
}
.edit-wiki-post #frontier_post_fieldset_status {
  display: none;
}
.edit-wiki-post #page-header, .edit-wiki-post .frontier-post-taxonomies, .edit-wiki-post .frontier_post_fieldset, .edit-wiki-post .frontier_post_fieldset_status, .edit-wiki-post .frontier_post_fieldset_title {
  border: unset !important;
}
.edit-wiki-post legend {
  color: black;
}
.edit-wiki-post .subheading-container {
  display: flex;
}
.edit-wiki-post .subheading-container .subheading-icon {
  color: #FF2C2C;
  margin: auto 0 auto 0;
}
.edit-wiki-post .subheading-container .subheading {
  color: #FF2C2C;
  margin: auto 0 auto 15px;
  font-weight: 100;
}
.edit-wiki-post #page-header {
  margin-left: 20px;
}
.edit-wiki-post #page-header .page-title {
  margin-left: 30px;
}
.edit-wiki-post .action-button-container {
  display: flex;
}
.edit-wiki-post .action-button-container #user_post_delete {
  background: #707070;
  color: white !important;
  border: unset;
  height: 35px;
  border-radius: 5px;
}
.edit-wiki-post .action-button-container #user_post_submit {
  order: 1;
  background: #FF2C2C;
  color: white !important;
  border: unset;
  height: 35px;
  border-radius: 5px;
  padding: 5px 20px 0 20px;
  font-size: 13px;
  font-weight: 600;
}
.edit-wiki-post .action-button-container #user_post_submit:before {
  content: "";
  display: block;
  background: url("img/save-regular.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: -2px 6px 0 0;
  background-size: 17px;
}
.edit-wiki-post .action-button-container .cancel-button-container {
  order: 2;
  background: #707070;
  border-radius: 5px;
  height: 35px;
  display: flex;
  align-items: center;
  margin: 0 20px 0 20px;
  padding: 0 20px;
  font-size: 13px;
}
.edit-wiki-post .action-button-container .cancel-button-container:before {
  content: "";
  display: block;
  background: url("img/times-circle-regular.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  background-size: 20px;
}
.edit-wiki-post .action-button-container .cancel-button-container #frontier-post-cancel {
  color: white !important;
  border: unset;
  background: unset;
  padding: 7px;
  font-weight: 600;
}
.edit-wiki-post .action-button-container #user_post_delete {
  order: 3;
  padding: 5px 25px 0 25px;
  font-size: 13px;
  font-weight: 600;
}
.edit-wiki-post .action-button-container #user_post_delete:before {
  content: "";
  display: block;
  background: url("img/trash-alt-regular.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: -2px 6px 0 0;
  background-size: 17px;
}
* {
  font-family: "Open Sans", serif;
}

#content {
  width: 100% !important;
  padding-right: 0 !important;
  border-right: unset !important;
}

.create-elements-container {
  margin-top: 40px;
  float: right;
}
.create-elements-container .collapseomatic {
  padding: 8px 8px 5px 8px;
  color: white;
  font-family: sans-serif;
  border: none;
  border-radius: 5px;
  font-weight: bold;
}
.create-elements-container .collapseomatic:hover {
  text-decoration: none;
}
.create-elements-container .new-post {
  background-color: #FF2C2C;
}
.create-elements-container .new-post:before {
  content: "";
  display: block;
  background: url("img/pen_freigestellt.png") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin-left: 3px;
  background-size: 15px;
}
.create-elements-container .new-category {
  background-color: #707070;
}
.create-elements-container .new-category:before {
  content: "";
  display: block;
  background: url("img/folder-plus-solid.svg") no-repeat;
  width: 20px;
  height: 20px;
  float: left;
  margin: 0 4px 0 3px;
  background-size: 17px;
}
.create-elements-container .new-category {
  margin-left: 20px;
}
@media (max-width: 512px) {
  .create-elements-container .new-category {
    margin: 20px 0 0 0 !important;
  }
}
.create-elements-container .colomat-close {
  background-color: grey !important;
}
.create-elements-container .form-container {
  margin: 20px 0 20px;
}
.create-elements-container .form-container .category-label {
  font-weight: normal;
  margin-left: 10px;
}
.create-elements-container .form-container .label-heading {
  margin-top: 20px;
  font-weight: bold;
}
.create-elements-container .form-container .submit-button {
  border-radius: 5px;
  background-color: #FF2C2C;
  font-weight: bold;
}
.create-elements-container .submit-button {
  margin-top: 10px;
}

#register-button {
  display: none;
}

#login-button {
  float: unset;
  margin: auto;
  position: relative;
}
#login-button #um-submit-btn {
  background: #FF2C2C;
  font-weight: bold !important;
}
#login-button .log-in-icon {
  position: absolute;
  color: black;
  left: 36px;
  top: 17px;
}
@media (min-width: 397px) and (max-width: 576px) {
  #login-button .log-in-icon {
    left: 20px !important;
  }
}

#searchform {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#searchform #searchsubmit {
  position: unset !important;
  background-color: white !important;
  color: #FF2C2C !important;
  border: 2px solid #FF2C2C !important;
  margin: 0 10px 0 0 !important;
}

.single-post #page-header {
  display: flex;
}
.single-post #page-header .edit-post-button {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-left: 10px;
  padding-top: 4px;
  padding-left: 9px;
  border: 1px solid #FF2C2C;
  background-color: #FF2C2C;
}
.single-post #page-header .edit-post-button a {
  width: fit-content;
  height: fit-content;
}
.single-post #page-header .edit-post-button a img {
  width: 22px;
}

.entry-meta {
  border-bottom: unset !important;
  padding: 0 !important;
  background: #F5F5F5;
}

#breadcrumbs {
  margin-bottom: 60px;
  background: #F5F5F5;
  padding: 5px 5px;
}
#breadcrumbs span, #breadcrumbs strong, #breadcrumbs li {
  font-weight: 100;
}

fieldset.frontier_post_fieldset legend {
  margin-left: 1px;
  font-weight: 100;
}

#page-header {
  border: unset !important;
}

.frontier_post_msg, .frontier-new-menu {
  display: none;
}

.frontier-post-list-status-publish table a {
  color: black !important;
}
.frontier-post-list-status-publish table #frontier-post-new-list-title {
  background-color: white;
}
.frontier-post-list-status-publish table .frontier-post-new-list-fields-tax a {
  text-decoration: underline;
}
.frontier-post-list-status-publish table .frontier-post-new-list-actions {
  display: none;
}

.frontier-new-list.frontier-post-list-status-publish {
  box-shadow: unset;
  margin: 10px 0 10px 0;
  border: 1px solid #959595;
}

.bold-is-ncie {
  font-weight: bold;
}

.frontier-post-new-list-fields div {
  margin: 0 5px 0 5px;
}

.frontier-post-new-list-fields-tax {
  display: none;
}

/*# sourceMappingURL=custom-style.css.map */
