/**
 * Standard CSS-Definitionen fuer templ_liste
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

/* Listenblock */
.templ_liste {
    clear: both;
}
.templ_liste ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.templ_liste ul li {
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px;
}
.templ_liste ul li.item-title { /* nur Titel ohne Kurztext und Bild */
    padding: 0px;
}
.templ_liste table {
    padding: 0px;
    border-spacing: 0px;
}
.templ_liste .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
}
.templ_liste div.date {
    padding-right: 0px;
}
.templ_liste td.date {
    padding-right: 10px;
}
.templ_liste a {
    text-decoration: none;
}

.templ_liste .text {
    position: relative;
}
.templ_liste .teaser {
    padding-bottom: 10px;
}

.templ_liste .item-left .image {
    float: left;
    width: 100px;
}

.templ_liste .item-left .text {
    clear: none;
    margin-left: 115px;
}

.templ_liste .item-right .image {
    float: right;
    width: 100px;
}

.templ_liste .item-right .text {
    clear: none;
    margin-right: 115px;
}

.templ_liste .more {
    padding-left: 10px;
    display: inline;
}

.templ_liste .li { /* je nach Ausgabe li oder td */
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px dotted #999999;
    clear: both;
}
.templ_liste .li:first-child {
    /*border-top: 1px;*/  
}
.templ_liste li:nth-child(even), 
.templ_liste tr:nth-child(even) {
    background-color: #ffffff;
}
.templ_liste li:nth-child(odd),
.templ_liste tr:nth-child(odd) {
    background-color: #eeeeee;
}
/*.templ_liste li:hover,
.templ_liste tr:hover {
    background-color: #dddddd;
}*/

/* Suchfunktion fuer Liste */
.templ_liste_suche {
    /* background-color: #eeeeee; */
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 5px 0px;
}

.templ_liste_suche form {
    margin: 0px;
}

.templ_liste_suche table {
    width: auto;
}

.templ_liste_suche table th {
    padding: 3px;
    text-align: left;
    background-color: #707E84;
    color: #FFFFFF;
}

.templ_liste_suche table td {
    padding: 5px 5px 0px 5px;
}
.templ_liste_suche table td.beschreibung {
}
.templ_liste_suche table td.feld {
}
.templ_liste_suche table td.submit {
}

.templ_liste_suche input.submit {
}
.templ_liste_suche .filter_item {
    display: inline-block;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */

@media only screen and (max-width:630px) {
    
    .templ_liste .item-left .image {
        width: 160px;
    }
    
    .templ_liste .item-left .text {
        margin-left: 175px;
    }
    
    .templ_liste .item-right .image {
        width: 160px;
    }
    
    .templ_liste .item-right .text {
        margin-right: 175px;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Standard CSS-Definitionen fuer templ_ext_partner_liste
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

/* Listenblock */
.templ_ext_partner_liste {
    clear: both;
}
.templ_ext_partner_liste ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.templ_ext_partner_liste ul li {
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px;
}
.templ_ext_partner_liste ul li.item-title { /* nur Titel ohne Kurztext und Bild */
    padding: 0px;
}
.templ_ext_partner_liste table {
    padding: 0px;
    border-spacing: 0px;
}
.templ_ext_partner_liste .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    /*font-weight: bold;*/
    font-size: 110%;
}
.templ_ext_partner_liste div.date {
    padding-right: 0px;
}
.templ_ext_partner_liste td.date {
    padding-right: 10px;
}
.templ_ext_partner_liste a {
    text-decoration: none;
}

.templ_ext_partner_liste .text {
    position: relative;
}
.templ_ext_partner_liste .teaser {
    padding-bottom: 10px;
}

.templ_ext_partner_liste .item-left .image {
    float: left;
    width: 200px;
}

.templ_ext_partner_liste .item-left .text {
    clear: none;
    margin-left: 215px;
}

.templ_ext_partner_liste .item-right .image {
    float: right;
    width: 200px;
}

.templ_ext_partner_liste .item-right .text {
    clear: none;
    margin-right: 215px;
}

.templ_ext_partner_liste .more {
    padding-left: 10px;
    display: inline;
}

.templ_ext_partner_liste .li { /* je nach Ausgabe li oder td */
    margin-bottom: 5px;
    padding-top: 5px;
    border-top: 1px dotted #999999;
    clear: both;
}
.templ_ext_partner_liste .li:first-child {
    /*border-top: 1px;*/  
}
.templ_ext_partner_liste li:nth-child(even), 
.templ_ext_partner_liste tr:nth-child(even) {
    background-color: #ffffff;
}
.templ_ext_partner_liste li:nth-child(odd),
.templ_ext_partner_liste tr:nth-child(odd) {
    background-color: #eeeeee;
}
/*.templ_ext_partner_liste li:hover,
.templ_ext_partner_liste tr:hover {
    background-color: #dddddd;
}*/

/* Suchfunktion fuer Liste */
.templ_ext_partner_liste_suche {
    /* background-color: #eeeeee; */
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 5px 0px;
}

.templ_ext_partner_liste_suche form {
    margin: 0px;
}

.templ_ext_partner_liste_suche table {
    width: auto;
}

.templ_ext_partner_liste_suche table th {
    padding: 3px;
    text-align: left;
    background-color: #707E84;
    color: #FFFFFF;
}

.templ_ext_partner_liste_suche table td {
    padding: 5px 5px 0px 5px;
}
.templ_ext_partner_liste_suche table td.beschreibung {
}
.templ_ext_partner_liste_suche table td.feld {
}
.templ_ext_partner_liste_suche table td.submit {
}

.templ_ext_partner_liste_suche input.submit {
}
.templ_ext_partner_liste_suche .filter_item {
    display: inline-block;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */

@media only screen and (max-width:630px) {
    
    .templ_ext_partner_liste .item-left .image {
        width: 160px;
    }
    
    .templ_ext_partner_liste .item-left .text {
        margin-left: 175px;
    }
    
    .templ_ext_partner_liste .item-right .image {
        width: 160px;
    }
    
    .templ_ext_partner_liste .item-right .text {
        margin-right: 175px;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Styles fuer die Erweiterung ext_kommentare
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

.divKommentare {
    clear: both;
}
.divKommentare .headlineKommentar {
    margin: 20px 0px 5px 0px;
    font-weight: bold;
    background-color: #eeeeee;
    padding: 4px;
}
.divKommentare .headlineKommentar img {
    float: right;
    margin: 0px 3px 3px 3px;
    vertical-align: middle;
}
.divKommentare .headlineKommentar a.bearbeiten {
    font-weight: normal;
    float: right;
}

.divKommentare .headlineKommentarFirst {
    margin-top: 70px;
}

.divKommentare .formKommentar {
    margin: 2em 0px 0px 0px;
    background-color: #eeeeee;
    padding: 5px;
}

.divKommentare .headlineNeuerKommentar {
    margin-bottom: 5px;
    font-weight: bold;
}

.divKommentare .alleKommentare {
    margin-top: 20px;
}
.divKommentare .keineKommentare {
    margin-top: 20px;
}

.divKommentare input.bewertung {
    margin-left: 20px;
}

.divKommentare img.bewertung {
    margin-top: 2px;
}

.divKommentare img.bewertungXvonY {
    float: right;
}

.divKommentare .formKommentar textarea {
    width: 99%;
    height: 100px;
    border: none;
    background-color: #ffffff;
    font-family: inherit;
}
.divKommentare .divKommentareInfoLinks {
    padding: 0px 0px 10px 0px;
}
.divKommentare .divKommentareFields {
    margin: 10px 0px 7px 0px;
}
.divKommentare .divKommentareFields input {
    margin-left: 0px;
    width: 100%;
}
.divKommentare .divKommentareFields input[type=text] {
    border: none;
    background-color: #ffffff;
}
.divKommentare .divKommentareFields .divKommentareName,
.divKommentare .divKommentareFields .divKommentareEmail {
    display: inline-block;
    width: 40%;
    max-width: 350px;
    min-width: 175px;
    margin-right: 5%;
}

.divKommentare .divKommentareInfoLinks,
.divKommentare .divKommentarePflichtfelder,
.divKommentare .divKommentareInfoEmail {
    clear: both;
}
.divKommentareInfoEmail {
    padding-top: 4px;
}
.divKommentare .divKommentareButton {
    text-align: right;
}

/*--------------------------------------------------------------------------------*//**
 * CSS-Definitionen fuer die Partnerseiten
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

/*--------------------------------------------------------------------------------*/

.ext_partner_kontaktdaten {
    padding: 0px;
    border-spacing: 0px;
}

.ext_partner_social_media {
    padding: 1em 0px 0px 0px;
}
.ext_partner_social_media a {
    display: inline-block;
    width: 50px;
    height: 50px;
    margin: 0px 20px 0px 0px;
    background-repeat: no-repeat;
}
.ext_partner_social_media a.facebook {
    background-image: url(../images/facebook-50x50.png);
}
.ext_partner_social_media a.twitter {
    background-image: url(../images/twitter-50x50.png);
}
.ext_partner_social_media a.xing {
    background-image: url(../images/xing-50x50.png);
}

/*--------------------------------------------------------------------------------*/