/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

/* LINKS */

.steuerlex24-backlink {
	display: block;
	margin-top: 30px;
}

.steuerlex24-link,
.steuerlex24-link-prev,
.steuerlex24-link-next {
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* LEXICON */

[name="steuerlex24-alphabet-nav"] { visibility: hidden; position: absolute; left: -9999px;}
[name="steuerlex24-alphabet-nav"] + * { display: none;}
[name="steuerlex24-alphabet-nav"]:checked + * { display: block;}
.steuerlex24-alphabet-nav {
	margin-top: 30px;
}
.steuerlex24-alphabet-nav-tab {

}
.steuerlex24-alphabet-nav label {
	padding: 0 6px;
	line-height: 1.8rem;
	cursor: pointer;
}
.steuerlex24-alphabet-tab-title {
	padding: 0 10px;
	color: inherit !important;
	font-family: Raleway, Arial, Helvetica, sans-serif !important;
	font-weight: 700 !important;
	font-size: 1.7rem !important;
}

/* LIST */

.steuerlex24-list {
	list-style: none;
	padding: 0;
}
.steuerlex24-list li {
	padding-top: 20px;
	padding-bottom: 20px;
	border-top: 1px solid black;
}
.steuerlex24-list li:last-child {
	border-bottom: 1px solid black;
}
.steuerlex24-list strong {
	font-family: Raleway, Arial, Helvetica, sans-serif;
	font-weight: 700;
	font-size: 1rem;
}

/* FORM */

.steuerlex24-input-field {
	max-width: 100%;
}

/* SEARCH FORM */

.steuerlex24-search-form form {
	margin-top: 20px;
}
.steuerlex24-search-form [name="steuerlex24-search-string"] {
	width: calc( 100% - 180px ) !important;
}
.steuerlex24-search-form [type="submit"] {
	width: 130px !important;
	margin-left: 10px !important;
}

/* SEARCH RESULTS */

.steuerlex24-search-results {
	margin-top: 30px;

}
.steuerlex24-search-results-pagination {
	margin-top: 30px;
}
.steuerlex24-search-results-pagination input {
	border: none;
	background-color: transparent;
	outline: 0;
	cursor: pointer !important;
}
.steuerlex24-search-results-pagination input:hover {
	text-decoration: underline;
}
.steuerlex24-search-results-pagination input.current {
	font-weight: bold;
	color: #55a098;
}
