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

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_bild */

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

div.bild_legende_top {
}
div.bild_legende_bottom {
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_bild_text */

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

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

@media only screen and (max-width:1000px) {
    
    div.templ_bild_text img {
        max-width: 50%;
    }
    div.templ_bild_text div {
        margin-right: 0px !important;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Standard CSS-Definitionen fuer templ_bild_hover_ext
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/
/*--------------------------------------------------------------------------------*/
.templ_bild_hover_ext {
  position: relative;
}

.templ_bild_hover_ext_item {
  width: 33.3%;
  height: auto;
  display: inline-block;
  position: relative;
  line-height: normal;
  font-size: 0;
  float: left;
}

.templ_bild_hover_ext_item .templ_bild_hover_ext_text {
  padding: 0 2%;
  position: absolute;
  width: 96%;
  height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px;
  background-color: #029ba1;
  color: #ffffff;
  font-size: 19pt;
  font-family: "FreightSansProBook-Regular", Helvetica, sans-serif;
  line-height: 1.2em;
  text-align: center;
  z-index: 1000;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.templ_bild_hover_ext_item .templ_bild_hover_ext_text {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  /* transition-delay: 0.10s; */
  opacity: 0;
}

html.no-touch .templ_bild_hover_ext_item:hover .templ_bild_hover_ext_text,
.templ_bild_hover_ext_item .templ_bild_hover_ext_text_active {
  transition-property: all;
  transition-duration: 1s;
  transition-timing-function: ease;
  /* transition-delay: 0.10s; */
  opacity: 1;
}

.templ_bild_hover_ext_item img {
  box-shadow: none;
  width: 100%;
}

.templ_bild_hover_ext_item a.web_button_forward {
  position: absolute;
  right: 15px;
  bottom: 15px;
  width: 50px;
  height: 50px;
  border-radius: 25px;
  font-size: 50px;
  line-height: 43px;
}

/*--------------------------------------------------------------------------------*/
/* Media Queries */
@media only screen and (max-width: 1500px) {
  .templ_bild_hover_ext_item .templ_bild_hover_ext_text {
    font-size: 15pt;
    line-height: 1.1em;
  }
}
@media only screen and (max-width: 1200px) {
  .templ_bild_hover_ext_item .templ_bild_hover_ext_text {
    font-size: 12pt;
    line-height: 1em;
  }
}
@media only screen and (max-width: 1000px) {
  .templ_bild_hover_ext_item .templ_bild_hover_ext_text {
    font-size: 1.5vw;
    line-height: 1em;
    overflow: auto;
  }

  .templ_bild_hover_ext_item a.web_button_forward {
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    font-size: 22px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 550px) {
  .templ_bild_hover_ext_item {
    width: 50%;
  }

  .templ_bild_hover_ext_item .templ_bild_hover_ext_text {
    font-size: 2vw;
  }
}
@media only screen and (max-width: 350px) {
  .templ_bild_hover_ext_item {
    width: 100%;
  }

  .templ_bild_hover_ext_item .templ_bild_hover_ext_text {
    font-size: 4.5vw;
  }
}
/*--------------------------------------------------------------------------------*/

/*# sourceMappingURL=styles.css.map */
/*--------------------------------------------------------------------------------*/
/* 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;
}
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
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_bildergalerie_cycle */

.templ_bildergalerie_cycle {
    clear: both;
    height: auto;
    max-width: 100%;
    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;
    max-width: 100%;
    height: auto;
}

/* 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.5;
    font-size: 12px;
    overflow: hidden;
}
.templ_bildergalerie_cycle .controls a {
    line-height: 16px;
    color: #003366;
}
.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 #003366;
    border-radius: 8px; 
    background: #ffffff; 
    text-decoration: none;
    text-align: center;
    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.active_slide {
    background: #003366; 
    color: #ffffff;
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_webformular */
.ui-datepicker {
  font-size: 75% !important;
}

/* Webforms allgemein */
.webform table {
  border-spacing: 0px;
  padding: 0px;
  /* width: 100%; */
}

.webform th {
  font-weight: normal;
  text-align: left;
  padding: 0px 10px 0px 0px;
}

.webform .headline {
  margin: 0px 0px 5px 0px;
  font-size: 120%;
  color: #029ba1;
}

.webform .fehler {
  color: #fc0522;
}

.webform .label {
  max-width: 370px;
  font-weight: normal;
  text-align: left;
}

.webform input[type=text] {
  width: 350px;
}

.webform input[type=text].date_eu {
  width: 150px;
}

.webform input[type=text].date_us {
  width: 150px;
}

.webform input {
  font-size: 100%;
}

.webform input[type=text],
.webform input[type=password],
.webform textarea,
.webform select {
  font-size: 100%;
  padding: 5px 2px;
}

.webform textarea {
  width: 98%;
  max-width: 98%;
}

.webform input[type=submit],
.webform input[type=button],
.webform input[type=reset],
.webform button {
  min-width: 120px;
  margin-top: 15px;
  padding: 5px 20px;
  background-color: #029ba1;
  border: 1px solid #029ba1;
  color: #ffffff;
}

.webform input[type=submit]:hover,
.webform input[type=button]:hover,
.webform button:hover {
  background-color: #fd780f;
  border: 1px solid #fd780f;
  cursor: pointer;
}

.webform input[type=reset] {
  background-color: #dddddd;
  border: 1px solid #cccccc;
  color: #444444;
}

.webform input[type=checkbox] {
  float: left;
  padding-top: 5px;
}

.webform span.checkbox_2col {
  display: inline-block;
  white-space: nowrap;
  min-width: 48%;
}

.webform span.checkbox_3col {
  display: inline-block;
  white-space: nowrap;
  min-width: 32%;
}

.webform span.checkbox_4col {
  display: inline-block;
  white-space: nowrap;
  min-width: 24%;
}

.webform span.checkbox_5col {
  display: inline-block;
  white-space: nowrap;
  min-width: 19%;
}

.webform span.checkbox_text {
  display: block;
  margin-left: 22px;
}

.webform span.checkbox_text {
  display: block;
  margin-left: 22px;
}

.webform .space {
  padding-top: 20px;
}

.webform .break {
  height: 1em;
}

.webform .info_pflichtfelder {
  padding-top: 20px;
}

.webform .left {
  float: left;
}

.webform .desc_top {
  padding: 0px 0px 3px 0px;
}

.webform .desc_left {
  float: left;
  padding: 0px 3px 0px 0px;
}

.webform .desc_right {
  float: left;
  padding: 0.3em 0px 0px 0.5em;
}

.webform .desc_bottom {
  clear: both;
  padding: 3px 0px 0px 0px;
}

.webform div.break {
  height: 1em;
  overflow: hidden;
}

.webform div.buttons {
  text-align: center;
}

.webform .file_input_wrapper {
  /* @see https://coderwall.com/p/4etjja bzw. http://jsfiddle.net/supershabam/b3WXe/ */
  width: 200px;
  height: 2.5em;
  overflow: hidden;
  position: relative;
  line-height: 1em;
}

.webform .file_input_wrapper > input[type=file] {
  font-size: 30px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}

.webform .file_input_wrapper > .button_file_input {
  /*display: inline-block;
  width: 200px;
  height: 30px;*/
}

table.formular {
  border-spacing: 0px;
  padding: 0px;
}

table.formular td {
  padding: 2px 2px 2px 0px;
}

table.formular td.bezeichnung {
  vertical-align: top;
  padding: 4px 2px 2px 0px;
  width: 50px;
}

table.formular input[type=text], table.formular textarea {
  width: 250px;
}

/* Webform Seite empfehlen */
table.formular.seite_empfehlen input[type=text] {
  width: 250px;
}

table.seite_empfehlen textarea {
  width: 400px;
  height: 120px;
}

/* Webform Veranstaltungsanmeldung */
#formVeranstaltungsanmeldung #fieldPlz {
  width: 50px;
}

#formVeranstaltungsanmeldung #fieldOrt {
  width: 190px;
}

/* Webform Passwort vergessen */
#formPasswort_vergessen input[type=button],
#formPasswort_vergessen input[type=submit] {
  margin-top: 0px;
}

/* Webform Veranstaltungsanmeldung */
#formVeranstaltungsanmeldung #fieldPlz {
  width: 50px;
}

#formVeranstaltungsanmeldung #fieldOrt {
  width: 190px;
}

/* Webforms Newsletter */
#formNewsletter_aktivieren div {
  margin-top: 8px;
  display: inline-block;
}

#formNewsletter_aktivieren div.buttons {
  margin-top: 0px;
  vertical-align: top;
}

#formNewsletter_aktivieren div:last-child {
  display: block;
}

#formNewsletter_abmelden table {
  margin-top: 6px;
  display: inline-block;
}

#formNewsletter_abmelden div.buttons {
  display: inline-block;
  vertical-align: top;
}

/*--------------------------------------------------------------------------------*/
/* Media-Queries */
@media only screen and (max-width: 630px) {
  .webform input[type=text] {
    width: 98%;
  }

  .webform form.step01 th, .webform form.step01 td {
    display: block;
    padding-right: 0;
  }

  .webform form.step01 th {
    font-weight: bold;
    width: auto;
  }

  .webform span.checkbox_3col {
    display: inline-block;
    white-space: nowrap;
    min-width: 49%;
  }

  .webform span.checkbox_4col {
    display: inline-block;
    white-space: nowrap;
    min-width: 32%;
  }

  .webform span.checkbox_5col {
    display: inline-block;
    white-space: nowrap;
    min-width: 24%;
  }
}
/*--------------------------------------------------------------------------------*/

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

.templ_googlemaps {
    clear: both;
}
.templ_googlemaps .map_canvas {
    max-width: 100%;
    height: 250px;
}
.templ_googlemaps img {
	box-shadow: none;
}

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

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_inhaltsverzeichnis */

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

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_login */

.templ_login .webform {
    width: 45%;
    min-width: 300px; 
    padding:10px; 
    margin: 0px; 
    /* text-align: center; */
    /* box-shadow: 5px 5px 10px #c0bcb0; */
}
.templ_login .webform.center {
    margin: 0px auto;
}
.templ_login .webform.right {
    margin: 0px 0px 0px auto;
}
.templ_login .webform form {
    margin: 0px;
}
.templ_login .webform div.messageBoxError {
    margin: 0px 0px 20px 0px;
}
.templ_login .webform label {
    clear: both;
    width: 35%;
    text-align: left;
    display: block;
    float: left;
}
.templ_login .webform input {
    width: 60%;
    margin: 2px 0px 0px 0px;
    float: right;
}
.templ_login .webform input.button {
    clear: both;
    width: 30%;
    margin-top: 10px;
}
.templ_login .webform .newPassword {
     padding: 15px 0px 0px 0px;
}


@media only screen and (max-width:1000px) {
    
    .templ_login .webform {
        width: 60%;
        min-width: inherit;
        text-align: left;
    }
}

@media only screen and (max-width:600px) {
    
    .templ_login .webform {
        width: auto;
        min-width: inherit;
        text-align: left;
    }
    .templ_login .webform label {
        float: none;
        width: auto;
    }
    .templ_login .webform input {
        display: block;
        width: 90%;
        max-width: 300px;
        float: none;
    }
    .templ_login .webform input.button {
        width: auto;
    }
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_menue */

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

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

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

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_suche */

.div_form_suche {
    position: absolute;
    right: 0px;
    bottom: 7px;
    width: 188px;
    text-align: right;
}
.div_form_suche form {
    margin: 0px;
    padding: 0px;
}
.div_form_suche input {
    color: #ffffff;
    border: 1px solid #dddddd;
    margin: 0px;
    padding: 2px 3px;
    z-index: 2000;
    position: relative;
    width: 180px;
    background-color: #333333;
    font-size: 80%;
}

.div_form_suche .button {
    display: none;
}

.templ_suche form div {
    display: inline-block;
}
.templ_suche table.resultlist td {
    display: table-cell;
}

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

@media only screen and (max-width:1100px) {
    
    .div_form_suche {
        right: 2%;    
    }
}

@media only screen and (max-width:630px) {
    
    .div_form_suche {
        width: 156px;
    }
    .div_form_suche input {
        width: 150px;
    }
}

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_textbox */

.templ_textbox {
    position: relative;
    display: inline-block;
    margin: 0px;
    vertical-align: top;
}
.templ_textbox:last-child {
    margin-right: 0px !important;
}

.templ_textbox .textbox_titel {
}
.templ_textbox .textbox_titeltext {
    padding: 0px;
}
.templ_textbox .textbox_content {
    padding: 1em;
}

.templ_textbox img {
    max-width: 100%;
    height: auto;
}

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

/*--------------------------------------------------------------------------------*//*--------------------------------------------------------------------------------*/
/* templ_wechselbilder (Slider */

.templ_wechselbilder {
    width: 100%;
    margin: 0px auto 0px auto;
    position: relative;
}
.templ_wechselbilder .slideshow {
    width: 102%;
    overflow: hidden;
}
.templ_wechselbilder .slideshow_item {
    float: left;
    width: 100%;
}
.templ_wechselbilder .slideshow_item img {
    box-shadow: none;
}
.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 .slidenav {
    float: left;
}

.templ_wechselbilder .controls .slidenav a {
    margin: 0 2px; 
    padding: 0px; 
    border: 1px solid #003366;
    border-radius: 8px; 
    background: #ffffff; 
    text-decoration: none;
    text-align: center;
    font-size: 9px;
    color: #003366;
    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.active_slide {
    background: #003366; 
    color: #ffffff;
}

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

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

.templ_wechselbilder .slider_text_align_right { text-align: right; }
.templ_wechselbilder .slider_text_align_center { text-align: center; }
.templ_wechselbilder .slider_text_align_left { text-align: left; }

.templ_wechselbilder .slideshow_text .slider_font_size_8  { font-size: 8px;  line-height: 12px; }
.templ_wechselbilder .slideshow_text .slider_font_size_9  { font-size: 9px;  line-height: 13px; }
.templ_wechselbilder .slideshow_text .slider_font_size_10 { font-size: 10px; line-height: 14px; }
.templ_wechselbilder .slideshow_text .slider_font_size_11 { font-size: 11px; line-height: 15px; }
.templ_wechselbilder .slideshow_text .slider_font_size_12 { font-size: 12px; line-height: 16px; }
.templ_wechselbilder .slideshow_text .slider_font_size_13 { font-size: 13px; line-height: 17px; }
.templ_wechselbilder .slideshow_text .slider_font_size_14 { font-size: 14px; line-height: 18px; }
.templ_wechselbilder .slideshow_text .slider_font_size_15 { font-size: 15px; line-height: 19px; }
.templ_wechselbilder .slideshow_text .slider_font_size_16 { font-size: 16px; line-height: 20px; }
.templ_wechselbilder .slideshow_text .slider_font_size_17 { font-size: 17px; line-height: 21px; }
.templ_wechselbilder .slideshow_text .slider_font_size_18 { font-size: 18px; line-height: 22px; }
.templ_wechselbilder .slideshow_text .slider_font_size_19 { font-size: 19px; line-height: 23px; }
.templ_wechselbilder .slideshow_text .slider_font_size_20 { font-size: 20px; line-height: 24px; }
.templ_wechselbilder .slideshow_text .slider_font_size_21 { font-size: 21px; line-height: 25px; }
.templ_wechselbilder .slideshow_text .slider_font_size_22 { font-size: 22px; line-height: 26px; }
.templ_wechselbilder .slideshow_text .slider_font_size_23 { font-size: 23px; line-height: 27px; }
.templ_wechselbilder .slideshow_text .slider_font_size_24 { font-size: 24px; line-height: 28px; }
.templ_wechselbilder .slideshow_text .slider_font_size_25 { font-size: 25px; line-height: 29px; }
.templ_wechselbilder .slideshow_text .slider_font_size_26 { font-size: 26px; line-height: 30px; }
.templ_wechselbilder .slideshow_text .slider_font_size_27 { font-size: 27px; line-height: 31px; }
.templ_wechselbilder .slideshow_text .slider_font_size_28 { font-size: 28px; line-height: 32px; }
.templ_wechselbilder .slideshow_text .slider_font_size_29 { font-size: 29px; line-height: 33px; }
.templ_wechselbilder .slideshow_text .slider_font_size_30 { font-size: 30px; line-height: 34px; }
.templ_wechselbilder .slideshow_text .slider_font_size_31 { font-size: 31px; line-height: 35px; }
.templ_wechselbilder .slideshow_text .slider_font_size_32 { font-size: 32px; line-height: 36px; }
.templ_wechselbilder .slideshow_text .slider_font_size_33 { font-size: 33px; line-height: 37px; }
.templ_wechselbilder .slideshow_text .slider_font_size_34 { font-size: 34px; line-height: 38px; }
.templ_wechselbilder .slideshow_text .slider_font_size_35 { font-size: 35px; line-height: 39px; }
.templ_wechselbilder .slideshow_text .slider_font_size_36 { font-size: 36px; line-height: 40px; }
.templ_wechselbilder .slideshow_text .slider_font_size_37 { font-size: 37px; line-height: 41px; }
.templ_wechselbilder .slideshow_text .slider_font_size_38 { font-size: 38px; line-height: 42px; }
.templ_wechselbilder .slideshow_text .slider_font_size_39 { font-size: 39px; line-height: 43px; }
.templ_wechselbilder .slideshow_text .slider_font_size_40 { font-size: 40px; line-height: 44px; }
.templ_wechselbilder .slideshow_text .slider_font_size_41 { font-size: 41px; line-height: 45px; }
.templ_wechselbilder .slideshow_text .slider_font_size_42 { font-size: 42px; line-height: 46px; }
.templ_wechselbilder .slideshow_text .slider_font_size_43 { font-size: 43px; line-height: 47px; }
.templ_wechselbilder .slideshow_text .slider_font_size_44 { font-size: 44px; line-height: 48px; }
.templ_wechselbilder .slideshow_text .slider_font_size_45 { font-size: 45px; line-height: 49px; }
.templ_wechselbilder .slideshow_text .slider_font_size_46 { font-size: 46px; line-height: 50px; }
.templ_wechselbilder .slideshow_text .slider_font_size_47 { font-size: 47px; line-height: 51px; }
.templ_wechselbilder .slideshow_text .slider_font_size_48 { font-size: 48px; line-height: 52px; }
.templ_wechselbilder .slideshow_text .slider_font_size_49 { font-size: 49px; line-height: 53px; }
.templ_wechselbilder .slideshow_text .slider_font_size_50 { font-size: 50px; line-height: 54px; }
.templ_wechselbilder .slideshow_text .slider_font_size_51 { font-size: 51px; line-height: 55px; }
.templ_wechselbilder .slideshow_text .slider_font_size_52 { font-size: 52px; line-height: 56px; }
.templ_wechselbilder .slideshow_text .slider_font_size_53 { font-size: 53px; line-height: 57px; }
.templ_wechselbilder .slideshow_text .slider_font_size_54 { font-size: 54px; line-height: 58px; }
.templ_wechselbilder .slideshow_text .slider_font_size_55 { font-size: 55px; line-height: 59px; }
.templ_wechselbilder .slideshow_text .slider_font_size_56 { font-size: 56px; line-height: 60px; }
.templ_wechselbilder .slideshow_text .slider_font_size_57 { font-size: 57px; line-height: 61px; }
.templ_wechselbilder .slideshow_text .slider_font_size_58 { font-size: 58px; line-height: 62px; }
.templ_wechselbilder .slideshow_text .slider_font_size_59 { font-size: 59px; line-height: 63px; }
.templ_wechselbilder .slideshow_text .slider_font_size_60 { font-size: 60px; line-height: 64px; }

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

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

.ext_kommentare {
    clear: both;
}
.ext_kommentare .headline_kommentar {
    margin: 2em 0px 5px 0px;
    font-weight: normal;
    background-color: #029ba1;
    color: #ffffff;
    padding: 4px;
}
.ext_kommentare .headline_kommentar img {
    float: right;
    margin: 0px 3px 3px 3px;
    vertical-align: middle;
}
.ext_kommentare .headline_kommentar a.bearbeiten {
    font-weight: normal;
    float: right;
}

.ext_kommentare .headline_kommentar_first {
    /* margin-top: 70px; */
}

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

.ext_kommentare .headline_neuer_kommentar {
    margin-bottom: 5px;
    font-weight: bold;
}

.ext_kommentare .alle_kommentare {
    margin-top: 20px;
}
.ext_kommentare .keineKommentare {
    margin-top: 20px;
}

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

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

.ext_kommentare img.bewertung_x_von_y {
    float: right;
}

.ext_kommentare .form_kommentar textarea {
    width: 99%;
    height: 100px;
    border: none;
    background-color: #ffffff;
    font-family: inherit;
}
.ext_kommentare .ext_kommentare_info_links {
    padding: 0px 0px 10px 0px;
}
.ext_kommentare .ext_kommentare_fields {
    margin: 10px 0px 7px 0px;
}
.ext_kommentare .ext_kommentare_fields input {
    margin-left: 0px;
    width: 100%;
}
.ext_kommentare .ext_kommentare_fields input[type=text] {
    border: none;
    background-color: #ffffff;
}
.ext_kommentare .ext_kommentare_fields .ext_kommentare_name,
.ext_kommentare .ext_kommentare_fields .ext_kommentare_email {
    display: inline-block;
    width: 40%;
    max-width: 350px;
    min-width: 175px;
    margin-right: 5%;
}

.ext_kommentare .ext_kommentare_info_links,
.ext_kommentare .ext_kommentare_pflichtfelder,
.ext_kommentare .ext_kommentare_info_email {
    clear: both;
}
.ext_kommentare_info_email {
    padding-top: 4px;
}
.ext_kommentare .ext_kommentare_button {
    text-align: right;
}

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

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

    .ext_kommentare .ext_kommentare_fields .ext_kommentare_name,
    .ext_kommentare .ext_kommentare_fields .ext_kommentare_email {
        width: 90%;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Styles fuer ext_teilnehmer
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

.ext_teilnehmer_liste {
    clear: both;
}
.ext_teilnehmer_liste .ext_teilnehmer_filter {
    padding: 1em 0px;
}

.ext_teilnehmer_liste ul.ext_teilnehmer_ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ext_teilnehmer_liste li.ext_teilnehmer_li {
    float: left;
    width: 30%;
    /*margin-right: 5%;*/
    padding: 0px 0px 4em 0px;
}
/*.ext_teilnehmer_liste li.ext_teilnehmer_li:nth-child(3) {
    margin-right: 0;
}*/

.ext_teilnehmer_liste .ext_teilnehmer_name,
.ext_teilnehmer_liste .ext_teilnehmer_beschreibung {
    font-size: 130%;
    line-height: 120%;
}

.ext_teilnehmer_liste a.ext_teilnehmer_link {
    margin-left: 20px;
    font-size: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-weight: normal;
}
.ext_teilnehmer_liste a.ext_teilnehmer_link_active {
    transform: rotate(90deg);
}
.ext_teilnehmer_liste a.ext_teilnehmer_zusatztext {
    
}
.ext_teilnehmer_liste img.ext_teilnehmer_img01 {
    background-color: #ffffff;
}
.ext_teilnehmer_liste img.ext_teilnehmer_img02 {
    margin: 10px 0px;
}
.ext_teilnehmer_liste .ext_teilnehmer_web {
    display: block;
}

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

@media only screen and (max-width:550px) {
    
    .ext_teilnehmer_liste li.ext_teilnehmer_li {
        width: 47%;
    }
    .ext_teilnehmer_liste .ext_teilnehmer_name,
    .ext_teilnehmer_liste .ext_teilnehmer_beschreibung {
        font-size: 100%;
        line-height: 100%;
    }
}

@media only screen and (max-width:350px) {
    
    .ext_teilnehmer_liste li.ext_teilnehmer_li {
        width: 100%;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Styles fuer ext_veranstaltungen
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

.ext_veranstaltungen_liste {
    clear: both;
}
.ext_veranstaltungen_liste ul.ext_veranstaltungen_ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ext_veranstaltungen_liste li.ext_veranstaltungen_li {
    float: left;
    width: 47.5%;
    padding: 1em 0px 3em 0px;
}

.ext_veranstaltungen_liste .ext_veranstaltungen_datum {
    font-size: 100%;
    font-weight: bold;
    padding: 1em 0px 0.2em 0px;
}

.ext_veranstaltungen_liste .ext_veranstaltungen_titel {
    font-size: 130%;
    line-height: 120%;
}
.ext_veranstaltungen_liste .ext_veranstaltungen_kurztext {
    padding: 1em 0px 0px 0px;
}

.ext_veranstaltungen_liste a.ext_veranstaltungen_link {
    margin-left: 20px;
    font-size: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-weight: normal;
}
.ext_veranstaltungen_liste a.ext_veranstaltungen_link_active {
    transform: rotate(90deg);
}
.ext_veranstaltungen_liste a.ext_veranstaltungen_zusatztext {
    
}
.ext_veranstaltungen_liste img.ext_veranstaltungen_img01 {
    background-color: #ffffff;
	
}

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

@media only screen and (max-width:550px) {
  
    .ext_veranstaltungen_liste li.ext_veranstaltungen_li {
        width: 100%;
    }
	
    .ext_veranstaltungen_liste .ext_veranstaltungen_titel,
    .ext_veranstaltungen_liste .ext_veranstaltungen_kurztext {
        font-size: 100%;
        line-height: 100%;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Styles fuer ext_presse
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

.ext_presse_liste {
    clear: both;
}
.ext_presse_liste ul.ext_presse_ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ext_presse_liste li.ext_presse_li {
    float: left;
    width: 47.5%;
    padding: 1em 0px 3em 0px;
}

.ext_presse_liste .ext_presse_datum {
    font-size: 100%;
    font-weight: bold;
    padding: 0.4em 0px 0.2em 0px;
}

.ext_presse_liste .ext_presse_titel {
    font-size: 130%;
    line-height: 120%;
}
.ext_presse_liste .ext_presse_kurztext {
    padding: 1em 0px 0px 0px;
}

.ext_presse_liste a.ext_presse_link {
    margin-left: 20px;
    font-size: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-weight: normal;
}
.ext_presse_liste a.ext_presse_link_active {
    transform: rotate(90deg);
}
.ext_presse_liste a.ext_presse_zusatztext {
    
}
.ext_presse_liste img.ext_presse_img01 {
    background-color: #ffffff;
	
}

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

@media only screen and (max-width:550px) {
  
    .ext_presse_liste li.ext_presse_li {
        width: 100%;
    }
	
    .ext_presse_liste .ext_presse_titel,
    .ext_presse_liste .ext_presse_kurztext {
        font-size: 100%;
        line-height: 100%;
    }
}

/*--------------------------------------------------------------------------------*//**
 * Styles fuer die Erweiterung ext_popup
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

/* Popup */
.ext_popup {
    background:rgba(0,0,0,.4);
    cursor:pointer;
    display:none;
    height:100%;
    position:fixed;
    text-align:center;
    top:0;
    width:100%;
    z-index:10000;
}
.ext_popup .helper {
    display:inline-block;
    height:100%;
    vertical-align:middle;
}
.ext_popup > div {
    background-color: #fff;
    box-shadow: 10px 10px 60px #555;
    display: inline-block;
    height: auto;
    max-width: 620px;
    min-height: 100px;
    vertical-align: middle;
    width: 60%;
    position: relative;
    border-radius: 8px;
    padding: 15px 1%;
    word-break: break-word;
}
.ext_popup > div a {
    text-decoration: underline !important;
}
.ext_popup > div img {
    max-width: 100%;
    height: auto;
}
.ext_popup .ext_popup_close {
    background-color: #fff;
    border: 3px solid #999;
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    font-family: arial;
    font-weight: normal;
    position: absolute;
    top: -20px;
    right: -20px;
    font-size: 18px;
    line-height: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.ext_popup .ext_popup_close:hover {
    background-color: #ccc;
}

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



/*--------------------------------------------------------------------------------*//**
 * Styles fuer ext_preise
 *
 * (c) www.lemontree.at
 *
 * @author Gerhard Buchecker <gbuchecker@lemontree.at>
 *
 *********************************************************************************/

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

.ext_preise_liste {
    clear: both;
}
.ext_preise_liste .ext_preise_filter {
    padding: 1em 0;
}

.ext_preise_liste ul.ext_preise_ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    vertical-align: top;
    text-align: left;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: space-between;
}
.ext_preise_liste li.ext_preise_li {
    float: left;
    width: 30%;
    /*margin-right: 5%;*/
    padding: 0;
    margin: 0 0 4em 0;
    background-color: #ffffff;
}
/*.ext_preise_liste li.ext_preise_li:nth-child(3) {
    margin-right: 0;
}*/

.ext_preise_liste .ext_preise_name,
.ext_preise_liste .ext_preise_beschreibung {
    font-size: 130%;
    line-height: 120%;
    padding: 0.5em;
}

.ext_preise_liste .ext_preise_name {
    font-weight: bold;
    margin-bottom: 1em;
}

.ext_preise_liste a.ext_preise_link {
    margin-left: 20px;
    font-size: 100%;
    text-decoration: none;
    width: 30px;
    height: 30px;
    border-radius: 15px;
    line-height: 30px;
    font-weight: normal;
}
.ext_preise_liste a.ext_preise_link_active {
    transform: rotate(90deg);
}
.ext_preise_liste a.ext_preise_zusatztext {

}
.ext_preise_liste img.ext_preise_img01 {
    background-color: #ffffff;
}
.ext_preise_liste img.ext_preise_img02 {
    margin: 10px 0;
}
.ext_preise_liste .ext_preise_web {
    display: block;
    margin-top: 1em;
}

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

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

    .ext_preise_liste .ext_preise_name,
    .ext_preise_liste .ext_preise_beschreibung {
        font-size: 100%;
    }
}

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

    .ext_preise_liste .ext_preise_name,
    .ext_preise_liste .ext_preise_beschreibung {
        font-size: 100%;
        line-height: 100%;
    }
}

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

    .ext_preise_liste li.ext_preise_li {
        width: 100%;
        margin: 0 0 0.5em 0;
    }
    .ext_preise_liste li.ext_preise_li:nth-child(3n+0) {
        margin: 0 0 4em 0;
    }
    .ext_preise_liste .ext_preise_name,
    .ext_preise_liste .ext_preise_beschreibung {
        font-size: 100%;
        line-height: 100%;
    }
}

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

    .ext_preise_liste li.ext_preise_li {
        width: 100%;
    }
}

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