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

/*--------------------------------------------------------------------------------*/
.templ_ueberschrift_news {
    column-span: all;
    padding-bottom: 1.5em;
}

.templ_ueberschrift_news h1 {
    text-align: left;
    background: none;
    margin-bottom: 0.2em;
    padding: 0;
}/**
 * Standard CSS-Definitionen fuer templ_textbox
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

/* Textbox */
.templ_textbox {
    clear: both;
    margin: -30px 0px 0px 0px;
    padding: 30px;
    text-align: left;
}

.templ_textbox .textbox_titel {
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    background-color: #F19B1F;
    color: #FFFFFF;
    text-align: center;
    font-weight: normal;
    line-height: 16px;
}
.templ_textbox .textbox_titeltext {
    padding: 3px;
    color: #FFFFFF;
}
.templ_textbox .textbox_content {
    padding: 0px;
}

/*--------------------------------------------------------------------------------*//**
 * Standard CSS-Definitionen fuer templ_textbox_ext
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/
/*--------------------------------------------------------------------------------*/
/* Textbox */
.templ_textbox_ext {
  position: relative;
  display: inline-block;
  margin: 0 0 0.5em 0;
  vertical-align: top;
  width: 100%;
}

.templ_textbox_ext:last-child {
  margin-right: 0 !important;
}

.templ_textbox_ext .textbox_titel_link {
  cursor: pointer;
  display: grid;
  align-items: center;
  grid-template-columns: 90% 10%;
}
.templ_textbox_ext .textbox_titel_link_icon {
  text-align: right;
  padding-right: 0.5em;
}
.templ_textbox_ext .textbox_titeltext {
  padding: 0.5em;
}
.templ_textbox_ext .textbox_titeltext * {
  margin: 0;
}
.templ_textbox_ext .textbox_content_container {
  padding: 0.5em;
}
.templ_textbox_ext .textbox_content.standard_bg .textbox_content_container {
  padding: 0;
}
.templ_textbox_ext img {
  max-width: 100%;
  height: auto;
}
.templ_textbox_ext .link_expand,
.templ_textbox_ext .link_collapse {
  padding: 0.5em;
}

@media only screen and (max-width: 570px) {
  .templ_textbox_ext {
    width: 100%;
    overflow-x: scroll;
  }
}
/*--------------------------------------------------------------------------------*/

/*# sourceMappingURL=styles.css.map */
/**
 * CSS-Definitionen fuer templ_bild
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

div.templ_bild {
    clear: both;
    width: 100%;
}
div.templ_bild img {
    max-width: 100%;
    height: auto;
    margin: 0px;
}

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

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

div.templ_bild_text {
    clear: both;
    width: 100%;
}
div.templ_bild_text img {
    max-width: 100%;
    height: auto;
}

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

@media only screen and (max-width:500px) {
    
    div.templ_bild_text div:first-of-type {
        margin: 0!important;
    }
}

@media only screen and (max-width:425px) {
    
    div.templ_bild_text > a img,
    div.templ_bild_text > img {
        float: none;
    }
}

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

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

/* Bildergalerie */
div.templ_bildergalerie {
    clear: both;
}
div.templ_bildergalerie div.galerie {
    clear: both;
    margin-top:5px;
}

div.templ_bildergalerie div.galerie table {
    margin: 0px auto;
}
div.templ_bildergalerie div.galerie img {
    margin-right: 5px;
    margin-bottom: 5px;
    /* border: 1px solid #cccccc; */
}

div.templ_bildergalerie div.galerie a {
    border: none;
    position: relative;
    display: inline-block;
    line-height: 0px;
}

/* 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;
}

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

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

.templ_bilderkarussell_news {
    clear: both;
	margin-bottom: 3em;
    padding: 0.5em 6%;
    background-color: #cccccc;
    position: relative;
    column-span: all;
}

.templ_bilderkarussell_news .templ_bilderkarussell_news_carousel {
    margin: 0!important;
}

.templ_bilderkarussell_news .carousel-item {
    padding: 20px;
    transform: scale(0.85);
    transition: all 300ms ease;
}
.templ_bilderkarussell_news .carousel-item.slick-center {
    transform: scale(1);
}
.templ_bilderkarussell_news .lapp_slick-prev {
    position: absolute;
    top: 45%;
    left: 2%;
    color: #999999;
    font-size: 3em;
}
.templ_bilderkarussell_news .lapp_slick-next {
    position: absolute;
    top: 45%;
    right: 2%;
    color: #999999;
    font-size: 3em;
}

.templ_bilderkarussell_news .slick-dots {
    bottom: -40px;
}
.templ_bilderkarussell_news .slick-dots li {
    margin: 0;
}

.templ_bilderkarussell_news .slick-dots li button:before {
    font-size: 8px;
}

.templ_bilderkarussell_news img {
    width: 100%;
    height: auto;
}

.templ_bilderkarussell_news a {
    text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/* media queries */

@media only screen and (max-width:500px) {
    
    .templ_bilderkarussell_news .lapp_slick-prev,
    .templ_bilderkarussell_news .lapp_slick-next{
        top: 47%;
        font-size: 2em;
    }
}

/*--------------------------------------------------------------------------------*//**
 * 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%;
    max-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;
}

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

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

div.templ_link {
    clear: both;
    width: 100%;
}

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

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

/* Menue */
.templ_menue {
    clear: both;
    margin: 0px;
    padding: 10px;
    background-color: #eeeeee;
}

.templ_menue .divNav ul {
    /* margin: 0px;
    padding: 0px; */

}
.templ_menue .divNav.no_style ul {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.templ_menue .divNav ul li {
    margin: 0px;
    padding: 0px;
}

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

/*--------------------------------------------------------------------------------*/
/* Suche */

.divFormSuche {
    position: absolute;
    right: 1px;
    bottom: 13px;
    width: 50%;
    max-width: 184px;
    text-align: right;
}
.divFormSuche form {
    margin: 0px;
    padding: 0px;
}
.divFormSuche input {
    color: #ffffff;
    border: 1px solid #ffffff;
    border-right: none;
    margin: 0px;
    padding: 0px 2px 0px 10px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    z-index: 200;
    position: relative;
    width: 100px; /*172px;*/
    background-color: transparent;
    font-size: 14px;
}

.divFormSuche .button {
    display: none;
}

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

@media only screen and (max-width:700px) {
    
    .divFormSuche input {
        max-width: 90%;
    }
}

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

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

/* Wechselbilder (Slider) */
.templ_wechselbilder {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
}
.templ_wechselbilder .slideshow {
    width: 100%;
    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: 15px;
    position: absolute;
    width :100%;
    z-index:101;
    text-align: center;
}

.templ_wechselbilder .controls .slidenav {
    display: inline-block;
}

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

.templ_wechselbilder .controls .slidenav_resume,
.templ_wechselbilder .controls .slidenav_stop {
    height: 14px;
    width: 10px;
    font-size: 12px;
    display: inline-block;
    margin-left: 4px;
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: 100% auto; 
}
.templ_wechselbilder .controls .slidenav_resume {
    background-image: url(../../templ/templ_wechselbilder/images/start.png);
}
.templ_wechselbilder .controls .slidenav_resume.off {
    display: none;
}
.templ_wechselbilder .controls .slidenav_stop {
    background-image: url(../../templ/templ_wechselbilder/images/stop.png);
}
.templ_wechselbilder .controls .slidenav_stop.off {
    display: none;
}

.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; }

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

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

.templ_ext_theresianum_aktuelles {
    clear: both;
    
}

.templ_ext_theresianum_aktuelles .messageBox {
    text-align: center;
}

.templ_ext_theresianum_aktuelles div.item {
    margin: 0 0 20px 0;
    background-color: #ffffff;
    padding: 20px;
    position: relative;
}
.templ_ext_theresianum_aktuelles div.item a.overlay {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 100;
    left: 0;
	background: url(../../templ/templ_ext_theresianum_aktuelles/images/bg_more.png) repeat-x left bottom;
}
.templ_ext_theresianum_aktuelles div.item a.overlay span {
	position: absolute;
	bottom: 1px;
	right: 10px;
	z-index: 101;
}
.templ_ext_theresianum_aktuelles .titelzeile {
	padding: 0 0 10px 0;
}
.templ_ext_theresianum_aktuelles .titelzeile h2 {
	margin-bottom: 2px;
}
.templ_ext_theresianum_aktuelles .titelzeile .zuordnung {

}

.templ_ext_theresianum_aktuelles div.item #h1,
.templ_ext_theresianum_aktuelles div.item .templ_wechselbilder {
	display: none;
}

.templ_ext_theresianum_aktuelles div.item p {
	line-height: 1.2em !important;
}
.templ_ext_theresianum_aktuelles div.item img {
    max-width: 100%;
    height: auto;
}
.templ_ext_theresianum_aktuelles div.item .sectionWrapper {
    margin: 0;
}
/* .templ_ext_theresianum_aktuelles ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.templ_ext_theresianum_aktuelles ul li {
    list-style-type: none;
    margin: 0;
    padding: 5px 0;
} */
.templ_ext_theresianum_aktuelles table {
    padding: 0;
    border-spacing: 0;
}
.templ_ext_theresianum_aktuelles .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0;
    color: #BB0C09;
}
.templ_ext_theresianum_aktuelles div.date {
    padding-right: 0;
}
.templ_ext_theresianum_aktuelles td.date {
    padding-right: 10px;
}
.templ_ext_theresianum_aktuelles a {
    text-decoration: none;
}

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

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

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

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

.templ_ext_theresianum_news {
    clear: both;
    padding: 0.5em 6%;
    background-color: #cccccc;
    position: relative;
}

.templ_ext_theresianum_news .messageBox {
    text-align: center;
}

.templ_ext_theresianum_news .templ_ext_theresianum_news_carousel {
    margin: 0!important;
}

.templ_ext_theresianum_news .carousel-item {
    padding: 20px;
    transform: scale(0.85);
    transition: all 300ms ease;
}
.templ_ext_theresianum_news .carousel-item.slick-center {
    transform: scale(1);
}
.templ_ext_theresianum_news .lapp_slick-prev {
    position: absolute;
    top: 45%;
    left: 2%;
    color: #999999;
    font-size: 3em;
}
.templ_ext_theresianum_news .lapp_slick-next {
    position: absolute;
    top: 45%;
    right: 2%;
    color: #999999;
    font-size: 3em;
}

.templ_ext_theresianum_news .slick-dots {
    bottom: -40px;
}
.templ_ext_theresianum_news .slick-dots li {
    margin: 0;
}

.templ_ext_theresianum_news .slick-dots li button:before {
    font-size: 8px;
}

.templ_ext_theresianum_news .titelzeile {
    padding: 0 0 10px 0;
}

.templ_ext_theresianum_news .titelzeile h2 {
    margin-bottom: 2px;
    margin-top: 0;
}

.templ_ext_theresianum_news .bild img {
    width: 100%;
    height: auto;
}

.templ_ext_theresianum_news .text {
    background-color: #ffffff;
    padding: 0.5em;
}

.templ_ext_theresianum_news a {
    text-decoration: none;
}

/*--------------------------------------------------------------------------------*/
/* media queries */

@media only screen and (max-width:500px) {
    
    .templ_ext_theresianum_news .lapp_slick-prev,
    .templ_ext_theresianum_news .lapp_slick-next{
        top: 47%;
        font-size: 2em;
    }
}

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

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

.templ_ext_theresianum_termine {
    clear: both;
    
}

.templ_ext_theresianum_termine .messageBox {
    text-align: center;
}

/* Listenblock */
.templ_ext_theresianum_termine table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    background-color: #e5e5e5;
}
.templ_ext_theresianum_termine table td {
    width: 48%;
}
.templ_ext_theresianum_termine .title {
    display: block;
    text-decoration: none;
    margin-bottom: 0px;
    color: #000000;
}
.templ_ext_theresianum_termine td.date {
    padding-right: 5px;
    text-align: right;
    font-weight: bold;
}
.templ_ext_theresianum_termine td.kennung {
    width: 4%;
    text-align: center;
}
.templ_ext_theresianum_termine td.kennung span {
    display: inline-block;
    width: 31px;
    background-repeat: no-repeat;
}
.templ_ext_theresianum_termine a {
    text-decoration: none;
    color: #000000;
}

.templ_ext_theresianum_termine td.text {
    padding-left: 5px;
    text-align: left;
}
.templ_ext_theresianum_termine .teaser {
    padding-bottom: 10px;
}


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

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


/* Filter */
.templ_ext_theresianum_termine .filter {
    width: 100%;
    padding: 0px 0px 20px 0px;
    text-align: center;
}
.templ_ext_theresianum_termine .filter form {
    margin: 0px;
    padding: 0px 5px;;
    display: inline-block;
}

.templ_ext_theresianum_termine .filter input[type=submit] {
    text-transform: uppercase;
    color: inherit;
    border: none;
    margin: 0px 0px 10px 0px;
    padding: 0px 3px;
    background: transparent;
    cursor: pointer;
    min-width: 105px;
    border: 1px solid transparent;
}
.templ_ext_theresianum_termine .filter form[name=formFilterTB_0] input.themenbereich_bg_0 {
    background-color: #dddddd !important;
}
.templ_ext_theresianum_termine .filter input[type=submit]:hover,
.templ_ext_theresianum_termine .filter input[type=submit].aktiv {
    border: 1px solid #666666;
}



/* Termindaten */
.divTermindaten .kurztext {
    text-align: center;
}
.divTermindaten table {
    width: 100%;
    padding: 0px;
    border-spacing: 0px;
    border: 0px;
}
.divTermindaten table th, 
.divTermindaten table td {
    padding: 0px 5px 0px 5px;
    width: 50%;
}
.divTermindaten table th {
    text-align: right;
}

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

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

.templ_ext_theresianum_lehrer {
    clear: both;
    font-size: 90%;
}

.templ_ext_theresianum_lehrer .info {
    text-align: center;
}

/* Listenblock */
.templ_ext_theresianum_lehrer table {
    width: 100%;
    padding: 0;
    border-spacing: 0;
}
.templ_ext_theresianum_lehrer tr:nth-child(even) {
    background-color: #ffffff;
}
.templ_ext_theresianum_lehrer tr:nth-child(odd) {
    background-color: #eeeeee;
}

.templ_ext_theresianum_lehrer table td {
    padding: 5px 10px;
    vertical-align: middle;
}
.templ_ext_theresianum_lehrer table td.name {
    text-align: right;
    text-transform: uppercase;
    white-space: nowrap;
    padding-left: 5px;
}
.templ_ext_theresianum_lehrer table td.bild {
    text-align: center;
    line-height: 1em;
}
.templ_ext_theresianum_lehrer table td.bild img {
    display: inline-block;
    margin: 10px 32.5px;
}
.templ_ext_theresianum_lehrer table td.funktion {

}
.templ_ext_theresianum_lehrer table td.sprechstunde {

}
.templ_ext_theresianum_lehrer table td.email {
    padding-right: 5px;
}

.templ_ext_theresianum_lehrer .nachname {
    font-weight: bold;
}
.templ_ext_theresianum_lehrer a {
    text-decoration: none;
    color: #000000;
}


/* Filter */
.templ_ext_theresianum_lehrer .filter {
    width: 100%;
    padding: 0 0 20px 0;
    text-align: center;
}
.templ_ext_theresianum_lehrer .filter form {
    margin: 10px 0;
    padding: 0 0;
    display: inline-block;
}

.templ_ext_theresianum_lehrer .filter div {
    position: relative;
    display: inline-block;
}
.templ_ext_theresianum_lehrer .filter #formLehrer label {
    /* display: none; */
    position: absolute;
    top: 0;
    left: 25px;
    z-index: 100;
    color: #000000;
    text-transform: uppercase;
}
.templ_ext_theresianum_lehrer .filter #formLehrerDrucken label {
    white-space: normal;
}
.templ_ext_theresianum_lehrer .filter input[type=text] {
    text-transform: uppercase;
    color: inherit;
    border: 1px solid;
    margin: 0 20px;
    padding: 0 3px;
    background: transparent;
    border-radius: 7px;
    z-index: 200;
    position: relative;
    width: 200px;
}
.templ_ext_theresianum_lehrer .filter input.submit {
    position: relative;
    left:-2000px;
}

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

@media only screen and (max-width:700px) {
    
    .templ_ext_theresianum_lehrer table td {
        vertical-align: top;
        padding: 5px;
        display: block;
        float: left;
    }
    .templ_ext_theresianum_lehrer table td.name {
        display: block;
        text-align: left;
    }
    .templ_ext_theresianum_lehrer table td.bild {
        clear: both;
        display: block;
        float: left;
    }
    .templ_ext_theresianum_lehrer table td.bild img {
        margin: 0;
    }
    
    .templ_ext_theresianum_lehrer .filter div {
        padding-bottom: 5px;
    }
    .templ_ext_theresianum_lehrer .filter a {
        display: block;
    }
}

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

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

table.web_table_speiseplan {
    border-spacing: 0px;
    padding: 0px;
    width: 100%;
    border: none;
    line-height: 26px;
}
table.web_table_speiseplan h2,
table.web_table_speiseplan h3 {
    text-align: center;
}
table.web_table_speiseplan td.kalenderwoche {
    width: 50%;
    text-align: left;
}
table.web_table_speiseplan td.datum {
    width: 50%;
    text-align: right;
}
table.web_table_speiseplan td.wochentag {
    width: 9.5%;
    padding-left: 0.5%;
}
table.web_table_speiseplan td.text {
    width: 90%;
    text-align: center;
}
table.web_table_speiseplan td.menue {
    width: 6%;
}
table.web_table_speiseplan td.mittag,
table.web_table_speiseplan td.abend {
    font-size: 14px;
    width: 37%;
    text-align: center;
}
table.web_table_speiseplan td.allergene {
    font-size: 10px;
    width: 5%;
}
table.web_table_speiseplan td.allergene_legende {
    /*font-size: 10px;*/
    padding-top: 10px;
}

table td.web_table_speiseplan_allergene {
    font-size: 75%;
}

table.web_table_speiseplan.web_table_speiseplan_tb_3 td.kalenderwoche {
    width: 9.5%;
}
table.web_table_speiseplan.web_table_speiseplan_tb_3 td.mittag {
    width: 80%;
}
table.web_table_speiseplan.web_table_speiseplan_tb_3 td.allergene {
    width: 9.5%;
}


table.web_table_speiseplan.web_table_speiseplan_tb_4 td.kalenderwoche {
    width: 9.5%;
}
table.web_table_speiseplan.web_table_speiseplan_tb_4 td.mittag {
    width: 74%;
}
table.web_table_speiseplan.web_table_speiseplan_tb_4 td.allergene {
    width: 9.5%;
}


.templ_ext_theresianum_speiseplan_pdf {
    text-align: center;
    padding: 25px 0px 0px 0px;
}
.templ_ext_theresianum_speiseplan_pdf a {
    display: inline-block;
    margin: 0px 10px;
}

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

@media only screen and (max-width:700px) {
    
    .templ_ext_theresianum_speiseplan {
        overflow: scroll;
    }
    table.web_table_speiseplan td {
        padding-right: 5px;
    }
    table.web_table_speiseplan td.wochentag {
        font-weight: bold;
    }
    table.web_table_speiseplan td.allergene {
        white-space: nowrap;
    }
}

@media only print {
	
	table.web_table_speiseplan {
	   page-break-after: always;
	}
	table.web_table_speiseplan td {
	   line-height: 1.3em !important;
	}
}

/*--------------------------------------------------------------------------------*//**
 * Standard CSS-Definitionen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/
/*--------------------------------------------------------------------------------*/
.templ_ext_downloads {
  clear: both;
}

.templ_ext_downloads .messageBox {
  text-align: center;
}

/* Liste */
.templ_ext_downloads ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  width: 100%;
}

.templ_ext_downloads li {
  margin-bottom: 20px;
  padding-top: 10px;
  background-repeat: no-repeat;
  min-height: 75px;
}

.templ_ext_downloads li .templ_ext_downloads_image,
.templ_ext_downloads li .templ_ext_downloads_text {
  width: 48%;
}

.templ_ext_downloads li:nth-child(even) .templ_ext_downloads_image {
  float: left;
  text-align: right;
  padding: 0 2% 0 0;
}

.templ_ext_downloads li:nth-child(even) .templ_ext_downloads_text {
  float: left;
  text-align: left;
  padding: 0 0 0 2%;
}

.templ_ext_downloads li:nth-child(odd) .templ_ext_downloads_image {
  float: right;
  text-align: left;
  padding: 0 0 0 2%;
}

.templ_ext_downloads li:nth-child(odd) .templ_ext_downloads_text {
  float: right;
  text-align: right;
  padding: 0 2% 0 0;
}

.templ_ext_downloads li * {
  cursor: pointer;
}

.templ_ext_downloads li.pdf {
  background-image: url(../../templ/templ_ext_downloads/images/pdf.png);
}

.templ_ext_downloads_title {
  display: block;
  text-decoration: none;
  margin-bottom: 5px;
  color: #000000;
  font-weight: bold;
}

.templ_ext_downloads a {
  text-decoration: none;
  color: #000000;
}

.templ_ext_downloads_teaser {
  padding-bottom: 10px;
}

/* Filter */
.templ_ext_downloads .filter {
  width: 100%;
  padding: 0 0 20px 0;
  text-align: center;
}

.templ_ext_downloads .filter form {
  margin: 0;
  padding: 0 5px;
  display: inline-block;
}

.templ_ext_downloads .filter form[name=formFilterTB_0] {
  /* display: block; */
}

.templ_ext_downloads .filter input[type=submit] {
  text-transform: uppercase;
  color: inherit;
  margin: 0 0 10px 0;
  padding: 0 3px;
  background: transparent;
  cursor: pointer;
  min-width: 105px;
  border: 1px solid transparent;
}

.templ_ext_downloads .filter form[name=formFilterTB_0] input.themenbereich_bg_0 {
  background-color: #dddddd !important;
}

.templ_ext_downloads .filter input[type=submit]:hover,
.templ_ext_downloads .filter input[type=submit].aktiv {
  border: 1px solid #666666;
}

/*--------------------------------------------------------------------------------*/
/* spezielles Layout fuer Stellenangebote */
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] {
  max-width: 600px;
  margin: 0 auto;
}
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li .templ_ext_downloads_image,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li .templ_ext_downloads_text {
  width: auto;
}
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_image,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_image {
  float: left;
  max-width: 48%;
  padding: 0 2% 0 0;
  text-align: right;
}
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_image img,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_image img {
  max-width: 100%;
  height: auto;
}
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_text,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_text {
  float: left;
  max-width: 50%;
  text-align: left;
  padding: 0;
}
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_text.templ_ext_downloads_no_image,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_text.templ_ext_downloads_no_image {
  max-width: 87%;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */
@media only screen and (max-width: 600px) {
  .templ_ext_downloads li .templ_ext_downloads_image,
.templ_ext_downloads li .templ_ext_downloads_text {
    width: auto;
  }

  .templ_ext_downloads li:nth-child(even) .templ_ext_downloads_image,
.templ_ext_downloads li:nth-child(odd) .templ_ext_downloads_image {
    float: left;
    max-width: 80px;
    padding: 0 10px 0 10px;
    text-align: right;
  }

  .templ_ext_downloads li:nth-child(even) .templ_ext_downloads_text,
.templ_ext_downloads li:nth-child(odd) .templ_ext_downloads_text {
    float: left;
    max-width: 75%;
    text-align: left;
    padding: 0;
  }

  .templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_image,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_image {
    float: none;
    max-width: 100%;
    padding: 0;
    text-align: left;
  }
  .templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_text,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_text {
    float: none;
    max-width: 100%;
  }
  .templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(even) .templ_ext_downloads_text.templ_ext_downloads_no_image,
.templ_ext_downloads[data-lapp-downloads-cat=stellenangebote] li:nth-child(odd) .templ_ext_downloads_text.templ_ext_downloads_no_image {
    max-width: 100%;
  }
}
/*--------------------------------------------------------------------------------*/

/*# sourceMappingURL=styles.css.map */
