/* Da Child-Theme nicht funktioniert, baue ich hier die CSS-Korrekturen ein und lade die Datei nach der originalem im Header */

.widget_pages .children li, .widget_nav_menu .sub-menu li, .widget_subpages .children li {
    background: url("images/arrow-nav.png") no-repeat scroll 0 7px transparent;
    min-height: 15px;
    padding: 1px 0 0 15px;
}

.tagcloud a {
  padding-right: 10px;

}

html, body, form, .icon-box span span, .icon-button span span {
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}
#wrapper ul, ul li,
#wrapper ul li {
    list-style: square inside none;
}

#navigation_wrapper {
    background-color: #0C4DA2 !important;
}


.lof-container {
    height: 268px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-top: 0;
    width: 1230px;
}
#header {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    clear: both;
    margin: 0 auto;
    padding: 36px 0 1px;
    width: 100%;
    z-index: 1;
}
/* Änderung index.php, damit das Jahr mit angezeigt wird; Änderungen auch in der Shortcode.php */
.meta-year {
  font-weight: bold;
    font-size: 12px;
    line-height: 21px;
}

.meta-day {
    font-size: 22px;
    font-weight: bold;
    line-height: 24px;
    margin-top: 9px;
}
/* Toolsleiste ganz oben Background  #FFFFFF */
#header_bar_inner {
    background-color: #FFFFFF !important;
}

/* das dämliche Bild bei der Kategorie wegmachen */
.thumbnail_wrapper {
    display: none;

}

#logo {
    display: none;
    text-align: center;
}

.msg-ohne {
  font-size: 12px;
height: 290px;
background-image: url(/wp-content/themes/natural-V1.9/images/bg/bg84.png);
background-repeat: repeat;
	text-align: center;
	border: 1px solid darkblue;
	background-color: #CFD3F7;
	/* background-image: url('images/error.png'); */
	color: darkblue;
	box-shadow: 2px 2px 4px 0px #CECECE;
}

img #footer .widgets .popular-link {
  width: 190px;


}

.message {
    background-position: 0 0;
}

/* Korrekturen für "grüne" Seite  08/07/12

.fancy-header span {
    border-color: darkgreen !important;
}

h1, h2, h3, h4, h5, h6 {
    color: darkgreen !important;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: darkgreen !important;
}
*/


/* Korrekturen für "blaue" Seite  08/07/12 */

.fancy-header span {
    border-color: #EE7923 !important;
}

/*h1, h2, h3, h4, h5, h6 {
    color: #EE7923 !important;
}
*/

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #0C4DA2 !important;
}

h1, h2, h3, h4, h5, h6 {
    color: #0C4DA2 !important;
}

#footer h3 {color: #ffffff !important;} /* wegen TOP 10 Text ... JAN 10.03.2018 */

.meta-date span { display: block;  text-transform: none; }
.pic_border {border: 1px solid silver; padding: 1px;}
.wpdm-only-button .btn_outer { width: 200px;}
.testimonial-box {padding: 20px 20px 10px; min-height: 220px;}
.sf-menu li ul {    background: none repeat scroll 0 0 rgba(12, 77, 162, 0.9);}
h1 {font-size: 42px;line-height: 56px;}

.page-title {display: none;}

/* bei recent post die Bilder mit schatten und rahmen

.post_wrapper img, .recent-posts img, .popular_posts,.img_shadow{
  padding: 2px;
  border: 1px solid silver;
  box-shadow: 5px 5px 8px 0px silver;
}
*/

.img_shadow{
  padding: 2px;
  border: 1px solid silver;
  box-shadow: 5px 5px 8px 0px silver;
}

a:hover .img_shadow {
  /* border: 1px solid #3A6FB4; */
   box-shadow: 5px 5px 8px 0px #AAAAAA;
}

.recent-posts li{
  padding-right: 10px;
  margin-bottom: 8px;
  border-right: 1px dotted silver;

}

menu-footer-menu ul, ul li {
    list-style: outside none none !important;
}


/*
.post-meta {display: none;} doppelte Zeilen weg, allerdings bei Newsletter auch die NewsletterÜberschrift
*/


@media (min-width: 1260px) {
  #navigation_wrapper {
    height: 50px;
  
}
}
@media (max-width: 768px) {
  #navigation_wrapper {
    height: 50px;
  
}
}

.sf-menu li ul {z-index: 2000;
  opacity: 1;
}

.one_half, .one_third, .one_fourth, .one_fifth, .one_sixth, .one_eighth, .two_third, .two_fourth, .two_fifth, .three_fourth, .three_fifth, .three_eighth, .four_fifth, .five_sixth, .five_eighth, .seven_eighth {
    float: left; 
    position: relative;
    margin: 0px 10px 0px 0px !important; /* wegen Partner Abstände, haut aber andere Seiten auch durcheinander ACHTUNG */
}

