/* === Datum &amp; Autor ausblenden (Beiträge) === ***/
.entry-meta {
  display: none;
}

/* === "mehr..." ausblenden (Beiträge) === ***/
.more-link {
  display: none;
}

/* === Trennlinie === ***/
hr {
    background-color: #2b59a1;
}

/* === Links === ***/
a a, a:visited {
    color: #46ac34;
    text-decoration: none;
}

/* === Footer === ***/
#sub-footer {
    background: #2b59a1 none repeat scroll 0 0;
}

/* === Checklist (Häkchen) === ***/
ul.check, .minimax_column ul li {
	list-style-image: url('https://gewerbepark-kreuzberg.de/wp-content/uploads/2016/07/Daten-und-Fakten-Gewerbepark-Kreuzberg.png');
  vertical-align: middle;
} 

/* === Container auf Seite Unternehmen === ***/
#container {
  padding-top: 0px;
}

#links{
  width: 600px;
  float: left;
}

#rechts{

}

/* Farbe der Button */
button:not(#vcboxClose),.themebutton, html input[type="button"], input[type="reset"], input[type="submit"] {
    background: #46ac34 none repeat scroll 0 0 !important;
}

/* Powered by unter Kontaktformular ausblenden */
.powered-by {
  display: none !important;
}

/* Schriftfarbe Menü */
.main-navigation a {
     color: #2b59a1;
     font-size: 14px;
}

/* Hover Menü */
.main-navigation li:hover > a {
     background-color: #2b59a1;
     color: #FFF;
}

.main-navigation a:hover {
     color: #FFF;
}

/* Untermenü */
#header .header-links .sub-menu {
    background: #1ea638 none repeat scroll 0 0;
    border: 1px solid #2c5aa1;
}

/* Farbe Überschriften */
h2#page-title, .archive h1.page-title, .page h1.entry-title {
     color: #2b59a1;
}


/* Hintergrund Webseite (Footer) */
body {
    background: none repeat scroll 0 0 #f5f6f8;
}

/* Hintergrund Content Bereich */
#content {
     background: none repeat scroll 0 0 rgba(229, 232, 236, 0.9);
}

/* Schrift */
body {
    font-size: 14px;
}

h2, h3 {
  color: #1ea638;
}
