/*
Hier kannst du dein eigenes CSS einfügen.

Klicke auf das Hilfe-Symbol oben, um mehr zu lernen.
*/

.wrap {
max-width: 100%;
padding-left: 2em;
padding-right: 2em;
}
 
*** 2nd — increase  left side content section width ***
#primary {
width: 70% !important;
}
*** 3rd — decrease  right sidebar width ***
.has-sidebar #secondary {
width: 26% !important;
}

.widget-title {
text-align: center;
background: #eb690b; !ruw orange;
padding: 3% !important;
margin-bottom: px !important;
}

.navigation-top  {
	background-color: lightgrey;
}

.navigation-top .wrap {
	padding-top: 0;
	padding-bottom: 0;
	max-width: 100%
}

#top-menu * {
color: black
}

#top-menu {
background: lightgrey
}

.navigation-top .main-navigation a:hover {
	background: #eb690b;
}

#top-menu li li {
	background: lightgrey;
}

#top-menu li li a:hover {
	background: #eb690b;
}

#content {
padding-top: px;
}


#content a:hover{
 color: #eb690b;
 text-decoration: underline;
 text-decoration-color: #eb690b;
}


#colophon {
background: lightgrey;
}
#colophon * {
list-style: none !important;
border: none !important;
box-shadow: none !important;
}

#colophon a:hover{
 color: #eb690b;
 text-decoration: underline;
 text-decoration-color: #eb690b;
}


/* removes fat underline on a:hover of links */
.entry-content a:focus, .entry-content a:hover, .entry-summary a:focus, .entry-summary a:hover, .widget a:focus, .widget a:hover, .site-footer .widget-area a:focus, .site-footer .widget-area a:hover, .posts-navigation a:focus, .posts-navigation a:hover, .comment-metadata a:focus, .comment-metadata a:hover, .comment-metadata a.comment-edit-link:focus, .comment-metadata a.comment-edit-link:hover, .comment-reply-link:focus, .comment-reply-link:hover, .widget_authors a:focus strong, .widget_authors a:hover strong, .entry-title a:focus, .entry-title a:hover, .entry-meta a:focus, .entry-meta a:hover, .page-links a:focus .page-number, .page-links a:hover .page-number, .entry-footer a:focus, .entry-footer a:hover, .entry-footer .cat-links a:focus, .entry-footer .cat-links a:hover, .entry-footer .tags-links a:focus, .entry-footer .tags-links a:hover, .post-navigation a:focus, .post-navigation a:hover, .pagination a:not(.prev):not(.next):focus, .pagination a:not(.prev):not(.next):hover, .comments-pagination a:not(.prev):not(.next):focus, .comments-pagination a:not(.prev):not(.next):hover, .logged-in-as a:focus, .logged-in-as a:hover, a:focus .nav-title, a:hover .nav-title, .edit-link a:focus, .edit-link a:hover, .site-info a:focus, .site-info a:hover, .widget .widget-title a:focus, .widget .widget-title a:hover, .widget ul li a:focus, .widget ul li a:hover {
  box-shadow: initial;
  -webkit-box-shadow: initial;
}