/* Seitenüberschriften nicht anzeigen: */
#site-title
{
    display: none !important; 
}

/* Inhaltsteil soll etwas breiter als ursprünglich sein: */
#primary
{
    width: 65% !important; 
}

/* Widget Überschriften nicht anzeigen: */
.widget-title
{
    display: none !important;  
}

/* Inhaltsteil der Webseite soll rechts vom Produktmenü sein: */
#primary
{
    float: right !important; 
}

/* Alle Menüpunkte groß und in Blau: */
.menu-item>a
{
    color: #0062A6; 
    font-size: 16px !important;
}

/* Hauptmenüpunkte */
#menu-hauptmenu>li>a,
#menu-hauptmenu_es>li>a,
#menu-hauptmenu_en>li>a,
#menu-hauptmenu_fr>li>a,
#menu-hauptmenu_ru>li>a
{
  font-size: 19px !important;
  color: #FFFFFF;
}

/* Alle Überschriften Blau: */
h1,h2,h3,h4,h5,h6,h7
{
  color: #0062A6;}

/* Seitentitel nicht anzeigen: */
.header-post-title-container
{
    display: none !important; 
}

/* Den Schriftzug "powered by Wordpress" am Ende der Seite entfernen: */
.copyright
{
    display: none !important; 
}

/* Das Footer Menü zentrieren: */
.small-menu
{
    width: 100%;
    margin: auto;
}
.menu-footernavigation-container>ul
{
    width: 30%;
    margin: auto;
}

/* Footer Menü mit blauem Hintergrund und weißer Schrift: */
.footer-socket-wrapper
{
    background-color: #0589E6 !important;
}
#menu-footernavigation>li>a,
#menu-footernavigation_es>li>a,
#menu-footernavigation_en>li>a,
#menu-footernavigation_ru>li>a,
#menu-footernavigation_fr>li>a
{
    color: #FFFFFF; 
}

/* Hintergrund des Hauptmenüs oben blau machen: */
#header-text-nav-container
{
    background-color: #0589E6;
}

/* Schriftfarbe des Hauptmenüs oben weiß machen: */
.menu-hauptmenu-container>ul>li>a,
.menu-hauptmenu_es-container>ul>li>a,
.menu-hauptmenu_fr-container>ul>li>a,
.menu-hauptmenu_ru-container>ul>li>a,
.menu-hauptmenu_en-container>ul>li>a
{
    color: #FFFFFF !important;
}

/* weißen Rand um Headerbild entfernen: */
.header-image
{
    border-bottom: 0px solid !important; 
}

/* Oberpunkte aus dem Produktmenü: */
#menu-produktmenu>li>a,
#menu-produktmenu_es>li>a,
#menu-produktmenu_en>li>a,
#menu-produktmenu_ru>li>a,
#menu-produktmenu_fr>li>a
{
    font-size: 19px !important; 
  
}

#menu-sprachmenu li
{
    display: inline !important; 
    padding-right: 10px !important;
}
#social-buttons a img {
	margin: 10px 12px 0 0;
}