﻿
/*
Theme Name: Bewegungsmelder
Description: Bewegungsmelder für Aachen
Author: Bernd Kretschmann
Author URI: http://www.eastweb.de
Template: esteem
Version: 1.0
Tags: esteem_child
*/

body {
    padding-top: 0;
    padding-bottom: 10px;
	background-color: #5b5b5b;
	font-family: 'Khula', sans-serif;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
    font-family: 'Khula', sans-serif;
}

.eventname h1 {
    font-size: 2.4rem;
    font-weight: 600;
    padding-bottom: 20px;
	color: #767676;	
	padding-top: 20px;
}	

h3 {
    font-size: 26px;
    line-height: 32px;
    margin: 20px 0;
}

h3.events-start {
	margin: 0 13px;
	font-size: 1.6em;
    padding-bottom: 0.5em;
    font-weight: 600;
    color: #245c96;
} 

p {
	font-size: 16px;
}

#page {
	background-color: #f2f2f2;
}

#main {
	padding-top: 0;
}

#primary {
	float: left;
	width: 100%;
}
	
.inner-wrap {
	width: 94%;
}

.home-page .inner-wrap {
	width: 100%;
}

.home-page div.css-search {
	margin-bottom: 0;
}

.home-page .category {
	color: #000;
	margin-top: 8px;
}
#post-25 .entry-content, #post-27 .entry-content {
    padding-right: 0;
}

#selbstverstaendnis {
	font-size: 1.5em;
}

.hentry {
    margin: 0;
}

.inner-wrap-gray {
	margin: 55px auto;
	padding-bottom: 35px;
	padding-top: 10px;
}

.start_unten {
	padding: 40px 0 40px 0;
}

.inner-wrap-gray h3 {
	margin-left: 50px;
}

.site-branding {
	display: none;
}

.main-navigation,
.main-small-navigation  {
	padding-top: 0;
    float: left;
    clear: none;
}

#masthead .search-wrap {
    left: 70px;
    width: 310px;
    top: 10px;
}

.home-back-white, .home-back-white-2 {
	width: 98%;
	margin: 0 10px;
}
	
.home .site-header {
    border-bottom: 0;
}

.blog-medium .entry-content {
    padding-top: 0;
}

a {
    color: #245c96;
}

a:hover {
    color: #245c96;
}

a:visited {
    color: #245c96;
}

li {
	font-size: 18px;
}

.subsubsub {
	font-size: 1.9rem;
}

.mitmachbild {
	float: right;
	padding: 0 40px;
}

.catpost a {
	font-size: 18px;
}

h4.hrf-title {
	padding: 2px 10px;
}
/* Footer */

#group-colophon {
    border: 0;
    bottom: 0;
	opacity: 0.6;
	background-color: #fff;
	width: 100%;
}

#colophon {
	margin: 0 auto;
    border: 0;
	background-color: #f2f2f2;
}
}

#site-generator {
    border-top: 0;
}
	
#site-generator a {
	color: #777777;
	margin: 5px 10px;
	font-size: 1em;
}
	
#buddypress div#item-header div.generic-button {
   float: unset; 
}

.button_event_eventsite,
.button_event_day {
	float: right;
	margin: 0 auto;
	font-size:18px;
	font-family: 'Khula', sans-serif; 
	padding: 5px 0;
}

.button_event_eventsite:hover,
.button_event_day:hover {
	color: #ED564B;
}

/* Forms */

#kontaktform {
	width: 60%;
	margin: 20px 0;
}

#kontaktform label {
	width: 500px;
}

.event-editor {
	width: 770px;
}

.search-form-top.active {
    display: contents;
}

.form .label, .form .checkbox-input + label, .form .option-input + label, .form .text-input, .form .textarea, .form .select, .customSelect, .form .message, .form .button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  line-height: normal;
  border-radius: 0;
  border: none;
  background: none;
  display: block;
}

.form .label {
  color: #777777;
  padding: 0;
  letter-spacing: 0.025em;
  font-size: 1.6rem;
  line-height: 1.25;
  position: relative;
  text-align: left;
  white-space: unset;
}

.form .label.big {
	padding: 20px 0;
}

#chars_left_text {
	float: left;
}

.no-results.not-found {
	margin-top: 100px;
}
.checkbox label {
	padding: 0 15px;
}
.required .form .label:after, .form .required .label:after {
  content: " *";
  color: #E8474C;
  font-weight: normal;
  font-size: 0.75em;
  vertical-align: top;
}

.form .checkbox-input + label, .form .option-input + label, .form .text-input, .form .textarea, .form .select, .customSelect, #buddypress .standard-form#signup_form input[type=text] {
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F8F8F8;
  color: #666;
  position: relative;
  padding: 2px 7px;
}
.form .checkbox-input + label:placeholder, .form .option-input + label:placeholder, .form .text-input:placeholder, .form .textarea:placeholder, .form .select:placeholder, .customSelect:placeholder {
  color: #666;
}
.form .checkbox-input + label:-webkit-autofill, .form .option-input + label:-webkit-autofill, .form .text-input:-webkit-autofill, .form .input:-webkit-autofill, .form .textarea:-webkit-autofill, .form .select:-webkit-autofill, .customSelect:-webkit-autofill {
  box-shadow: 0 0 0px 1000px #fbfbfb inset;
}
.form .checkbox-input + label:not(:focus):not(:active).error, .form .option-input + label:not(:focus):not(:active).error, .form .text-input:not(:focus):not(:active).error, .form .textarea:not(:focus):not(:active).error, .form .select:not(:focus):not(:active).error, .customSelect:not(:focus):not(:active).error, .error .form .checkbox-input + label:not(:focus):not(:active), .form .error .checkbox-input + label:not(:focus):not(:active), .error .form .option-input + label:not(:focus):not(:active), .form .error .option-input + label:not(:focus):not(:active), .error .form .text-input:not(:focus):not(:active), .form .error .text-input:not(:focus):not(:active), .error .form .textarea:not(:focus):not(:active), .form .error .textarea:not(:focus):not(:active), .error .form .select:not(:focus):not(:active), .form .error .select:not(:focus):not(:active), .error .customSelect:not(:focus):not(:active) {
  box-shadow: 0 0 0px 1000px #f5dada inset;
}

.form:not(.has-magic-focus) .checkbox-input + label:active, .form:not(.has-magic-focus) .option-input + label:active, .form:not(.has-magic-focus) .text-input:active, .form:not(.has-magic-focus) .textarea:active, .form:not(.has-magic-focus) .select:active, .form:not(.has-magic-focus) .customSelect:active, .form:not(.has-magic-focus) .customSelect.customSelectFocus, .form:not(.has-magic-focus) .checkbox-input + label:focus, .form:not(.has-magic-focus) .option-input + label:focus, .form:not(.has-magic-focus) .text-input:focus, .form:not(.has-magic-focus) .textarea:focus, .form:not(.has-magic-focus) .select:focus, .form:not(.has-magic-focus) .customSelect:focus {
  background: #F8F8F8;
}

.form .message {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 100;
  font-size: 0.625em;
  color: white;
}

.form .checkbox-input, .form .option-input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.form .checkbox-input + label, .form .option-input + label {
  display: inline-block;
  width: auto;
  color: #4E4E4E;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.form .checkbox-input:focus + label, .form .option-input:focus + label, .form .checkbox-input:active + label, .form .option-input:active + label {
  color: #4E4E4E;
}

.form .checkbox-input:checked + label, .form .option-input:checked + label {
  background: #d4ffbf;
}

.form .button, #buddypress input[type=submit],#buddypress input[type=submit]:hover, #form-submit,
#kontaktform input[type=submit], #kontaktform input[type=submit]:hover {
  -webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:1.6rem;font-family: 'Khula', sans-serif; padding: 2px 40px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #FFFFFF; font-weight: 100;
	 background-color: #98AAC9; background-image: -webkit-gradient(linear, left top, left bottom, from(#98AAC9), to(#23538a));
	 background-image: -webkit-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -moz-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -ms-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -o-linear-gradient(top, #98AAC9, #23538a);
	 background-image: linear-gradient(to bottom, #426fbb, #1c3f67);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#98AAC9, endColorstr=#23538a);	
}

.form .button:hover, .form .button:focus, .form .button:active {
  color: white;
  border-color: white;
}

.form .button:active {
  position: relative;
  top: 1px;
  left: 1px;
}

button, input, select, textarea {
	font-size: 1.9rem;
}

input #event-image-delete {
    margin-bottom: 8px;
}

#newgroupbutton {
	margin-bottom: 10px;
}

.form,
#em-location-data  {
  width: 100%;
  margin: 0;
  position: relative;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: flex-end;
}

.form .field {
  width: 100%;
  margin: 0;
}

.form#signup_form_1 .field {
  margin: 10px 0;
}

.form .field.last {
  margin-left: auto;
}

.form .textarea {
  max-width: 100%;
}

.form .select {
  text-indent: 0.01px;
  text-overflow: "" !important;
}

.form .select::-ms-expand {
  display: none;
}

.form .checkboxes, .form .options {
  padding: 0;
  margin: 0;
  list-style-type: none;
  overflow: hidden;
}

.form .checkbox, .form .option {
  float: left;
  margin: 1px;
}

.customSelect {
  pointer-events: none;
}

.customSelect:after {
  content: "";
  pointer-events: none;
  width: 0.5em;
  height: 0.5em;
  border-style: solid;
  border-color: white;
  border-width: 0 3px 3px 0;
  position: absolute;
  top: 50%;
  margin-top: -0.625em;
  right: 1em;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.customSelect.customSelectFocus:after {
  border-color: white;
}

#my-custom-registration {
	margin-top: 5em;
}

label {
	font-size: 17px;
}

#group-dir-search label {
	width: 247px;
}
#wp-em-editor-content-wrap {
	width: 100%;
}

#wp-em-editor-content-wrap {
    width: 100%;
	margin-bottom: 20px;
}

input[type=file] {
    margin-bottom: 15px;
}

.css-event-form input[type=file] {
    margin-bottom: 0;
}

#event-attributes table td {
	font-size: 1.7rem;
}

.errortext {
	color: red;
}

select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea, #event-form #event-name {		
  font: inherit;
  line-height: normal;
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #ccc;
  border-radius: 3px;
  background: #F8F8F8;
  color: #666;
  position: relative;
  padding: 2px 7px;
}

#kontaktform .planso-form-builder .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0; 
    padding-right: 15px;
}

#post-search-input {
	margin-bottom: 15px;
}

.hidden {
	display: none;
}

#upload_logo, #upload {
	margin-bottom: 15px;
}

/* Events allgemein */

.page-id-25 .site-main,
.page-id-27 .site-main,
.bp-user .site-main,
.bp-user .my-groups #main,
.event	{
	padding-top: 10px;
	position: relative;
	padding-bottom: 10px;
	min-height: 100px;
}	
	
.post-wrapper .post-column .name {
	font-size: 1.2em;
	font-weight: 500;
}

.post-wrapper .post-column .weiter {
    color: #3c3c3c;
	font-size: 0.8rem;
	font-weight: 300;
	padding-top: 10px;
}

.post-wrapper .post-column .name a {
    color: #b39918;
	font-size: 15px;
	font-weight: 600;
	padding: 5px 0;
}

#ui-datepicker-div {
	z-index: 110 !important;
}

.events-topzeile {
	font-size: 1.3em;
	font-weight: 600;
	display: flex;
	flex-wrap: wrap;
	padding: 10px 5px 0 5px;
}

/* Startseite */

#post-15 .post-wrapper .post-column .termin {
    color: #3c3c3c;
	font-size: 1em;
	font-weight: 500;
	padding-top: 5px;
}

#post-15 .post-wrapper .post-column .termin .fett{
	font-size: 1.0em;
	font-weight: 600;
}

#post-15 .post-wrapper .post-column .exerpt p {
	font-size: 1.0em;
	font-weight: 500;
	padding-top: 2px;
}

#home-groupbutton, #home-eventbutton {
	float: right;
	padding-right: 18px;
}

#home-groupbutton {
	margin-right: 8px;
}

.home-back-gray {
	background-color: #d9d9d9;
}

.bp-webim-members-loop {
	background-color: #FFF;
	margin: 10px;
}

.inner-wrap-gray p {
	margin: 10px 10px;
}


/* Kalender-Seite */

#post-21 .post-wrapper .post-column {
	padding: 1em;
	border: grey 1px solid;
	border-radius: 6px;
	margin-left: 0;
	margin-right: 0;
}

#post-21 .post-wrapper .post-column .leftbox,
.home .css-events-list .exerpt {
	display: none;
}

#post-21 .post-wrapper .post-column .exerpt p{
	font-size: 1.5em;
}

#post-21 .post-wrapper .post-column .notes p{
	font-size: 1.2em;
}

#post-21 .post-wrapper .post-column .text {
	float: left;
	width: 70%;
}

#post-21 .post-wrapper .post-column .post-thumbnail {
	float: right;
	width: 88px;
}

#post-21 .event-categories a {
	font-weight: 600;
}

#post-21 .post-wrapper .post-column .termin {
    color: #3c3c3c;
	font-size: 1em;
	font-weight: 500;
	line-height: 1em;
}

#post-21 .post-wrapper .post-column .termin .fett{
	font-size: 0.8em;
	font-weight: 600;
}

#post-21 .post-wrapper .post-column .eintritt{
	font-size: 0.8em;
}

#post-21 .post-wrapper .post-column .termin .u-line {
    border-bottom: grey 1px solid;
}

#post-21 .post-wrapper .post-column .exerpt {
    display: none;
}
.v-themen, .v-art, .v-monat, .v-filter {
	margin: 15px 0;
}

.v-info {
	font-size: 1.0em;
    font-weight: 400;
	color: #245c96;
	padding: 15px 0 0 5px;
	float: left;
}

.v-tooltip {
  position: relative;
  display: inline-block;
}

.v-tooltip .v-tooltiptext {
  visibility: hidden;
  width: 327px;
  background-color: #465B7D;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;

  /* Position the tooltip text */
  position: absolute;
  z-index: 1;
  bottom: 125%;
  left: 50%;
  margin-left: -112px;

  /* Fade in tooltip */
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 99;
}

.i-circle {
    background: #465B7D;
    color: #fff;
    padding: 0 9px;
    border-radius: 50%;
    font-size: 14px;
	float: left;
	margin-top: 15px;
}

/* Tooltip arrow */
.v-tooltip .v-tooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}

/* Show the tooltip text when you mouse over the tooltip container */
.v-tooltip:hover .v-tooltiptext {
  visibility: visible;
  opacity: 1;
}

.spalte-1, .spalte-2 {
	float: left;
	width: 45%;
    padding-left: 15px;
}

 .spalte-3 {
	width: 45%;
    padding: 15px;
	float: left;
}

#auswahlfenster-themen {
	left: 10px;
	width: 97%;
	top: 440px;
	position: absolute;
	background-color: #FFF;	
	border: 2px solid #245c96;
	display: none;
	z-index: 99;
}

#auswahlfenster-v-art {
	left: 10px;
	width: 97%;
	top: 482px;
	position: absolute;
	background-color: #FFF;	
	border: 2px solid #245c96;
	display: none;
	z-index: 99;
}

#auswahlfenster-v-art ul, #auswahlfenster-themen ul {
	margin: 0 0 0 20px;
	list-style: none;
}	

#auswahlfenster-v-art li, #auswahlfenster-themen li {
	margin-bottom: 4px;
}

#auswahlfenster-themen p,
#auswahlfenster-v-art p {
	font-size: 1.4rem;
	font-weight: 600;
    color: #245c96;
    margin: 5px 0;
}	
	
.kalender-menu {
	clear: both;
}

.kalender-menu a {
	font-size: 1.0em;
	font-weight: 400;
	padding-right: 1.4em;
	text-decoration: none;
}

.v-themen a:before, .v-art a:before{
    content: "\25bc";
    color: #b39918;
	font-size: 1em;
    padding-right: 5px;
}

.v-monat a:before, .v-filter a:before{
    content: "\25b6";
    color: #b39918;
	font-size: 1em;
    padding-right: 5px;
}

#fullcalendar {
	padding-top: 20px;
}

#fullcalendar a {
	color: #fff;
}

#fullcalendar .name {
	line-height: 1;
}

table.em-calendar tr:first-child td:first-child {
	border-top-left-radius: 10px;
    border: 0;
}

table.em-calendar tr:first-child td:last-child {
    border-top-right-radius: 10px;
    border: 0;
}

table.em-calendar tr:first-child {
	border: 0;
	height: 35px;
}

table.em-calendar td.eventful-pre a, table.em-calendar td.eventful-post a, table.em-calendar td.eventful a {
    color: #67b0fa;
    text-decoration: none;
}

.full-calendar td.eventful a {
	color: #ffffff;
}

table.em-calendar .category {
	width: 90%; 
   text-align: center; 
   line-height: 1;
   margin: 10px 0 10px 7px; 
}

a.em-calnav {
	color: #ed564b;
	font-weight: 900;
}

hr { 
    border: 4px solid #ccc;
}

.back {
	float: left;
	margin-bottom: 20px;
}

.css-events-list h2 {		
	background: #245c96;
	color: #fff;
	padding: 5px 0 5px 20px;
	margin: 1em 0;
	font-size: 1.8rem;
	border-radius: 6px;
}	

.page-id-1700 h2 {
	padding: 30px 0 5px 0;
}

#event-attributes {
	margin-top: 30px;
}

#fullcalendar li {
	list-style-type: none;
	font-size: 14px;
	padding: 3px;
	margin-bottom: 5px;
}

#fullcalendar li.Aktion {
		background-color: #e59186;
}

#fullcalendar li.Demonstration {
		background-color: #dccf73;
}

#fullcalendar li.Diskussion {
		background-color: #616f87;
		color: #c1bebe;
}

#fullcalendar li.Kochen {
		background-color: #c1dac4;
}

#fullcalendar li.Theater {
		background-color: #eabbb7;
}

#fullcalendar li.Lesung {
		background-color: #bcc785;
}

#fullcalendar li.Markt {
		background-color: #9e7698;
}

#fullcalendar li.Konzert {
		background-color: #b8c4e6;
}

#fullcalendar li.Plenum {
		background-color: #cbd09b;
}

#fullcalendar li.Gerichtsprozess {
		background-color: #e1ca5c;
}

#fullcalendar li.Rundgang {
		background-color: #99cc99;
}

#fullcalendar li.Sonstiges {
		background-color: #caac9e;
}

#fullcalendar li.Vortrag {
		background-color: #b1caa2;
}

#fullcalendar li.Workshop {
		background-color: #a7b8cc;
}

#fullcalendar li.Beratung {
		background-color: #769897;
		color: #d5d5d5;
}

table.em-calendar li.Plenum .category span {
	background: #fafab3; 
    padding:0 10px; 
}

table.em-calendar li.Workshop .category span {
	background: ##a7b8cc; 
    padding:0 10px; 
}

table.em-calendar li.Konzert .category span {
	background: #b8c4e6; 
    padding:0 10px; 
}

table.em-calendar td.eventful-today a {
    font-weight: normal; 
}

/* Map */

#map {
	margin-top: 50px;
}

/* Groups */

body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, 
body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
	max-width: 100%;
}

#groups-dir-list .post-wrapper .post-column .item-avatar {
	text-align: center;
	margin-bottom: 10px;
}	

#groups-dir-list .post-wrapper .post-column .item {
	text-align: center;
}	

#groups-dir-list .post-wrapper .post-column .item .item-title a{
	font-size: 1.2em;
	font-weight: 600;
	color: #777777;
}	
	
.hgroup-wrap {
    padding-top: 0;
}

.kontaktdaten {
	float: left;
}

.group-name {
	position: absolute;
	bottom: 0;
	float: left;
	width: 70%;
}

.group-header {
	min-height: 150px;
	position: relative;
	width: 100%;
}

#kontaktzeile {
	width: 100%;
	clear: both;
}

#group-adresse, #group-kontakt, #group-info {
	width: 100%;
}

#group-info {
	 margin-top: 20px;
 }
	 
#group-adresse p, #group-kontakt p, #group-info p {
	color: #245c96;
	font-size: 1.4em;
	margin-bottom: 0;
	font-weight: bolder;
}

#group-adresse .value, #group-kontakt .value, #group-info .value {
	font-size: 1.2em;
}

[role=button] {
    color: #245c96;
	font-size: 1.4em;
	font-weight: bolder;
}

:focus {
    outline: 0;
}

#buddypress div#item-header div#item-header-content {
	float: none;
}


#buddypress div#item-header div#item-header-content h2{
	margin-bottom: 0;
	padding-bottom: 0;
}
.events-table {
	padding-top: 2em;
}

.eventlist {
	position: relative;
	clear: both;
	padding: 10px 0;
}

#buddypress .eventlist {
	padding-top: 25px;
}

.item-header-avatar {
	width: 25%;
	float: right;
}

.avatar {
	border-radius: 0;
}

.item-avatar img {
	margin-bottom: 10px;
}

#buddypress div#item-header img.avatar {
	margin: 0 20px 0 0;
}

#buddypress div#item-header span {
	font-size: 16px;
}

.kontaktdaten {
	width: 100%;
	clear: both;
}

.hgroup-wrap-right {
    position: relative;
    float: left;
	margin-left: 4vw;
	z-index: 60;
    top: -50px;
}

#buddypress #item-header {
	clear: both;
}

#buddypress #item-header-cover-image #item-header-avatar {
	margin-top: 0;
}

#after-main #header-cover-image {
    overflow: hidden;
	position: relative;
}

body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
	margin-top: 25px;
}

.group-create-types .checkbox {
	float: left;
    padding: 0.2em;
}

.group-create-types {
	padding: 1em 5em 2em 0;
}

.group-create-types legend {
	padding-top: 5em;
}

.group-form-control-wrap-2 {
	width: 45%;
	float: left;
}

.group-form-control-wrap {
	width: 100%;
	clear: both;
}

.group-form-control-wrap textarea {
	width: 89%;	
}

.group-form-submit {
	padding-top: 1.5em;
	clear: both;
}

#group-dir-headline-button #groupbutton {
	position: relative;
	top: -4vw;
	padding-left: 253px;
}

.gruppen-menu a {
	font-size: 1.2em;
	font-weight: 400;
	padding-right: 1.4em;
	text-decoration: none;
}

.gruppen-menu .v-themen {
	margin: 1em 0;
} 

.gruppen-menu #auswahlfenster-themen {
	top: 235px;
	left: 11px;
	width: 97%;
	z-index:999;
}

#buddypress div#item-header div#item-meta {
    margin: 0;
}

#buddypress #item-header-cover-image {
    padding: 0;
}

#group-themen {
    font-size: 16px;
	padding-top: 10px;
	width: 100%;
	font-weight: bold;
	clear: both;
}

#header-cover-image img {
	width: 100%;
}

.bp-single-group.is-admin {
	display: block !important;
}

#nogroup{
	clear: both;
	margin-top: 90px;
}

#buddypress div#item-header #item-header-cover-image #item-header-content {
	text-align: left;
}

#buddypress #item-header-cover-image #item-header-avatar,
.bp-user #buddypress #item-header #item-header-cover-image #item-header-avatar {
	text-align: center;
}

summary::-webkit-details-marker {
  display: none;
}
summary:before {
  content: "+"; /* Verwendung des "plus"-Symbols anstelle des Dreiecks */
  color: #245c96;
  margin-right: 5px;
}

/* Mitglieder */

#buddypress div#item-header div#item-meta {
	/* display: none; */
}

#buddypress div.item-list-tabs#subnav {
    padding-bottom: 20px;
}

#buddypress div#item-header ul li {
    float: left;
}

.container {
    width: 100%;
	padding: 0;
	margin: 0;
}

#buddypress #message.info {
    margin-top: 70px;
}

#buddypress div#message p, #sitewide-notice p {
    background-color: transparent;
    border: 0;
	font-size: 1.2em;
    margin-top: 3px;
    text-decoration: none;
}

#groupbutton, #groupbutton2 {
	float: left;
	margin-right:10px;
	margin-bottom:10px;
}

.groupimage-vorschau {
	width: 50%;
}

#member-header {
	display: flex;
}

#member-header .scroll {
	display: flex;
	flex-wrap: nowrap;
	overflow-x: auto;
}

/* Event Detailseite */

.event .event-categories div {
	background-color: transparent !important;
}

#eventdetails{
	font-size: 1.2em;
	transform: scale(1.02);
	border: 1px solid #fff;
    border-radius: 5px;
	background-color: #fff;
	margin-top: 10px;
}

#eventdetails .zeile {
	display: flex;
	flex-wrap: wrap;
    width: 100%;
}

#eventdetails .post-column{
	padding: 8px;
}

#eventdetails .post-column .label{	
	width: 32%;
	float: left;
	font-weight: 600;
	color: #000;
	text-align: left;
	font-size: 100%;
}

#eventdetails .post-column .value{
	width: 68%;
	clear: left;
	line-height: 1.3;
}

.subline {
	font-weight: 600;
	margin-top: 1.5em;
}

.eventthema, .eventgroup {
	font-size: 17px;
}

.eventthema {
	margin-right: 25px;
	float: left;
}

.v-monat {
	display: none;
}

/* Navigation */
.main-navigation li a {
    display: block;
    text-decoration: none;
    color: #969696;
	font-size: 1.8rem;
}

.search-top {
    top: 19px;
}

.nav-menu > ul > li > a, .menu > ul > li > a {
    line-height: 50px;
    height: 50px; 
}

.hgroup-wrap-all {
	width: 100%;
	height: 50px;
	background-color: #ffffff;
	opacity: 0.9;
	z-index:999;
}

.header_image {
	position: relative;
    text-align: right;
    padding-right: 244px;
	top: -100px;
    z-index: 50;
	display: none;
}
	
.element-is-sticky {
  
}

/* Admin Seiten */

#buddypress div.item-list-tabs#object-nav {
    margin-bottom: 2em;
}

.css-locations-admin {
	margin-top: 20px;
}

/* Allgemein */

.post-wrapper {
    display: flex;
    flex-wrap: wrap;
	width: 100%;
}

.wp-custom-header {
	top: -50px;
}

.post-wrapper .post-column {
    width: 100%;
    box-sizing: border-box;
    padding: 3px;
	background-color: #fff;
	margin-bottom: 10px;
}


#groups-list-home.post-wrapper .post-column, #groups-list.post-wrapper .post-column {
    width: 45%;
    box-sizing: border-box;
    padding: 3px;
	margin: 2%;
	background-color: #fff;
}

.css-events-list .post-wrapper .post-column {
    width: 100%;
    box-sizing: border-box;
	background-color: #fff;
}

.post-thumbnail {
    margin-bottom: 5px; 
	width: 80px;
}

.em-search-wrapper {
	width: 130%;
	padding-bottom: 20px;
}

div.css-search div.em-search-text{
	padding-left: 0;
	background: none;
}

.page-title-bar {
	display: none;
}

#my-custom-login,
#basic-details-section,
#profile-details-section {
	width: 100%;
}

.login-username label,
.login-password label {
	width: 100%;
}


#loginform .login-remember {
	float: left;
	padding-right: 14%;
}

.entry-content p {
    padding-bottom: 16px;
}

h2 {
	padding-bottom: 1em;
}

h1 {
	font-size: 1.6em;
	padding-bottom: 0.5em;
	font-weight: 600;
	color: #245c96;
}

p.entry-content {
	font-size: 1.2em;	
}

#groups-list .item-desc p {
	font-size: 1.2em;	
	color: #000;
}
#groups-list .meta p a{
	font-size: 0.8em;
}

#buddypress .standard-form label, #buddypress .standard-form legend, #buddypress .standard-form span.label {
    font-weight: 100;
}

#buddypress #commentform input[type=text], 
#buddypress #commentform textarea, 
#buddypress .form-allowed-tags, 
#buddypress .standard-form#signup_form input[type=text], 
#buddypress .standard-form input[type=email],
#buddypress .standard-form input[type=password],
#buddypress .standard-form #basic-details-section input[type=password], 
#buddypress .standard-form #blog-details-section input#signup_blog_url,
#buddypress .standard-form#signup_form textarea,
.login-username input,
.login-password input {
    width: 75%;
    margin-right: 25%;
	border: 1px solid #ccc;
    border-radius: 3px;
	padding: 6px;
	line-height: normal;
}

#buddypress .standard-form #basic-details-section, #buddypress .standard-form #blog-details-section, #buddypress .standard-form #profile-details-section {
    float: left;
    width: 40%;
}

#buddypress .standard-form#signup_form div.submit {
    float: left;
}

#buddypress .active.generic-button a,
#buddypress .active.generic-button a:hover {
   	-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-family: 'Khula', sans-serif; padding: 5px 20px 5px 20px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #FFF; font-weight: 100;
	 background-color: #b7cbd8; background-image: -webkit-gradient(linear, left top, left bottom, from(#b7cbd8), to(#859b9e));
	 background-image: -webkit-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -moz-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -ms-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -o-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: linear-gradient(to bottom, #b7cbd8, #96a7b1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b7cbd8, endColorstr=#859b9e);	
}


#buddypress #item-body .active.generic-button a,
#buddypress #item-body .active.generic-button a:hover,
#buddypress .zuschnitt input[type=submit] {

   	-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-family: 'Khula', sans-serif; padding: 0 15px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #FFF; font-weight: 100;
	 background-color: #b7cbd8; background-image: -webkit-gradient(linear, left top, left bottom, from(#b7cbd8), to(#859b9e));
	 background-image: -webkit-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -moz-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -ms-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: -o-linear-gradient(top, #b7cbd8, #859b9e);
	 background-image: linear-gradient(to bottom, #b7cbd8, #96a7b1);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#b7cbd8, endColorstr=#859b9e);	
}

.home .generic-button a,
.home .generic-button a:hover,
#post-21 .generic-button a,
#post-21 .generic-button a:hover,	
#post-989 .generic-button a,
#post-989 .generic-button a:hover,	
#buddypress .comment-reply-link, 
#buddypress .generic-button a, 
#buddypress div.generic-button a:hover, 
#buddypress .standard-form button, 
/* .button_event_startsite,
#buddypress a.button, #buddypress input[type=button], 
#buddypress input[type=reset], #buddypress input[type=submit]#buddypress input[type=submit],  */
#buddypress ul.button-nav li a, a.bp-title-button,
#groupbutton a,
#home-groupbutton a,
#home-eventbutton a {
   	-webkit-border-radius: 10px; -moz-border-radius: 10px;border-radius: 10px;font-size:16px;font-family: 'Khula', sans-serif; padding: 5px 20px 5px 20px; text-decoration:none; display:inline-block;text-shadow: 0px 0px 0 rgba(0,0,0,0.3); color: #FFFFFF; font-weight: 100;
	 background-color: #98AAC9; background-image: -webkit-gradient(linear, left top, left bottom, from(#98AAC9), to(#23538a));
	 background-image: -webkit-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -moz-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -ms-linear-gradient(top, #98AAC9, #23538a);
	 background-image: -o-linear-gradient(top, #98AAC9, #23538a);
	 background-image: linear-gradient(to bottom, #426fbb, #1c3f67);filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#98AAC9, endColorstr=#23538a);	
}

.field-visibility-settings-toggle {
	padding-top: 15px;
}

.register-section {
	margin-top: 20px;
}

.register-section h2 {
	margin-bottom: 0;
}

.register h2 {
	color: #245C96;
	font-size: 1.4em;
} 

#buddypress div.dir-search {
	float: left;
	margin: 0;
	width: 100%;
}

#buddypress div.dir-search input[type=text], 
#buddypress li.groups-members-search input[type=text] {
	padding: 0.5rem 0.5rem;
}

#buddypress div.item-list-tabs ul li.last select {
	padding: 0.5rem 0.5rem;
}

table.em-calendar td,
table.em-calendar td.eventful-today {
	border: 0;
    background-color: #fff;
	text-align: center;
	padding: 1px 0;
}

table.em-calendar thead td {
	background-color: transparent;
	border: 0;
}

table.em-calendar td.eventful,
table.em-calendar td.eventful-pre,
table.em-calendar td.eventful-today,
table.em-calendar td.eventless,
table.em-calendar td.eventless-pre,
table.em-calendar td.eventless-post,
table.em-calendar td.eventless-today {
	text-align: center;
}	

table.em-calendar td.activ {
	background-color: #ffefcb;
}

table.em-calendar td.eventless-today {
    background-color: #fff;
}

table.em-calendar td.month_name {
	font-size: 1.6em;
    font-weight: 400;
    padding-right: 1.4em;
	color: #465B7D;
}

table.em-calendar .days-names td {
    background-color: #465B7D;
	color: #fff;
	width: 14%;
	padding-top: 8px;
}

table.em-calendar {
    border-spacing: 2px;
}

.eventful-pre .event-day,
.eventful-post .event-day,
.eventless-pre .event-day,
.eventless-post .event-day
 {
	background-color: #b5b4b4;
	color: #FFF;
    padding-left: 5px;
}

.eventful .event-day,
.eventless .event-day {
	background-color: #96a7b1;
	color: #FFF;
    padding-left: 5px;
}

.eventful-today .event-day,
.eventless-today .event-day{
	background-color: #ebd252;
	color: #FFF;
    padding-left: 5px;
}

.page-id-989 .entry-content #fullcalendar ul{
	text-align: center;
	margin: 0;
}

table.em-calendar td.eventful .event-day a, table.em-calendar td.eventful-today .event-day a, table.em-calendar td.eventful-pre .event-day a {
    color: #FFF;
}

table.em-calendar td.eventful li, table.em-calendar td.eventful-today li,
table.em-calendar td.eventful-pre li, table.em-calendar td.eventful-post li {
	color: #000;
}

.em-calnav, .em-calnav-prev {
	color: #000;
}

#post-21 .entry-content {
    padding-top: 0;
}

#group-title {
	font-size: 2em;
	font-weight: 600;
	padding-bottom: 20px;
}

.arrow-left {
	width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;   
    border-right:20px solid #b39918; 
	margin: 8px auto 0 auto;
}

.arrow-right {
	width: 0; 
    height: 0; 
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;   
    border-left:20px solid #b39918; 
	margin: 8px auto 0 auto;
}
	
.search-form {
	float: left;
}


/* Footer */

#site-generator a {
	color: #777777;
}

/* progress-bar  */
.p-container {
  width: 100%;
  margin: 10px auto; 
}
.progressbar {
  counter-reset: step;
}
.progressbar li {
  list-style-type: none;
  width: 25%;
  float: left;
  font-size: 12px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  color: #7d7d7d;
}
.progressbar li:before {
  width: 30px;
  height: 30px;
  content: counter(step);
  counter-increment: step;
  line-height: 30px;
  border: 2px solid #7d7d7d;
  display: block;
  text-align: center;
  margin: 0 auto 10px auto;
  border-radius: 50%;
  background-color: white;
}
.progressbar li:after {
  width: 100%;
  height: 2px;
  content: '';
  position: absolute;
  background-color: #7d7d7d;
  top: 15px;
  left: -50%;
  z-index: -1;
}
.progressbar li:first-child:after {
  content: none;
}
.progressbar li.active {
  color: green;
}
.progressbar li.active:before {
  border-color: #55b776;
}
.progressbar li.active + li:after {
  background-color: #55b776;
}	

#site-generator {
	color: #909294;
	border-top: 0;
	padding: 20px 0 20px;
}	

@media only screen and (max-width: 630px) and (orientation: portrait) {
  .groupeditor{
    transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
  }
}

/* min-width: 600px */

@media screen and (min-width: 600px){

	#post-21 .post-wrapper .post-column .text {
	float: left;
	width:475px;
}


}

/* min-width: 900px */

@media screen and (min-width: 900px){
	
	#post-15 .post-wrapper .post-column {
		width: 48%;
		box-sizing: border-box;
		margin-bottom: 1.0em;
		margin-right: 0.5em;
		margin-left: 0.5em;
	}	
	
	#group-info {
		margin-top: 0;
	}	
	
	#after-main #header-cover-image {
		overflow: hidden;
		position: relative;
	}	

	#kontaktzeile {
		width: 100%;
		clear: both;
	}

	#group-adresse, #group-kontakt {
		min-width: 20%;
		max-width: 45%;
		float: left;
		padding-right: 3em;
	}

	#group-info {
		width: 100%;
		padding-top: 25px;
		clear: both;
	}

	#group-adresse p, #group-kontakt p, #group-info p {
		color: #245c96;
		font-size: 1.4em;
		margin-bottom: 0;
		font-weight: bolder;
	}

	#group-adresse .value, #group-kontakt .value, #group-info .value {
		font-size: 1.2em;
	}

	body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content {
		margin-top: 0;
	}
	
	#post-21 .em-login-button {
		left: 0;
	}	
	
	#neweventbutton {
		position: relative;
		margin-right: 0;
		float: right;
		z-index: 90;
	}
	
	#post-21 #neweventbutton,
	#post-989 #neweventbutton {
		margin-top: 20px;
	}

	.inner-wrap-gray p {
		margin: 10px 50px;
	}	

}

/* min-width: 1000px */

@media screen and (min-width: 1000px){
	
	#page {
		background-image: url(https://bewegungsmelder-aachen.de/wp-content/uploads/2018/05/header_bewegungsmelder_aachen.png);
		background-repeat: no-repeat;
		background-color: #f2f2f2;
		margin: 0 auto;
		box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
	}
	
	#page {
		max-width: 1000px;
	}
	
	#main {
		padding-top: 32px;
	}

	.page-id-21 #page{
		background-image: url(https://bewegungsmelder-aachen.de/wp-content/uploads/2018/05/header_bewegungsmelder_aachen_ohne_logo.png);
	}
	
	#masthead .search-wrap {
		left: 95px;
	}

	#colophon {
		border: 0;
	    background-color: #e0e0e0;
		background-image: url(https://bewegungsmelder-aachen.de/wp-content/uploads/2018/05/footer.png);
	}

	.site-header {
		height: 400px;
	}

	.search-results #primary {
		float: left;
		width: 100%;
		margin-top: 55px;
	}

	.alignleft {
		float: left;
		margin-right: 0;
	}
	
	.post-thumbnail.alignleft {
		float: left;
		margin-right: 15px;
	}

	.inner-wrap, .buddypress .inner-wrap {
		width: 80%;
	}

	#kalender-klein {
		width: 250px;
		position: relative;
		margin-left: 72%;
		margin-top: -250px;	
	}
	
	.form .label {
	  color: #777777;
	  padding: 10px 0;
	  letter-spacing: 0.025em;
	  font-size: 1.9rem;
	  line-height: 1.25;
	  position: relative;
	  text-align: left;
	}

	.default-wp-page .previous a:hover, .default-wp-page .next a:hover {
		background-color: #E8E8E8;
		color: #245c96;
	}
	
	#post-25 .entry-content,
	#post-27 .entry-content {
		padding-right: 150px;
	}

	.button_event_eventsite,
	.button_event_day,
	.button_event_startsite {
		margin: 0 auto;
		font-size:18px;
		font-family: 'Khula', sans-serif; 
		padding: 5px 20px;
	}
	
	.events-header {
		width: 100%;
		box-sizing: border-box;
	}	

	#post-21 .post-wrapper .post-column {
		padding: 1em;
		height: 11.5em;
		border: grey 1px solid;
		border-radius: 6px;
	    min-height: 155px;
		margin-left: 0;
		margin-right: 0;
	}

	#post-21 .post-wrapper .post-column .leftbox {
		display: block;
		float: left;
		width: 15%;
		height: 9em;
		padding-right: 2em;
	}

	#post-21 .post-wrapper .post-column .exerpt p{
		font-size: 1.5em;
	}

	#post-21 .post-wrapper .post-column .notes p{
		font-size: 1.2em;
	}

	#post-21 .post-wrapper .post-column .text {
		float: left;
		width:66%;
	}

	#post-21 .post-wrapper .post-column .post-thumbnail {
		float: right;
		width: 126px;
	}

	#post-21 .event-categories a {
		font-weight: 600;
	}

	#post-21 .post-wrapper .post-column .termin {
		color: #3c3c3c;
		font-size: 1.2em;
		font-weight: 500;
		line-height: 1.3;
		margin: 10px 0;
	}

	#post-21 .post-wrapper .post-column .termin .fett{
		font-size: 1.2em;
		font-weight: 600;
	}

	#post-21 .post-wrapper .post-column .termin .u-line {
		border-bottom: grey 1px solid;
	}
	
	#post-21 .post-wrapper .post-column .exerpt {
		display: block;
	}
	
	.gruppen-menu #auswahlfenster-themen {
		top: 545px;
		left: 10%;
		width: 82%;
		z-index:999;
	}	
	
	#auswahlfenster-themen {
		width: 70%;
		top: 538px;
		left: 10%;
		z-index:999;
	}	

	#auswahlfenster-v-art {
		left: 35px;
		width: 93%;
		top: 580px;
		position: absolute;
		background-color: #FFF;	
		border: 2px solid #245c96;
		display: none
	}	

	.em-search-wrapper {
		width: 40%;
		float: left;
		padding-bottom: 0;
	}

	h3.events-start {
		margin: 20px 145px 5px 145px;
		font-size: 1.6em;
		padding-bottom: 0.5em;
		font-weight: 600;
		color: #245c96;
	} 	
	
	body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-header-content, 
	body.single-item.groups #buddypress div#item-header #item-header-cover-image #item-actions {
		max-width: 75%;
	}	
		
	.home .events-topzeile {
		padding-right: 20px;
	}	
	
}

/* min-width: 1280px */

@media screen and ( min-width: 1280px ) {

	#page {
		max-width: 1280px;
	}

	#content {
		min-height: 800px;
	}

	.group-home #content {
		min-height: 400px;
	}
 	.page-id-25 .site-main,
	.page-id-27 .site-main,
	.bp-user .site-main,
	.bp-user .my-groups #main,
	.event	{
		padding-top: 40px;
		position: relative;
		padding-bottom: 50px;
		min-height: 500px;
	}	
	
	.single-item.groups #main {
		padding-top: 0;
		position: relative;
	}
	
	#masthead .search-wrap {
		left: 255px;
		float: right;
		top: -40px;
	}
	
	.home-back-white {
		width: 78%;
		margin: 5px auto;
		margin-bottom: 95px;
	}
	
	.home-back-white-2 {
		width: 78%;
		margin: 5px auto;
		margin-bottom: 66px;
	}	
	
	.home-back-white-2 p {
		padding-bottom: 10px;
	}
	
	.blog-medium .entry-content {
		padding-top: 40px;
	}

	.single-event .entry-content {
		padding-top: 8px;
	}
	
	.single-event .content {
		float: left;
	}

	.bp_group .entry-content {
		padding-top: 25px;
	}
	
	#signup_form_1 .entry-content {
		padding-top: 0;
	}
	
	.hgroup-wrap-all {
		width: 100%;
		height: 50px;
		background-color: #f2f2f2;
		opacity: 0.9;
		z-index: 999;
	}

	.alignleft {
		display: block;	
		margin-right: 0;
	}

	.post-thumbnail {
		margin-bottom: 0; 
	}
	
	.post-wrapper .post-column {
		width: 100%;
		box-sizing: border-box;
		padding-right: 2em;
		margin-bottom: 1em;
		background-color: #fff;
	}

	.post-wrapper .single-event-text.post-column {
		width: 60%;
		box-sizing: border-box;
		margin-bottom: 1em;
		background-color: transparent;
	}

	.post-wrapper .single-event-image.post-column {
		width: 30%;
		box-sizing: border-box;
		margin-bottom: 1em;
		background-color: transparent;
	}
		
	.post-wrapper .single-event-image img {
		max-width: 380px;
	}

	.post-wrapper .post-column .name a {
		color: #b39918;
		font-size: 1.2em;
		font-weight: 600;
		padding: 5px 0;
		line-height: 1;
	}

	.em-login-button {
		position: relative;
		left: 155px;
	}

	
	#site-generator a {
		color: #777777;
		margin: 10px 20px;
		font-size: 1em;
	}
	
	#newgroupbutton {
		position: relative;
		margin-right: 40px;
		float: right;
		z-index: 999;
	}
	
	#loginnewgroupbutton {
		position: relative;
		margin-top: 70px;
		z-index: 999;
	}

	#auswahlfenster-themen {
		width: 70%;
		top: 370px;
		position: absolute;
		left: 0;
	}	

	.em-calendar-wrapper #auswahlfenster-themen {
		width: 70%;
		top: 127px;
		position: absolute;
		left: 0;
	}	

	#auswahlfenster-v-art {
		width: 70%;
		top: 370px;
		position: absolute;
		left: 180px;
	}		

	.em-calendar-wrapper #auswahlfenster-v-art {
		width: 70%;
		top: 127px;
		position: absolute;
		left: 180px;
	}	
	#post-15 .post-wrapper .post-column .termin {
		color: #3c3c3c;
		font-size: 18px;
		font-weight: 500;
		padding-top: 5px;
	}
		
	#post-15 .post-wrapper .post-column .text {
		float: right;
		width: 62%;
	}

	#post-15 .post-thumbnail {
		width: 150px; 
	}
	
	.home-page #main{
		padding-top: 0;
	}
	
	#main {
		padding-top: 0;
	}

	.home-page .entry-content {
		padding-top: 12px;
	}
	
	#em-wrapper {
		position: relative;
	}

	.inner-wrap-nav {
		width: 1280px;
		margin: 0 auto;
		overflow: hidden;
	}
	
	#buddypress div.dir-search input[type=text], 
	#buddypress li.groups-members-search input[type=text] {
		width: 100%;
		padding: 0.5rem 0.5rem;
	}
	
	#site-generator {
		width: 600px;
		border-top: 0;
		padding: 20px 0 95px;
		margin: 0 auto;
	}

	
	#group-colophon #site-generator {
		width: 1280px;
		border-top: 0;
		padding: 20px 0 20px;
		margin-left: 30%;
	}
	
	.home .em-login-button,
	#post-21 .em-login-button,
	#post-989 .em-login-button {
		left: 0;
	}	

	#kalender-klein {
		margin-top: -228px;	
	}
	
	
	/* Event Detailseite */
	
	#eventdetails .post-column {
		width: 33%;
	}
	
	
	
	#register-page {
		position: relative;
		top: 0;
	}
	
	#group-dir-headline,
	#groups-dir-search,
	#groups-directory-form {
		position: relative;
		top: 0;
	}
	
	.events-topzeile {
		font-size: 1.3em;
		font-weight: 600;
		display: flex;
		flex-wrap: wrap;
		padding: 10px 5px 0 5px;
	}

	.events-topzeile p {
		font-size: 1.875rem;
		font-weight: 600;
		color: #245c96;
		margin: 5px 0;
	}	

	.events-header-text {
		width: 100%;
	}

	.em-search-wrapper {
		width: 36%;
	}

	.home .em-search-wrapper {
		float: left;
	}
		
	.css-events-list {
		margin-top: 1em;
	}

	.css-events-list h2 {		
		background: #245c96;
		color: #fff;
		padding: 5px 0 5px 20px;
		margin-bottom: 1em;
		font-size: 1.8rem;
		border-radius: 6px;
	}	

	.button_event_startsite {
			margin-top: 0;
	}		

	.button_event_day {
			margin-top: 16px;
	}		

	.single-item .button_event_startsite{
		margin-top: 5px;
	}	
	
	div.css-search div.em-search-main .em-search-submit {
		-moz-box-shadow: 0px 0px 0px 0px #ffffff;
		-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
		box-shadow: 0px 0px 0px 0px #ffffff;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #98AAC9), color-stop(1, #23538a) );
		background: -moz-linear-gradient( center top, #98AAC9 5%, #23538a 100% );
		background-color: #98AAC9;
	}	

	div.css-search div.em-search-main .em-search-submit:hover {
		-moz-box-shadow: 0px 0px 0px 0px #ffffff;
		-webkit-box-shadow: 0px 0px 0px 0px #ffffff;
		box-shadow: 0px 0px 0px 0px #ffffff;
		background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #778eb7), color-stop(1, #193b61) );
		background: -moz-linear-gradient( center top, #778eb7 5%, #193b61 100% );
		background-color: #778eb7;
	}	
	
	.v-themen, .v-art, .v-monat, .v-filter {
		float: left;
	}

	#sidebar-header {
		width: 250px;
		position: relative;
		top: 123px;
		left: 886px;
		height: 1px;
		z-index: 50;
	}

	#buddypress .activity #message.info {
		margin-top: 75px;
	}
	
	#item-body {
		margin-top: 35px;
	}
	
	#groups-dir-list {
		margin-bottom: 12px;
	}

	#groups-dir-list .post-wrapper .post-column {
	width: 22%;
	box-sizing: border-box;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
	padding: 6px 20px;
	background-color: #FFF;
	}

	#groups-dir-list #groups-list-home .post-column {
		width: 22%;
		min-height: 240px;
		box-sizing: border-box;
		margin: 0 1.2em 2em 1.5em;
		padding: 6px 20px;
		background-color: #FFF;
	}

	#buddypress #item-header-cover-image #item-header-avatar{
		float: right;
	}

	/* Forms */
	.field.half {
	  width: calc(50% - 5px);
	}	

	.field.third, div.third {
	  width: calc(33% - 5px);
	}	

	.field.twothird, div.twothird {
	  width: calc(66% - 5px);
	}	
	
	#em-location-data {
		width: 100%;
	}
	
	select, input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], textarea {		
	  font: inherit;
	  line-height: normal;
	  width: 100%;
	  box-sizing: border-box;
	  border: 1px solid #ccc;
	  border-radius: 3px;
	  background: #F8F8F8;
	  color: #666;
	  position: relative;
	}
	
	#event-form #event-name {
		width: 100%;
		padding: 2px 7px;
	}
	
	div.time-picker li {
		height: 15px;
	}
	
	.field.event-form-where, .field.event-form-when {
		margin: 0.5em 0 0 0;
	}
	
	.textseite {
		max-width: 100%;
	}
	
	.v-monat, .v-filter {
		display: block;
	}	
	
	.gruppen-menu #auswahlfenster-themen {
		top: 560px;
		left: 17%;
		width: 66%;
		z-index:999;
	}
	
	.left-menu {
		margin-top: 58px;
	}
	
	/* progress-bar  */
	.p-container {
	  width: 100%;
	  margin: 10px auto; 
	  z-index: 0;
	}
	.progressbar {
	  counter-reset: step;
	}
	.progressbar li {
	  list-style-type: none;
	  width: 25%;
	  float: left;
	  font-size: 14px;
	  position: relative;
	  text-align: center;
	  text-transform: uppercase;
	  color: #7d7d7d;
	}
	.progressbar li:before {
	  width: 30px;
	  height: 30px;
	  content: counter(step);
	  counter-increment: step;
	  line-height: 30px;
	  border: 2px solid #7d7d7d;
	  display: block;
	  text-align: center;
	  margin: 0 auto 10px auto;
	  border-radius: 50%;
	  background-color: white;
	}
	.progressbar li:after {
	  width: 100%;
	  height: 2px;
	  content: '';
	  position: absolute;
	  background-color: #7d7d7d;
	  top: 15px;
	  left: -50%;
	  z-index: -1;
	}
	.progressbar li:first-child:after {
	  content: none;
	}
	.progressbar li.active {
	  color: green;
	}
	.progressbar li.active:before {
	  border-color: #55b776;
	}
	.progressbar li.active + li:after {
	  background-color: #55b776;
	}	
	.stepform {
		padding-top: 20px;
		clear: both;
	}

}

