.artikelregister-list .item {
margin-bottom: 25px;
}
.artikelregister-list .item:after {
content: ".";
clear: both;
display: block;
visibility: hidden;
height: 0px;
}
.artikelregister-list a .image:hover {
opacity: .85;
}
.artikelregister-list .image img {
max-width: 150px;
width: 100%;
}
.artikelregister-list h2 {
font-size: 32px;
display: inline;
}
.artikelregister-list h2 a:hover {
opacity: .85;
}
.artikelregister-list .issue {
display: inline-block;
-webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
width: 32px;
padding: 20px;
font-size: 32px;
position: relative;
line-height: 1em;
color: #f8f8f8;
background: #ed7230;
border: 2px solid #cb5010;
float: left;
}
.artikelregister-list .issue .height_fix {
margin-top: 100%;
}
.artikelregister-list .issue h1.number,
.artikelregister-list .issue h2.number {
position: absolute;
left: 0;
top: 50%;
height: 100%;
width: 100%;
margin-top: -16px; margin-bottom: 0;
text-align: center;
font-size: 32px;
letter-spacing: 0;
line-height: 1;
color: #fff;
font-weight: normal;
}
.artikelregister-list a .issue:hover {
background: #ff953e;
border-color: #dd731c;
}
.artikelregister-list .published_date {
font-size: .8em;
color: #777;
border-bottom: 1px dotted #777;
font-style: italic;
line-height: 1.3em;
}
.artikelregister-list .issue_description ul {
margin-bottom: 0;
}
.artikelregister-list .found,
.artikelregister-list .found td {
background: #FBE3D6;
color: #000;
}
.artikelregister-suche-show {
display: hidden;
text-align: right;
}
.artikelregister-suche-show button {
margin-bottom: 10px;
background: #ED7230;
color: #fff;
font-size: 13px;
padding: 15px 30px 13px;
border: none;
cursor: pointer;
}
.artikelregister-suche-show button:hover {
opacity: .7;
}
.artikelregister-suche {
border-bottom: 2px solid #777;
margin-bottom: 20px;
}
.artikelregister-suche label {
display: inline-block !important;
margin-right: 7px;
margin-left: 7px;
}
.artikelregister-suche input,
.artikelregister-suche select {
display: inline-block !important;
padding-right: 10px;
}
.artikelregister-suche input.bs_kapitel {
width: auto !important;
}
.artikelregister-suche input[type="submit"] {
display: block !important;
}
.keyword-suche, .bibel-suche {
border: 1px solid #777;
padding: 5px 10px;
background: #eee;
}
.bs_field {
display: block;
}
.artikelregister-search-result {
Xmargin-top: 50px;
}
.artikelregister-search-result .image {
clear: both;
float: left;
margin: 0 15px 0 0;
width: 50px;
}
@media only screen and (min-width: 768px) {
.artikelregister-list .image {
float: left;
width: 25%;
max-width: 150px;
}
.artikelregister-list .artikel-body {
float: left;
width: 70%;
padding-left: 5%;
}
.artikelregister-list .issue {
margin-left: -60px;
}
.artikelregister-list h2 {
display: block;
}
.artikelregister-list .published_date {
display: inline-block
}
.bs_field {
display: inline;
}
}