.clear {
    clear:both;
}
.grid3 {
    width:22%;
    float:left;
    margin-right:4%;
}
.grid3.last {
    margin-right:0;
}
.grid4 {
    width:30%;
    float:left;
    margin-right:5%;
}
.grid4.last {
    margin-right:0;
}
.grid7 {
    width:60%;
    float:left;
}
.grid8 {
    width:65%;
    float:left;
    margin-right:5%;
}
.suffix1 {
    margin-right:10%;
}
#logo-landkreis-suche {
    margin:50px 0 33px;
    text-align:right;
}
@media (max-width:767px) {
    #logo-landkreis-suche {
        display: none;
    }
}
#logo-landkreis-suche.grid4 {
    margin-right:0;
}
#angebote  fieldset {
    background-color: rgba(148,169,179,.2);
    line-height:1.5em;
    border: none;
}
#angebote fieldset.ganze-breite {
    float:left;
    margin-top:1.6em;
    padding-bottom:1.8em;
    width:97.3% !important;
}
#angebote fieldset.ganze-breite h2 {
    margin-top:0;
}
#angebote fieldset legend {
    width:100%;
    margin-top:2em;
}
#angebote fieldset p {
    margin-bottom:1em;
}
.hervorhebung {
    font-weight:bold;
    color:#d40041;
}
#ergebnisliste {
    clear:both;
    overflow-x: auto;
}
#ergebnisliste form {
    line-height:2em;
}
#ergebnisliste form input[type=checkbox] {
    width: 1em;
    height: 1em;
    margin-left: 0;
    margin-right: 0.5em;
}

/* Ergebnisliste Angebote */
table.datenbank-ergebnisliste tr:hover {
    background-color:#f4f8fa;
}
table.datenbank-ergebnisliste tr:nth-child(2n+1) {
    background-color:#eaeef0;
}
table.datenbank-ergebnisliste tr:nth-child(2n+1):hover {
    background-color:#dce0e2;
}
table.datenbank-ergebnisliste th {
    vertical-align: top;
    padding: 0.5em 1em 0.5em 0.5em;
    font-weight: bold;
    background-color: #94a9b3;
    text-align: left;
}
table.datenbank-ergebnisliste th:nth-of-type(1) {
    width:30%;
}
table.datenbank-ergebnisliste th:nth-of-type(2) {
    width:30%;
}
table.datenbank-ergebnisliste th:nth-of-type(3) {
    width:15%;
}
table.datenbank-ergebnisliste th:nth-of-type(4) {
    width:25%;
}
table.datenbank-ergebnisliste th a {
    color: #fff;
    border: none;
}
table.datenbank-ergebnisliste th a:hover {
    border: none;
}
table.datenbank-ergebnisliste td {
    vertical-align: top;
    padding: 0.5em 1em 0.5em 0.5em;
}
table.datenbank-ergebnisliste a {
    border-bottom:1px dotted #d4145a;
    text-decoration:none!important;
    	color:#d4145a
}
table.datenbank-ergebnisliste a:hover {
    border-bottom:1px solid #d4145a;
    text-decoration:none;
    color:#d4145a;
}
.a-z-sortieren {
    margin-left:8px
}
a.info {
    margin-left:4px;
    padding-left:16px;
    background:url("./datenbank/img/icon-i.gif") left center no-repeat;
    text-decoration:none;
}

/* Detailansicht Angebot */
#was,
#kosten,
#wann,
#kontakt,
#verabstaltungsort,
#veranstaltungsort {
    margin-right:10px;
    margin-left:5px;
    padding-top:.5em;
    padding-bottom:1em;
    padding-left:1em;
    border-bottom:1px solid #c6d6de;
}
#kosten,
#veranstaltungsort {
    border-bottom:0;
}
#was h2,
#kosten h2,
#wann h2,
#kontakt h2,
#verabstaltungsort h2,
#veranstaltungsort h2 {
    margin:0 0 5px;
    padding:0;
    font-size:36px;
    font-weight:bold;
    color:#94a9b3;
}
#kontakt {
    margin-top:76px;
}
#angebot-detail-links,
#angebot-detail-rechts {
    margin-top:18px;
    margin-right:4px;
    margin-left:4px;
    -webkit-box-shadow:0 0 2px 2px rgba(148,169,179,.2);
    box-shadow:0 0 2px 2px rgba(148,169,179,.2);
}
.angebot-detail-links h2 {
    margin:0 0 .1em;
    font-size:27px;
    font-weight:normal;
}
#angebot-detail-rechts #kontakt img {
    max-height:200px !important;
    width:auto;
}
