/*
Theme Name:     BuddyApp Child
Theme URI:
Description:    Child theme for BuddyApp
Author:         SeventhQueen
Author URI:     http://seventhqueen.com
Template:       buddyapp
Tags:  one-column, two-columns, right-sidebar, fluid-layout, custom-menu, featured-images, post-formats, sticky-post, translation-ready
License: GNU General Public License
License URI: license.txt
*/

/*
* Please add your custom styles below
*/

html #wpadminbar:hover {
	opacity: 1 !important;
}

* {
	font-family: "Sparkasse Web", "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration-skip: ink !important;
}

a:focus {
	color: rgb(205,0,0);
}

h1, h2, h3, h4, h5, h6 {
	font-weight: bold !important;
	font-family: "Sparkasse Head Web", "Sparkasse Head", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
@media (min-width: 1440px) {
	.vc_grid-item.vc_col-sm-6  {
		width: 33.33333333%;
	}
}
.buddypress .page-title-colors,
.buddypress #page-title,
.buddypress #sidemenu-wrapper,
.buddypress .bp-is-single #sidemenu-wrapper {
	background: #ff0000 !important;
	background-color: #ff0000;
}

/* BUDDY-APP SITETITLE */
#item-header-wrap, .adminbar-enable #item-header-wrap {
	top: 0px !important;
    padding-top: 30px;
}
@media (min-width: 992px) {
	#page-title {
		width: 100%;
	}
	#page-title h1, #page-title .breadcrumb {
		width: calc(100% - 250px);
	}
}
/* BUDDY-APP SITETITLE ENDE */

/* BUDDY-APP FAVORITES */
.fav, #activity-favs {
	display:none !important;
}
/* BUDDY-APP FAVORITES ENDE */

/* BUDDY-APP CONTENT (NO BLOG) */
.main-content.container-fluid {
	padding-top: 40px;
}
/* BUDDY-APP CONTENT (NO BLOG) ENDE */

/* BUDDY-PRESS ONLINE STATUS */
#buddypress .kleo-online-status.user-online {
	background: rgb(140,208,0);
}
/* BUDDY-PRESS ONLINE STATUS ENDE */

/* LOGIN FORM */
.anmeldung {
	margin-top: 30px;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	flex-grow: 1;
	flex-shrink: 0;
	width: 100%;
}
.kleo-login-wrap .login-form-wrapper .checkboxes {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	flex-grow: 1;
	flex-shrink: 0;
	justify-content: space-between;
	text-align: left;
	color: #fff;
}
.custom-control, .custom-control label {
	color: #fff;
}
.custom-control a {
	text-decoration: underline !important;
	text-decoration-skip: ink;
}
.custom-control {
	position: relative;
	display: block;
	min-height: 1.5rem;
	font-size: .813em !important;
}
.custom-control-inline {
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin-right: 1rem;
}
.custom-control-input {
	position: absolute;
	z-index: -1;
	opacity: 0;
}
.custom-control-input:checked ~ .custom-control-label::before {
	color: #fff;
	border-color: #fff;
	background-color: #fff;
}
.custom-control-input:focus ~ .custom-control-label::before {
	box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
	border-color: #80bdff;
}
.custom-control-input:not(:disabled):active ~ .custom-control-label::before {
	color: #fff;
	background-color: #fff;
	border-color: #fff;
}
.custom-control-input:disabled ~ .custom-control-label {
	color: #6c757d;
}
.custom-control-input:disabled ~ .custom-control-label::before {
	background-color: #e9ecef;
}
.custom-control-label {
	position: relative;
	margin-bottom: 0;
	vertical-align: top;
}
.custom-control-label::before {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	pointer-events: none;
	content: "";
	background-color: #fff;
	border: #adb5bd solid 1px;
}
.custom-control-label::after {
	position: absolute;
	top: 0.25rem;
	left: -1.5rem;
	display: block;
	width: 1rem;
	height: 1rem;
	content: "";
	background: no-repeat 50% / 50% 50%;
}
.custom-checkbox .custom-control-label::before {
	border-radius: 0.25rem;
}
.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23ff0000' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
	border-color: #fff;
	background-color: #fff;
}
.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3e%3cpath stroke='%23ff0000' d='M0 2h4'/%3e%3c/svg%3e");
}
.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}
.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
	background-color: rgba(0, 123, 255, 0.5);
}

.kleo-login-wrap .login-shadow-wrapper {
	box-shadow: none;
}
.kleo-login-wrap .login-create-account-wrapper {
	background-color: rgba(255, 255, 255, 0);
}
.kleo-login-wrap .login-form-wrapper {
	background-color: rgba(255, 255, 255, 0);
}
.login-label {
	background-color: transparent;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field {
	padding-left: 11px;
	padding-top: 1px;
	background-color: #ffffff !important;
	margin-top: 4px;
	-webkit-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.2);
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label {
	color: #fff;
	position: relative;
	height: auto;
	line-height: 1.2;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label::after {
	border-bottom: none;
	-webkit-transform: none;
	transform: none;
	-webkit-transition: none;
	transition: none;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper .login-label .login-label-content {
	color: #fff;
	position: relative;
	height: auto;
	line-height: 1.2;
}
.kleo-login-wrap .login-form-wrapper {
	box-shadow: none;
}
.kleo-login-wrap .login-form-wrapper .login-input-wrapper {
	height: 68px;
	text-align: left;
	box-shadow: none;
	overflow: visible;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox label:after {
	background-color: rgba(44, 37, 56, 0);
}
.login-label-content {
	color: #ffffff;
	font-size: 14px;
}
.kleo-login-wrap .login-form-wrapper .fancy-checkbox label {
	margin: 3px 0 0 2px;
	-webkit-box-shadow: inset 10px -9px 7px -12px rgba(0,0,0,0.73);
	-moz-box-shadow: inset 10px -9px 7px -12px rgba(0,0,0,0.73);
	box-shadow: inset 10px -9px 7px -12px rgba(0,0,0,0.73);
	background-color: #ffffff;
}
.kleo-login-wrap .login-form-wrapper .kleo-other-action {
	color: #ffffff;
}
.kleo-login-wrap .login-create-account-wrapper .kleo-register-link {
	color: #ffffff;
}
.kleo-login-wrap .login-create-account-wrapper .kleo-register-link > a.new-account {
	color: #ffffff;
}

.login-impressum a {
	text-decoration: underline !important;
}

.kleo-login-wrap .login-form-wrapper .login-input-wrapper input.login-field:focus {
	background-color: #ffffff !important;
}

.kleo-login-wrap .login-form-wrapper button.login-button,
.kleo-login-wrap .login-form-wrapper input[type=submit].login-button {
	background-color: rgba(0, 0, 0, 0.5);
	font-family: 'Montserrat';
	border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border: 2px solid #ffffff;
	text-transform: capitalize;
}

@media only screen and (max-width: 400px) {
	.wpb_single_image .vc_single_image-wrapper {
		max-width: 85%;
	}
}
.kleo-form-modal .kleo-login-wrap .before-login-form-wrapper,
.kleo-form-modal .kleo-login-wrap .login-create-account-wrapper,
.kleo-form-modal .kleo-login-wrap .login-form-wrapper {
	background-color: #ff0000;
}
.kleo-form-modal .kleo-login-wrap .before-login-form-wrapper > .kleo-pop-title-wrap .alternate-color,
.kleo-form-modal .kleo-login-wrap .login-create-account-wrapper > .kleo-pop-title-wrap .alternate-color,
.kleo-form-modal .kleo-login-wrap .login-form-wrapper > .kleo-pop-title-wrap .alternate-color,
.kleo-login-wrap .login-form-wrapper .kleo-pop-title {
	color: #fff;
}
/* LOGINFORM END */


/* NEUIGKEITEN POST */
.main-content.container {
	padding-top: 100px;
}
@media only screen and (max-width: 991.98px) {
	.main-content.container {
		padding-top: 70px;
		width: 100%;
	}
}
.small-thumbs .entry-image {
	float: none;
	width: calc(100% + 30px);
	margin: 0 -15px 0 -15px;
}
.entry-c {
	margin: 0 15px;
	padding: 15px 15px 0 15px;
	background: #fff;
	-webkit-transform: translateY(-4em);
	transform: translateY(-4em);
}
.entry-header {
}
/* Likes */
.lj-like-wrapper {
	border: none;
	background-color: #ff0000;
	color: white;
	cursor: pointer;
	padding: 0.3rem 1.5rem 0.3rem 1.5rem;
	border-radius: 2rem;
	transition: all ease 0.3s;
	align-items: center;
	display: inline-flex;
}
.lj-like-wrapper.disabled {
	background-color: #d4cfcf;
}
.lj-like-wp {
	font-size: 1.2rem;
	margin-right: 0.3rem;
	color: #fff;
}
.lj-post-like-count {
	font-size: 0.8rem;
}
.forum-grid ul.bbp-topics {
	overflow: visible !important;
}
.forum-grid ul.bbp-topics,
.forum-grid ul.bbp-topics,
.forum-grid .bbp-body ul {
	border: 0 !important;
}
.forum-grid .bbp-header,
.forum-grid .bbp-footer,
.forum-grid .bbp-attachments-count,
.forum-grid .bbp-topic-voice-count,
.forum-grid .bbp-topic-reply-count,
.forum-grid #bbpress-forums .bbp-attachments-count{
	display: none;
	opacity: 0;
	width: 0;
	height: 0;
}
.forum-grid .bbp-body {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.forum-grid .bbp-body ul {
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
}
.forum-grid .bbp-body ul li, .forum-grid .bbp-topic-meta {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.forum-grid .bbp-topic-meta > * {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
	align-content: center;
}
.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-title .bbp-topic-permalink,
.forum-grid #bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-title .bbp-topic-permalink,
.forum-grid #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-title .bbp-topic-permalink {
	font-size: 22px;
	color: #ffffff;
	line-height: 1.2;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
}
.forum-grid .bbp-topic-started-by {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}
.forum-grid .bbp-author-avatar {
	margin: 0.5em 0 0 0 !important;
}
.forum-grid .bbp-author-name {
	margin-top: -1em;
}
.forum-grid .bbp-body ul {
	-webkit-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	-moz-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	justify-content: space-between;
}
.forum-grid #bbpress-forums .bbp-body ul {
	background-color: rgb(255,143,0) !important;
}
.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic {
	padding: 2rem;
}
@media (min-width: 992px) {
	.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic {
		flex: 1;
	}
}
.forum-grid #bbpress-forums .bbp-body ul:nth-of-type(n+3) {
	background-color: rgb(155,52,142) !important;
}
.forum-grid #bbpress-forums .bbp-body ul:nth-of-type(2n+2) {
	background-color: rgb(255,0,0) !important;
}
.forum-grid #bbpress-forums .bbp-body > ul {
	margin-left: 1em !important;
	margin-right: 1em !important;
	margin-bottom: 2em !important;
}
.forum-grid #bbpress-forums .bbp-body {
	margin-left: -1em !important;
	margin-right: -1em !important;
}

.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by,
.forum-grid #bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by,
.forum-grid #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by,
.forum-grid #bbpress-forums .bbp-author-name,
.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in,
.forum-grid #bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in,
.forum-grid #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in,
.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in > a,
.forum-grid #bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in > a,
.forum-grid #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-in > a,
.forum-grid #bbpress-forums .bbp-topic-freshness,
.forum-grid #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-freshness > a,
.forum-grid #bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-freshness > a,
.forum-grid #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-freshness > a {
	color: #fff;
}
.wpb-grid-event {
	min-height: 200px;
	max-height: 100%;
	padding-bottom: 20px !important;
	display: flex;
	flex-direction: column-reverse;
	background: linear-gradient(180deg, transparent, rgba(0,0,0,0.6)) !important;
}
.wpb-title-event, .wpb-title-event > *,
.wpb-date-event, .wpb-date-event > * {
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
}
/* NEUIGKEITEN POST ENDE */


/* TEAM-CHAT */
.entry-content img {
	border-radius: 2em;
}
.activity-list > li:nth-child(odd) {
	background-color: rgba(217,217,217,0.2);
	border: 0px solid rgba(0,0,0,0);
}
.activity-list > li:nth-child(even) {
}
/* TEAM-CHAT ENDE */


/* MAGAZIN */
.single-post .page-title-colors {
	color: none !important;
	border-color: rgba(0,0,0,0.1);
	background-color: #46aac8;
	background: -moz-linear-gradient(90deg, #46aac8, #465078);
	background: -webkit-linear-gradient(90deg, #46aac8, #465078);
	background: -o-linear-gradient(90deg, #46aac8, #465078);
	background: -ms-linear-gradient(90deg, #46aac8, #465078);
	background: linear-gradient(90deg, #46aac8, #465078);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46aac8', endColorstr='#465078', GradientType=1);
	-webkit-box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
}
.single-post #sidemenu-wrapper {
	background-color: #46aac8;
	background: -moz-linear-gradient(-130deg, #46aac8, #465078);
	background: -webkit-linear-gradient(-130deg, #46aac8, #465078);
	background: -o-linear-gradient(-130deg, #46aac8, #465078);
	background: -ms-linear-gradient(-130deg, #46aac8, #465078);
	background: linear-gradient(-130deg, #46aac8, #465078) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#46aac8', endColorstr='#c42f6c', GradientType=1);
}
.vc_custom_1556200538579 {
	background: linear-gradient(180deg, transparent, rgba(0,0,0,0.6)) !important;
	text-transform: uppercase;
	height: 200px;
	vertical-align: bottom;
	display: flex;
	flex-direction: column-reverse;
	max-height: 100%;
}
.vc_custom_1556200538579 h4 {
	margin: 0;
}
.vc_grid-filter.vc_grid-filter-center {
	text-align: left;
}
.vc_gitem-animated-block {
	-webkit-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	-moz-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
}
/* MAGAZIN ENDE */

/* SCHWARZES BRETT */
.bbpress .page-title-colors,
.forum-archive .page-title-colors,
.forum .page-title-colors {
	color: none !important;
	border-color: rgba(0,0,0,0.1);
	background: rgba(150,150,150,1);
	background: -moz-linear-gradient(45deg, rgba(150,150,150,1) 34%, rgba(43,43,43,1) 81%, rgba(0,0,0,1) 100%);
	background: -webkit-gradient(left bottom, right top, color-stop(34%, rgba(150,150,150,1)), color-stop(81%, rgba(43,43,43,1)), color-stop(100%, rgba(0,0,0,1)));
	background: -webkit-linear-gradient(45deg, rgba(150,150,150,1) 34%, rgba(43,43,43,1) 81%, rgba(0,0,0,1) 100%);
	background: -o-linear-gradient(45deg, rgba(150,150,150,1) 34%, rgba(43,43,43,1) 81%, rgba(0,0,0,1) 100%);
	background: -ms-linear-gradient(45deg, rgba(150,150,150,1) 34%, rgba(43,43,43,1) 81%, rgba(0,0,0,1) 100%);
	background: linear-gradient(45deg, rgba(150,150,150,1) 34%, rgba(43,43,43,1) 81%, rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#969696', endColorstr='#000000', GradientType=1 );
}
.bbpress #sidemenu-wrapper,
.forum-archive #sidemenu-wrapper,
.forum #sidemenu-wrapper {
	background: rgba(0,0,0,1);
	background: -moz-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 19%, rgba(150,150,150,1) 66%);
	background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(0,0,0,1)), color-stop(19%, rgba(43,43,43,1)), color-stop(66%, rgba(150,150,150,1)));
	background: -webkit-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 19%, rgba(150,150,150,1) 66%);
	background: -o-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 19%, rgba(150,150,150,1) 66%);
	background: -ms-linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 19%, rgba(150,150,150,1) 66%);
	background: linear-gradient(45deg, rgba(0,0,0,1) 0%, rgba(43,43,43,1) 19%, rgba(150,150,150,1) 66%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#969696', GradientType=1 );
}

.bbp-topic-author .bbp-author-role,
.bbp-topic-author .bbp-topic-ip,
.bbp-reply-author .bbp-author-role,
.bbp-reply-author .bbp-reply-ip {
	display: none;
}
#bbpress-forums div.bbp-forum-author, #bbpress-forums div.bbp-reply-author, #bbpress-forums div.bbp-topic-author {
	padding: 1em 0 0 0;
}
#bbpress-forums .bbp-forums .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar, #bbpress-forums .bbp-replies .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar, #bbpress-forums .bbp-topics .bbp-body ul.topic li.bbp-topic-title .bbp-topic-meta .bbp-topic-started-by .bbp-author-avatar {
	margin: 0 3px 0 5px;
}
#bbpress-forums .widget_display_replies img.avatar, #bbpress-forums .widget_display_topics img.avatar, #bbpress-forums div.bbp-template-notice img.avatar, #bbpress-forums p.bbp-topic-meta img.avatar, #bbpress-forums ul.bbp-reply-revision-log img.avatar, #bbpress-forums ul.bbp-topic-revision-log img.avatar {
	float: none;
	border-radius: 30px;
	width: 25px;
}
#bbpress-forums {
	overflow: visible;
}
#bbpress-forums .bbp-search-form {
	position: relative;
	top: unset;
	right: unset;
}
#bbpress-forums .breadcrumb, #bbpress-forums ol.breadcrumb {
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 0;
}
#bbpress-forums div.bbp-reply-author a.bbp-author-name, #bbpress-forums div.bbp-topic-author a.bbp-author-name {
	-ms-word-break: normal;
	word-break: normal;

	/* Non standard for WebKit */
	word-break: normal;
}
.forum-titles {
	display: flex;
}
.bbp-header{
	background-color: #000 !important;
}
#bbpress-forums .bbp-topics .bbp-header .forum-titles li, #bbpress-forums .bbp-forums .bbp-header .forum-titles li, #bbpress-forums .bbp-replies .bbp-header .forum-titles li {
	color: #fff;
}
.bbp-body img {
	border-radius: 0;
}
.bbp-topic-thumbnail {
	max-width: 50px !important;
	max-height: 50px !important;
	margin-right: 15px;
	border-radius: 2em !important;
}

@media only screen and (max-width: 320px) {
	.bbp-header li.bbp-forum-info {
		width: 10% !important;
	}
	.bbp-header li.bbp-forum-topic-count {
		width: 10% !important;
	}
	.bbp-header li.bbp-forum-freshness {
		width: 15% !important;
	}
}
/* SCHWARZES BRETT ENDE */

/* EVENTS */
.event-template-default .page-title-colors {
	color: none !important;
	border-color: rgba(0,0,0,0.1);
	background-color: #ff7f66;
	background: -moz-linear-gradient(90deg, #ff7f66, #c42f6c);
	background: -webkit-linear-gradient(90deg, #ff7f66, #c42f6c);
	background: -o-linear-gradient(90deg, #ff7f66, #c42f6c);
	background: -ms-linear-gradient(90deg, #ff7f66, #c42f6c);
	background: linear-gradient(90deg, #ff7f66, #c42f6c);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f66', endColorstr='#c42f6c', GradientType=1);
	-webkit-box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 23px 0px 20px 0px rgba(0,0,0,0.5);
}
.event-template-default  #sidemenu-wrapper {
	color: none !important;
	border-color: rgba(0,0,0,0.1);
	background-color: #ff7f66;
	background: -moz-linear-gradient(-130deg, #ff7f66, #c42f6c);
	background: -webkit-linear-gradient(-130deg, #ff7f66, #c42f6c);
	background: -o-linear-gradient(-130deg, #ff7f66, #c42f6c);
	background: -ms-linear-gradient(-130deg, #ff7f66, #c42f6c);
	background: linear-gradient(-130deg, #ff7f66, #c42f6c) !important;
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f66', endColorstr='#c42f6c', GradientType=1);
	-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.5);
}

.event-single-dates, .event-single-location {
	margin-bottom: 2em;
}
.event-single-dates h5, .event-single-location h5 {
	text-transform: uppercase;
	color: #363636;
	margin: 0 0 0.5em 0;
}
.event-single-dates p, .event-single-location p {
	margin: 0 0 1em 0;
}

.event-list-grid {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	margin-left: -1em;
	margin-right: -1em;
}
.event-list-grid .event-list-item {
	flex: 1;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	align-content: center;
	/*min-width: 320px;*/
	/*-webkit-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	-moz-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);*/
	background-color: #fff;
	/*color: #fff;*/
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}
.event-list-grid .event-list-item-img img {
	width: 100%;
	height: auto;
}
.event-list-grid .event-list-item-img {
	width: 100%;
	max-height: 250px;
	overflow: hidden;
}
.event-list-grid .event-list-title {
	padding: 1em 1em 0 1em;
}
.event-list-grid .event-list-title a {
	/*color: #fff;*/
}
.event-list-grid .event-list-title h3 {
	font-size: 22px;
	text-transform: uppercase;
	font-weight: bold;
	margin-bottom: 0.5em;
}
.event-list-grid .event-list-dates {
	text-transform: uppercase;
	padding: 0.5em 2em 0.5em 2em;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: stretch;
	background-color: rgba(0,0,0,0.35);
	color: #fff;
	-webkit-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	-moz-box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
	box-shadow: 0px 22px 22px -24px rgba(0,0,0,0.93);
}
.event-list-grid .event-list-date {}
.event-list-grid .event-list-time {}
.event-list-grid .event-list-attr {
	padding: 0 1em 1em 1em;
}
.event-list-grid .event-list-initiator {}
.event-list-grid .event-list-initiator span,
.event-list-grid .event-list-location span {
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
}
.event-list-grid .event-list-location {}
.event-list-grid .event-list-excerpt {
	padding: 0 1em 1em 1em;
}
.event-list-grid .vc_btn3-color-danger {
	background-color: #ff0000 !important;
}
/* EVENTS ENDE */

/* BACKLINK */
.wrapper-backlink {
	position: relative;
	display: flex;
	flex: 1;
	margin-bottom: 2em;
	justify-content: center;
	width: 100%;
}
a.btn-backlink {
	color: #fff;
	background: #f00;
	font-family: 'Montserrat';
	border: none;
	min-height: 30px;
	padding: 5px 20px;
	border-radius: 30px;
	margin-bottom: 30px;
	font-size: 12px;
	font-size: .75rem;
	text-transform: uppercase;
	letter-spacing: .06em;
	cursor: pointer !important;
	-webkit-transition: background .3s ease-out;
	-moz-transition: background .3s ease-out;
	-o-transition: background .3s ease-out;
	-ms-transition: background .3s ease-out;
	transition: background .3s ease-out;
}
a.btn-backlink:hover {
	background-color: #c00;
}

/* SOCIAL MEDIA FEED  */
.social-feed-container-9899 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    margin-left: -1em;
    margin-right: -1em;
}
.social-feed-container-9899 .grid-item {
    margin-right: 1em;
    margin-bottom: 3em;
    margin-left: 1em;
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    align-content: center;
    min-width: 320px;
}
.wpb_text_column .social-feed-container-9899 .grid-item:last-child {
	margin-bottom: 3em !important;
}
@media (min-width: 1693.98px) {
	.social-feed-container-9899 .grid-item {
		min-width: 25%;
	}
}