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

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

/* Text */
.templ_text {
    clear: both;    
}
.layout_full_padding .templ_text {
    padding-left: 50px;
    padding-right: 50px; 
}

@media only screen and (max-width:1000px) {

    .layout_full_padding .templ_text {
        padding-left: 0px;
        padding-right: 0px; 
    }
}

/*--------------------------------------------------------------------------------*//**
 * Standard CSS-Definitionen fuer templ_abstand
 *
 *********************************************************************************/

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

/* Abstand */
.templ_abstand {
    clear: both;
    overflow: hidden;   
}

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

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

.templ_bild_hover {
    position: relative;
}
.templ_bild_hover .templ_bild_hover_text {
    padding: 10px 0px;
    font-size: 140%;
    position: absolute;
    bottom: 9px;
    width: 92%;
    line-height: 50px;
    margin: 11px 4%;
    height: 150px;
    max-height: 40%;
    font-weight: bold;
    text-align: center;
}
.templ_bild_hover .templ_bild_hover_text {
    background-color: rgba(255, 255, 255, 0.6);
    color: #333333;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.10s;
}
.templ_bild_hover:hover .templ_bild_hover_text {
    background-color: rgba(0, 51, 102, 0.8);
    color: #ffffff;
    transition-property: all;
    transition-duration: 0.1s;
    transition-timing-function: ease;
    transition-delay: 0.10s;
}
.templ_bild_hover:hover .templ_bild_hover_text:hover {
    cursor: pointer;
}
.templ_bild_hover .templ_bild_hover_linie {
    width: 20%;
    margin: 0px 40%;
    height: 1px;
    overflow: hidden;
    background-color: #333333;
}
.templ_bild_hover .templ_bild_hover_hover {
    visibility: hidden;
    opacity: 0;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0);
    font-size: 80%;
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0.10s;
    position: relative;
    top: -10px;
}
.templ_bild_hover:hover .templ_bild_hover_hover {
    visibility: visible; 
    opacity: 1.0;
    color: rgba(255, 255, 255, 1);
    transition-property: all;
    transition-duration: 1s;
    transition-timing-function: ease;
    transition-delay: 0.10s;
}
.templ_bild_hover:hover .templ_bild_hover_linie {
    background-color: #ffffff;
}

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

@media only screen and (max-width:1200px) {

    .templ_bild_hover .templ_bild_hover_text {
        font-size: 100%;
        height: 100px;
        line-height: 40px;
    }
}

@media only screen and (max-width:1000px) {

    .templ_bild_hover .templ_bild_hover_text {
        font-size: 85%;
        height: 100px;
    }
    .templ_bild_hover .templ_bild_hover_hover {
        display: none;
    }
}
    
@media only screen and (max-width: 570px) {
    
    .templ_bild_hover img {
        width: 100%;
    }
    .templ_bild_hover .templ_bild_hover_text {
        font-size: 140%;
        /* height: 150px; */
    }
}

/*--------------------------------------------------------------------------------*//**
 * CSS-Definitionen
 *
 *********************************************************************************/

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

.templ_bild_counter {
    position: relative;
}
.templ_bild_counter_frame {
    border: none;
    width: 100%;
    min-height: 310px;
    background-color: transparent;
}

@media only screen and (max-width:503px) {

    .templ_bild_counter_frame {
        min-height: 370px;
    }
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_bildergalerie */

div.templ_bildergalerie {
    clear: both;
}
div.templ_bildergalerie div.galerie {
    clear: both;
    margin-top:5px;
	line-height: 0em;
}

div.templ_bildergalerie div.galerie.left {
    margin-right: 0px;
}
div.templ_bildergalerie div.galerie.right {
    text-align: right;
	margin-left: 0px;
}
div.templ_bildergalerie div.galerie.center {
    text-align: center;
}
div.templ_bildergalerie div.galerie img {
    margin: 0px;
    width: 100%;
}
div.templ_bildergalerie div.galerie img.bild_rahmen {
    border: 1px solid #cccccc;
}

div.templ_bildergalerie div.galerie a {
    border: none;
    position: relative;
    display: inline-block;
    line-height: 0px;
}
div.templ_bildergalerie .bild_auswaehlen {
	font-size: 80%;
	padding: 0px 0px 5px 0px;
    text-align: left;
}
div.templ_bildergalerie .bild_auswaehlen a {
	position: relative;
	bottom: 1px;
}
div.templ_bildergalerie .bildtext {
    text-align: left;
    word-wrap: break-word;
	line-height: 1em;
}

div.templ_bildergalerie ul {
    width: auto;
    margin: 0px auto;
    padding: 0px;
    list-style-type: none;
}
div.templ_bildergalerie ul li {
    display: inline-block;
    padding: 0px 1% 1% 0px;
}
div.templ_bildergalerie ul.li_100p li {
    width: 100%;
}
div.templ_bildergalerie ul.li_75p li {
    width: 75%;
}
div.templ_bildergalerie ul.li_67p li {
    width: 66.7%;
}
div.templ_bildergalerie ul.li_50p li {
    width: 49.5%;
}
div.templ_bildergalerie ul.li_33p li {
    width: 32.66%;
}
div.templ_bildergalerie ul.li_25p li {
    width: 24.25%;
}
div.templ_bildergalerie ul.li_20p li {
    width: 19.2%;
}
div.templ_bildergalerie ul.li_100p li, 
div.templ_bildergalerie ul.li_75p li, 
div.templ_bildergalerie ul.li_67p li {
    padding-right: 0px !important;
}
div.templ_bildergalerie ul.li_50p li:nth-child(even) {
    padding-right: 0px !important;
}
div.templ_bildergalerie ul.li_33p li:nth-child(3n+0) {
    padding-right: 0px !important;
}
div.templ_bildergalerie ul.li_25p li:nth-child(4n+0) {
    padding-right: 0px !important;
}
div.templ_bildergalerie ul.li_20p li:nth-child(5n+0) {
    padding-right: 0px !important;
}

/* Optionen fuer ein einzelnes Thumbnail */
div.templ_bildergalerie div.galerie.single a {
    background-color: #333333;
}
div.templ_bildergalerie div.galerie.single a img {
    margin: 0px;
    line-height: normal;
}
div.templ_bildergalerie div.galerie.single a:hover img {
    opacity: 0.3;
}
div.templ_bildergalerie div.galerie.single a:hover .bildergalerie_titel {
    display: table-cell;
}

div.templ_bildergalerie div.galerie.single .bildergalerie_titel {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 40%;
    color: #ffffff;
    text-decoration: none;
    font-size: 150%;
    text-transform: uppercase;
    text-align: center;
    display: none;
    vertical-align: middle;
}
div.templ_bildergalerie div.galerie.single .bildergalerie_titel .bildergalerie_subtitel {
    position: relative;
    font-size: 75%;
    font-style: italic;
    text-transform: none;
    top: 30px;
}

div.templ_bildergalerie .links {
    clear: both;
	padding: 20px 0px 0px 0px;
}
div.templ_bildergalerie .links a {
	padding-right: 10px;
}
div.templ_bildergalerie .links a.alle_auswaehlen {
    padding: 0px;
}
div.templ_bildergalerie .links a.auswahl_loeschen {
    margin: 0px 20px 20px 0px;
}
div.templ_bildergalerie .links .delimiter {
    padding: 0px 2px;
    color: inherit;
}

/*--------------------------------------------------------------------------------*/
/* Floatbox */

.fbx.fbFooter div {
    text-align: center;
    padding: 6px 0px 0px 0px;
}
.fbx.fbFooter div a {
    color: #ffffff;
    font-size: 80%;
    padding: 0px 3px;
    position: relative;
    top: -1px
}

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

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

/* Bildergalerie cycle mit wechselndem Bild */
.templ_bildergalerie_cycle {
    clear: both;
    height: 100px;
    margin: 0px;
    padding: 0px;
    position: relative;
}
.templ_bildergalerie_cycle ul, .templ_bildergalerie_cycle li {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.templ_bildergalerie_cycle img {
    margin: 0px;
    border: 0px;
}

/* controls = Navigationsleiste */
.templ_bildergalerie_cycle .controls {
    position: absolute;
    bottom: 0px;
    z-index: 200;
    text-align: center;
    width: 100%;
    padding: 3px 0px;
    color: #000000;
    background-color: #ffffff;
    opacity: 0.7;
    font-size: 12px;
    overflow: hidden;
}
.templ_bildergalerie_cycle .controls a {
    line-height: 16px;
    color: #000000;
}
.templ_bildergalerie_cycle .controls a.resume,
.templ_bildergalerie_cycle .controls a.stop {
    padding: 0px 0px 0px 2px;
    position: relative;
    top: 1px;
}

.templ_bildergalerie_cycle .controls a.prev {
    width: 7px; 
    height: 1.4em;
    padding: 0px;
    background: url(../../templ/templ_bildergalerie_cycle/images/prev.png) center center no-repeat;
    position: absolute;
    left: 5px;
    bottom: 5px;
}
.templ_bildergalerie_cycle .controls a.next {
    width: 7px;
    height: 1.4em;
    padding: 0px;
    background: url(../../templ/templ_bildergalerie_cycle/images/next.png) center center no-repeat;
    position: absolute;
    right: 5px;
    bottom: 5px;
}


/* caption = Bild x von y */
.templ_bildergalerie_cycle .caption {
    position: relative;
    top: 1px;
    padding: 0px 2px;
}

/* slidenav = pager */
.templ_bildergalerie_cycle .slidenav {
    
}
.templ_bildergalerie_cycle .slidenav a {
    margin: 0 2px; 
    padding: 0px; 
    border: 1px solid #444444;
    border-radius: 8px; 
    background: #ffffff; 
    text-decoration: none;
    text-align: center;
    color: #444444;
    width: 15px; 
    height: 15px; 
    font-size: 9px;
    display: inline-block;
    z-index: 501;
    cursor: pointer;
}
.templ_bildergalerie_cycle .slidenav a:hover, 
.templ_bildergalerie_cycle .slidenav a.activeSlide {
    background: #444444; 
    color: #ffffff;
}

/*--------------------------------------------------------------------------------*//**
 * CSS-Definitionen fuer templ_bilderkarussell
 *
 *********************************************************************************/

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

/* slick slider */
.templ_bilderkarussell {
    position: relative;
}

.templ_bilderkarussell .carousel {
    width: 100%;    
}
.templ_bilderkarussell .carousel .carousel-item {
    color: #cccccc;
    /*height: 60px;*/
    /*width: 50px;*/
    margin: 0px 8px;
    padding: 8px 0px;
    text-align: center;
    border: none;
    cursor: pointer;
    opacity: 0.8;
    overflow: hidden;
    position: relative;
}
.templ_bilderkarussell .carousel .carousel-item img {
    margin: 0px auto;
    height: 100%;
    width: auto;
    box-shadow: 2px 2px 7px #666666;
}
.templ_bilderkarussell .carousel .carousel-item:hover {
    opacity: 1;
}
.templ_bilderkarussell .carousel .slick-slider {
    margin-bottom: 0px !important;
}
.templ_bilderkarussell .carousel .carousel-item:hover,
.templ_bilderkarussell .carousel .slick-center { /* aktives Element */
    /*height: 64px;
    padding: 3px 0px;
    border: none !important;*/
    opacity: 1;
}

/* Arrows */
.templ_bilderkarussell .slick-prev,
.templ_bilderkarussell .slick-next {
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    margin-top: -10px;
    padding: 0;

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}

.templ_bilderkarussell .slick-prev {
    left: -22px;
    background: url(../../templ/templ_bilderkarussell/images/prev.png) center center no-repeat;
}

.templ_bilderkarussell .slick-next {
    right: -22px;
    background: url(../../templ/templ_bilderkarussell/images/next.png) center center no-repeat;
}

/* Start/Stop */
.templ_bilderkarussell .controls {
    font-size: 12px;
    text-align: right;
}

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

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

/* Google Maps */
.templ_googlemaps {
    clear: both;
}
.templ_googlemaps .map_canvas {
    width: 100%;
    height: 250px;
}

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

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

/* OpenStreetMap */
.templ_openstreetmap {
    clear: both;
}
.templ_openstreetmap .map_canvas {
    max-width: 100%;
    height: 250px;
}
.templ_openstreetmap .routeplaner {
    padding: 5px 0px;
}
.templ_openstreetmap img {
	box-shadow: none;
}

/*--------------------------------------------------------------------------------*//**
 * 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 table {
    padding: 0px;
    border-spacing: 0px;
}
.templ_liste .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    color: #BB0C09;
}
.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: 160px;
}

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

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

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

.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;
}
.templ_liste .li:first-child {
    /*border-top: 1px;*/  
}
.templ_liste li:nth-child(even), 
.templ_liste tr:nth-child(even) {
    background-color: #eeeeee;
}
.templ_liste li:nth-child(odd),
.templ_liste tr:nth-child(odd) {
    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_video */

.templ_video {
}
.templ_video.thumbnail_center div {
    background-position: center;
    text-align: center;
}
.templ_video.thumbnail_right div {
    background-position: right;
    text-align: right;
}
.templ_video a {
    display: inline-block !important;
}
.templ_video img {
    box-shadow: none;
}

/*--------------------------------------------------------------------------------*//**
 * CSS-Definitionen fuer templ_wechselbilder
 *
 *********************************************************************************/

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

/* Wechselbilder (Slider) */
.templ_wechselbilder {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
    left: -1%;
}
.templ_wechselbilder .slideshow {
    width: 102%;
    overflow: hidden;
}
.templ_wechselbilder .slideshow-item {
    float: left;
    width: 100%;
}
.templ_wechselbilder .slideshow-text {
    /*background:url(../../images/slide-overlay.png) repeat;*/
    top: 0px;
    left: 0px;
    color: #fff;
    font-size: 20px;
    position: absolute;
    width: 96%;
    height: 96%;
    padding: 3%;
    z-index:100;
}
.templ_wechselbilder .slideshow-text h2, 
.templ_wechselbilder .slideshow-text div.slideshow-header {
    color:#ffffff;
    padding-bottom:0px!important;
    margin:0!important;
}
.templ_wechselbilder .slideshow-text p {
    color:#ffffff;
    margin: 2px 0px 0px 0px;
}
.templ_wechselbilder .slideshow-text a.button, .slideshow-text a.button:hover {
    background-color: #00abde;
    padding: 8px 10px;
    border-radius: 9px;
    color: #ffffff;
    text-decoration: none;
}


.templ_wechselbilder .controls {
    bottom: 7px;
    position: absolute;
    right:1%;
    z-index:100;
}
.templ_wechselbilder .controls a {
    color: #444444;
}

.templ_wechselbilder .controls .slidenav {
    float: left;
}

.templ_wechselbilder .controls .slidenav a {
    margin: 0 2px; 
    padding: 0px; 
    border: 1px solid #444444;
    border-radius: 8px; 
    background: #ffffff; 
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    color: #444444;
    line-height: 16px; 
    width: 15px; 
    height: 15px; 
    overflow: hidden; 
    display: inline-block;
    z-index: 501;
}
.templ_wechselbilder .controls .slidenav a:hover, 
.templ_wechselbilder .controls .slidenav a.activeSlide {
    background: #444444; 
    color: #ffffff;
}

.templ_wechselbilder .controls .slidenav_resume,
.templ_wechselbilder .controls .slidenav_stop {
    line-height: 18px;
    font-size: 12px;
    float: left;
    padding-left: 2px;
}

.templ_wechselbilder .bigLink{
    bottom: 0;
    cursor: pointer;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    z-index:100px;
    background: url(../../images/blank.png) repeat;
}

.templ_wechselbilder .sliderTextAlignRight { text-align: right; }
.templ_wechselbilder .sliderTextAlignCenter { text-align: center; }
.templ_wechselbilder .sliderTextAlignLeft { text-align: left; }

.templ_wechselbilder .slideshow-text .sliderFontSize8  { font-size: 8px;  line-height: 12px; }
.templ_wechselbilder .slideshow-text .sliderFontSize9  { font-size: 9px;  line-height: 13px; }
.templ_wechselbilder .slideshow-text .sliderFontSize10 { font-size: 10px; line-height: 14px; }
.templ_wechselbilder .slideshow-text .sliderFontSize11 { font-size: 11px; line-height: 15px; }
.templ_wechselbilder .slideshow-text .sliderFontSize12 { font-size: 12px; line-height: 16px; }
.templ_wechselbilder .slideshow-text .sliderFontSize13 { font-size: 13px; line-height: 17px; }
.templ_wechselbilder .slideshow-text .sliderFontSize14 { font-size: 14px; line-height: 18px; }
.templ_wechselbilder .slideshow-text .sliderFontSize15 { font-size: 15px; line-height: 19px; }
.templ_wechselbilder .slideshow-text .sliderFontSize16 { font-size: 16px; line-height: 20px; }
.templ_wechselbilder .slideshow-text .sliderFontSize17 { font-size: 17px; line-height: 21px; }
.templ_wechselbilder .slideshow-text .sliderFontSize18 { font-size: 18px; line-height: 22px; }
.templ_wechselbilder .slideshow-text .sliderFontSize19 { font-size: 19px; line-height: 23px; }
.templ_wechselbilder .slideshow-text .sliderFontSize20 { font-size: 20px; line-height: 24px; }
.templ_wechselbilder .slideshow-text .sliderFontSize21 { font-size: 21px; line-height: 25px; }
.templ_wechselbilder .slideshow-text .sliderFontSize22 { font-size: 22px; line-height: 26px; }
.templ_wechselbilder .slideshow-text .sliderFontSize23 { font-size: 23px; line-height: 27px; }
.templ_wechselbilder .slideshow-text .sliderFontSize24 { font-size: 24px; line-height: 28px; }
.templ_wechselbilder .slideshow-text .sliderFontSize25 { font-size: 25px; line-height: 29px; }
.templ_wechselbilder .slideshow-text .sliderFontSize26 { font-size: 26px; line-height: 30px; }
.templ_wechselbilder .slideshow-text .sliderFontSize27 { font-size: 27px; line-height: 31px; }
.templ_wechselbilder .slideshow-text .sliderFontSize28 { font-size: 28px; line-height: 32px; }
.templ_wechselbilder .slideshow-text .sliderFontSize29 { font-size: 29px; line-height: 33px; }
.templ_wechselbilder .slideshow-text .sliderFontSize30 { font-size: 30px; line-height: 34px; }
.templ_wechselbilder .slideshow-text .sliderFontSize31 { font-size: 31px; line-height: 35px; }
.templ_wechselbilder .slideshow-text .sliderFontSize32 { font-size: 32px; line-height: 36px; }
.templ_wechselbilder .slideshow-text .sliderFontSize33 { font-size: 33px; line-height: 37px; }
.templ_wechselbilder .slideshow-text .sliderFontSize34 { font-size: 34px; line-height: 38px; }
.templ_wechselbilder .slideshow-text .sliderFontSize35 { font-size: 35px; line-height: 39px; }
.templ_wechselbilder .slideshow-text .sliderFontSize36 { font-size: 36px; line-height: 40px; }
.templ_wechselbilder .slideshow-text .sliderFontSize37 { font-size: 37px; line-height: 41px; }
.templ_wechselbilder .slideshow-text .sliderFontSize38 { font-size: 38px; line-height: 42px; }
.templ_wechselbilder .slideshow-text .sliderFontSize39 { font-size: 39px; line-height: 43px; }
.templ_wechselbilder .slideshow-text .sliderFontSize40 { font-size: 40px; line-height: 44px; }
.templ_wechselbilder .slideshow-text .sliderFontSize41 { font-size: 41px; line-height: 45px; }
.templ_wechselbilder .slideshow-text .sliderFontSize42 { font-size: 42px; line-height: 46px; }
.templ_wechselbilder .slideshow-text .sliderFontSize43 { font-size: 43px; line-height: 47px; }
.templ_wechselbilder .slideshow-text .sliderFontSize44 { font-size: 44px; line-height: 48px; }
.templ_wechselbilder .slideshow-text .sliderFontSize45 { font-size: 45px; line-height: 49px; }
.templ_wechselbilder .slideshow-text .sliderFontSize46 { font-size: 46px; line-height: 50px; }
.templ_wechselbilder .slideshow-text .sliderFontSize47 { font-size: 47px; line-height: 51px; }
.templ_wechselbilder .slideshow-text .sliderFontSize48 { font-size: 48px; line-height: 52px; }
.templ_wechselbilder .slideshow-text .sliderFontSize49 { font-size: 49px; line-height: 53px; }
.templ_wechselbilder .slideshow-text .sliderFontSize50 { font-size: 50px; line-height: 54px; }
.templ_wechselbilder .slideshow-text .sliderFontSize51 { font-size: 51px; line-height: 55px; }
.templ_wechselbilder .slideshow-text .sliderFontSize52 { font-size: 52px; line-height: 56px; }
.templ_wechselbilder .slideshow-text .sliderFontSize53 { font-size: 53px; line-height: 57px; }
.templ_wechselbilder .slideshow-text .sliderFontSize54 { font-size: 54px; line-height: 58px; }
.templ_wechselbilder .slideshow-text .sliderFontSize55 { font-size: 55px; line-height: 59px; }
.templ_wechselbilder .slideshow-text .sliderFontSize56 { font-size: 56px; line-height: 60px; }
.templ_wechselbilder .slideshow-text .sliderFontSize57 { font-size: 57px; line-height: 61px; }
.templ_wechselbilder .slideshow-text .sliderFontSize58 { font-size: 58px; line-height: 62px; }
.templ_wechselbilder .slideshow-text .sliderFontSize59 { font-size: 59px; line-height: 63px; }
.templ_wechselbilder .slideshow-text .sliderFontSize60 { font-size: 60px; line-height: 64px; }

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

@media only screen and (max-width:1000px) {

    .templ_wechselbilder .slideshow img {
        max-width: 1000px;
        width: 100%;
        height: auto;
    }
}

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

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

/* Listenblock */
.templ_ext_teller_liste_langtext {
    clear: both;
}
/* .templ_ext_teller_liste_langtext ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}
.templ_ext_teller_liste_langtext ul li {
    list-style-type: none;
    margin: 0px;
    padding: 5px 0px;
} */
.templ_ext_teller_liste_langtext table {
    padding: 0px;
    border-spacing: 0px;
}
.templ_ext_teller_liste_langtext .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    color: #BB0C09;
}
.templ_ext_teller_liste_langtext div.date {
    padding-right: 0px;
}
.templ_ext_teller_liste_langtext td.date {
    padding-right: 10px;
}
.templ_ext_teller_liste_langtext a {
    text-decoration: none;
}

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

.templ_ext_teller_liste_langtext .li { /* je nach Ausgabe li oder td */
    margin-bottom: 15px;
    padding-top: 15px;
    border-top: 1px dotted #666666;
}
.templ_ext_teller_liste_langtext .li:first-child {
    /*border-top: 1px;*/  
}
/*
.templ_ext_teller_liste_langtext li:nth-child(even), 
.templ_ext_teller_liste_langtext tr:nth-child(even) {
    background-color: #eeeeee;
}
.templ_ext_teller_liste_langtext li:nth-child(odd),
.templ_ext_teller_liste_langtext tr:nth-child(odd) {
    background-color: #dddddd;
}
*/
/* Suchfunktion fuer Liste */
.templ_ext_teller_liste_langtext_suche {
    background-color: #eeeeee;
    margin: 0px 0px 25px 0px;
    padding: 0px 0px 5px 0px;
}

.templ_ext_teller_liste_langtext_suche form {
    margin: 0px;
}

.templ_ext_teller_liste_langtext_suche table {
    width: auto;
}

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

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

.templ_ext_teller_liste_langtext_suche input.submit {
}

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