.sidebar h2.widget-title {
    font-weight: 700;
    padding-bottom: 5px !important;
}

.sidebar .tle-publisher h3,
.sidebar .tle-authors h3,
.sidebar .widget_tle_lounges h3 {
    color: #2e2e2e;
    font-style: italic;
    font-size: 16px;
    margin-bottom: 5px !important;
}

.sidebar .tle-publisher p,
.sidebar .tle-authors p {
    margin-bottom: 5px;
    font-size: 14px;
    line-height: 18.2px;
    font-weight: 400;
	text-align: left !important;
}

.sidebar .tle-publisher a.tle-publisher-link:hover img
.sidebar .widget_tle_lounges a.tle-lounge-link:hover img {
    opacity: 0.9;
}

.sidebar .tle-publisher a.tle-publisher-link:hover h3,
.sidebar .tle-authors a.tle-author-link:hover h3,
.sidebar .widget_tle_lounges a.tle-lounge-link:hover h3 {
    color: #c4a25f !important;
}

.sidebar aside.widget_tle_separator {
	padding-top: 10px !important;
	padding-bottom: 10px !important;
    margin: 0px !important;
}

.sidebar aside.widget_tle_separator hr.tle-separator {
	margin: 0px !important;
}

.sidebar aside:not(.widget_tle_separator) hr.tle-separator {
	margin-top: 10px !important;
	margin-bottom: 10px !important;
}

.sidebar .widget_tle_authors a.tle-other-authors-link {
    display: flex;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
}

.sidebar .widget_tle_authors .tle-other-authors {
	display: none;
}

div.sidebar aside.widget .widget-title {
	padding-bottom: 15px;
	margin-bottom: 0px;
}

div.sidebar>div aside.widget.sidebar-grey-start {
    padding-top: 15px;
	margin-top: 15px;
	padding-bottom: 15px;
}

div.sidebar>div aside.widget.sidebar-grey-start~aside.widget:last-of-type {
    padding-bottom: 15px;
}

div.sidebar aside.widget.sidebar-grey-start, 
div.sidebar aside.widget.sidebar-grey-start~aside.widget {
    background-color: #efefef;
    padding-top: 0px;
    padding-bottom: 0px;
	margin-bottom: 0px;
}

div.sidebar>div {
	margin-bottom: 0px !important;
}

/* Suche */
.tle-search-form input.search-submit {
    transform: scaleX(-1);
    border: none;
    padding: 0px 10px 3px 10px;
    font-size: 22px;
    font-weight: 700;
    display: block;
}

form.search-form.tle-search-form {
    display: flex;
    background: #fdfdfd;
    height: 44px;
    border: 2px solid #dedede;
}

.tle-search-form input.search-field {
    background-color: transparent;
    border: none;
    font-size: 13px;
    padding: 13px 0px 12px 12px;
}

.tle-search-form input.search-field::placeholder{
    font-size: 13px;
}

.tle-search-form input.search-submit:hover,
.tle-search-form input.search-submit:focus {
    background: transparent;
    color: #c4a25f;
}

form.search-form.tle-search-form input.search-field:focus {
  background-color: transparent !important;
}

.tle-search-form input.search-field:focus {
    outline: none;
}

.tle-search-form input.search-submit {
    color: #7e7e7e;
}

/* TLE - Siegel */
aside.sidebar-grey-start {
    display: flex;
    justify-content: center;
}