/*!
Theme Name: FAU Erlangen Community Theme
Theme URI: http://matoma.de
Author: Tobias Honold
Author URI: http://matoma.de
Description: Community Theme
Version: 2.0.2
Text Domain: community-fau
Template: community.base
*/
.loginpage {
  height: 100%;
}
.loginpage body {
  min-height: 100%;
  padding-bottom: 140px;
}
.loginpage body.register {
  padding-bottom: 0;
}
.loginpage body.register .editfield p {
  font-size: 13px;
}
.login .entry-content {
  max-width: 1000px;
  margin: 26px auto;
}
.login #password-reset-form > p,
.login #password-lost-form > p,
.login .login-info {
  padding: 10px;
  background: white;
  border-left: 4px solid #00a0d2;
}
.login #password-reset-form > p,
.login #password-lost-form > p,
.login .login-info,
.login #password-reset-form > p a,
.login #password-lost-form > p a,
.login .login-info a {
  font-size: 16px;
}
.login footer#footer {
  background-color: #003366;
  padding: 20px 0;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.login .login-error {
  padding: 10px;
  background: white;
  border-left: 4px solid #00a0d2;
  border-left-color: #dc3232;
}
.login .login-error,
.login .login-error a {
  font-size: 16px;
}
.login h1 {
  font-size: 32px;
  margin: 0;
}
.login label {
  color: #777;
  font-size: 14px;
}
.login h2 {
  font-size: 20px;
  margin: 0;
}
.login .loginform .button-primary {
  border: 0;
  border-radius: 15px;
  font-weight: 400;
  background-color: #0058B3;
  margin-top: 18px;
  margin-left: 0;
  float: left;
  height: 32px;
  color: white;
  padding: 0 12px 0;
}
.login .loginform h3 {
  display: none;
}
.login .loginform .login-nav {
  clear: left;
}
.login .login-remember {
  display: none;
}
.login #backtoblog {
  display: none;
}
.login form .input,
.login input[type=text] {
  font-size: 24px;
  width: 100%;
  padding: 3px;
  margin: 2px 6px 16px 0;
}
.login .stoerer {
  position: relative;
  z-index: 2;
  background: transparent;
}
.login .stoerer section.title-container {
  padding: 0 100px;
}
.login .stoerer section.title-container h1,
.login .stoerer section.title-container h2 {
  color: white;
  font-weight: 400;
  text-align: left;
}
.login .stoerer section.title-container h1 {
  padding-top: 50px;
  padding-bottom: 0;
  font-size: 32px;
  line-height: 44.8px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.login .stoerer section.title-container h3 {
  color: white;
  padding-top: 20px;
  font-weight: 400;
  font-size: 16px;
}
.login .background {
  height: 295px;
  position: absolute;
  left: 0;
  top: 15px;
  z-index: -1;
  width: 100%;
  background: linear-gradient(180deg, #003366 0%, #0059b3 278px);
  background-repeat: no-repeat;
}
.login .row {
  max-width: 1224px;
  margin: 0 auto;
}
.login form {
  margin: 20px auto 0;
  padding: 26px 24px 46px;
  background: #fff;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0 -1px 13px rgba(0, 0, 0, 0.13);
  position: relative;
}
.login form:after {
  display: table;
  content: "";
  clear: both;
}
#buddypress #fau_affiliation_label {
  line-height: 20px;
}
#buddypress .standard-form#signup_form div.submit {
  float: left;
}
@media all and (min-width: 768px) {
  html[lang=en-US] .login .loginform {
    padding-top: 7px;
  }
  .login .loginform {
    width: 100%;
    max-width: 1050px;
    padding-top: 3%;
    margin: 0 auto;
  }
  .password-lost.login .loginform,
  .password-reset.login .loginform {
    padding-top: 1%;
  }
  .login .loginform form {
    padding-bottom: 15px;
  }
  .login .loginform form .input {
    height: 2.3125em;
    -webkit-appearance: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-color: white;
    font-family: inherit;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    color: rgba(0, 0, 0, 0.75);
    display: block;
    font-size: 14px;
    margin: 0 0 1em 0;
    padding: 0.5em;
    width: 100%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: -webkit-box-shadow 0.45s, border-color 0.45s ease-in-out;
    -moz-transition: -moz-box-shadow 0.45s, border-color 0.45s ease-in-out;
    transition: box-shadow 0.45s, border-color 0.45s ease-in-out;
  }
  .login .loginform .login-nav {
    padding-left: 40%;
    margin: 0 0 0 12px;
  }
  .login .loginform p {
    margin: 0;
  }
  .login .loginform p.login-username {
    width: 40%;
    padding-right: 12px;
    float: left;
  }
  .login .loginform p.login-password {
    width: 40%;
    float: left;
    padding-left: 12px;
  }
  .login .loginform p.login-submit {
    width: 20%;
    float: left;
    padding-left: 24px;
  }
}
@media all and (max-width: 993px) {
  .login .stoerer section.title-container h1 {
    font-size: 24px;
    line-height: 26px;
    padding-bottom: 10px;
  }
  .login .stoerer section.title-container h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
@media all and (max-width: 767px) {
  p.login-nav {
    position: absolute;
    bottom: 0;
  }
  .login .loginform .button-primary {
    margin-top: 3px;
  }
  .login .stoerer section.title-container {
    padding: 0 15px;
  }
  .login .stoerer section.title-container h1 {
    font-size: 20px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .login .stoerer section.title-container h2 {
    font-size: 16px;
    line-height: 18px;
  }
}
@media all and (max-width: 639px) {
  .loginpage body {
    padding-bottom: 400px;
  }
}
@font-face {
  font-family: "Test";
  src: url("/css/fonts/Helvetica.ttf") format("ttf");
  font-weight: normal;
}
@font-face {
  font-family: "Test";
  src: url("/css/fonts/helvetica-light-587ebe5a59211.ttf") format("ttf");
  font-weight: 300;
}
body * {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
a,
a:hover {
  color: #0058b3;
}
div#whats-new-type div.active:after {
  color: #0a5096 !important;
}
.widget_bp_core_sitewide_messages .widget-content {
  padding-top: 10px;
}
.widget_bp_core_sitewide_messages .widget-content #message button {
  font-size: 1.2em;
  padding: 4px 8px;
}
.widget_bp_core_sitewide_messages .bp-site-wide-message {
  padding: 0 0.625em;
}
.widget_bp_core_sitewide_messages .bp-site-wide-message p strong {
  line-height: 20px;
  font-size: 14px;
  color: #0058b3;
  font-weight: 400;
}
.wp-pagenavi {
  display: none !important;
}
.mtm-row,
.mtm-row .matoma-post {
  display: inline-flex;
}
.mtm-row .mtm-inner-widget,
.mtm-row .matoma-post .mtm-inner-widget {
  background-color: #ffffff;
  display: inline-flex;
  flex-direction: column;
}
.mtm-row .mtm-inner-widget .mtm-widget-main-content,
.mtm-row .matoma-post .mtm-inner-widget .mtm-widget-main-content {
  height: 100%;
}
.mtm-row .mtm-inner-widget .mtm-widget-main-content .text-content,
.mtm-row .matoma-post .mtm-inner-widget .mtm-widget-main-content .text-content {
  height: 100%;
  padding-bottom: 76px !important;
}
.mtm-row .mtm-inner-widget .mtm-widget-main-content .post-actions,
.mtm-row .matoma-post .mtm-inner-widget .mtm-widget-main-content .post-actions {
  position: absolute;
  bottom: 5px;
}
.member-actions #user_switching_switch_to {
  display: none;
}
body .stoerer section.title-container h1,
body .stoerer section.title-container h2 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
body:not(.admin-bar) #compose-personal-li,
body:not(.admin-bar) #notices-personal-li {
  display: none;
}
div.mtm-footer {
  background-image: none;
  background-color: #003366;
}
body h1 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #0a5096;
  font-size: 24px;
  display: block;
  padding: 10px 0;
  line-height: 20px;
}
div#whats-new-container {
  border: 0!important;
  border-top: 3px solid #0a5096 !important;
  padding: 10px 15px!important;
}
#buddypress form#whats-new-form textarea {
  height: 2.2em;
}
.loader {
  margin: 20px auto;
  border: 4px solid #ddd;
  border-top: 4px solid #0058b3;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  animation: spin 1s linear infinite;
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body div article.type-post .post-meta-data h2,
body div article.type-post .post-meta-data h2 a {
  color: #0a5096;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 20px;
  font-weight: normal;
}
body div article.type-post .post-meta-data a {
  color: #0058b3;
}
div.header {
  position: relative;
}
div.header hr.header-line {
  position: absolute;
  z-index: 1;
  width: 100%;
  margin: 0;
  top: 32px;
  border-color: #e8615e;
}
div.header .logo.matoma-imagemap {
  background-image: url('img/FAU_Kernmarke_Q_RGB_blue.svg');
  width: 372px;
  height: 66px;
  margin: 15px 0 0 20px;
  background-size: contain;
  background-repeat: no-repeat;
}
div.header .site-header h1 {
  display: none;
}
div.header .site-header h1 a {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #f7f7f7;
  font-weight: 300;
}
div.navigation {
  margin-left: 0;
}
div.navigation .main-navigation ul li.current-menu-item .icon-default:before,
div.navigation .main-navigation ul li:hover .icon-default:before {
  color: #0a5096 !important;
}
#home-sidebar-left .widget-content,
#home-sidebar-right .widget-content {
  margin: 0 -0.625em;
}
#sidebar .activity-content .activity-header p a:first-of-type,
#secondary .activity-content .activity-header p a:first-of-type,
#home-sidebar-left .activity-content .activity-header p a:first-of-type,
#home-sidebar-right .activity-content .activity-header p a:first-of-type,
#sidebar .activity-widget .activity-header p a:first-of-type,
#secondary .activity-widget .activity-header p a:first-of-type,
#home-sidebar-left .activity-widget .activity-header p a:first-of-type,
#home-sidebar-right .activity-widget .activity-header p a:first-of-type {
  font-weight: 300;
}
#sidebar .widget-container #groups-list li div.item div.item-title a,
#secondary .widget-container #groups-list li div.item div.item-title a,
#home-sidebar-left .widget-container #groups-list li div.item div.item-title a,
#home-sidebar-right .widget-container #groups-list li div.item div.item-title a,
#sidebar .widget-container.widget_rss #groups-list li div.item div.item-title a,
#secondary .widget-container.widget_rss #groups-list li div.item div.item-title a,
#home-sidebar-left .widget-container.widget_rss #groups-list li div.item div.item-title a,
#home-sidebar-right .widget-container.widget_rss #groups-list li div.item div.item-title a,
#sidebar .widget-container #groups-list li div.item-avatar div.item-title a,
#secondary .widget-container #groups-list li div.item-avatar div.item-title a,
#home-sidebar-left .widget-container #groups-list li div.item-avatar div.item-title a,
#home-sidebar-right .widget-container #groups-list li div.item-avatar div.item-title a,
#sidebar .widget-container.widget_rss #groups-list li div.item-avatar div.item-title a,
#secondary .widget-container.widget_rss #groups-list li div.item-avatar div.item-title a,
#home-sidebar-left .widget-container.widget_rss #groups-list li div.item-avatar div.item-title a,
#home-sidebar-right .widget-container.widget_rss #groups-list li div.item-avatar div.item-title a {
  font-weight: 300;
}
#sidebar .widget-container .widget-title,
#secondary .widget-container .widget-title,
#home-sidebar-left .widget-container .widget-title,
#home-sidebar-right .widget-container .widget-title,
#sidebar .widget-container.widget_rss .widget-title,
#secondary .widget-container.widget_rss .widget-title,
#home-sidebar-left .widget-container.widget_rss .widget-title,
#home-sidebar-right .widget-container.widget_rss .widget-title,
#sidebar .widget-container .widget-title a,
#secondary .widget-container .widget-title a,
#home-sidebar-left .widget-container .widget-title a,
#home-sidebar-right .widget-container .widget-title a,
#sidebar .widget-container.widget_rss .widget-title a,
#secondary .widget-container.widget_rss .widget-title a,
#home-sidebar-left .widget-container.widget_rss .widget-title a,
#home-sidebar-right .widget-container.widget_rss .widget-title a {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #0a5096;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
}
.rpwwt-widget ul li img {
  margin: 0.3em 0.75em 1.75em 0;
}
div.header #base-community-settings > div.icon:hover > a:before {
  color: #666666;
}
div.header #base-community-settings > div.icon > a {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #666666;
}
#secondary_container #loginform h3 {
  font-size: 18px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#secondary_container #loginform p {
  margin-bottom: 6px;
  line-height: 20px;
}
#secondary_container #loginform input[type=checkbox] {
  vertical-align: text-top;
}
#secondary_container #loginform #wp-submit {
  padding: 8px 16px;
  color: #0a5096;
}
#no-community .small-navigation.hide-for-medium-up.hide-for-xlarge.hide-for-print {
  display: none!important;
}
#buddypress .profile .bp-widget .bp-widget-caption,
#buddypress .profile .bp-widget.engagement .bp-widget-caption {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 300;
  color: #0a5096;
}
.profile-fields .radio label input {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
#box-me .ui-progressbar-value {
  background-color: #0058b3 !important;
  border-color: #0058b3 !important;
}
table thead tr th,
#buddypress table thead tr th,
table tfoot tr th,
#buddypress table tfoot tr th,
table thead tr td,
#buddypress table thead tr td,
table tfoot tr td,
#buddypress table tfoot tr td {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
  color: #0a5096;
}
/*Registration*/
body.register {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
body.register p {
  font-family: inherit;
  font-size: 15px;
  line-height: 22px;
  padding-right: 20px;
}
body.register p a {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: bold;
}
body.register #buddypress .standard-form label,
body.register #buddypress .standard-form span.label {
  font: 400 13px "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
body.register #base-community-settings {
  display: none;
}
body.register input[type=text],
body.register input[type=password],
body.register textarea {
  width: 100%!important;
}
body.register input[type=radio],
body.register input[type=password],
body.register input[type=checkbox] {
  margin: 0 5px 0 0;
  position: relative;
  top: 2px;
}
body.register .field_zeit-1-an-der-fau-von-jahreszahl,
body.register .field_zeit-1-an-der-fau-bis,
body.register .field_zeit-2-an-der-fau-von,
body.register .field_zeit-2-an-der-fau-bis {
  width: 50%;
  float: left;
}
body.register .field_zeit-1-an-der-fau-von-jahreszahl,
body.register .field_zeit-2-an-der-fau-von {
  padding-right: 10px;
  clear: both;
}
body.register .field_heimatuniversitaet {
  clear: both;
}
body.register #main.row {
  max-width: 1224px;
}
body.register #primary {
  border-left: 0;
  margin-top: 70px;
  padding: 20px;
}
body.register #page-container {
  background: #fff;
}
body.register #page-container #page {
  margin-left: 0;
}
body.register #page-container label:first-of-type {
  margin-top: 0;
}
body.register #page-container .group-description + .editfield > label {
  margin-top: 8px;
}
body.register #buddypress .standard-form #basic-details-section,
body.register #buddypress .standard-form #blog-details-section,
body.register #buddypress .standard-form #profile-details-section {
  float: none;
  width: 100%;
}
body.register h2 {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 23px;
}
body.register h3 {
  font-size: 18px;
  color: #004682;
  font-weight: bold;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
body.register fieldset {
  padding: 25px;
  margin: 0 0 25px 0;
}
body.register fieldset.datebox {
  margin-bottom: 0;
}
body.register .field-visibility-settings fieldset {
  margin: 0;
}
body.register .editfield:last-of-type .field-visibility-settings-toggle,
body.register .editfield:last-of-type .field-visibility-settings-notoggle {
  padding-bottom: 0;
  margin-bottom: 0;
}
#hero {
  position: relative;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  transition: 1s all;
}
#hero.hero-small {
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, #036;
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, -moz-radial-gradient(center, ellipse cover, #0059b3 0%, #036 100%);
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%, #0059b3), color-stop(100%, #036));
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, -webkit-radial-gradient(center, ellipse cover, #0059b3 0%, #036 100%);
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, -o-radial-gradient(center, ellipse cover, #0059b3 0%, #036 100%);
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, -ms-radial-gradient(center, ellipse cover, #0059b3 0%, #036 100%);
  background: url("img/siegel-zuv.png") no-repeat 85% 20%, radial-gradient(ellipse at center, #0059b3 0%, #003366 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='$color1', endColorstr='$color2', GradientType=1);
}
#hero .container {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  padding: 0 20px;
  max-width: 1224px;
}
#hero h1 {
  margin: 0;
  line-height: 30px;
  color: white;
  font-weight: 700;
  padding: 56px 0;
  font-size: 30px;
  letter-spacing: 1px;
}
body div.bp-embed-activity-poll .ui-icon.user_voted {
  background-color: #0a5096;
}
.bp-embed-activity-poll .ui-icon-check {
  background-position: -96px -128px;
}
.bp-embed-activity-poll .ui-icon-check.user_voted.ui-icon {
  background-image: url("/wp-content/plugins/buddypress-embed-activity/includes/css/jquery-ui-1.11.3/images/ui-icons_ffffff_256x240.png");
  background-position: -64px -144px;
}
.loading {
  padding-right: 0;
}
.loading:after {
  display: none!important;
}
#buddypress #item-nav .item-list-tabs .loading.selected a {
  padding-right: 15px;
}
.loading a:after,
a.loading:after,
input.loading:after {
  content: "";
  position: relative;
  display: inline-block;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  border: 2px solid gray;
  border-right-color: transparent;
  border-radius: 50%;
  box-shadow: 0 0 25px 2px #eee;
  animation: spiner 1s linear infinite;
}
.item-list-tabs .loading a:after,
.item-list-tabs a.loading:after,
.item-list-tabs input.loading:after {
  width: 10px;
  height: 10px;
}
.register #buddypress .standard-form legend {
  display: block !important;
  font-weight: 400 !important;
}
#buddypress .standard-form legend {
  display: none;
}
#buddypress #members-list .generic-button a {
  display: inline-block;
  margin-bottom: 5px;
}
#buddypress div.item-list-tabs ul li a {
  line-height: 11px;
}
#buddypress #item-nav li a,
#buddypress div#subnav.item-list-tabs ul li a {
  color: #0a5096 !important;
}
#buddypress #item-nav li span,
#buddypress div#subnav.item-list-tabs ul li span {
  position: static;
  display: inline-block;
  float: none;
  margin-left: 0;
  vertical-align: top;
  line-height: 9px;
}
div.mtm-footer #footernav li a {
  color: white;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: 400;
}
@media only screen and (max-width: 480px) {
  #register-page .register-section {
    width: 100%!important;
  }
  div.header {
    height: 92px;
  }
  #primary .recent-posts-widget-with-thumbnails img {
    max-width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  body.register #primary {
    margin-top: 10px;
  }
  #base-community-settings {
    margin-top: 0;
  }
  div.navigation #box-me .theme-user-info {
    clear: both;
  }
}
.avatar {
  box-shadow: none;
  border: 1px solid #dbe2e9;
}
#box-me {
  padding: 0;
}
#box-me img.avatar {
  width: 30px;
  height: 30px;
  float: left;
  margin-bottom: 0;
}
#box-me #my-profile {
  line-height: 30px;
  margin-bottom: 0;
  margin-left: 36px;
  font-size: 1em;
  color: #58585A;
}
#box-me #sidebar-me {
  width: auto;
  padding: 8px 10px 8px 17px;
}
#box-me #sidebar-me:hover {
  background: white;
}
#box-me.current-menu-item {
  border-bottom: none;
}
#box-me.current-menu-item #sidebar-me {
  border-bottom-color: #dbe2e9;
}
#box-me .username {
  display: none;
}
/*selbst hinzugefügte Styles für die erweiterte Suche BEGIN*/
/*
#buddypress div.field_tum_staatsange,
#buddypress div.field_63{
  width: 48%;
  float: left;
}
#buddypress div.field_27,
#buddypress div.field_29{
  width: 48%;
  float: right;
}*/
#buddypress div.label {
  padding-left: 15px;
}
#buddypress div.mtm_country div.columns,
#buddypress div.mtm_tum_address div.columns {
  padding: 0;
}
.editfield .description {
  display: none;
}
.directory.members #buddypress .editfield input,
#extended-search-cotnainer.editfield input {
  margin-bottom: 0;
  padding: 6px 12px;
}
.directory.members #buddypress .editfield select,
#extended-search-container .editfield select {
  padding: 8px;
}
.directory.members #buddypress .editfield select,
#extended-search-container .editfield select,
#extended-search-single-page .editfield input,
.directory.members #buddypress .editfield input {
  border: 1px solid #ddd !important;
  height: 34px;
}
p.profile-info.block {
  display: none;
}
#extended-search-container .editfield {
  float: left;
  width: 50%;
  padding: 0px 10px 0 10px;
}
#extended-search-container .editfield:nth-of-type(odd) {
  padding-left: 0;
}
#extended-search-container .editfield:nth-of-type(even) {
  padding-right: 0;
}
#extended-search-container .editfield .row {
  padding-bottom: 0;
  margin-bottom: 0;
}
#extended-search-container .editfield div.label {
  padding-left: 12px;
  padding-right: 12px;
}
#extended-search-container .editfield label,
#extended-search-container .editfield p,
#extended-search-container .editfield span.label {
  padding: 10px 0 5px;
  line-height: 20px;
  margin: 0;
}
.directory.members #buddypress #members-dir-search {
  padding: 7px 8px 11px;
  margin-top: -10px;
}
.directory.members #buddypress #theme-content.add-padding #item-nav {
  display: none;
}
.directory.members #buddypress #theme-content.add-padding div#subnav.item-list-tabs {
  display: none;
}
.bbp-template-notice.info {
  display: none;
}
.widget-item-post {
  display: inline-block;
}
.widget_em_widget a {
  font-size: 18px !important;
  line-height: 24px !important;
}
.widget_em_widget li {
  color: #58585A;
}
.widget_em_widget ul > li {
  margin-bottom: 20px !important;
}
.widget_em_widget ul > li ul li {
  margin-bottom: 0 !important;
}
.widget_em_widget a {
  line-height: 30px;
  font-size: 20px;
}
footer#footer {
  background-color: #003366;
  padding: 20px 0;
  width: 100%;
  position: relative;
  margin-bottom: 0 !important;
  padding-bottom: 0;
}
footer#footer .row.sub-footer {
  margin: 0;
  text-align: center;
  background-color: #e9edf2;
  max-width: 100%;
  color: #58585A;
  font-size: 14px;
  font-weight: 700;
  margin-top: 30px;
}
footer#footer .row.sub-footer div.column {
  padding: 50px;
  line-height: 11px;
  height: 100px;
}
footer#footer .textwidget {
  padding-top: 5px;
}
footer#footer .menu li.menu-item {
  list-style-type: none;
  margin-bottom: 10px;
}
footer#footer p,
footer#footer li {
  font-size: 16px;
  line-height: 18px;
  color: #0058B3;
  margin-bottom: 10px;
}
footer#footer p a,
footer#footer li a {
  color: white;
}
footer#footer p a:hover,
footer#footer li a:hover {
  text-decoration: underline;
}
footer#footer .address {
  color: white;
}
footer#footer #footer-nav,
footer#footer #footer-nav-column ul,
footer#footer #lang_select_2 {
  list-style: none;
}
footer#footer #footer-nav li,
footer#footer #footer-nav-column ul li,
footer#footer #lang_select_2 li {
  display: inline;
  margin-right: 10px;
}
body #bp-embed-activity-main-form {
  display: block;
}
body .bp-embed-activity-object {
  display: flex;
}
body div.activity-meta a.unfav:before {
  content: "\f005";
  font-weight: 800 !Important;
}
.bp-embed-activity-maincontainer {
  float: left;
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container {
  border: 2px solid #DFE6EC;
  border-radius: 5px;
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span {
  height: 24px;
  width: 24px;
  padding: 0;
  font-size: 20px !important;
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span,
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span::before {
  font-family: 'Line Awesome Free';
  font-weight: 800;
  font-size: 24px;
  color: #0058B3;
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span.ui-icon-image::before {
  content: "\f030";
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span.ui-icon-link::before {
  content: "\f0c1";
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span.ui-icon-video::before {
  content: "\f03d";
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span.ui-icon-document::before {
  content: "\f15c";
}
.bp-embed-activity-maincontainer .bp-embed-activity-icon-container span.ui-icon-poll::before {
  content: "\f0ea";
}
div#lang_select_2 ul {
  margin-left: 0;
}
body #buddypress div#item-header ul {
  margin-bottom: 35px;
}
#buddypress div#message_to_much {
  float: left;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #CB2;
  background-color: #FFD;
  color: #440;
  font-size: 12px;
  margin-right: 0;
}
div#extended-search-container {
  display: none;
}
#extended-search-single-page div#extended-search-container,
div#extended-search-container {
  background-color: #ffffff;
  /*margin: 0 -10px;*/
  padding: 0 20px 20px;
}
#extended-search-single-page div#extended-search-container:after,
div#extended-search-container:after,
#extended-search-single-page div#extended-search-container:before,
div#extended-search-container:before {
  display: table;
  content: "";
  clear: both;
}
#extended-search-single-page div#extended-search-container {
  /*margin: 0 -10px;*/
}
#buddypress .bps_header {
  list-style: none;
}
#buddypress .bps_header h4 {
  border-bottom: 0;
  cursor: pointer;
  padding-bottom: 0;
}
#buddypress .bps_header h4:after {
  display: block;
  float: right;
  margin-left: 10px;
  content: "\e0c1";
  transform: rotate(270deg);
  font-family: 'mtm-com', Arial, sans-serif;
  line-height: 34px;
  font-size: 16px;
}
#buddypress .bps_header h4.open:after {
  transform: rotate(180deg);
}
#extended-search-single-page #buddypress #basic-search,
#buddypress #basic-search {
  background-color: #DBE2E9;
  padding: 10px 10px 0 10px;
}
#extended-search-single-page #buddypress #basic-search:after,
#buddypress #basic-search:after,
#extended-search-single-page #buddypress #basic-search:before,
#buddypress #basic-search:before {
  display: table;
  content: "";
  clear: both;
}
#extended-search-single-page #buddypress #basic-search h4,
#buddypress #basic-search h4 {
  float: left;
  line-height: 34px;
  margin: 0 0 0 20px;
  padding: 0;
}
#extended-search-single-page #buddypress #basic-search input,
#buddypress #basic-search input {
  float: left;
}
#extended-search-single-page #buddypress #basic-search input[type=text],
#buddypress #basic-search input[type=text] {
  width: 35%;
  width: calc(50% - 129px);
}
#extended-search-single-page #buddypress #basic-search input[type=submit],
#buddypress #basic-search input[type=submit] {
  border: 1px solid #d9dada;
  width: 109px;
  min-width: 109px;
  max-width: 109px;
  padding: 0 35px;
  line-height: 32px;
  margin-left: 10px;
}
#member-dir-count-top,
#member-dir-count-bottom {
  display: none;
}
.please-upload-avatar-notice {
  background-color: #fff;
  padding: 15px;
  border-left: 4px solid #0058b3;
  margin-bottom: 15px;
  box-shadow: 0px 0px 15px 0px rgba(55, 55, 55, 0.1);
}
.please-upload-avatar-notice:after,
.please-upload-avatar-notice:before {
  display: table;
  clear: both;
  content: "";
}
#buddypress div.pagination .pagination-links#member-dir-pag-top,
#buddypress div.pagination .pagination-links#member-dir-pag-bottom {
  float: left;
}
p.featured-thumbnail-subtitle {
  background: #F1f1f1;
  padding: 2px 4px;
}
body div article.type-post .featured-thumbnail {
  margin-bottom: 15px;
}
body div article.type-post .user-meta {
  overflow: hidden;
  padding: 20px 0 10px;
}
body div article.type-post .post-meta-avatar {
  margin: 0;
  left: 0;
  top: 0;
}
.profile-info {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  clear: both;
  margin: 0;
  margin-top: 15px;
  color: #58585A;
  font-size: 10px;
  line-height: 17px;
}
.profile-info.inline {
  float: left;
  clear: none;
}
.profile-info.inline + .inline:before {
  content: ", ";
}
.profile-info.AkademischerAbschluss {
  font-weight: 700;
}
#buddypress .standard-form .profile-settings .field_type_datebox select {
  width: 100%;
}
#buddypress .standard-form .field_type_datebox select {
  width: auto;
}
.entry-content ul {
  padding-left: 20px;
}
.logo a:after {
  content: "FAU Community";
  display: inline-block;
  position: absolute;
  right: -212px;
  bottom: 0;
  font-size: 22px;
  color: #003366;
  font-weight: bold;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
  display: none;
}
.register .logo a:after {
  display: none;
}
/*selbst hinzugefügte Styles für die erweiterte Suche END*/
body.logged-out #primary {
  box-shadow: none;
  border-left: 0;
  background-color: transparent;
  margin-top: 10px;
  padding-left: 15px;
  padding-right: 15px;
}
body.logged-out #page-container #page {
  margin: 0;
}
body.logged-out #main.row {
  max-width: 1224px;
}
html {
  height: 100%;
}
body {
  min-height: 100%;
  position: relative;
}
footer#footer {
  position: absolute;
  bottom: 0;
  padding-left: 60px;
}
@media all and (max-width: 767px) {
  .logo a:after {
    display: none;
  }
  div.navigation.active {
    display: block;
  }
  div.navigation #box-me {
    padding: 0;
    margin-top: 0;
  }
  div.navigation #box-me #sidebar-me {
    width: 100%;
    margin: 0;
    float: none;
  }
  div.navigation #box-me .username {
    display: none;
  }
  div.navigation #box-me .theme-user-info {
    padding: 0 20%;
  }
  #extended-search-single-page #buddypress #basic-search h4,
  #buddypress #basic-search h4 {
    float: none;
    clear: both;
    display: inline-block;
    margin: 0;
    padding: 0 0 10px 0;
  }
  #extended-search-single-page #buddypress #basic-search input[type=text],
  #buddypress #basic-search input[type=text] {
    width: 55%;
    width: calc(100% - 119px);
  }
}
@media all and (max-width: 639px) {
  ul#menu-footermenue li {
    display: block!important;
    text-align: right;
    line-height: 22px;
  }
}
.register .field-visibility-settings-notoggle {
  display: none;
}
.register #profile-details-section fieldset:first-of-type .group-description {
  display: none;
}
/* events */
.entry-content ul.event_nav_list {
  padding-left: 0;
}
#buddypress li#attending-personal-li {
  display: none!important;
}
.css-events-admin label {
  font-size: inherit;
}
.css-events-admin div.search-box label {
  margin-top: 10px;
}
.css-locations-admin table.widefat tfoot {
  display: none;
}
#dbem-bookings-table [class*="column"] + [class*="column"]:last-child {
  float: none;
}
.single-location #comments {
  display: none;
}
.single-location .entry-content a,
.single-location .entry-content p {
  font-size: 13px;
}
.single-location .entry-content h3,
.single-location .entry-content p strong {
  color: #0A5096;
  font-size: 20px;
  display: block;
  border-bottom: 1px solid #dbe2e9;
  padding: 10px 0;
  line-height: 20px;
}
.single-location .entry-content ul {
  list-style-type: none;
  font-size: 13px;
}
.events h3,
.events h4 {
  display: block;
  color: #3067A2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.search-box + .search-box .em-pagination {
  margin-top: 30px;
}
.em-pagination {
  background-color: #F2F2F2;
  padding: 5px;
  margin-bottom: 5px;
  font-size: 15px;
  display: inline-block;
}
.em-pagination .displaying-num {
  display: none;
}
.em-pagination .alignleft {
  display: none;
}
.em-pagination a {
  font-size: 15px !important;
}
#locations-filter select[name=action] {
  width: 180px !important;
}
.event-description {
  padding-top: 15px;
}
.tablenav-pages.em-tablenav-pagination {
  clear: both;
}
.tablenav-pages.em-tablenav-pagination a {
  font-size: 15px;
}
.profile .statusnotice {
  display: none;
}
.profile.my-locations #buddypress #item-body select[name=action] {
  width: auto;
}
.profile.my-bookings #buddypress #item-body h3,
.profile #em-wrapper #em-bookings-table h3,
.profile.my-bookings #buddypress #item-body h4,
.profile #em-wrapper #em-bookings-table h4 {
  display: block;
  color: #3067A2;
  font-size: 16px;
  font-weight: bold;
  border-bottom: none;
}
.profile.my-bookings #buddypress #item-body h2,
.profile #em-wrapper #em-bookings-table h2 {
  display: block;
  color: #3067A2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
.profile.my-bookings #buddypress #item-body select[name=scope],
.profile #em-wrapper #em-bookings-table select[name=scope],
.profile.my-bookings #buddypress #item-body select[name=limit],
.profile #em-wrapper #em-bookings-table select[name=limit],
.profile.my-bookings #buddypress #item-body select[name=status],
.profile #em-wrapper #em-bookings-table select[name=status] {
  width: auto;
}
.profile.events .event-list-item {
  border-top: none;
}
.profile.events .event-list-item ~ .event-list-item {
  border-top: 1px solid #ddd;
}
.profile .em-events-list > li {
  padding: 25px 0;
  border-bottom: 1px solid #dbe2e9;
}
.profile .em-events-list > li > span.event-date,
.profile .em-events-list > li > span.event-time {
  display: block;
}
.profile .em-events-list > li > span > a {
  font-weight: bold;
  display: block;
}
.profile .em-events-list > li > ul {
  display: block;
}
.profile .em-events-list > li > ul > li {
  display: inline;
  font-size: inherit;
}
.profile .em-events-list ul,
.profile .em-events-list {
  list-style-type: none;
  margin-left: 0;
}
.location.type-location .entry-content > div {
  width: 100%;
}
.location.type-location .entry-content p {
  clear: both;
}
#em-tickets-form .ticket-description textarea {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
  resize: vertical;
}
#dbem-bookings-table.widefat.post.fixed {
  position: static;
}
table.em-calendar td {
  padding: 5px 0px;
}
.widget-content .em-calendar-wrapper {
  width: 100%;
}
.widget-content .em-calendar-wrapper .em-calendar {
  width: 100%;
}
div.ticket-price {
  margin-top: 11px;
}
.bp-user.my-account.event.profile #item-body > h3 {
  display: none;
}
select.ticket_type {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  font-size: 14px;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#groups-dir-list #pag-top,
#groups-dir-list #pag-bottom {
  display: none;
}
#dbem-bookings-table th:nth-of-type(5n),
#dbem-bookings-table td:nth-of-type(5n) {
  display: none!important;
}
.em-tickets-bookings-table th:last-of-type,
.em-tickets-bookings-table td:last-of-type {
  display: none!important;
}
.em-tickets-bookings-table tfoot {
  display: none!important;
}
#locations-filter tfoot {
  display: none;
}
#event-date-explanation {
  display: none!important;
  clear: both;
}
#em-wrapper input[type=text] {
  font-size: 13px;
}
#em-booking {
  margin-bottom: 40px;
}
#em-booking .ticket-desc,
#em-booking .em-tickets-spaces {
  display: none;
}
#em-booking input[type=text],
#em-booking select {
  padding: 3px;
  border-radius: 0;
}
#em-booking #em-booking-submit {
  border-radius: 0;
  padding: 4px 10px;
  color: #555;
  border-color: #555;
}
#em-booking .em-booking-form-details {
  padding: 0;
}
#em-wrapper #posts-filter,
#buddypress #posts-filter {
  margin-bottom: 0;
}
#em-wrapper #post-query-submit,
#buddypress #post-query-submit {
  padding: 10px 20px;
}
#em-wrapper h3,
#buddypress h3,
#em-wrapper h4,
#buddypress h4 {
  color: #0A5096;
  border-bottom: 1px solid #dbe2e9;
  padding: 10px 0;
}
#em-wrapper h3,
#buddypress h3 {
  font-size: 20px;
  line-height: 20px;
}
#em-wrapper h4,
#buddypress h4 {
  font-size: 16px;
  line-height: 16px;
}
#em-wrapper .wrap h1,
#buddypress .wrap h1 {
  font-size: 25px;
  font-weight: bold;
}
#em-wrapper .wrap .event_nav ul.event_nav_list,
#buddypress .wrap .event_nav ul.event_nav_list {
  background-color: white;
  box-shadow: inset 0px 0px 0px 1px #dbe2e9;
}
#em-wrapper .wrap .event_nav ul.event_nav_list:after,
#buddypress .wrap .event_nav ul.event_nav_list:after,
#em-wrapper .wrap .event_nav ul.event_nav_list:before,
#buddypress .wrap .event_nav ul.event_nav_list:before {
  display: table;
  content: "";
}
#em-wrapper .wrap .event_nav ul.event_nav_list:after,
#buddypress .wrap .event_nav ul.event_nav_list:after {
  clear: both;
}
#em-wrapper .wrap .event_nav ul.event_nav_list.sticky_bottom,
#buddypress .wrap .event_nav ul.event_nav_list.sticky_bottom {
  margin-bottom: 0;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li,
#buddypress .wrap .event_nav ul.event_nav_list li {
  display: block;
  float: left;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li a,
#buddypress .wrap .event_nav ul.event_nav_list li a {
  display: inline-block;
  padding: 15px;
  border: 1px solid #dbe2e9;
  border-left: 0;
  background-color: white;
  cursor: pointer;
  margin: 0;
  line-height: 13px;
  font-weight: 700;
  color: #004682;
  position: relative;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li a.current,
#buddypress .wrap .event_nav ul.event_nav_list li a.current {
  font-weight: 700;
  background-color: #DBE2E9;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li a .count,
#buddypress .wrap .event_nav ul.event_nav_list li a .count {
  display: inline;
  margin-left: 2px;
  text-align: center;
  vertical-align: middle;
  color: white;
  font-weight: bold;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 10px;
  background-color: #ee762c;
  padding: 1px 4px;
  border: none;
  position: absolute;
  right: 4px;
  top: 2px;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li a:focus,
#buddypress .wrap .event_nav ul.event_nav_list li a:focus {
  outline: none;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li:first-of-type a,
#buddypress .wrap .event_nav ul.event_nav_list li:first-of-type a {
  border-left: 1px solid #dbe2e9;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li.active a,
#buddypress .wrap .event_nav ul.event_nav_list li.active a {
  font-weight: 700;
  background-color: #DBE2E9;
}
#em-wrapper .wrap .event_nav ul.event_nav_list li:hover a,
#buddypress .wrap .event_nav ul.event_nav_list li:hover a {
  background-color: #DBE2E9;
}
#em-wrapper .events-table,
#buddypress .events-table {
  width: 100%;
}
#em-wrapper .events-table tr,
#buddypress .events-table tr {
  background-color: #fff;
}
#em-wrapper .events-table tr td,
#buddypress .events-table tr td {
  padding-top: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #dbe2e9;
}
#em-wrapper .em-bookings-table select,
#buddypress .em-bookings-table select,
#em-wrapper .tablenav select,
#buddypress .tablenav select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper .em-bookings-table select:focus,
#buddypress .em-bookings-table select:focus,
#em-wrapper .tablenav select:focus,
#buddypress .tablenav select:focus {
  color: black;
}
#em-wrapper #location-form p.submit input[type=submit],
#buddypress #location-form p.submit input[type=submit] {
  font-weight: normal;
  padding: 9px 18px;
  border: 1px solid #eeeeee;
}
#em-wrapper #location-form a.button,
#buddypress #location-form a.button {
  padding: 9px 18px;
  border: 1px solid #eeeeee;
}
#em-wrapper #location-form .location-form-details #em-editor-content-tmce,
#buddypress #location-form .location-form-details #em-editor-content-tmce,
#em-wrapper #location-form .location-form-details #em-editor-content-html,
#buddypress #location-form .location-form-details #em-editor-content-html {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
#em-wrapper #location-form .location-form-name i:after,
#buddypress #location-form .location-form-name i:after,
#em-wrapper #location-form .location-form-when i:after,
#buddypress #location-form .location-form-when i:after,
#em-wrapper #location-form .location-form-where i:after,
#buddypress #location-form .location-form-where i:after {
  content: "Pflichtfeld";
  font-size: 13px;
  padding-bottom: 10px;
  display: inline-block;
}
.language-en #em-wrapper #location-form .location-form-name i:after,
.language-en #buddypress #location-form .location-form-name i:after,
.language-en #em-wrapper #location-form .location-form-when i:after,
.language-en #buddypress #location-form .location-form-when i:after,
.language-en #em-wrapper #location-form .location-form-where i:after,
.language-en #buddypress #location-form .location-form-where i:after {
  content: "mandatory";
}
#em-wrapper #location-form h3,
#buddypress #location-form h3 {
  color: #3067A2;
  font-size: 18px;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}
#em-wrapper #location-form .location-form-name,
#buddypress #location-form .location-form-name {
  margin-bottom: 20px;
}
#em-wrapper #location-form .location-form-name #location-name,
#buddypress #location-form .location-form-name #location-name {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
  margin-bottom: 0;
}
#em-wrapper #location-form .location-form-name select,
#buddypress #location-form .location-form-name select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper #location-form .location-form-name #location-name:focus,
#buddypress #location-form .location-form-name #location-name:focus,
#em-wrapper #location-form .location-form-name select:focus,
#buddypress #location-form .location-form-name select:focus {
  color: black;
}
#em-wrapper #location-form .location-form-where table tr.even,
#buddypress #location-form .location-form-where table tr.even,
#em-wrapper #location-form .location-form-where table tr.alt,
#buddypress #location-form .location-form-where table tr.alt,
#em-wrapper #location-form .location-form-where table tr:nth-of-type(even),
#buddypress #location-form .location-form-where table tr:nth-of-type(even) {
  background: #ffffff;
}
#em-wrapper #location-form .location-form-where table,
#buddypress #location-form .location-form-where table,
#em-wrapper #location-form .location-form-where tbody,
#buddypress #location-form .location-form-where tbody,
#em-wrapper #location-form .location-form-where tr,
#buddypress #location-form .location-form-where tr,
#em-wrapper #location-form .location-form-where td,
#buddypress #location-form .location-form-where td {
  display: block;
}
#em-wrapper #location-form .location-form-where th,
#buddypress #location-form .location-form-where th,
#em-wrapper #location-form .location-form-where td,
#buddypress #location-form .location-form-where td {
  padding: 0;
}
#em-wrapper #location-form .location-form-where th,
#buddypress #location-form .location-form-where th {
  padding-bottom: 5px;
  font-weight: normal;
}
#em-wrapper #location-form .location-form-where td em,
#buddypress #location-form .location-form-where td em {
  padding-bottom: 5px;
  display: block;
}
#em-wrapper #location-form .location-form-where .em-location-data,
#buddypress #location-form .location-form-where .em-location-data {
  float: none;
  width: 100%;
}
#em-wrapper #location-form .location-form-where .em-location-data input,
#buddypress #location-form .location-form-where .em-location-data input {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #location-form .location-form-where .em-location-data select,
#buddypress #location-form .location-form-where .em-location-data select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper #location-form .location-form-where .em-location-data input:focus,
#buddypress #location-form .location-form-where .em-location-data input:focus,
#em-wrapper #location-form .location-form-where .em-location-data select:focus,
#buddypress #location-form .location-form-where .em-location-data select:focus {
  color: black;
}
#em-wrapper #location-form .location-form-where .em-location-map-container,
#buddypress #location-form .location-form-where .em-location-map-container {
  float: none;
  width: 100%;
}
#em-wrapper .em-button.button.add-new-h2,
#buddypress .em-button.button.add-new-h2 {
  margin: 0;
}
#em-wrapper #locations-filter table,
#buddypress #locations-filter table {
  width: 100%;
}
#em-wrapper #locations-filter .tablenav,
#buddypress #locations-filter .tablenav {
  clear: both;
  padding-top: 10px;
  padding-bottom: 10px;
}
#em-wrapper #locations-filter .tablenav .alignleft,
#buddypress #locations-filter .tablenav .alignleft {
  float: none;
  margin: 0;
}
#em-wrapper #locations-filter .tablenav .alignleft #doaction2,
#buddypress #locations-filter .tablenav .alignleft #doaction2 {
  padding: 5px 10px;
}
#em-wrapper #locations-filter .tablenav .alignleft select,
#buddypress #locations-filter .tablenav .alignleft select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper #locations-filter .tablenav .alignleft select:focus,
#buddypress #locations-filter .tablenav .alignleft select:focus {
  color: black;
}
#em-wrapper .event-editor .wp-editor-container textarea.wp-editor-area,
#buddypress .event-editor .wp-editor-container textarea.wp-editor-area {
  border-width: 0px 1px 1px;
  border-style: solid;
  border-color: #ddd;
}
#em-wrapper .event-editor .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item,
#buddypress .event-editor .mce-edit-area.mce-container.mce-panel.mce-stack-layout-item {
  border-width: 0px 1px 0px !important;
  border-style: solid;
  border-color: #ddd;
}
#em-wrapper .event-editor #em-editor-content-tmce,
#buddypress .event-editor #em-editor-content-tmce,
#em-wrapper .event-editor #em-editor-content-html,
#buddypress .event-editor #em-editor-content-html {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
#em-wrapper #event-form .mce-toolbar .mce-btn button,
#buddypress #event-form .mce-toolbar .mce-btn button {
  border: 0;
}
#em-wrapper #event-form input[type=checkbox],
#buddypress #event-form input[type=checkbox] {
  position: relative;
  top: 2px;
}
#em-wrapper #event-form p input[type=submit],
#buddypress #event-form p input[type=submit] {
  background-color: #3067A2;
  color: white;
  font-weight: normal;
  padding: 9px 18px;
  border: 1px solid #eeeeee;
}
#em-wrapper #event-form p input[type=submit]:hover,
#buddypress #event-form p input[type=submit]:hover {
  background-color: #3971AD;
  color: azure;
}
#em-wrapper #event-form a.button,
#buddypress #event-form a.button {
  padding: 9px 18px;
  border: 1px solid #eeeeee;
}
#em-wrapper #event-form .wrap .event-form-name > i:after,
#buddypress #event-form .wrap .event-form-name > i:after {
  content: "Pflichtfeld";
  font-size: 13px;
  padding-bottom: 10px;
  display: inline-block;
}
.language-en #em-wrapper #event-form .wrap .event-form-name > i:after,
.language-en #buddypress #event-form .wrap .event-form-name > i:after {
  content: "mandatory";
}
#em-wrapper #event-form .wrap .event-form-when i:after,
#buddypress #event-form .wrap .event-form-when i:after,
#em-wrapper #event-form .wrap .event-form-where i:after,
#buddypress #event-form .wrap .event-form-where i:after {
  content: "Pflichtfeld";
  font-size: 11px;
  padding-bottom: 10px;
  display: inline-block;
}
.language-en #em-wrapper #event-form .wrap .event-form-when i:after,
.language-en #buddypress #event-form .wrap .event-form-when i:after,
.language-en #em-wrapper #event-form .wrap .event-form-where i:after,
.language-en #buddypress #event-form .wrap .event-form-where i:after {
  content: "mandatory";
}
#em-wrapper #event-form .wrap .event-form-name #event-name,
#buddypress #event-form .wrap .event-form-name #event-name {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #event-form .wrap .event-form-name select,
#buddypress #event-form .wrap .event-form-name select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  font-size: 14px;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper #event-form .wrap .event-form-name #event-name:focus,
#buddypress #event-form .wrap .event-form-name #event-name:focus,
#em-wrapper #event-form .wrap .event-form-name select:focus,
#buddypress #event-form .wrap .event-form-name select:focus {
  color: black;
}
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"],
#buddypress #event-form .wrap .event-form-bookings input[type="text"] {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #event-form .wrap .event-form-bookings label,
#buddypress #event-form .wrap .event-form-bookings label {
  width: 150px;
}
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_min,
#buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_min,
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_max,
#buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_max,
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_spaces,
#buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_spaces,
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_price,
#buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_price,
#em-wrapper #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-start.hasDatepicker,
#buddypress #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-start.hasDatepicker,
#em-wrapper #event-form .wrap .event-form-bookings .em-time-input.em-time-start,
#buddypress #event-form .wrap .event-form-bookings .em-time-input.em-time-start,
#em-wrapper #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-end.hasDatepicker,
#buddypress #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-end.hasDatepicker,
#em-wrapper #event-form .wrap .event-form-bookings .em-time-input.em-time-end,
#buddypress #event-form .wrap .event-form-bookings .em-time-input.em-time-end {
  width: auto;
  display: inline;
}
#em-wrapper #event-form .wrap .event-form-bookings input[type="text"]:focus,
#buddypress #event-form .wrap .event-form-bookings input[type="text"]:focus {
  color: black;
}
#em-wrapper #event-form .wrap .event-form-when,
#buddypress #event-form .wrap .event-form-when {
  overflow: hidden;
}
#em-wrapper #event-form .wrap .event-form-when #recurrence-frequency,
#buddypress #event-form .wrap .event-form-when #recurrence-frequency,
#em-wrapper #event-form .wrap .event-form-when #monthly-modifier,
#buddypress #event-form .wrap .event-form-when #monthly-modifier,
#em-wrapper #event-form .wrap .event-form-when #recurrence-weekday,
#buddypress #event-form .wrap .event-form-when #recurrence-weekday {
  width: auto;
  display: inline;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
}
#em-wrapper #event-form .wrap .event-form-when #start-time:focus,
#buddypress #event-form .wrap .event-form-when #start-time:focus,
#em-wrapper #event-form .wrap .event-form-when #end-time:focus,
#buddypress #event-form .wrap .event-form-when #end-time:focus,
#em-wrapper #event-form .wrap .event-form-when .em-date-range input:focus,
#buddypress #event-form .wrap .event-form-when .em-date-range input:focus,
#em-wrapper #event-form .wrap .event-form-when #end-days:focus,
#buddypress #event-form .wrap .event-form-when #end-days:focus,
#em-wrapper #event-form .wrap .event-form-when #recurrence-frequency:focus,
#buddypress #event-form .wrap .event-form-when #recurrence-frequency:focus,
#em-wrapper #event-form .wrap .event-form-when #monthly-modifier:focus,
#buddypress #event-form .wrap .event-form-when #monthly-modifier:focus,
#em-wrapper #event-form .wrap .event-form-when #recurrence-weekday:focus,
#buddypress #event-form .wrap .event-form-when #recurrence-weekday:focus {
  color: black;
}
#em-wrapper #event-form .wrap .event-form-when #end-days,
#buddypress #event-form .wrap .event-form-when #end-days {
  width: auto;
  display: inline;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #event-form .wrap .event-form-when #weekly-selector label,
#buddypress #event-form .wrap .event-form-when #weekly-selector label {
  display: initial;
}
#em-wrapper #event-form .wrap .event-form-when .em-date-range input,
#buddypress #event-form .wrap .event-form-when .em-date-range input {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
  margin-bottom: 11px;
}
#em-wrapper #event-form .wrap .event-form-when .em-date-range,
#buddypress #event-form .wrap .event-form-when .em-date-range {
  float: left;
  min-width: 218px;
  width: 47%;
  margin-right: 3%;
}
#em-wrapper #event-form .wrap .event-form-when .em-time-range,
#buddypress #event-form .wrap .event-form-when .em-time-range {
  float: left;
  min-width: 218px;
  width: 50%;
}
#em-wrapper #event-form .wrap .event-form-when .em-recurring-text,
#buddypress #event-form .wrap .event-form-when .em-recurring-text {
  clear: both;
}
#em-wrapper #event-form .wrap .event-form-when #start-time,
#buddypress #event-form .wrap .event-form-when #start-time,
#em-wrapper #event-form .wrap .event-form-when #end-time,
#buddypress #event-form .wrap .event-form-when #end-time {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #event-form .wrap .event-form-where table tr.even,
#buddypress #event-form .wrap .event-form-where table tr.even,
#em-wrapper #event-form .wrap .event-form-where table tr.alt,
#buddypress #event-form .wrap .event-form-where table tr.alt,
#em-wrapper #event-form .wrap .event-form-where table tr:nth-of-type(even),
#buddypress #event-form .wrap .event-form-where table tr:nth-of-type(even) {
  background: #ffffff;
}
#em-wrapper #event-form .wrap .event-form-where table,
#buddypress #event-form .wrap .event-form-where table,
#em-wrapper #event-form .wrap .event-form-where tbody,
#buddypress #event-form .wrap .event-form-where tbody,
#em-wrapper #event-form .wrap .event-form-where tr,
#buddypress #event-form .wrap .event-form-where tr,
#em-wrapper #event-form .wrap .event-form-where td,
#buddypress #event-form .wrap .event-form-where td {
  display: block;
}
#em-wrapper #event-form .wrap .event-form-where th,
#buddypress #event-form .wrap .event-form-where th,
#em-wrapper #event-form .wrap .event-form-where td,
#buddypress #event-form .wrap .event-form-where td {
  padding: 0;
}
#em-wrapper #event-form .wrap .event-form-where th,
#buddypress #event-form .wrap .event-form-where th {
  padding-bottom: 5px;
  font-weight: normal;
  font-size: 13px;
}
#em-wrapper #event-form .wrap .event-form-where td em,
#buddypress #event-form .wrap .event-form-where td em {
  padding-bottom: 5px;
  display: block;
}
#em-wrapper #event-form .wrap .event-form-where .em-location-data,
#buddypress #event-form .wrap .event-form-where .em-location-data {
  float: none;
  width: 100%;
}
#em-wrapper #event-form .wrap .event-form-where .em-location-data input,
#buddypress #event-form .wrap .event-form-where .em-location-data input {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 6px;
}
#em-wrapper #event-form .wrap .event-form-where .em-location-data select,
#buddypress #event-form .wrap .event-form-where .em-location-data select {
  width: 100%;
  border: 1px solid #ccc;
  background: #fafafa;
  border-radius: 0;
  color: #888;
  padding: 4px;
  margin-bottom: 11px;
}
#em-wrapper #event-form .wrap .event-form-where .em-location-data input:focus,
#buddypress #event-form .wrap .event-form-where .em-location-data input:focus,
#em-wrapper #event-form .wrap .event-form-where .em-location-data select:focus,
#buddypress #event-form .wrap .event-form-where .em-location-data select:focus {
  color: black;
}
#em-wrapper #event-form .wrap .event-form-where .em-location-map-container,
#buddypress #event-form .wrap .event-form-where .em-location-map-container {
  float: none;
  width: 100%;
}
div.time-picker li {
  -moz-box-sizing: initial;
  -webkit-box-sizing: initial;
  box-sizing: initial;
}
.event .event-edit-link {
  float: right;
  padding-top: 15px;
}
.event .event-edit-link a {
  color: #3971ad;
  cursor: pointer;
  font-size: 12px;
  font-weight: normal;
  outline: medium none;
  text-align: center;
  padding: 10px 18px;
  text-decoration: none;
  border: 1px solid #eeeeee;
  background-color: #ffffff;
}
.event .event-edit-link a:hover {
  color: #3971ad;
  outline: medium none;
  text-decoration: none;
  border: 1px solid #eeeeee;
  background-color: #f8f8f8;
}
.event .event-edit-link a:active {
  -webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.event .row.row-list.clearfix {
  display: none;
}
.event .event-categories a {
  color: #3067A2;
}
.event .meta_attendees,
.event .meta_timedatelocation {
  width: 50%;
  float: left;
}
.event .meta_attendees .attendee_toggler {
  position: relative;
}
.event hr {
  clear: left;
}
.event-list-item {
  position: relative;
  padding: 15px 0px 35px;
  border-top: 1px solid #ddd;
}
.event-list-item .event-thumb {
  padding-top: 20px;
}
.event-list-item .event-list-details p:last-child {
  margin-bottom: 0;
}
.event-list-item .event-list-details h1 {
  max-width: 80%;
  max-width: calc(100% - 150px);
}
.event-list-item .event-list-details h1 a {
  font-size: 20px;
  font-weight: normal;
}
.event-list-item .event-list-details .event-button {
  display: inline-block;
  padding: 9px 18px;
  border: 1px solid #eeeeee;
  font-size: 12px;
}
.event-list-item a {
  color: #3067A2;
}
.event-list-item:last-of-type {
  border-bottom: 1px solid #ddd;
}
div.css-search {
  border: none;
}
div.css-search div.em-search-advanced label {
  float: none;
}
div.css-search .em-search-advanced {
  background-color: #ddd;
}
div.css-search .em-search-advanced .em-search-field {
  padding: 0;
}
div.css-search .em-search-advanced .em-search-scope.em-search-field {
  display: table-cell;
  vertical-align: top;
  width: 32.75%;
  padding-left: 8px;
}
div.css-search .em-search-advanced #category-land {
  padding-bottom: 30px;
  display: table-cell;
  vertical-align: top;
  width: 35%;
  padding-left: 15px;
}
div.css-search .em-search-advanced #category-land select {
  width: 98%;
}
div.css-search .em-search-advanced #category-land .em-search-country label {
  margin-top: 6px;
}
div.css-search .em-search-advanced label {
  min-width: 0 !important;
  margin-top: 8px;
}
div.css-search input.em-search-text {
  padding: 4px 8px 4px 25px !important;
  margin: 10px 0px 6px 10px;
  float: left;
  background: #fff url('img/search-mag-ico.png') 5px 4px no-repeat !important;
}
div.css-search input.em-search-geo {
  padding: 4px 8px 4px 25px !important;
  margin: 10px 0px 6px 17px;
  float: left;
  background: #fff url('img/search-geo.png') 5px 4px no-repeat !important;
}
div.css-search div.em-search-main {
  background-color: #ddd;
}
div.css-search div.em-search-main .em-search-submit {
  background-image: none;
  background-color: white;
  text-shadow: none;
  color: #3067A2;
  top: 15px;
  right: 15px;
  -webkit-border-radius: 0;
  border-radius: 0;
  padding: 5px 25px;
}
div.css-search div.em-search-main .em-search-submit:hover {
  background-image: none;
  background-color: white;
  font-size: 14px;
  box-shadow: inset 0 0 5px #ddd;
}
.em-date-input-loc.em-date-start.hasDatepicker {
  margin-bottom: 8px;
}
#em-wrapper .em-search-advanced .em-search-field input[type="text"] {
  margin-left: 0;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #669ad2 !important;
  border: 1px solid #b5cee9 !important;
}
div.css-search input,
div.css-search select,
div.css-search option,
div.css-search div,
div.css-search span {
  width: 100%;
}
div.css-search.has-search-geo.has-search-term input.em-search-text,
div.css-search.has-search-geo.has-search-term input.em-search-geo {
  width: 35%;
}
div.css-search.has-advanced div.em-search-main {
  overflow: hidden;
  border-bottom: 3px solid #3067A2;
}
.attendees_container {
  position: absolute;
  right: 50%;
  display: none;
}
.attendees_container .attendees_list {
  position: relative;
  right: -50%;
  border: 2px solid #dadada;
  background-color: #f4f4f4;
  box-shadow: 0px 0px 5px black;
  z-index: 5;
  overflow: auto;
  height: 400px;
  width: 250px;
  padding: 15px;
}
.attendees_container .attendees_list .close_list {
  width: 25px;
  height: 25px;
  right: 15px;
  position: absolute;
  top: 15px;
  cursor: pointer;
}
.attendees_container .attendees_list .close_list:after {
  content: "\e0b8";
  font-family: "mtm-com" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  speak: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 25px;
}
.attendees_container .attendees_list .event-attendees {
  float: left;
  list-style: none;
  line-height: 65px;
  width: 33.3333%;
}
.attendees_container .attendees_list .event-attendees:last-of-type {
  width: 66.6666%;
}
.attendees_container .attendees_list .event-attendees li {
  border-bottom: 1px solid #ccc;
}
#event_header .button {
  background-color: #0A5096;
  color: white;
  transition: all 0.15s;
  border: 0;
  border-radius: 3px;
}
#event_header .button:hover {
  background-color: #0d69c6;
}
#posts-filter .event-search,
#locations-filter .event-search {
  padding: 7px;
  background-color: #dbe2e9;
}
#posts-filter .event-search:before,
#locations-filter .event-search:before,
#posts-filter .event-search:after,
#locations-filter .event-search:after {
  display: table;
  content: "";
}
#posts-filter .event-search:after,
#locations-filter .event-search:after {
  clear: both;
}
#posts-filter .event-search select,
#locations-filter .event-search select {
  margin: 0;
  float: left;
  padding: 6px 6px 5px;
  height: 30px;
  border: 1px solid #ccc;
  margin-right: 7px;
}
#posts-filter .event-search input,
#locations-filter .event-search input {
  margin: 0;
  float: left;
}
#posts-filter .event-search input[type=text],
#locations-filter .event-search input[type=text] {
  margin-right: 7px;
  height: 30px;
  width: 60%;
  width: calc(100% - 178px);
}
#posts-filter .event-search input[type=submit],
#locations-filter .event-search input[type=submit] {
  width: 171px;
  padding: 7px;
  height: 30px;
}
@media only screen and (max-width: 480px) {
  #posts-filter .event-search select,
  #locations-filter .event-search select {
    width: 100%!important;
    margin-right: 0;
  }
  #posts-filter .event-search input,
  #locations-filter .event-search input {
    margin: 0;
    float: left;
  }
  #posts-filter .event-search input[type=text],
  #locations-filter .event-search input[type=text] {
    margin-right: 0;
    height: 30px;
    width: 100%;
  }
  #posts-filter .event-search input[type=submit],
  #locations-filter .event-search input[type=submit] {
    margin-top: 7px;
    width: 100%;
    padding: 7px;
    height: 30px;
  }
  div.css-search input.em-search-text {
    padding: 4px 8px 4px 25px;
    margin: 0 0 0 12px;
    float: none;
  }
  div.css-search input.em-search-geo {
    padding: 4px 8px 4px 25px;
    margin: 0 0 0 12px;
    float: none;
  }
  div.css-search.has-search-geo.has-search-term input.em-search-text,
  div.css-search.has-search-geo.has-search-term input.em-search-geo {
    width: 46%;
  }
  #em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_min,
  #buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_min,
  #em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_max,
  #buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_max,
  #em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_spaces,
  #buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_spaces,
  #em-wrapper #event-form .wrap .event-form-bookings input[type="text"].ticket_price,
  #buddypress #event-form .wrap .event-form-bookings input[type="text"].ticket_price,
  #em-wrapper #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-start.hasDatepicker,
  #buddypress #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-start.hasDatepicker,
  #em-wrapper #event-form .wrap .event-form-bookings .em-time-input.em-time-start,
  #buddypress #event-form .wrap .event-form-bookings .em-time-input.em-time-start,
  #em-wrapper #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-end.hasDatepicker,
  #buddypress #event-form .wrap .event-form-bookings .em-date-input-loc.em-date-end.hasDatepicker,
  #em-wrapper #event-form .wrap .event-form-bookings .em-time-input.em-time-end,
  #buddypress #event-form .wrap .event-form-bookings .em-time-input.em-time-end {
    width: 100%;
    display: block;
  }
  #em-wrapper #dbem-bookings-table,
  #buddypress #dbem-bookings-table {
    display: block;
  }
  #em-wrapper #dbem-bookings-table thead,
  #buddypress #dbem-bookings-table thead {
    display: none;
  }
  #em-wrapper #dbem-bookings-table tbody,
  #buddypress #dbem-bookings-table tbody,
  #em-wrapper #dbem-bookings-table tr,
  #buddypress #dbem-bookings-table tr,
  #em-wrapper #dbem-bookings-table td,
  #buddypress #dbem-bookings-table td {
    display: block;
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(1):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(1):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(1):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(1):before {
    content: "Name: ";
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(2):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(2):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(2):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(2):before {
    content: "Veranstaltung: ";
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(3):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(3):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(3):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(3):before {
    content: "Teilnehmer: ";
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(4):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(4):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(4):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(4):before {
    content: "Status: ";
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(5):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(5):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(5):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(5):before {
    content: "Kosten: ";
  }
  #em-wrapper #dbem-bookings-table tbody td:nth-of-type(6):before,
  #buddypress #dbem-bookings-table tbody td:nth-of-type(6):before,
  #em-wrapper #dbem-bookings-table tr td:nth-of-type(6):before,
  #buddypress #dbem-bookings-table tr td:nth-of-type(6):before {
    content: "Optionen: ";
  }
  #em-wrapper #locations-filter table,
  #buddypress #locations-filter table {
    display: block;
    clear: both;
  }
  #em-wrapper #locations-filter table thead,
  #buddypress #locations-filter table thead,
  #em-wrapper #locations-filter table tfoot,
  #buddypress #locations-filter table tfoot {
    display: none;
  }
  #em-wrapper #locations-filter table tbody,
  #buddypress #locations-filter table tbody {
    display: block;
  }
  #em-wrapper #locations-filter table tbody tr:nth-of-type(2n+1),
  #buddypress #locations-filter table tbody tr:nth-of-type(2n+1) {
    background-color: #F5F5F5;
  }
  #em-wrapper #locations-filter table tbody tr,
  #buddypress #locations-filter table tbody tr {
    display: block;
  }
  #em-wrapper #locations-filter table tbody tr td,
  #buddypress #locations-filter table tbody tr td {
    display: block;
  }
  #em-wrapper #locations-filter table tbody tr td .row-selector,
  #buddypress #locations-filter table tbody tr td .row-selector {
    margin: 0;
    cursor: pointer;
  }
  #em-wrapper #locations-filter table tbody tr td .row-selector:after,
  #buddypress #locations-filter table tbody tr td .row-selector:after {
    content: "Auswählen";
    display: block;
    margin-left: 20px;
    cursor: pointer;
  }
  #em-wrapper .wrap .events-table,
  #buddypress .wrap .events-table {
    display: block;
    width: 100%;
  }
  #em-wrapper .wrap .events-table thead,
  #buddypress .wrap .events-table thead {
    display: none;
  }
  #em-wrapper .wrap .events-table tbody,
  #buddypress .wrap .events-table tbody {
    display: block;
    width: 100%;
  }
  #em-wrapper .wrap .events-table tbody tr,
  #buddypress .wrap .events-table tbody tr {
    display: block;
    width: 100%;
  }
  #em-wrapper .wrap .events-table tbody tr td,
  #buddypress .wrap .events-table tbody tr td {
    display: block;
    width: 100%;
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }
  #em-wrapper .wrap .events-table tbody tr td:last-child,
  #buddypress .wrap .events-table tbody tr td:last-child {
    border-bottom: 1px solid #dbe2e9;
  }
  #em-wrapper .wrap .events-table .event td:nth-of-type(2) a:after,
  #buddypress .wrap .events-table .event td:nth-of-type(2) a:after {
    display: inline;
    content: "Veranstaltung kopieren";
  }
  #em-wrapper .wrap .event_nav ul.event_nav_list li,
  #buddypress .wrap .event_nav ul.event_nav_list li {
    display: block;
    float: none;
  }
  #em-wrapper .wrap .event_nav ul.event_nav_list li a,
  #buddypress .wrap .event_nav ul.event_nav_list li a {
    display: block;
    border-left: 1px solid #dbe2e9;
    border-top: 0;
  }
  #em-wrapper .wrap .event_nav ul.event_nav_list li:first-of-type a,
  #buddypress .wrap .event_nav ul.event_nav_list li:first-of-type a {
    border-top: 1px solid #dbe2e9;
  }
  #buddypress .em-my-bookings .table-wrap table,
  #buddypress .em-my-bookings .table-wrap tbody,
  #buddypress .em-my-bookings .table-wrap tr,
  #buddypress .em-my-bookings .table-wrap td {
    display: block;
  }
  #buddypress .em-my-bookings .table-wrap thead {
    display: none;
  }
  #buddypress .em-my-bookings .table-wrap table tbody tr td:nth-of-type(1):before {
    content: "Name: ";
  }
  #buddypress .em-my-bookings .table-wrap table tbody tr td:nth-of-type(2):before {
    content: "Datum: ";
  }
  #buddypress .em-my-bookings .table-wrap table tbody tr td:nth-of-type(3):before {
    content: "Teilnehmer: ";
  }
  #buddypress .em-my-bookings .table-wrap table tbody tr td:nth-of-type(4):before {
    content: "Status: ";
  }
  #buddypress .em-my-bookings .table-wrap table tbody tr td:nth-of-type(5):before {
    content: "Optionen: ";
  }
}
.groups.invite-anyone .group_members .main-column #message {
  display: none;
}
.groups.invite-anyone #invite-anyone-member-list {
  display: none;
}
.groups.invite-anyone .group_members .left-menu p:last-of-type {
  display: none;
}
.groups.invite-anyone .left-menu,
.groups.invite-anyone .group-create .left-menu {
  float: none;
  width: auto;
  margin-bottom: 2em;
}
.groups.invite-anyone .main-column,
.groups.invite-anyone .group-create .main-column,
.groups.invite-anyone div#content .main-column {
  float: none;
  width: auto;
  margin-left: 0;
  margin-bottom: 2em;
}
.groups.invite-anyone #create-group-form ul.first,
.groups.invite-anyone #send-invite-form ul.first {
  padding-left: 0;
}
.groups.invite-anyone #create-group-form ul.first li input,
.groups.invite-anyone #send-invite-form ul.first li input {
  width: 100%;
}
.single-event #content h1 {
  margin-top: 0;
  color: #0A5096;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
}
.single-event #content .clear:after,
.single-event #content .clear:before {
  display: table;
  content: "";
}
.single-event #content .clear:after {
  clear: both;
}
.single-event #content #event-item-header {
  margin-bottom: 20px;
}
.single-event #content #event-item-header-content {
  margin-bottom: 10px;
}
.single-event #content #event-item-header-content [class*=item] span {
  float: left;
  margin: 1px 6px 0 0;
}
.single-event #content #event-user-info [class*=event] {
  float: left;
}
.single-event #content #event-user-info .event-user-link {
  margin-left: 15px;
}
.single-event #content #event-user-info .event-user-avatar {
  margin-bottom: 10px;
}
.single-event #content .maps {
  margin-top: 30px;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ddd;
}
.single-event #content #item-actions {
  margin-bottom: 10px;
}
.single-event #content #item-actions [class*=item] a {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  cursor: pointer;
  font-family: inherit;
  line-height: normal;
  margin: 0 0 1.25em;
  position: relative;
  -webkit-appearance: none;
  border: 1px solid #bbb;
  font-weight: normal;
  background: #fff;
  color: #777;
  font-size: small;
  outline: none;
  padding: 4px 10px;
  text-decoration: none;
  width: 190px;
  max-width: 100%;
  margin-bottom: 5px;
  text-align: left;
  display: inline-block;
}
.single-event #content #item-actions [class*=item] a:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
.single-event #content #item-actions [class*=item] a:hover:before {
  color: #666;
}
.single-event #content #item-actions [class*=item] a:before {
  font-family: "mtm-com" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 6px;
  vertical-align: middle;
  color: #cfcfcf;
  text-indent: 0;
  font-size: 13px;
  padding-bottom: 2px;
}
.single-event #content #item-actions .item-edit-link a:before {
  content: "\e13c";
}
.single-event #content #item-actions .item-ical-link a:before {
  content: "\e10e";
}
.single-event #content #item-actions .item-back-link a:before {
  content: "\e0bd";
}
.single-event #content .event-attendees img.avatar {
  margin: 2px 2px 2px 2px;
}
.single-event #content ul.event-attendees {
  list-style: none;
}
.single-event #content ul.event-attendees li {
  display: block;
  float: left;
}
.single-event #content ul.event-attendees:after {
  display: table;
  clear: both;
  content: "";
}
.row-actions {
  position: absolute;
  right: 0;
  top: 30px;
}
.row-actions a {
  margin-top: 5px;
  display: block;
  background: #fff;
  border: 1px solid #ccc;
  color: #777;
  font-size: small;
  cursor: pointer;
  outline: none;
  padding: 1px 10px;
  text-align: center;
  text-decoration: none;
}
.row-actions a.em-event-delete:before {
  content: "\e0b8";
}
.row-actions a.em-event-clone:before {
  content: "\e023";
}
.row-actions a.em-event-edit:before {
  content: "\e036";
}
.row-actions a:before {
  font-family: "mtm-com" !important;
  font-style: normal !important;
  font-weight: normal !important;
  font-variant: normal !important;
  text-transform: none !important;
  line-height: 1.1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 4px;
  font-size: 16px;
  color: #cfcfcf;
  text-indent: 0;
  padding-bottom: 3px;
  vertical-align: middle;
}
.row-actions a:hover {
  background: #ededed;
  border: 1px solid #bbb;
  color: #555;
  outline: none;
  text-decoration: none;
}
.row-actions a:hover:before {
  color: #666;
}
.em-search-wrapper form {
  padding: 10px;
  background-color: #DBE2E9;
  line-height: 20px;
}
.em-search-wrapper form label {
  margin-bottom: 0;
}
.em-search-wrapper form:before,
.em-search-wrapper form:after {
  display: table;
  content: "";
  clear: both;
}
.em-search-wrapper form .em-search-field {
  width: calc(100% - 119px);
  float: left;
}
.em-search-wrapper form input {
  margin-bottom: 0px;
  padding: 6px;
  border: 1px solid #ccc;
  line-height: inherit;
}
.em-search-wrapper form button {
  float: left;
  border: 1px solid #d9dada;
  width: 109px;
  min-width: 109px;
  max-width: 109px;
  padding: 0 35px;
  line-height: 32px;
  margin-left: 10px;
  margin-bottom: 0;
}
.em-search-wrapper .clearfix {
  display: none;
}
#optin_form {
  font: 400 13px/20px arial, verdana;
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #dbe2e9;
  display: block;
}
#optin_form #cancel-group-proposal,
#optin_form button {
  padding: 9px 18px;
  display: inline-block;
  line-height: 18px;
  border: 1px solid #ccc;
}
#optin_form label {
  font: inherit;
  display: inline-block;
}
#optin_form input:not([type=radio]),
#optin_form select {
  height: 34px;
}
#optin_form input[type=radio] {
  margin-right: 5px;
  margin-left: 20px;
  vertical-align: text-top;
}
#optin_form input,
#optin_form textarea {
  margin-bottom: 20px;
}
#optin_form textarea,
#optin_form input:not([type=radio]),
#optin_form select {
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid #ddd !important;
  font-size: 12px;
}
#optin_form .mandatory .first > label:after {
  content: "*";
}
#optin_form .element .validation {
  display: none;
}
#optin_form .element.invalid .validation {
  display: block;
  color: #ee762c;
  font-weight: bold;
}
div#post-mention {
  display: none!important;
}
#event-item-header .item-cat span:last-child {
  font-size: 0;
}
#em-booking > .em-booking-form {
  overflow: auto;
  font: 400 13px/20px arial, verdana;
  background: #f6f6f6;
  padding: 20px;
  border: 1px solid #dbe2e9;
  display: block;
  color: black;
}
#em-booking > .em-booking-form .form-tip {
  line-height: 22px;
}
#em-booking > .em-booking-form label {
  display: block;
  width: auto;
  float: none;
  padding-bottom: 5px;
}
#em-booking > .em-booking-form input[type=text],
#em-booking > .em-booking-form textarea,
#em-booking > .em-booking-form select {
  padding: 6px 12px;
  border-radius: 0;
  border: 1px solid #ddd !important;
  width: 100%;
}
#em-booking > .em-booking-form textarea {
  resize: vertical;
}
#em-booking > .em-booking-form .input-group.input-checkbox {
  margin: 1.25em 0;
  padding-left: 20px;
  position: relative;
}
#em-booking > .em-booking-form .input-group.input-checkbox input {
  position: absolute;
  top: 1px;
  left: 0;
}
#em-booking > .em-booking-form .em-booking-form-details {
  width: 100%;
  font-size: 13px;
}
#em-booking > .em-booking-form .em-booking-form-details p,
#em-booking > .em-booking-form .em-booking-form-details label,
#em-booking > .em-booking-form .em-booking-form-details span,
#em-booking > .em-booking-form .em-booking-form-details form,
#em-booking > .em-booking-form .em-booking-form-details input,
#em-booking > .em-booking-form .em-booking-form-details textarea {
  font-size: inherit;
  color: inherit;
}
#em-booking > .em-booking-form span.input-group input {
  position: relative;
  top: 2px;
  margin: 0 5px 0 -20px;
}
#em-booking > .em-booking-form span.input-group {
  display: block;
  margin: 10px 20px;
  line-height: 24px;
}
#em-booking #em-booking-submit {
  padding: 9px 18px;
  display: inline-block;
  line-height: 18px;
  border: 1px solid #ccc;
}
#lang_select_3 {
  float: left;
}
#lang_select_3 ul {
  line-height: 25px;
  border-right: 1px solid #ddd;
  margin: 5px 9px 5px 0;
}
.register #lang_select_3 ul,
.login #lang_select_3 ul {
  border-right: 0;
  margin: 5px 0;
}
#lang_select_3 ul li {
  list-style-type: none;
  display: inline-block;
  padding-right: 15px;
}
#lang_select_3 ul li a {
  font-weight: 700;
  color: #00509F;
}
@media all and (max-width: 768px) {
  .row-actions {
    width: 100%;
    position: static;
  }
  .event-list-item .event-thumb img {
    width: 100%;
  }
  div.header div.header-links {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    padding: 0 20px;
  }
  #lang_select_3 ul {
    border-right: 0 solid #ddd;
  }
}
/* Don't show certain Fields */
/*Load More Comments button*/
body #buddypress li.load-more-comments {
  text-align: center;
  border: none;
  background-color: transparent;
  outline: none;
}
body #buddypress li.load-more-comments a {
  text-align: center;
  background-color: #0058B3;
  border: none;
  outline: none;
  color: white;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 16px;
  padding: 10px 16px;
  border-radius: 5px;
}
li.load-more-comments a {
  padding: 6px 10px;
  font-weight: bold;
  border: 1px solid #fff;
  outline: 1px solid #eee;
  background: none repeat scroll 0 0 #f8f8f8;
  color: #4d4d4d;
}
/*Custom group section*/
article .mce-container button:hover {
  border: 0;
}
.forum-titles .bbp-forum-info {
  opacity: 0;
}
.groups #groups-dir-list #groups-list div.column,
#buddypress .groups #groups-list div.column {
  padding: 10px;
}
.groups #groups-dir-list #groups-list div.column .group-container,
#buddypress .groups #groups-list div.column .group-container {
  box-shadow: 0px 0px 10px #00000029;
  padding: 30px 15px 15px 15px;
  display: block;
  min-height: 446px;
  background-color: #ffffff;
}
.groups #groups-dir-list #groups-list div.column .group-container .item-avatar,
#buddypress .groups #groups-list div.column .group-container .item-avatar {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
}
.groups #groups-dir-list #groups-list div.column .group-container .item-avatar img.avatar,
#buddypress .groups #groups-list div.column .group-container .item-avatar img.avatar {
  width: 134px;
  border-radius: 50%;
  border: 3px solid #DFE6EC;
}
.groups #groups-dir-list #groups-list div.column .group-container .item,
#buddypress .groups #groups-list div.column .group-container .item {
  margin: 0;
  width: 100%;
}
.groups #groups-dir-list #groups-list div.column .group-container .item .item-title,
#buddypress .groups #groups-list div.column .group-container .item .item-title {
  text-align: center;
}
.groups #groups-dir-list #groups-list div.column .group-container .item .item-title a,
#buddypress .groups #groups-list div.column .group-container .item .item-title a {
  font-size: 20px;
  color: #0058B3;
  line-height: 26px;
}
.groups #groups-dir-list #groups-list div.column .group-container .item .item-desc,
#buddypress .groups #groups-list div.column .group-container .item .item-desc {
  text-align: center;
  margin-top: 15px;
}
.groups #groups-dir-list #groups-list div.column .group-container .item .item-desc p,
#buddypress .groups #groups-list div.column .group-container .item .item-desc p {
  font-size: 14px;
  color: #58585A;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.groups #groups-dir-list #groups-list div.column .group-container .join-group-action,
#buddypress .groups #groups-list div.column .group-container .join-group-action {
  text-align: center;
}
.groups #groups-dir-list #groups-list div.column .group-container .join-group-action .group-button,
#buddypress .groups #groups-list div.column .group-container .join-group-action .group-button {
  display: inline-block;
}
.groups #groups-dir-list #groups-list div.column .group-container .join-group-action .group-button .button-text,
#buddypress .groups #groups-list div.column .group-container .join-group-action .group-button .button-text {
  width: min-content;
  text-align: left;
}
/*Custom Member section*/
#members-list.member-squares .mtm-single-member {
  padding: 15px;
  display: inline-block;
}
#members-list.member-squares .mtm-single-member .member-content {
  box-shadow: 0px 0px 10px #00000029;
  padding: 30px 15px 15px 15px;
  display: block;
  min-height: 407px;
  background-color: #ffffff;
}
#members-list.member-squares .mtm-single-member .member-content .text-content {
  min-height: 273px;
}
#members-list.member-squares .mtm-single-member .member-content .member-information {
  margin-top: 20px;
  text-align: center;
}
#members-list.member-squares .mtm-single-member .member-content .member-information > * {
  font-size: 20px;
  line-height: 26px;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions {
  margin-top: 30px;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions #send-private-message {
  float: right;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions .friendship-button,
.friends-suggestions-list .friendship-button,
#members-list.member-squares .mtm-single-member .member-content .member-actions #send-private-message {
  max-width: 160px;
  display: inline-block;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions .friendship-button a,
.friends-suggestions-list .friendship-button a,
#members-list.member-squares .mtm-single-member .member-content .member-actions #send-private-message a {
  border: 2px solid #E9EDF2;
  border-radius: 31px;
  padding: 8px 18px 8px 13px;
  color: #0058B3;
  line-height: 16px;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions .friendship-button a i.las,
.friends-suggestions-list .friendship-button a i.las,
#members-list.member-squares .mtm-single-member .member-content .member-actions #send-private-message a i.las {
  vertical-align: super;
  font-size: 24px;
  color: #0058B3;
}
#members-list.member-squares .mtm-single-member .member-content .member-actions .friendship-button a .button-text,
.friends-suggestions-list .friendship-button a .button-text,
#members-list.member-squares .mtm-single-member .member-content .member-actions #send-private-message a .button-text {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #0058B3;
  font-size: 13px;
  width: 64px;
}
#members-list.member-squares .mtm-single-member .item-avatar {
  position: relative;
  width: auto;
}
#members-list.member-squares .mtm-single-member .item-avatar img.avatar {
  width: 134px;
  border-radius: 50%;
  border: 3px solid #DFE6EC;
}
/*

Begin FAU Facelift

 */
/*New main nav*/
.mtm_network_widget #activity-stream {
  padding-top: 0 !important;
}
.blog #secondary_container {
  display: none;
}
.side-navigation {
  width: 60px;
  height: -webkit-fill-available;
  height: 100%;
  background-color: #0058B3;
  display: block;
  position: fixed;
  top: 0;
  z-index: 10000;
}
.side-navigation:hover {
  width: auto;
}
.side-navigation:hover .nav-header {
  text-align: right;
}
.side-navigation:hover .nav-header .logo-holder {
  display: inline-block;
}
.side-navigation:hover .navigation {
  width: 218px;
}
.side-navigation:hover .navigation #box-me #my-profile {
  display: block;
}
.side-navigation:hover .navigation #site-navigation .menu-item {
  width: 218px;
}
.side-navigation:hover .navigation #site-navigation .menu-item span.text {
  width: 218px;
  opacity: 1;
  padding: 12px 10px 12px 50px;
}
.side-navigation .nav-header {
  padding: 15px 15px 30px 14px;
  text-align: left;
}
.side-navigation .nav-header .mobile-toggle .la-bars {
  font-size: 32px;
  color: #ffffff;
}
.side-navigation .nav-header .logo-holder {
  float: left;
  padding-top: 0;
  display: none;
  margin-left: -5px;
}
.side-navigation .nav-header .logo-holder .logo {
  width: 113px;
  height: 53px;
}
.side-navigation #box-me {
  margin-bottom: 20px;
  height: 53px;
}
.side-navigation #box-me .avatar {
  width: 38px;
  height: 38px;
  max-width: 38px;
  border-radius: 50%;
  border: 3px solid #DFE6EC;
  margin-left: -7px;
}
.side-navigation #box-me #my-profile {
  color: #ffffff;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  margin-top: 6px;
  display: none;
}
.side-navigation #box-me:hover #my-profile {
  color: #000000;
}
.side-navigation .navigation {
  position: relative;
  width: 60px;
}
.side-navigation .navigation #site-navigation .bp-home .matoma_icon::before {
  content: "\f015";
}
.side-navigation .navigation #site-navigation .menu-item-29 .matoma_icon::before,
.side-navigation .navigation #site-navigation .menu-item-62 .matoma_icon::before {
  content: "\f1ea";
}
.side-navigation .navigation #site-navigation .menu-item-5470 .matoma_icon::before,
.side-navigation .navigation #site-navigation .menu-item-5509 .matoma_icon::before {
  content: "\f0c0";
}
.side-navigation .navigation #site-navigation .bp-members .matoma_icon::before {
  content: "\f007";
}
.side-navigation .navigation #site-navigation .menu-item-5469 .matoma_icon::before,
.side-navigation .navigation #site-navigation .menu-item-5512 .matoma_icon::before {
  content: "\f0eb";
}
.side-navigation .navigation #site-navigation .bp-messages-nav .matoma_icon::before {
  content: "\f0e0";
}
.side-navigation .navigation #site-navigation .bp-events .matoma_icon::before {
  content: "\f133";
}
.side-navigation .navigation #site-navigation .bp-groups .matoma_icon::before {
  content: "\f500";
}
.side-navigation .navigation #site-navigation .menu-item {
  border: none;
  width: 60px;
}
.side-navigation .navigation #site-navigation .menu-item span.text,
.side-navigation .navigation #site-navigation .menu-item i {
  color: #ffffff;
}
.side-navigation .navigation #site-navigation .menu-item span.text {
  padding-left: 50px;
  font-size: 14px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  width: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  height: 43px;
}
.side-navigation .navigation #site-navigation .menu-item i {
  font-size: 24px;
  position: absolute;
  margin-top: 9px;
  margin-left: 16px;
}
.side-navigation .navigation #site-navigation .menu-item:hover,
.side-navigation .navigation #site-navigation .menu-item.current_page_item:hover {
  background-color: #ffffff !important;
}
.side-navigation .navigation #site-navigation .menu-item:hover span.text,
.side-navigation .navigation #site-navigation .menu-item.current_page_item:hover span.text {
  color: #000000;
}
.side-navigation .navigation #site-navigation .menu-item:hover i,
.side-navigation .navigation #site-navigation .menu-item.current_page_item:hover i {
  color: #0058B3;
}
.side-navigation .navigation #site-navigation .menu-item.current_page_item,
.side-navigation .navigation #site-navigation .menu-item.current-menu-item {
  background-color: rgba(255, 255, 255, 0.21);
  border-left: 5px solid #003865;
}
.side-navigation .navigation #site-navigation .menu-item.current_page_item i.matoma_icon,
.side-navigation .navigation #site-navigation .menu-item.current-menu-item i.matoma_icon {
  margin-left: 11px;
}
.post-actions .comment-section {
  display: inline-block;
}
.post-actions .heart-post {
  margin-left: 30px;
  padding-left: 10px;
  border-left: 1px solid #DDE5F0;
  display: inline-block;
}
.post-actions .heart-post i {
  color: #0058B3;
  font-size: 22px;
}
/*Mobile CLearfix*/
@media only screen and (max-width: 768px) {
  body div.small-navigation div.small-navigation-container {
    display: none;
  }
  body div.navigation #box-me img.avatar {
    width: 38px;
    height: 38px;
    border: 3px solid #DFE6EC;
  }
  body .side-navigation div.navigation {
    background-color: transparent;
    margin-left: 0;
    display: block !important;
  }
}
/*Header changes*/
div.clearfix.header {
  height: 92px;
}
/*Page container*/
#page-container #page {
  margin: 0;
}
/*Primary Container*/
#primary {
  border: none;
  margin-top: 0;
  padding-top: 0;
}
#primary .entry-content {
  padding-top: 0;
}
/*Footer*/
body {
  padding-bottom: 0 !important;
}
#kh_category {
  max-width: 300px;
}
#kh_text {
  max-width: 410px;
  text-align: center;
}
#kh_sort {
  max-width: 190px;
}
#kh_form {
  margin-top: -127px;
  margin-bottom: 60px;
}
#kh_category,
#kh_text,
#kh_sort {
  padding: 15px;
  width: 100%;
  border: 2px solid #E9EDF2;
  border-radius: 31px;
  color: #0058B3;
  box-shadow: 0px 3px 6px #00000029;
  margin-right: 23px;
}
#kh_category:focus,
#kh_text:focus,
#kh_sort:focus {
  outline: none;
}
.directory.members #theme-content,
.groups.directory #theme-content {
  padding-bottom: 70px;
}
.page-id-3114 #page #main {
  padding-bottom: 70px;
}
#abar_sidebar_custom {
  margin-top: 85px;
  right: 0;
}
#abar_sidebar_custom img {
  margin-bottom: 20px;
  width: 350px;
}
footer#footer {
  background-color: #ffffff;
  position: relative;
  margin-top: 60px;
  margin-bottom: 30px;
}
footer#footer .column span,
footer#footer .column a {
  color: #0058B3;
  font-size: 16px;
}
footer#footer .column .widgettitle {
  font-size: 16px;
  color: #003865;
}
footer#footer .column .textwidget {
  color: #58585A;
  font-size: 16px;
  line-height: 28px;
}
footer#footer .column .footer-mark {
  width: 115px;
  margin-bottom: 15px;
}
/*Home changes*/
section.stoerer section.title-container h1 {
  text-align: center;
  font-size: 32px;
}
#home-sidebar-left .widget-container.widget .widget-title {
  border: none;
}
#home-sidebar-left .widget-container.widget .widget-title .mtm-read-more-posts {
  float: right;
  color: #003865;
  font-size: 13px;
  font-weight: 700;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  border-bottom: 3px solid #DFE6EC;
  text-transform: uppercase;
}
#home-sidebar-left .widget-container.widget .widget-title .mtm-read-more-posts:hover {
  border-bottom: 3px solid #003865;
}
#home-sidebar-left .widget-container.widget .widget-title div {
  color: #003865;
  font-size: 26px;
  font-weight: 500;
}
body #item-body .matoma_following_birthday_widget.widget.widget-container {
  margin-top: 0;
}
body #item-body .matoma_following_birthday_widget.widget.widget-container .matoma-following-birthday-widget {
  padding: 0;
  border: none;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container,
#item-body .matoma_following_birthday_widget.widget.widget-container {
  margin-top: 105px;
  padding: 0 8px;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container .widget-title,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container .widget-title,
#item-body .matoma_following_birthday_widget.widget.widget-container .widget-title {
  display: none;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container .widget-content,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container .widget-content,
#item-body .matoma_following_birthday_widget.widget.widget-container .widget-content {
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 20px;
  background-color: #ffffff;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container .widget-content hr,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container .widget-content hr,
#item-body .matoma_following_birthday_widget.widget.widget-container .widget-content hr {
  width: 60px;
  border: 1px solid #DDE5F0;
  margin: 0 0 18px 0;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title,
#item-body .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title {
  display: inline-block;
  margin-bottom: 10px;
  color: #003865;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title .las.la-birthday-cake,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title .las.la-birthday-cake,
#item-body .matoma_following_birthday_widget.widget.widget-container .widget-content .mtm-birthday-title .las.la-birthday-cake {
  color: #0058B3;
  font-size: 24px;
  margin-left: 15px;
  margin-top: -2px;
  position: absolute;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget,
#item-body .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget {
  width: 100%;
  margin-bottom: 0;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-avatar img,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-avatar img,
#item-body .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-avatar img {
  border: 3px solid #DFE6EC;
  border-radius: 50%;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content,
#item-body .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content {
  margin-top: 0;
}
#home-sidebar-right .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content a,
#home-sidebar-left .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content a,
#item-body .matoma_following_birthday_widget.widget.widget-container #widget-matoma-following-birthday li.matoma-following-birthday-widget .matoma-following-birthday-content a {
  font-size: 16px;
  display: flex;
  align-items: center;
  height: 45px;
}
body div article.type-post .categories-links:last-child:after {
  content: "";
}
.widget-container:first-child {
  margin-top: 0;
}
.matoma_post_widget,
#primary {
  padding: 0;
}
.matoma_post_widget [class*="column"]:not(.wpb_column):last-child,
#primary [class*="column"]:not(.wpb_column):last-child {
  float: left;
}
.matoma_post_widget .matoma-post.widget-item,
#primary .matoma-post.widget-item {
  padding-bottom: 20px;
}
.matoma_post_widget .mtm-inner-widget,
#primary .mtm-inner-widget {
  box-shadow: 0px 3px 6px #00000029;
}
.matoma_post_widget .mtm-inner-widget .mtm_widget_thumbnail,
#primary .mtm-inner-widget .mtm_widget_thumbnail,
.matoma_post_widget #content .mtm_widget_thumbnail,
#primary #content .mtm_widget_thumbnail,
.matoma_post_widget .mtm-inner-widget .mtm-widget-main-content .text-content,
#primary .mtm-inner-widget .mtm-widget-main-content .text-content,
.matoma_post_widget #content .mtm-widget-main-content .text-content,
#primary #content .mtm-widget-main-content .text-content {
  padding: 0;
}
.matoma_post_widget .mtm-inner-widget .mtm_widget_thumbnail .date,
#primary .mtm-inner-widget .mtm_widget_thumbnail .date,
.matoma_post_widget #content .mtm_widget_thumbnail .date,
#primary #content .mtm_widget_thumbnail .date {
  margin-top: -26px;
  background-color: #004D9D;
  color: #ffffff;
  position: absolute;
  padding: 3px 5px 3px 5px;
  font-size: 14px;
}
.matoma_post_widget .mtm-inner-widget .post-actions,
#primary .mtm-inner-widget .post-actions,
.matoma_post_widget #content .post-actions,
#primary #content .post-actions {
  margin-top: 30px;
}
.matoma_post_widget .mtm-inner-widget .post-actions .la-comments,
#primary .mtm-inner-widget .post-actions .la-comments,
.matoma_post_widget #content .post-actions .la-comments,
#primary #content .post-actions .la-comments {
  font-size: 22px;
  color: #0058B3;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section,
#primary .mtm-inner-widget .post-actions .comment-section,
.matoma_post_widget #content .post-actions .comment-section,
#primary #content .post-actions .comment-section,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post,
#primary .mtm-inner-widget .post-actions .heart-post,
.matoma_post_widget #content .post-actions .heart-post,
#primary #content .post-actions .heart-post {
  height: 26px;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section:hover,
#primary .mtm-inner-widget .post-actions .comment-section:hover,
.matoma_post_widget #content .post-actions .comment-section:hover,
#primary #content .post-actions .comment-section:hover,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post:hover,
#primary .mtm-inner-widget .post-actions .heart-post:hover,
.matoma_post_widget #content .post-actions .heart-post:hover,
#primary #content .post-actions .heart-post:hover {
  cursor: pointer;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .comment-count,
#primary .mtm-inner-widget .post-actions .comment-section .comment-count,
.matoma_post_widget #content .post-actions .comment-section .comment-count,
#primary #content .post-actions .comment-section .comment-count,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .comment-count,
#primary .mtm-inner-widget .post-actions .heart-post .comment-count,
.matoma_post_widget #content .post-actions .heart-post .comment-count,
#primary #content .post-actions .heart-post .comment-count,
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .like-count,
#primary .mtm-inner-widget .post-actions .comment-section .like-count,
.matoma_post_widget #content .post-actions .comment-section .like-count,
#primary #content .post-actions .comment-section .like-count,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .like-count,
#primary .mtm-inner-widget .post-actions .heart-post .like-count,
.matoma_post_widget #content .post-actions .heart-post .like-count,
#primary #content .post-actions .heart-post .like-count {
  display: inline;
  background-color: #FB5D5F;
  border-radius: 50%;
  font-size: 11px;
  color: #ffffff;
  margin-left: -5px;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .comment-count.big,
#primary .mtm-inner-widget .post-actions .comment-section .comment-count.big,
.matoma_post_widget #content .post-actions .comment-section .comment-count.big,
#primary #content .post-actions .comment-section .comment-count.big,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .comment-count.big,
#primary .mtm-inner-widget .post-actions .heart-post .comment-count.big,
.matoma_post_widget #content .post-actions .heart-post .comment-count.big,
#primary #content .post-actions .heart-post .comment-count.big,
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .like-count.big,
#primary .mtm-inner-widget .post-actions .comment-section .like-count.big,
.matoma_post_widget #content .post-actions .comment-section .like-count.big,
#primary #content .post-actions .comment-section .like-count.big,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .like-count.big,
#primary .mtm-inner-widget .post-actions .heart-post .like-count.big,
.matoma_post_widget #content .post-actions .heart-post .like-count.big,
#primary #content .post-actions .heart-post .like-count.big {
  padding: 3px;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .comment-count.normal,
#primary .mtm-inner-widget .post-actions .comment-section .comment-count.normal,
.matoma_post_widget #content .post-actions .comment-section .comment-count.normal,
#primary #content .post-actions .comment-section .comment-count.normal,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .comment-count.normal,
#primary .mtm-inner-widget .post-actions .heart-post .comment-count.normal,
.matoma_post_widget #content .post-actions .heart-post .comment-count.normal,
#primary #content .post-actions .heart-post .comment-count.normal,
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .like-count.normal,
#primary .mtm-inner-widget .post-actions .comment-section .like-count.normal,
.matoma_post_widget #content .post-actions .comment-section .like-count.normal,
#primary #content .post-actions .comment-section .like-count.normal,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .like-count.normal,
#primary .mtm-inner-widget .post-actions .heart-post .like-count.normal,
.matoma_post_widget #content .post-actions .heart-post .like-count.normal,
#primary #content .post-actions .heart-post .like-count.normal {
  padding: 3px 6px;
}
.matoma_post_widget .mtm-inner-widget .post-actions .comment-section .comment-label,
#primary .mtm-inner-widget .post-actions .comment-section .comment-label,
.matoma_post_widget #content .post-actions .comment-section .comment-label,
#primary #content .post-actions .comment-section .comment-label,
.matoma_post_widget .mtm-inner-widget .post-actions .heart-post .comment-label,
#primary .mtm-inner-widget .post-actions .heart-post .comment-label,
.matoma_post_widget #content .post-actions .heart-post .comment-label,
#primary #content .post-actions .heart-post .comment-label {
  margin-left: 15px;
  color: #0058B3;
  display: inline-block;
}
.matoma_post_widget .mtm-inner-widget .mtm-widget-main-content,
#primary .mtm-inner-widget .mtm-widget-main-content,
.matoma_post_widget #content .mtm-widget-main-content,
#primary #content .mtm-widget-main-content {
  background-color: #ffffff;
  padding: 25px 20px 15px 20px;
}
.matoma_post_widget .mtm-inner-widget .mtm-widget-main-content h1.item-title,
#primary .mtm-inner-widget .mtm-widget-main-content h1.item-title,
.matoma_post_widget #content .mtm-widget-main-content h1.item-title,
#primary #content .mtm-widget-main-content h1.item-title {
  font-size: 20px;
  line-height: 26px;
  color: #0058B3;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
.matoma_post_widget .mtm-inner-widget .mtm-widget-main-content .item-text,
#primary .mtm-inner-widget .mtm-widget-main-content .item-text,
.matoma_post_widget #content .mtm-widget-main-content .item-text,
#primary #content .mtm-widget-main-content .item-text {
  font-size: 16px;
  color: #58585A;
  margin-top: 10px;
}
/*Profile und Memberpages*/
.please-upload-avatar-notice {
  margin-top: 30px;
}
.bp_members.type-bp_members #buddypress #item-header #item-buttons .generic-button,
.groups.single-item #buddypress #item-header #item-buttons .generic-button {
  border: 2px solid #E9EDF2;
  width: auto;
  background-color: #ffffff;
  border-radius: 31px;
}
.bp_members.type-bp_members #buddypress #item-header #item-buttons .generic-button a,
.groups.single-item #buddypress #item-header #item-buttons .generic-button a {
  padding: 6px 20px 8px 10px;
  border: none;
  background: transparent;
}
.bp_members.type-bp_members #buddypress #item-header #item-buttons .generic-button a:before,
.groups.single-item #buddypress #item-header #item-buttons .generic-button a:before {
  content: none;
}
.bp_members.type-bp_members #buddypress #item-header #item-buttons .generic-button a i:before,
.groups.single-item #buddypress #item-header #item-buttons .generic-button a i:before {
  vertical-align: text-bottom;
  font-size: 24px;
  color: #0058B3;
  margin-left: 3px;
  margin-right: 10px;
}
.bp_members.type-bp_members #buddypress #item-header #item-buttons .generic-button a .button-text,
.groups.single-item #buddypress #item-header #item-buttons .generic-button a .button-text {
  display: inline-block;
  width: auto;
  float: none;
  line-height: 16px;
  color: #0058B3;
}
.bp_members.type-bp_members #buddypress #item-header-content h1,
.groups.single-item #buddypress #item-header-content h1 {
  color: #0058B3;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 32px;
  align-items: center;
  display: inline-flex;
  height: 150px;
}
.bp_members.type-bp_members #buddypress #item-header-avatar img,
.groups.single-item #buddypress #item-header-avatar img {
  box-shadow: 0px 0px 6px #00000029;
  border-radius: 5px;
  border: none;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav,
.groups.single-item #buddypress .row-wrapper-nav {
  border-top: 1px solid #E9EDF2;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav,
.groups.single-item #buddypress .row-wrapper-nav #item-nav {
  border-bottom: none;
  border-left: none;
  border-right: none;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li:hover a,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li:hover a {
  background-color: transparent;
  border-bottom: 3px solid #004D9D;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li div.count-container,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li div.count-container {
  text-align: center;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li div.count-container .count,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li div.count-container .count,
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li div.count-container span,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li div.count-container span {
  border: 3px solid #E9EDF2;
  margin-top: -10px;
  font-size: 11px;
  background-color: #FB5D5F;
  border-radius: 50%;
  color: #ffffff;
  height: 24px;
  width: 24px;
  padding: 5px 0 0 0;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li a,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li a {
  color: #0058B3 !important;
  border: none;
  font-size: 16px;
  padding: 21px 15px 18px 15px;
  border-bottom: 3px solid #ffffff;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li.current.selected:hover a,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li.current.selected:hover a {
  border-bottom: 3px solid #004D9D;
}
.bp_members.type-bp_members #buddypress .row-wrapper-nav #item-nav li.current.selected a,
.groups.single-item #buddypress .row-wrapper-nav #item-nav li.current.selected a {
  border-bottom: 3px solid #004D9D;
  background-color: transparent;
}
.bp_members.type-bp_members #buddypress #item-body,
.groups.single-item #buddypress #item-body {
  margin-top: 60px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget,
.groups.single-item #buddypress #item-body .profile .bp-widget {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #346A8529;
  padding: 10px 20px;
  margin-bottom: 30px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .bp-widget-caption,
.groups.single-item #buddypress #item-body .profile .bp-widget .bp-widget-caption {
  color: #003865;
  font-size: 16px;
  line-height: 21px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  border-bottom: none;
  margin-bottom: 0;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .bp-widget-caption hr,
.groups.single-item #buddypress #item-body .profile .bp-widget .bp-widget-caption hr {
  margin-top: 10px;
  margin-bottom: 0;
  width: 54px;
  border: 1px solid #E9EDF2;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .bp-widget-caption .arrow_icon,
.groups.single-item #buddypress #item-body .profile .bp-widget .bp-widget-caption .arrow_icon {
  border: none;
  display: inline-flex;
  align-items: center;
  height: 40px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .bp-widget-caption .arrow_icon .las,
.groups.single-item #buddypress #item-body .profile .bp-widget .bp-widget-caption .arrow_icon .las {
  color: #0058B3;
  font-size: 24px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields {
  margin-bottom: 0;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.profile-data-container .row,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.profile-data-container .row {
  margin-bottom: 5px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-name p strong,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-name p strong {
  color: #0058B3;
  font-size: 15px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 20px;
}
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value p,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value p,
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value p *,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value p *,
.bp_members.type-bp_members #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value,
.groups.single-item #buddypress #item-body .profile .bp-widget .profile-fields .profile-screen .columns.data-value {
  font-size: 15px;
  line-height: 20px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #58585A;
}
.bp_members.type-bp_members #buddypress #item-body #subnav.item-list-tabs,
.groups.single-item #buddypress #item-body #subnav.item-list-tabs {
  background-color: #003865;
  display: grid;
  padding: 15px;
  margin-top: 0;
}
.bp_members.type-bp_members #buddypress #item-body #subnav.item-list-tabs li a,
.groups.single-item #buddypress #item-body #subnav.item-list-tabs li a {
  background-color: transparent;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #ffffff !important;
  font-size: 16px;
  line-height: 21px;
  font-weight: 500;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads,
.groups.single-item #buddypress #item-body #message-threads {
  border-spacing: 0 7px;
  border-collapse: separate;
  background-color: transparent;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads tr,
.groups.single-item #buddypress #item-body #message-threads tr {
  background-color: #ffffff;
  box-shadow: 0px 0px 10px #346A8529;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads tr .thread-star,
.groups.single-item #buddypress #item-body #message-threads tr .thread-star {
  text-align: center;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads tr .thread-star .message-action-star span.icon:before,
.groups.single-item #buddypress #item-body #message-threads tr .thread-star .message-action-star span.icon:before {
  color: #0058B3;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads th,
.groups.single-item #buddypress #item-body #message-threads th {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #58585A;
  font-weight: bold;
  font-size: 16px;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-avatar,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-avatar,
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-from,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-from {
  display: inline-block;
  vertical-align: middle;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-from a,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-from a {
  color: #0058B3;
  font-size: 14px;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-from .activity,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-from .activity {
  margin-top: 10px;
  font-size: 14px;
  color: #58585A;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-avatar,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-avatar {
  margin-right: 5px;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-from .msg-avatar img,
.groups.single-item #buddypress #item-body #message-threads .thread-from .msg-avatar img {
  margin: 0;
  width: 50px;
  border: 3px solid #DFE6EC;
  border-radius: 50%;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-star .icon,
.groups.single-item #buddypress #item-body #message-threads .thread-star .icon {
  top: 2px;
  position: relative;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-info a,
.groups.single-item #buddypress #item-body #message-threads .thread-info a {
  font-size: 14px;
  font-weight: bold;
  margin-top: 5px;
  color: #0058B3;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads .thread-info .thread-excerpt,
.groups.single-item #buddypress #item-body #message-threads .thread-info .thread-excerpt {
  margin-top: 10px;
  color: #58585A;
  font-size: 14px;
}
.bp_members.type-bp_members #buddypress #item-body #message-threads th,
.groups.single-item #buddypress #item-body #message-threads th,
.bp_members.type-bp_members #buddypress #item-body #message-threads td,
.groups.single-item #buddypress #item-body #message-threads td {
  border: none;
  background-color: #ffffff;
  padding: 16px 20px 14px 20px;
}
.activity.bp-user #whats-new-form {
  margin-bottom: 50px;
}
/*Footer Area*/
#lang_select_3 ul {
  border-right: 0;
}
.pre-footer-content {
  margin-top: 50px;
}
.pre-footer-content .columns {
  padding: 0;
}
.pre-footer-content .contact-text {
  height: 75%;
}
.pre-footer-content .contact-text p {
  line-height: 19px;
}
.pre-footer-content .contact-text .large-12 {
  background-color: #003865;
  padding: 0 162px;
}
.pre-footer-content .contact-text .large-12 .icon-wrapper .la-phone {
  width: 96px;
  height: 96px;
  font-size: 60px;
  background-color: #004D9D;
  padding: 18px;
  border-radius: 100%;
  margin-bottom: 27px;
  margin-top: 70px;
}
.pre-footer-content .contact-text .large-12 * {
  color: #ffffff;
  text-align: center;
}
.pre-footer-content .contact-phone {
  height: 25%;
}
.pre-footer-content .contact-phone .large-12 {
  background-color: #004D9D;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pre-footer-content .contact-phone .large-12 p {
  text-align: center;
  font-size: 26px;
  color: #ffffff;
  margin-bottom: 0;
}
.pre-footer-content .row {
  display: flex;
}
.pre-footer-content .left-container {
  /*background-image: url("https://community.fau.betacenter.net/wp-content/uploads/2021/03/Schloss.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  background-position: center;
}
.pre-footer-content .left-container .image-holder {
  height: 493px;
  background: rgba(0, 0, 0, 0.25) 0% 0% no-repeat padding-box;
  padding: 86px 70px 70px 70px;
}
.pre-footer-content .left-container .image-holder h2,
.pre-footer-content .left-container .image-holder p {
  width: 50%;
}
.pre-footer-content .left-container .image-holder button {
  width: 163px;
  height: 49px;
  border-radius: 5px;
  background-color: #0058B3;
  color: #ffffff;
  border: none;
  box-shadow: none;
  margin-top: 20px;
}
.pre-footer-content .left-container .image-holder button b {
  font-size: 20px;
}
.pre-footer-content .left-container h2 {
  font-size: 26px;
  color: #ffffff;
  line-height: 34px;
}
.pre-footer-content .left-container p {
  font-size: 18px;
  color: #ffffff;
  line-height: 24px;
}
.pre-footer-content .right-container {
  position: relative;
}
.groups.single-item #theme-content {
  margin-top: 0;
}
body.home-page .standard-page-title,
body.groups.directory .standard-page-title,
body.members .standard-page-title,
body.bp-user .standard-page-title,
body.single-post .standard-page-title,
body.groups.single-item .standard-page-title {
  display: none;
}
body.home-page div#main.row,
body.groups.directory div#main.row,
body.members div#main.row,
body.bp-user div#main.row,
body.single-post div#main.row,
body.groups.single-item div#main.row {
  max-width: unset;
}
body.home-page div#main.row .row-wrapper-nav,
body.groups.directory div#main.row .row-wrapper-nav,
body.members div#main.row .row-wrapper-nav,
body.bp-user div#main.row .row-wrapper-nav,
body.single-post div#main.row .row-wrapper-nav,
body.groups.single-item div#main.row .row-wrapper-nav {
  height: 54px;
}
body.home-page div#main.row .row-wrapper-body,
body.groups.directory div#main.row .row-wrapper-body,
body.members div#main.row .row-wrapper-body,
body.bp-user div#main.row .row-wrapper-body,
body.single-post div#main.row .row-wrapper-body,
body.groups.single-item div#main.row .row-wrapper-body {
  background-color: #E9EDF2;
  padding-top: 70px;
}
body.home-page div#main.row .row-wrapper > .row,
body.groups.directory div#main.row .row-wrapper > .row,
body.members div#main.row .row-wrapper > .row,
body.bp-user div#main.row .row-wrapper > .row,
body.single-post div#main.row .row-wrapper > .row,
body.groups.single-item div#main.row .row-wrapper > .row,
body.home-page div#main.row .please-upload-avatar-notice,
body.groups.directory div#main.row .please-upload-avatar-notice,
body.members div#main.row .please-upload-avatar-notice,
body.bp-user div#main.row .please-upload-avatar-notice,
body.single-post div#main.row .please-upload-avatar-notice,
body.groups.single-item div#main.row .please-upload-avatar-notice,
body.home-page div#main.row #buddypress #item-header,
body.groups.directory div#main.row #buddypress #item-header,
body.members div#main.row #buddypress #item-header,
body.bp-user div#main.row #buddypress #item-header,
body.single-post div#main.row #buddypress #item-header,
body.groups.single-item div#main.row #buddypress #item-header,
body.home-page div#main.row #buddypress #item-nav,
body.groups.directory div#main.row #buddypress #item-nav,
body.members div#main.row #buddypress #item-nav,
body.bp-user div#main.row #buddypress #item-nav,
body.single-post div#main.row #buddypress #item-nav,
body.groups.single-item div#main.row #buddypress #item-nav,
body.home-page div#main.row #buddypress #item-body,
body.groups.directory div#main.row #buddypress #item-body,
body.members div#main.row #buddypress #item-body,
body.bp-user div#main.row #buddypress #item-body,
body.single-post div#main.row #buddypress #item-body,
body.groups.single-item div#main.row #buddypress #item-body,
body.home-page div#main.row #members-directory-form,
body.groups.directory div#main.row #members-directory-form,
body.members div#main.row #members-directory-form,
body.bp-user div#main.row #members-directory-form,
body.single-post div#main.row #members-directory-form,
body.groups.single-item div#main.row #members-directory-form,
body.home-page div#main.row .group-container,
body.groups.directory div#main.row .group-container,
body.members div#main.row .group-container,
body.bp-user div#main.row .group-container,
body.single-post div#main.row .group-container,
body.groups.single-item div#main.row .group-container,
body.home-page div#main.row article.type-post,
body.groups.directory div#main.row article.type-post,
body.members div#main.row article.type-post,
body.bp-user div#main.row article.type-post,
body.single-post div#main.row article.type-post,
body.groups.single-item div#main.row article.type-post {
  max-width: 1169px;
  margin: auto;
}
.categories-links {
  margin-top: 9px;
}
body #buddypress #item-nav {
  border-top: none;
}
#primary #content,
.clearfix.header {
  padding-left: 60px;
}
.row.pre-footer-content {
  margin: 95px 0 0 0 !important;
  max-width: unset !important;
}
body #buddypress .generic-button a {
  color: #0058B3;
}
.directory.groups #page-container #main {
  background-color: #E9EDF2;
}
.directory.groups #page-container #main #theme-content {
  background-color: #E9EDF2;
}
.scroll-container #abar_sidebar_custom {
  width: inherit;
  padding-left: 19px;
}
.scroll-container.absolute_top #abar_sidebar_custom {
  width: 100%;
  padding-left: 7px;
}
/*.scroll-container.absolute_top{
	top: 327px;
}*/
.scroll-container.absolute_bottom #abar_sidebar_custom {
  width: 100%;
  padding-left: 7px;
}
.groups #buddypress .group-container .item {
  min-height: 166px;
}
.groups #buddypress .group-button.generic-button .group-button {
  border: 2px solid #E9EDF2;
  padding: 10px 15px 6px 15px;
  border-radius: 31px;
}
.groups #buddypress .group-button.generic-button .group-button i.las {
  font-size: 24px;
  color: #0058B3;
  margin-right: 6px;
  vertical-align: super;
  transform: translate(0px, 2px);
}
.groups #buddypress a.group-button::before {
  content: none;
}
.groups #buddypress a.group-button .button-text {
  display: inline-block;
  color: #0058B3;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 16px;
}
.groups #buddypress #groups-order-select option {
  text-transform: none;
  font-weight: 500;
}
.groups #buddypress #groups-order-select::after {
  content: "\f107";
  pointer-events: none;
  position: relative;
  font-weight: 900;
  color: #0058B3;
  font-size: 16px;
  right: 18px;
  font-family: 'Line Awesome Free';
}
.groups #buddypress #groups-order-by {
  border: none;
  padding-right: 25px;
  border-bottom: 3px solid #DDE5F0;
  padding-bottom: 5px;
  color: #003865;
  font-weight: 700;
  text-transform: uppercase;
  appearance: none;
  background-color: transparent;
}
.groups #buddypress #groups-order-by:hover {
  border-bottom: 3px solid #003865;
}
.groups #buddypress #groups-order-by:focus {
  outline: none;
}
.groups #buddypress div#subnav.item-list-tabs {
  border-bottom: none;
}
.groups #buddypress #group-dir-search {
  width: 31%;
  min-width: 316px;
  margin: auto;
  background-color: #ffffff;
  border: 2px solid #E9EDF2;
  border-radius: 31px;
  box-shadow: 0px 3px 6px #00000029;
  padding: 11px 10px 11px;
  margin-top: -28px;
}
.groups #buddypress #group-dir-search #groups_search {
  box-shadow: none;
  outline: none;
  border: none;
  width: 83%;
  text-align: center;
  color: #0058B3;
  font-size: 13px;
}
.groups #buddypress #group-dir-search #groups_search_submit {
  font-family: 'Line Awesome Free';
  font-weight: 700;
  border: none;
  outline: none;
  padding: 0;
  float: right;
  margin-right: 15px;
  font-size: 24px;
  color: #0058B3;
}
.groups #buddypress #group-dir-search #groups_search_submit:hover {
  background: transparent;
}
.groups #buddypress .activity-meta a.button {
  box-shadow: none;
}
.groups #buddypress a.button {
  box-shadow: 0px 3px 6px #00000029;
  border: 2px solid #E9EDF2;
  border-radius: 31px;
  padding: 12px 18px 12px 13px;
  vertical-align: top;
  margin-left: 10px;
  margin-top: -55px;
}
.groups #buddypress a.button i.las {
  vertical-align: super;
  font-size: 24px;
  color: #0058B3;
  position: relative;
  top: 3px;
}
.groups #buddypress a.button .button-text {
  display: inline-block;
  text-align: left;
  margin-left: 10px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #0058B3;
  font-size: 13px;
  width: 64px;
  line-height: 16px;
}
.groups .groups-pagetitle {
  background: linear-gradient(0deg, #0058b3 0%, #003865 100%);
  height: 200px;
  padding-left: 60px;
  text-align: center;
}
.groups .groups-pagetitle .the-title {
  color: #ffffff;
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  height: inherit;
  line-height: 200px;
}
.page-id-766 .standard-page-title {
  margin-bottom: 10px;
}
.groups.directory .extended-nav.matoma-imagemap {
  display: none;
}
.em-events-search-text.em-search-text {
  padding-left: 30px;
  border-radius: 31px;
  height: 50px;
}
.member-content .member-information p {
  margin-bottom: 0;
  font-size: 16px !important;
  line-height: 19px !important;
}
select {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}
.absolute_bottom {
  position: absolute;
  bottom: 0;
}
#abar_sidebar_custom.sticky-flex {
  position: fixed;
  top: -50px;
  right: 0;
}
#abar_sidebar_custom {
  position: absolute;
}
.sticky-move {
  position: fixed;
}
option {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif !important;
}
.em-search-submit {
  border-radius: 31px;
  height: 50px;
}
#kh_form #kh_sort {
  margin-right: 0;
}
#kh_form .form-input {
  text-align: center;
}
.blog #kh_category {
  display: none;
}
.login .login .title-container {
  margin-top: 72px;
}
#loginform input,
#lostpasswordform input {
  border: 2px solid #E9EDF2;
  border-radius: 31px;
  height: 45px;
}
/*Single Post*/
.post-template-default.single #page {
  background-color: #E9EDF2;
}
.post-template-default.single .start-comments,
.event-template-default.single .start-comments  {
  color: #003865;
  font-size: 26px;
  margin-bottom: 34px;
  margin-top: 90px;
  display: block;
}
.post-template-default.single .text-content {
  background-color: #ffffff;
  box-shadow: 0px 3px 6px #00000029;
  padding: 43px 72px;
}
.post-template-default.single .post-meta-data .categories-links {
  display: block;
  float: none;
}
.post-template-default.single .post-meta-data .post-meta-title .entry-title {
  color: #003865;
  font-size: 28px;
}
.post-template-default.single .post-content * {
  font-size: 16px;
  color: #58585A;
  line-height: 28px;
}
.matoma-post .mtm-inner-widget {
  padding: 0;
}
#bbpress-forums img.avatar {
  border-radius: 50%;
  border: 3px solid #DFE6EC !important;
}
.bbp-pagination-count,
.bbp-author-role,
.bbp-reply-ip {
  display: none;
}
.bbp-breadcrumb .bbp-breadcrumb-root,
.bbp-breadcrumb span.bbp-breadcrumb-sep:nth-child(2) {
  display: none;
}
.postid-3220 .standard-page-title {
  margin-bottom: 35px !important;
}
.page-id-3114 #page {
  background-color: #E9EDF2;
}
.page-id-3114 .mtm-widget-main-content .widget-item-text {
  display: none;
}
/*Post Update*/
#whats-new-form #whats-new-container {
  background-color: #ffffff !important;
  border-top: none !important;
  box-shadow: 0px 0px 10px #346A8529;
}
#whats-new-form #whats-new-container #whats-new-avatar {
  display: inline-block;
  position: relative;
  margin-right: 15px;
}
#whats-new-form #whats-new-container #whats-new-avatar img {
  border-radius: 50%;
  border: 3px solid #DFE6EC;
  margin-bottom: 0;
}
#whats-new-form #whats-new-container #whats-new-content {
  display: flow-root;
}
#whats-new-form #whats-new-container #whats-new-content #whats-new-submit input {
  background-color: #0058B3;
  border-radius: 5px;
  padding: 10px 20px !important;
}
#whats-new-form #whats-new-container #whats-new-content #whats-new {
  border: none;
  background-color: rgba(233, 237, 242, 0.67);
}
.single-post #buddypress .activity {
  padding: 0 10px;
}
.standard-page-title {
  height: 200px;
  background-color: #004D9D;
  color: #ffffff;
  font-size: 32px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 200px;
  padding-left: 60px;
  margin-bottom: 100px;
  text-align: center;
}
#buddypress .activity #activity-stream .load-more {
  background-color: transparent;
}
#buddypress .activity #activity-stream .load-more a {
  color: #ffffff;
  border: none;
  outline: none;
  background-color: #0058B3;
  border-radius: 2px;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  padding: 12px;
  font-weight: normal;
  font-size: 14px;
}
#buddypress .activity #activity-stream .activity-table {
  width: 100%;
}
#buddypress .activity #activity-stream .activity-table .activity-table-row {
  display: block;
  margin-bottom: 5px;
}
#buddypress .activity #activity-stream .post-comment,
#buddypress .activity #activity-stream .activity_comment,
#buddypress .activity #activity-stream .activity_update,
#buddypress .activity #activity-stream .activity-item {
  border: none;
  box-shadow: 0px 0px 10px #346A8529;
  background-color: #ffffff;
  padding: 15px;
  margin-bottom: 20px;
}
#buddypress .activity #activity-stream .post-comment .activity-content .activity-header,
#buddypress .activity #activity-stream .activity_comment .activity-content .activity-header,
#buddypress .activity #activity-stream .activity_update .activity-content .activity-header,
#buddypress .activity #activity-stream .activity-item .activity-content .activity-header {
  margin-top: 6px;
}
#buddypress .activity #activity-stream .post-comment .activity-content .activity-header *,
#buddypress .activity #activity-stream .activity_comment .activity-content .activity-header *,
#buddypress .activity #activity-stream .activity_update .activity-content .activity-header *,
#buddypress .activity #activity-stream .activity-item .activity-content .activity-header * {
  font-size: 13px;
  color: #58585A;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
}
#buddypress .activity #activity-stream .post-comment .activity-content .activity-header a,
#buddypress .activity #activity-stream .activity_comment .activity-content .activity-header a,
#buddypress .activity #activity-stream .activity_update .activity-content .activity-header a,
#buddypress .activity #activity-stream .activity-item .activity-content .activity-header a {
  color: #0058B3;
}
#buddypress .activity #activity-stream .post-comment .activity-comments,
#buddypress .activity #activity-stream .activity_comment .activity-comments,
#buddypress .activity #activity-stream .activity_update .activity-comments,
#buddypress .activity #activity-stream .activity-item .activity-comments {
  background-color: transparent;
}
#buddypress .activity #activity-stream .post-comment .activity-comments .accomment-meta *,
#buddypress .activity #activity-stream .activity_comment .activity-comments .accomment-meta *,
#buddypress .activity #activity-stream .activity_update .activity-comments .accomment-meta *,
#buddypress .activity #activity-stream .activity-item .activity-comments .accomment-meta * {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #58585A;
}
#buddypress .activity #activity-stream .post-comment .activity-comments .accomment-meta a,
#buddypress .activity #activity-stream .activity_comment .activity-comments .accomment-meta a,
#buddypress .activity #activity-stream .activity_update .activity-comments .accomment-meta a,
#buddypress .activity #activity-stream .activity-item .activity-comments .accomment-meta a {
  color: #0058b3;
}
#buddypress .activity #activity-stream .post-comment .activity-comments ul,
#buddypress .activity #activity-stream .activity_comment .activity-comments ul,
#buddypress .activity #activity-stream .activity_update .activity-comments ul,
#buddypress .activity #activity-stream .activity-item .activity-comments ul {
  border: none;
  background-color: rgba(233, 237, 242, 0.67);
}
#buddypress .activity #activity-stream .post-comment .activity-comments ul ul,
#buddypress .activity #activity-stream .activity_comment .activity-comments ul ul,
#buddypress .activity #activity-stream .activity_update .activity-comments ul ul,
#buddypress .activity #activity-stream .activity-item .activity-comments ul ul {
  background-color: transparent;
}
#buddypress .activity #activity-stream .post-comment .activity-comments ul ul li,
#buddypress .activity #activity-stream .activity_comment .activity-comments ul ul li,
#buddypress .activity #activity-stream .activity_update .activity-comments ul ul li,
#buddypress .activity #activity-stream .activity-item .activity-comments ul ul li {
  padding-left: 10px;
  padding-right: 10px;
}
#buddypress .activity #activity-stream .post-comment .activity-inner,
#buddypress .activity #activity-stream .activity_comment .activity-inner,
#buddypress .activity #activity-stream .activity_update .activity-inner,
#buddypress .activity #activity-stream .activity-item .activity-inner {
  background-color: rgba(233, 237, 242, 0.67);
  padding: 22px 15px 46px 15px;
}
#buddypress .activity #activity-stream .post-comment .activity-inner p,
#buddypress .activity #activity-stream .activity_comment .activity-inner p,
#buddypress .activity #activity-stream .activity_update .activity-inner p,
#buddypress .activity #activity-stream .activity-item .activity-inner p {
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  color: #58585A;
}
#buddypress .activity #activity-stream .post-comment .activity-avatar img,
#buddypress .activity #activity-stream .activity_comment .activity-avatar img,
#buddypress .activity #activity-stream .activity_update .activity-avatar img,
#buddypress .activity #activity-stream .activity-item .activity-avatar img {
  border: 3px solid #DFE6EC;
  border-radius: 50%;
}
body #buddypress .activity-meta a.button {
  border: none;
  background-color: transparent;
  color: #0058B3;
}
body #buddypress .activity-meta a.button:before {
  font-family: 'Line Awesome Free' !important;
  color: #0058B3;
  font-size: 24px;
  vertical-align: sub;
}
body #buddypress .activity-meta a.button.acomment-reply span {
  padding: 3px 6px;
  color: #0058B3;
  background: #DDE5F0;
  border-radius: 50%;
}
body #buddypress .activity-meta a.button.acomment-reply:before {
  content: "\f075";
}
body #buddypress .activity-meta a.button.fav:before {
  content: "\f005";
}
body #buddypress .activity-meta a.button.delete-activity:before {
  content: "\f2ed";
}
body #buddypress .activity-meta a.button:hover {
  border: none;
  background-color: transparent;
  color: #0058B3;
  outline: 0;
}
#buddypress #activity-stream div.acomment-content p {
  color: #58585A;
}
body .home-page .background {
  height: 200px;
}
#buddypress div.activity-comments form.ac-form {
  background-color: #ffffff;
  border: none;
}
#buddypress div.activity-comments form.ac-form .ac-reply-content .ac-textarea {
  border: none;
  background-color: rgba(233, 237, 242, 0.67);
}
#buddypress div.activity-comments form.ac-form div.ac-reply-avatar img {
  border-radius: 50%;
  border: 3px solid #DFE6EC;
}
body .row .row {
  margin: 0 auto;
}
/*Single Group*/
.single-item.groups #theme-content {
  background-color: #E9EDF2;
  padding-top: 50px;
  padding-bottom: 50px;
}
.single-item.groups #item-header #item-buttons .button-text {
  width: min-content !important;
}
.single-item.groups #item-nav .count-container span {
  padding: 3px 6px !important;
}
body.groups.single-item #buddypress #item-header-content h1 {
  height: unset;
}
.mtm_network_widget {
  margin-top: 50px;
  display: inline-block;
}
.mtm_network_widget .widget-title {
  color: #003865;
  font-size: 26px;
  margin-bottom: 30px;
  font-weight: 500;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  line-height: 30px;
}
.pre-footer-content .right-container .contact-text {
  background-color: #e9edf2;
}
.pre-footer-content .right-container .contact-text .columns {
  background-color: #e9edf2 !important;
}
.pre-footer-content .right-container .icon-wrapper img {
  margin-top: -10px;
}
/*Additional responsive CSS*/
@media all and (max-width: 768px) {
  section#extended-search {
    margin-bottom: 40px;
  }
  section#extended-search #basic-search #members_search_custom {
    width: 68%;
    border-right: none;
  }
  section#extended-search #basic-search .bps_header {
    float: none;
  }
  section.stoerer section.title-container h1 {
    transform: translate(0, 50px);
    line-height: 40px;
  }
  .home section.stoerer section.title-container h1 {
    transform: translate(0, -20px);
    line-height: 40px;
  }
  #footer .row .column {
    margin-bottom: 20px;
  }
}
@media all and (max-width: 1023px) {
  .group-container .entry-content .group-actions {
    margin-top: 70px;
  }
}
@media all and (max-width: 769px) {
  body.login .header {
    height: 125px;
  }
}
.loginpage #page-container {
  min-height: 693.3px;
}
.login footer#footer {
  position: relative;
  background-color: transparent;
  margin-bottom: 0px;
  padding-bottom: 0;
}
/*Edit the group widget*/
.bbp-breadcrumb-current {
  font-weight: 700;
}
#main #primary .widget_bp_groups_widget.buddypress.widget,
#main #primary .widget_em_widget {
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0px 0px 6px #00000029;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-title,
#main #primary .widget_em_widget .widget-title {
  border-bottom: 0;
  color: #003865;
  font-size: 21px;
  font-weight: 500;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-content #groups-list .item,
#main #primary .widget_em_widget .widget-content #groups-list .item {
  padding-top: 6px;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-content #groups-list .item .activity,
#main #primary .widget_em_widget .widget-content #groups-list .item .activity {
  color: #58585A;
  font-size: 13px;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-content #groups-list .item .item-title a,
#main #primary .widget_em_widget .widget-content #groups-list .item .item-title a {
  font-size: 18px;
  font-weight: 500;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-content #groups-list .item-avatar img,
#main #primary .widget_em_widget .widget-content #groups-list .item-avatar img {
  border-radius: 50%;
  border: 3px solid #DFE6EC;
}
#main #primary .widget_bp_groups_widget.buddypress.widget .widget-content #groups-list li,
#main #primary .widget_em_widget .widget-content #groups-list li {
  margin-bottom: 0;
  padding-bottom: 5px;
  width: 100%;
}
.widget-container.widget.widget_bp_core_whos_online_widget {
  background-color: white;
  box-shadow: 0px 3px 6px #00000029;
  padding: 25px 20px;
}
.widget-container.widget.widget_bp_core_whos_online_widget .widget-title {
  margin-bottom: 10px;
  color: #346A85;
  font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 16px;
  line-height: 21px;
}
.widget-container.widget.widget_bp_core_whos_online_widget .item-avatar img {
  border-radius: 50%;
  border: 3px solid #DFE6EC;
}
#community.directory.groups #theme-content #subnav {
  display: inline-block;
  float: right;
}
#community.directory.groups #theme-content #subnav .extended-nav {
  display: none !important;
}
#community.directory.groups #theme-content #item-nav {
  border: none;
}
#community.directory.groups #theme-content #item-nav .item-list-tabs {
  margin-bottom: -45px;
  display: inline-block;
}
#community.directory.groups #theme-content #item-nav ul li a {
  border: none;
  border-bottom: 3px solid #DDE5F0;
  text-transform: uppercase;
  background: transparent;
  padding: 10px 10px 6px 10px;
  margin-right: 10px;
}
#community.directory.groups #theme-content #item-nav ul li a:hover {
  border-bottom: 3px solid #003865;
}
#community.directory.groups #theme-content #item-nav ul li a span {
  background-color: #FB5D5F;
}
body.home-page div#main.row .row-wrapper {
  margin-top: 190px;
}
#propose-group .button-text {
  width: 100px !important;
}
#buddypress #pag-top {
  display: none;
}
body.home-page div#main.row #mtm-notifications-widget + .row-wrapper {
  margin-top: 0;
}
body.home-page div#main.row .row-wrapper > .row {
  max-width: 1484px;
  margin: auto;
  margin-right: 0;
}
#home-sidebar-right {
  padding-top: 75px;
}
#home-sidebar-right .widget-content {
  margin: 0;
}
.widget_em_widget .widget-content ul li {
  width: 100%;
}
.widget-container .widget-content {
  padding: 20px 0 0;
}
.home-page #mtm-notifications-widget {
  margin-bottom: 45px;
  border-bottom: 1px solid #DDE5F0;
  border-top: 1px solid #DDE5F0;
  height: 82px;
}
.home-page #mtm-notifications-widget .mtm-notification-icon,
.home-page #mtm-notifications-widget .notifications-content,
.home-page #mtm-notifications-widget .notification-link {
  display: inline-block;
  border-bottom: none;
  height: 80px;
  vertical-align: middle;
  line-height: 80px;
}
.home-page #mtm-notifications-widget .notification-link a {
  font-size: 14px;
  border: 2px solid #0058B3;
  border-radius: 31px;
  padding: 10px 20px;
  margin-right: 20px;
}
.home-page #mtm-notifications-widget .notifications-content {
  margin-bottom: 0;
  padding-bottom: 0;
  color: #58585A;
  font-size: 18px;
  padding-left: 50px;
  padding-right: 10%;
}
.home-page #mtm-notifications-widget .mtm-notification-icon {
  border-right: 1px solid #DDE5F0;
  width: 8%;
  text-align: center;
}
.home-page #mtm-notifications-widget .mtm-notification-icon i {
  color: #0058B3;
  font-size: 48px;
  line-height: 80px;
}
body.home-page section#extended-search {
  margin-bottom: 28px;
}
body.home-page .background {
  height: 200px;
  background: linear-gradient(180deg, #036 0%, #0059b3 225px);
  background-repeat: no-repeat;
}
body.home-page .stoerer section.title-container h1 {
  margin-top: 42px;
}
.home-page #buddypress .activity #activity-stream .post-comment .activity-comments {
  display: none;
}
body.home-page .row-wrapper.no_notification {
  margin-top: 220px !important;
}
/*Mobile Anpassungen*/
@media all and (max-width: 480px) {
  .bbp-forum-freshness,
  .bbp-topic-freshness {
    display: none;
  }
  li.bbp-forum-reply-count,
  li.bbp-forum-topic-count,
  li.bbp-topic-reply-count,
  li.bbp-topic-voice-count {
    width: 26%;
  }
}
@media all and (max-width: 1023px) {
  #abar_sidebar_custom,
  .small-12.large-3.columns.scroll-container {
    display: none;
  }
}
body #buddypress #extended-search-container select {
  margin-bottom: 0;
}
body div.bp-embed-activity-link-avatar {
  height: max-content;
}
#buddypress div#extended-search-container .search_container {
  text-align: center;
}
.bbp-row-actions #subscription-toggle {
  display: none !important;
}
#hero h1 {
  font-weight: normal;
}
.extended-nav.matoma-imagemap {
  color: #0058B3;
}
.extended-nav.matoma-imagemap:hover {
  color: #0058B3;
}
#buddypress div#extended-search-container .search_container input {
  background-color: #0058B3;
  color: white;
  border: none !important;
  padding: 11px;
  margin-top: 10px;
}
#members-list .mtm-single-member .user-tags {
  display: none;
}
@media all and (max-width: 769px) {
  .directory.groups .groups-pagetitle .the-title {
    line-height: 100px;
  }
  #search-groups-form label {
    width: 92%;
  }
  .directory.groups #buddypress #group-dir-search {
    min-width: 278px;
  }
  #mtm-notifications-widget {
    display: none;
  }
  .post-template-default.single .text-content {
    padding: 30px 16px;
  }
  .member-actions {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .standard-page-title {
    line-height: 50px;
    padding-top: 40px;
  }
  #kh_text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  body.bp-user div#main.row .row-wrapper-body {
    padding-top: 0;
  }
  .mtm-row {
    display: unset;
  }
  body .bp_members.type-bp_members #buddypress #item-header-content h1 {
    height: unset;
  }
  .login .inner-container {
    margin-top: -15px;
  }
  .login .title-container h1 {
    margin-top: -32px;
  }
  .login .title-container h2 {
    margin-top: 54px;
  }
  body.nav-open div.navigation {
    width: 60px;
  }
  #page-container #page #extended-search {
    margin-top: -66px;
  }
  #page-container #page #extended-search #members_search_custom {
    border-radius: 31px;
  }
  #page-container #page .pre-footer-content .row {
    display: unset;
  }
  #page-container #page .pre-footer-content .contact-phone .columns {
    padding: 10px;
  }
  #page-container #page .pre-footer-content .contact-text .la-phone {
    margin-top: 45px;
  }
  #page-container #page .pre-footer-content .contact-text .large-12 {
    padding: 0 19px;
  }
  #page-container #page .pre-footer-content .image-holder {
    padding: 54px 37px 15px 31px;
    height: 370px;
  }
  #page-container #page .pre-footer-content .image-holder h2,
  #page-container #page .pre-footer-content .image-holder p {
    width: 100%;
  }
}
.pre-footer-content .left-container .image-holder button {
  width: 163px !important;
}
.pre-footer-content .left-container .image-holder button b {
  font-size: 20px !important;
}
.group-willkommen .groups.joined_group {
  display: none;
}
#community.postid-5460 .standard-page-title {
  margin-bottom: 0;
}
#community.postid-5460 .speech {
  width: 864px;
  margin: auto;
  display: block;
}
/*# sourceMappingURL=style.css.map */

#field_1264 .option-label{
	display: block !important;
}

#wp_pagination .active.page{
	font-weight: 800;
	padding-top: 0.6125em;
	padding-bottom: 0.65em;
	text-decoration: underline;
}

#wp_pagination .page{
    margin-right: 5px;
}

#theme-content #groups-dir-list .pagination-links .page-numbers{
	padding-top: .8125em;
	padding-bottom: .75em;
	padding-right: 1.5em;
	padding-left: 1.5em;
	color: #004682;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
	outline: medium none;
	text-align: center;
	text-decoration: none;
	border: 1px solid #eee;
	background-color: #fff;
}

#theme-content #groups-dir-list .pagination-links .page-numbers.current{
	font-weight: 800;
	padding-top: 0.6125em;
	padding-bottom: 0.65em;
	text-decoration: underline;
}

body #groups-dir-list #pag-bottom{
	display: block;
}

#optin_form #fa_20 .button{
	margin-top: 0;
}

#optin_form #fa_20 .button[type=submit]{
	margin-top: 0;
	box-shadow: 0px 3px 6px #00000029;
	border-radius: 31px;
	vertical-align: top;
	margin-left: 10px;
}

.mtm_network_widget .activity-comments ul li.clearfix{
	width: 100%;
}

/*Eventseite in der Sidebar markieren*/

.single-event .side-navigation .navigation #site-navigation .bp-events.menu-item{
	background-color: rgba(255, 255, 255, 0.21);
	border-left: 5px solid #003865;
}

.single-event .side-navigation .navigation #site-navigation .bp-events.menu-item i.las{
	margin-left: 11px !important;
}

/*Membersuche auf der Gruppenseite*/
.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav{
	background: none !important;
}
.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav .groups-members-search{
	width: 100%;
	display: block !important;
}

.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav .clearfix.extended-nav.matoma-imagemap{
	display: none !important;
}

.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav .groups-members-search label{
	width: 80%;
	display: inline-block;
	margin-left: 10px;
}

.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav #group_members-order-select{
	display: none;
}

.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav .groups-members-search label #members_search{
	height: 60px;
	border-radius: 31px;
	color: #003865;
	font-size: 14px;
	font-weight: 500;
	font-family: 'Roboto';
	padding-left: 21px;
}

.single-item.groups.group-members.members #item-body .group_members .item-list-tabs#subnav .groups-members-search #members_search_submit{
	background-color: #0058B3;
	color: white;
	border: none !important;
	padding: 11px;
	margin-top: 10px;
	border-radius: 5px;
	margin-left: 26px;
}

body #buddypress .profile div.editable-data-container div.editfield div.checkbox label:first-child, body #buddypress .profile div.editable-data-container div.editfield label:first-child{
	display: inline-block;	
}

#buddypress .profile div.editable-data-container div.editfield.field_type_mtm_country label:first-child, #buddypress .profile div.editable-data-container div.editfield.field_type_mtm_email label:first-child, #buddypress .profile div.editable-data-container div.editfield.field_type_mtm_country label:first-child{
	display: none !important;
}


/*Sidebar width*/
.scroll-container #abar_sidebar_custom {
	width:390px !important;
	padding-left: 0px !important;

}
/*Pagination*/
.em .em-pagination .page-numbers.current, .em .em-pagination .page-numbers, .em .em-pagination .page-numbers:hover{
	padding:0px !important;
	font-size: 18px !important;
	height:25px !important;
}

.widget-content .all_event_links_EM > a, #all_groups_link_widget-right > a{
	padding-bottom:3px !important;
	margin-left:3px !important;
    	color: #003865;
    	font-family: "Helvetica Neue","Helvetica",Helvetica,Arial,sans-serif;
    	text-transform: uppercase;
   	 font-size: 13px !important;
   	 font-weight: 700;
   	 border-bottom: 3px solid #DFE6EC;
}

.widget-content .all_event_links_EM > a:hover, #all_groups_link_widget-right > a:hover{
   	 border-bottom: 3px solid #003865;
}

.widget-content .all_event_links_EM{
	margin-top:-14px !important;
	margin-bottom:23px !important; 
}

.widget-content .em-item-name {
	padding-bottom:5px !important;
}
.widget-title
@media only screen and (max-width: 600px) {
  .widget-content .all_event_links_EM  {
    display:none;
  }
}

#bp_groups_widget-2 .widget-title{
	padding-bottom:10px;
}

#home-sidebar-right #text-6 {
	margin-top: -485px  !important;
	margin-bottom: 495px;
}
#text-6 #all_groups_link_widget-right > a {
	margin-left: 22px !important;
}
.textwidget #all_groups_link_widget-right > a{  
	margin-left:5px !important;
}
/*#bp_groups_widget-2 .widget-content #groups-list {
	padding-top:25px;
}*/



/* Show Alle Event Links ENDE*/

.pre-footer-content .image-holder #group-button{
	width: 329px !important;
}

.pre-footer-content .image-holder button{
	margin-top: 0 !important;
}

/*Links in Event-Teilnahme Summary*/
.em_booking_form_status_already_booked, .em-event-booking-form{
	line-height: 30px;
}

.em_booking_form_status_already_booked a, .em-event-booking-form a{
	font-size: 16px;
	display: block;
}

#event-rsvp-box{
	display:none;
}

/*Teilname Events Font Anpassungen*/
.single-event #page-container .entry-content h2, .single-event #page-container .entry-content h3{
	font-size: 1.8125em;
	color: #0A5096;
}

.single-event .em-booking-form-section-details p label{
	font-weight: 700;
}

.single-event #page-container .entry-content .notice-epay{
	margin-top: 20px;
	font-size: 0.8em;
}

/*Friend suggestions Anpassungen*/

friendship-button not_friends generic-button

.item-list.friends-suggestions-list .friends-suggestion-item{
	width: 100%;
	margin-bottom: 0 !important;
}

.item-list.friends-suggestions-list .friends-suggestion-item .friendship-button{
	display: none;
}

.item-list.friends-suggestions-list .friends-suggestion-item .friendship-button a:hover{
	border: 2px solid #eee;
}

.item-list.friends-suggestions-list .bpfspro-remove{
	display: none;
}

.item-list.friends-suggestions-list .item-avatar img{
	border-radius: 50%;
	border: 3px solid #DFE6EC !important;
	margin-bottom: 0 !important;
}

.item-list.friends-suggestions-list li{
	width: 100%;
	list-style-type: none;
}

.item-list.friends-suggestions-list li .item{
	align-self: center;
}

body.home-page div#primary .widget-container .widget-content .friends-suggestions-list li{
	margin-bottom: 0;
}

body.home-page div#primary .widget-container .widget-content .friends-suggestions-list .item-avatar a{
	margin: 0;
}

.widget_bp_friends_suggestions_procorebp_friends_suggestions_pro_widget, .widget_mtm_fof_widget{
	background-color: #ffffff;
	padding: 20px;
	box-shadow: 0px 0px 6px #00000029;
}

.widget_bp_friends_suggestions_procorebp_friends_suggestions_pro_widget .widget-title, .widget_mtm_fof_widget .widget-title{
	border-bottom: 0 !important;
}

/*EVENTS ÜBERARBEITUNG START*/
#mtm-highlight-events, .mtm-all-events{
	display: flex;
    	flex-direction: row;
    	flex-wrap: wrap;
	gap: 20px;
}

.mtm-all-events .event-list-item, .mtm-highlight-event-list-item{
	width: calc(33% - 10px);
	border: none !important;
	display: flex;
	padding: 0px;
	position: relative;
}

.mtm-all-events .event-list-item .row{
	display: flex;
	margin: 0;
	width: 100%;
	flex-direction: row;
    	flex-wrap: nowrap;
	box-shadow: 0px 0px 10px #00000029;
	padding: 0;
	background-color: #ffffff;	
}

#mtm-highlight-events .mtm-highlight-event-list-item .row{
	display: flex;
	margin: 0;
	width: 100%;
	flex-direction: column;
    	flex-wrap: nowrap;
	box-shadow: 0px 0px 10px #00000029;
	padding: 0;
	background-color: #ffffff;
	
}

.mtm-all-events .event-list-item .row .event-list-details{
	padding: 15px;
}

.mtm-all-events .event-list-item .row .event-list-details p, #mtm-highlight-events .mtm-highlight-event-list-item p{
	width: 100%;
	margin: 0;
	color: #0058b3;
	font-size: 14px;
}

.mtm-all-events .event-list-item .row .event-list-details p.title a{
	font-size: 16px;
	line-height: 20px;
	color: #0058b3;
	font-weight: 700;
}

#mtm-highlight-events .mtm-highlight-event-list-item .row p.title a{
	font-size: 14px;
	line-height: 20px;
	color: #0058b3;
}

#mtm-highlight-events .mtm-highlight-event-list-item .row .event-list-details .date{
	margin-top: -40px;
    background-color: #004D9D;
    color: #ffffff;
    position: absolute;
    padding: 3px 5px 3px 5px;
    font-size: 14px;
    margin-left: -20px;
}

#mtm-highlight-events .mtm-highlight-event-list-item .row .event-list-details{
	padding: 20px;
}

.mtm-all-events .event-list-item .row .event-day .day-in-month{
	background-color: #0056b0;
	padding: 12px 10px 17px 10px;
    	color: #ffffff;
	display: flex;
	flex-direction: column;
	align-items: center;
    	justify-content: flex-start;
	min-width: 60px;
	max-width: 60px;
}


.mtm-all-events .event-list-item .row .event-day .day{
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
}

.mtm-all-events .event-list-item .row .event-day .month{
	font-size: 20px;
	font-weight: 700;
}

/*Default search form*/

.em-search.em-search-legacy .em-search-main{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	gap: 10px;
}

.em-search.em-search-legacy .em-search-form{
	background-color: unset;
}

.em-search.em-search-legacy .em-search-main a.button{
	    box-shadow: 0px 3px 6px #00000029;
	    border: 2px solid #E9EDF2;
	    border-radius: 31px;
	    padding: 12px 18px 12px 13px;
	    vertical-align: top;
	    margin-left: 10px;
	    display: flex;
	    align-items: center;
	    margin: 0;
	    max-width: 155px;
	    max-height: 58px;
	    min-height: 58px;
}

.em-search.em-search-legacy .em-search-main .search-bar{
	background-color: #ffffff;
	border: 2px solid #E9EDF2;
	border-radius: 31px;
	box-shadow: 0px 3px 6px #00000029;
	padding: 11px 10px 11px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.em-search.em-search-legacy .em-search-main .search-bar input{
	border: none;
	box-shadow: none;
}

.em-search.em-search-legacy .em-search-main .search-bar input:focus{
	background-color: unset;
}

.em-search.em-search-legacy .em-search-main a.button i.las{
	    vertical-align: super;
	    font-size: 24px;
	    color: #0058B3;
	    position: relative;
	    top: 3px;
	    height: 30px;
}

.em-search.em-search-legacy .em-search-main a.button .button-text{
	display: inline-block;
	text-align: left;
	margin-left: 10px;
	font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
	color: #0058B3;
	font-size: 14px;
	line-height: 18px;
}

.em-search.em-search-legacy .em-search-main a.button .spacing{
	width: 20px;
}

.em-search-wrapper form button{
	height: auto;
	width: auto;
	border: none;
	padding: 0;
	margin: 0;
}

#em-wrapper form .number{
    background-color: #FB5D5F;
    border-radius: 10px;
    position: static;
    display: inline-block;
    float: none;
    margin-left: 0;
    vertical-align: top;
    line-height: 9px;
    font-size: 10px;
    padding: 2px 10px 2px 10px;
    color: #ffffff;
    margin-top: 3px;
}

.em-search-wrapper form button:hover, .em-search-wrapper form button:focus{
	background-color: unset;
	border: none;
	box-shadow: none;
}

.page-id-766 #main{
	margin-top: -68px;
}

form input[name="reset"]{
	font-size: 14px;
	border: none;
	box-shadow: none;
	color: #004682;
	position: absolute;
	margin-left: -250px;
}

form input[name="this-week"], form input[name="this-month"]{
	border: none;
	border-bottom: 3px solid #DDE5F0;
	text-transform: uppercase;
	background: transparent;
	padding: 0;
	padding-bottom: 6px;
	margin-right: 10px;
	color: #0058b3;
}

form input[name="this-week"][current="1"], form input[name="this-month"][current="1"]{
	font-weight: 700;
	border-bottom: 3px solid #0058b3;
}

form input[name="this-month"]{
	margin-left: 30px;
}

form input[name="this-week"]:hover, form input[name="this-month"]:hover{
border: none;
	border-bottom: 3px solid #DDE5F0;
	text-transform: uppercase;
	background: transparent;
	margin-right: 10px;
}

.search-bar .em-search-text.em-search-field.input{
	width: 260px;
}

.search-bar .em-search-text.em-search-field.input input::placeholder{
	text-align: center;
}

#em-wrapper form .multiselect{
	display: inline-block;
	float: right;
	margin-right: 20px;
}
#em-wrapper form .multiselect select{
	border: none;
	padding-right: 25px;
	border-bottom: 3px solid #DDE5F0;
	padding-bottom: 5px;
	color: #003865;
	font-weight: 700;
	text-transform: uppercase;
	appearance: none;
	background-color: transparent;
	font-size: 14px;
    
}

#em-wrapper form .multiselect:hover{
	cursor: pointer;
}

#em-wrapper form .multiselect .selectBox:after{
content: "\f107";
    pointer-events: none;
    position: absolute;
    font-weight: 900;
    color: #0058B3;
    font-size: 16px;
    font-family: 'Line Awesome Free';
    right: 5px;
}

#em-wrapper .search-bar .em-search-submit{
	font-family: 'Line Awesome Free';
	font-weight: 700;
	color: #0058B3;
	font-size: 20px;
	width: 20px;
	min-width: 20px;
	max-width: 20px;
	margin-right: 15px;
}

#mtm-highlight-events .mtm-highlight-event-list-item .row{
	overflow: hidden;
	position: relative;
}

#mtm-highlight-events .mtm-highlight-event-list-item .booking-text{
	position: absolute;
	background-color: #0056b0;
	padding: 37px;
	padding-bottom: 10px;
	padding-top: 53px;
	transform: rotate(-45deg) translate(-33px, -52px);
	color: #ffffff;
	font-size: 14px;
}

#mtm-highlight-events .mtm-highlight-event-list-item .highlight{
	display: flex;
    flex-direction: row;
    align-items: center;
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: #0056b0;
    font-size: 14px;
    color: #ffffff;
    padding: 11px 20px;
    border-radius: 27px;
}

#mtm-highlight-events .mtm-highlight-event-list-item .highlight .highlight-icon{
	font-family: 'Line Awesome Free';
	font-weight: 700;
	color: #ffffff;
	font-size: 20px;
	margin-left: 5px;
}

h2.mtm-highlight-events-heading, h2.mtm-all-events-heading {
    font-family: "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
    font-weight: 300;
    color: #0a5096;
    font-size: 24px;
    line-height: 20px;
    margin-bottom: 25px;
    margin-top: 35px;
}

/*Event Oagination*/
.em .em-pagination {
    background: none;
}

.em .mtm-all-events .em-pagination .page-numbers, .em .mtm-all-events .em-pagination .page-numbers.current, .em .mtm-all-events .em-pagination .page-numbers.next, .em .mtm-all-events .em-pagination .page-numbers.prev, .em .mtm-all-events .em-pagination .page-numbers.next.last, .em .mtm-all-events .em-pagination .page-numbers.prev.first {
    color: #003865 !important;
    background: white !important;
    border: 1px solid #CED9E7;
    margin: 0;
    padding: 10px !important;
    font-weight: normal;
    width: auto;
    font-size: 18px !important;
    line-height: 1;
    text-decoration: none;
    text-underline-offset: unset;
    border-radius: 5px;
    width: auto;
    min-width: unset;
    height: auto !important;
    opacity: 1 !important;
}

.em .mtm-all-events .em-pagination .page-numbers.current {
    background: #0058B3 !important;
    color: white !important;
}

.em .mtm-all-events .em-pagination .page-numbers:hover{
	font-size: 18px !important;
}

.em .mtm-all-events .em-pagination {
	gap: 5px;
	align-items: stretch;
        justify-content: center;
	width: 100%;
}

.em .mtm-all-events span.page-numbers.dots {
    line-height: 10px !important;
}

/*EVENTS ÜBERARBEITUNG ENDE*/

body .bp-embed-activity-icon-container.third{
	display: block;
}

#buddypress #activity-stream .activity_update .bp-embed-activity-description span{
	display: block;
}

#buddypress #activity-stream .activity_update img{
	display: block;
}

#bp-embed-activity-main-form .bp-embed-activity-maincontainer{
	margin-top: 14px;
}

#activity-stream li{
	width: 100%;
}