#qt_bbp_topic_content_toolbar input:not([type="submit"]),
select {
  width: auto;
}
#wp-bbp_reply_content-editor-container input:not([type="submit"]),
select {
  width: auto;
}
#bbpress-forums > #subscription-toggle {
  position: static !important;
}
div.bbp-template-notice,
div.indicator-hint {
  display: none;
}

#forum__loginpage div.bbp-template-notice,
#forum__loginpage div.indicator-hint,
#forum__registerpage div.bbp-template-notice,
#forum__registerpage div.indicator-hint {
  display: block;
  padding: 20px;
}
#forum__loginpage div.bbp-template-notice.info,
#forum__registerpage div.bbp-template-notice.info {
  background: #153242;
  color: #fff;
}

#forum__loginpage div.bbp-template-notice.info ul,
#forum__registerpage div.bbp-template-notice.info ul {
  list-style: none;
}

.bbp-forum-info img {
  object-fit: cover;
  object-position: 50% 50%;
  width: 350px;
  height: 350px;
  border-radius: 10px;
}
#bbpress-forums div.bbp-the-content-wrapper div.quicktags-toolbar {
  background: #f5f5f5 !important;
}
#bbpress-forums div.bbp-the-content-wrapper textarea {
  height: 8rem !important;
}

.overflow__topic_show {
  overflow: initial !important;
  margin-top: 100px !important;
}

.flex-container {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}
.flex-container-topics {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-around;
  padding: 0;
  margin: 0;
  list-style: none;
}

.flex-item {
  flex: 1 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
}

.flex-item-topics {
  flex: 1 0 calc(33.333% - 20px);
  max-width: calc(33.333% - 20px);
  border: 2px solid #1f3152;
  border-radius: 10px;
  margin-bottom: 60px;
  position: relative;
}

.flex-item-topics:hover {
  border: 2px solid #3fbeff;
}

.flex-item-topics .topic-content {
  padding: 15px;
  min-height: 250px;
}

.flex-item-topics .topic-content .topic__forum {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 20px;
}

.flex-item-topics .topic-content .topic__title {
  margin-bottom: 20px;
}

.flex-item-topics .topic-content .topic__title a {
  font-size: 24px;
}

.flex-item-topics .topic-content .topic__author {
  font-size: 16px;
  margin-bottom: 0px;
}

.flex-item-topics .topic-content .topic__author img {
  border: 2px solid #1f3152;
}

.flex-item-topics .topic-content .topic__author .bbp-author-avatar {
  position: absolute;
  right: 20px;
  top: -40px;
}

.flex-item-topics .topic-content .topic__count {
  font-size: 16px;
  font-style: italic;
  opacity: 0.7;
  width: 50%;
  float: left;
}
.flex-item-topics .topic-content .topic__arrow {
  font-size: 36px;
  text-align: right;
  width: 50%;
  float: right;
}

.flex-topic-content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.forum__title {
  margin-top: 10px;
  margin-bottom: 10px;
}

.forum__meta {
  font-size: 14px;
  font-weight: 400;
}

#bbpress-forums > #subscription-toggle,
#bbpress-forums > #favorite-toggle {
  border-radius: 5px;
  background: transparent;
}

.bbpress #wp-link p.howto {
  display: none;
  height: 0px;
}

.bbpress #search-panel {
  display: none;
  height: 0px;
}

#bbpress-forums ul.bbp-replies a {
  text-decoration: underline;
  font-weight: 700;
}

div.bbp-reply-header {
  border-top: 0px !important;
}

.bbp-reply-header .bbp-meta {
  padding-top: 40px;
  border-top: 1px solid #dddddd;
}

.bbp-reply-header a.bbp-reply-permalink {
  top: inherit;
}

#bbpress-forums fieldset div {margin-bottom:0px;}

div.bbp-breadcrumb {display:block;margin-bottom:20px;}

#forum__allebeitrage div.bbp-breadcrumb {display:none;}

.forum .mce-floatpanel input.mce-textbox {min-height:28px!important;height:28px!important;padding:0 4px 0 4px!important;line-height:normal;}

#mceu_41, #mceu_43 {min-width:30px;}
	

@media (max-width: 899px) {
	.bbp-header,
	.bbp-topic-voice-count,
	.bbp-topic-meta,
	.bbp-topic-reply-count {display:none;}
	.flex-item {flex: 1 0 calc(100% - 20px);max-width: calc(100% - 20px);}
	.bbp-forum-info {margin-bottom:50px;}
}

#community_themen_mainpage div.bbp-breadcrumb { display:none!important; }





