#masthead .hgroup {
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

#masthead.site-header {
  background-color: #ffffff;
}

#masthead .hgroup .logo img {
  margin-left: -35px;
}

.marginale {
  padding: 15px;
}

.textwidget p {
  font-size: 13px;
}

h3.widget-title {
  font-size: 16px;
}

.entry-content a:hover {
  color: rgb(153,102,153);
  text-decoration: none;
  font-weight: bold;
}

.entry-content a {
  color: rgb(204,51,51);
  text-decoration: none;
  font-weight: bold;
}

/* Eliminiert Effekte in der Navigation */
.main-navigation ul li a,
.main-navigation ul li a > * {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}

.main-navigation ul {
  background-color: #efefef;
  border-top: 1px dotted #333333;
  border-bottom: 1px dotted #333333;
  font-variant: normal;
  text-transform: none;
}

.main-navigation ul li:hover > a {
  background-color: rgb(204,51,51);
}

.main-navigation ul li a {
  color: #000000;
  font-size: 13px;
  letter-spacing: 0.2em;
  font-weight: 500;
  text-transform: uppercase;
}


.marginale2 {
  border: 1px dotted #000000;
  padding: 15px;
}

aside#sow-image-2 {
  background-color: #ffffff;
  padding: 0px;
}


aside#search-2 {
  background-color: #efefef;
  padding: 15px;
}



/* Passt die Darstellungen im Kalender an. 
-------------------------------------------------------------- */



li.future-event {
  margin-bottom: 0px;
}

.tribe-events-list-widget ol li {
  margin-left: -22px; /* -42 */
  font-size: 12px;
}

h4.tribe-event-title {
  margin-top: 0px;
  line-height: normal; 
}

h4.tribe-event-title a {
  color: #000000;
  font-size: 15px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: normal;
}

.tribe-event-duration {
  margin-top: 0px; /* -20 */
  margin-bottom: 0px; /* -20 */
}

p.tribe-events-widget-link {
  margin-bottom: -5px;
  font-size: 12px;
}

h2.tribe-events-list-event-title a {
  color: #000000;
  font-size: 16px;
}

h1.tribe-events-single-event-title {
  margin-bottom: -10px;
}



.entry-content h4 {
	line-height: normal;
}


/* Begrenzt das Texteingabeformular in der rechten Spalte auf die reduzierte Spaltenbreite. 
-------------------------------------------------------------- */


.kleines {
  width: 100%; 
}


/* Korrigiert die Darstellung auf Handys: Ausblenden Bühne, Justieren Elemente
-------------------------------------------------------------- */

@media (max-width: 480px) {
  .buehne {
display: none;  
  }
}


@media (max-width: 480px) {
  .logo {
margin-bottom: -30px;  }
}


@media (max-width: 480px) {
  .panel-row-style-zeile {
margin-top: -90px;  }
}


@media (max-width: 480px) {
  .mainloop {
margin-top: -70px;  }
}


table, tr, td {
  vertical-align: top;
}