
/*++++++++++++++++++++++++++ Inhalts-Elemente ++++++++++++++++++++++*/

.tpl26 .callwrapper {
 padding-bottom: 50px; 
}

.footer {
	background-color: rgb(37, 35, 35);
}

/* kopfbereich content */
.tpl26 .cheader {
 font-size: 30px;
 width: 100%;
 /*border-bottom: dashed 1px #cecece;*/
 margin-bottom: 0px;
 margin-top: 200px;
 /*padding-left: 10px*/;
 padding-bottom: 10px;
 padding-top: 10px;
 line-height: 30px;
 }
 
/*Der Bereich eines OnePage-Items, wo der Content beginnt und zwei Spalten nebeneinander stehen*/
.tpl26 .ccontentwrapper {
    display: inline;
    font-size: 14px;
}

/*cright darf ausgeschaltet wereden*/
.tpl26 .cright.off {
    display: none;
    visibility: hidden
}

/*wenn cright ausgeschaltet ist, kann cleft größer sein*/
.tpl26 .cleft.croff {
    width: 100%;
    max-width: unset;
    border-right: none !important;
    padding-right: 0px;
    margin-right: 0px;
}

.tpl26 .cleft, .tpl26 .cleft.cron{
    /*border-right: dashed 1px #cecece;*/
    min-height: 500px;
    padding-right: 20px;
    margin-right: 10px;
}

.tpl26 .clcontent, .tpl26 crcontent{
    margin-top: 20px;
    text-align: justify;
}

/*Unterschiedliche Dimensionen je nach Ansicht*/

/*Mobilansicht*/
@media (max-width: 767px) {
    /*Section*/
    .tpl26 section {
        padding: 15px 0;
    }

    .tpl26 section.first {
        padding-top: 50px;
    }

    /*Gesamtbereich*/
    .tpl26 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 18px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl26 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 14px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl26 .cleft {
        width: 100%;
        min-height: 150px !important;
        border: none;
        border-bottom: dashed 1px #cecece;
        padding-bottom: 10px;
        margin-bottom:10px;
    }

    .tpl26 .clcontent {
        
    }

    /*Rechte Seite*/
    .tpl26 .cright { 
         width: 100%;
    }

    .tpl26 .crcontent {

    }

    .tpl26 .crcontent h1 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    

}

/*Tablet-Ansicht*/
@media (min-width: 768px) {
    /*Section*/
    .tpl26 section {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .tpl26 section.first {
        padding-top: 25px;
    }
    
    /*Gesamtbereich*/
    .tpl26 .ccontentwrapper {
    }

    .tpl26 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl26 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 18px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl26 .cleft {
        width: 60%;
        max-width: 380px;
        float: left;
    }

    .tpl26 .clcontent {

    }

    /*Rechte Seite*/
    .tpl26 .cright { 
       /*width: auto;*/
       width: 310px;
       float: left;
       margin-left: 20px;
    }

    .tpl26 .crcontent {
    }

    .tpl26 .crcontent h1 {
        padding: 0px;
        font-size: 20px;
        font-weight: 600;
        color: #8b8b8b;
    }

}

/*4:3 Monitor*/
@media (min-width: 992px) {
    /*Section*/
    .tpl26 section {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
    .tpl26 section.first {
        padding-top: 25px;
    }

    /*Gesamtbereich*/
    .tpl26 .ccontentwrapper {}

    .tpl26 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl26 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl26 .cleft {
        width: 62%;
        max-width: 600px;
        float: left;
     }

    .tpl26 .clcontent {
    }

    /*Rechte Seite*/
    .tpl26 .cright { 
        float:left;
        width: 310px;
        /*width: auto;*/
        margin-left: 20px;
    }
    
    .tpl26 .crcontent {
    }

    .tpl26 .crcontent h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 600;
        color: #8b8b8b;
    }
}

/*16:9-Monitor*/
@media (min-width: 1200px) {
    /*Section*/
    .tpl26 section {
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        /*min-height: 60vh;*/
    }
    .tpl26 section.first {
        
    }

    /*Gesamtbereich*/
    .tpl26 .ccontentwrapper {}

    .tpl26 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl26 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linker Bereich*/
    .tpl26 .cleft {
        width: 62%;
        max-width: 800px;
        float: left;
    }

    .tpl26 .clcontent {
    }

    .tpl26 .ws_shadow{

    }

    /*Rechter Bereich*/
    .tpl26 .cright {
        float:left; 
        width: 310px;
       
        margin-left: 20px;
    }

    .tpl26 .crcontent {
    }

    .tpl26 .crcontent h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 600;
        color: #8b8b8b;
    }

    
}

@media (min-width: 1201px) {

    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 25px !important;
    }
}

@media (max-width: 1200px) {
   
    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 15px !important;
    }
}

@media (max-width: 992px) {
   
    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 10px !important;
    }
}

@media (max-width: 768px) {
   
    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 20px !important;
    }
}

@media (max-width: 600px) {
    
    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 20px !important;
    }
}

@media (max-width: 400px) {
   
    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 10px !important;
    }
}

@media (max-width: 200px) {

    .tpl26 .clcontent #wowslider-container1 .ws_shadow {
        height: 5px !important;
    }
}


/******** Content  **********/





.tpl26 .cright h1, .cleft h1 {
    border-bottom: dashed 1px silver;
}

.tpl26 .cright .tabAdresse{
    margin-top: 20px;
}


/*Iconbox*/
.tpl26 .cright .Iconbox.off{
    visibility: hidden;
    display: none;
}

.tpl26 .cright .Iconbox, .tpl26 Iconbox.on{
    display: block;
    width: 260px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;

}

.tpl26 .cright .Iconbox img, .tpl26 .Iconbox, .tpl26 Iconbox.on img{
    max-width: 260px;
}

.tpl26 .cright .Iconbox.logo img {
    opacity: 0.5;
}


/*Adress-Tabelle rechts*/

.tpl26 .cright .tabAdresse .VerantwortlicherName{
    visibility: hidden;
    display: none;
}

.tpl26 .cright .tabAdresse .VerantwortlicherFirma{
    visibility: visible;
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    color: #666c71;
    width: 280px;
}

.tpl26 .cright .tabAdresse .VerantwortlicherFirmaZusatz{
    visibility: visible;
    display: block;
    font-size: 14px;
    margin-bottom: 20px;
    color: #8b8b8b;
    border-bottom: solid 1px silver;
    width: 280px;
}

.tpl26 .cright .tabAdresse.on, .cright .tabAdresse{
    visibility: visible;
    display: block;
}

.tpl26 .cright .tabAdresse.off{
    visibility: hidden;
    display: none;
}

.tpl26 .cright .tabAdresse .tdIcon {
    width: 30px;
    margin-right: 10px;
}

.tpl26 .cright .tabAdresse .tdText {

}

.tpl26 .cright .tabAdresse .tdText strong {
    font-weight: 500;
    font-size: 14px;
    padding-top: 4px;
    color: #8b8b8b;
    display: block;
    height: 30px;
}

.tpl26 .cright .tabAdresse .tdLeer {
    height: 30px;
}

.tpl26 .cright .tabAdresse .tdText .bezeichner {
    width: 70px;
}



.tpl26 .cright .tabAdresse .tdText .text {

}

.tpl26 .cright .tabAdresse .tdText .lnkmail {
    text-decoration: none; 
    margin-top: 15px;
    display: block;
}

.tpl26 .cright .tabAdresse .tdText .lnkadresse {
    text-decoration: underline; 
    color: #8b8b8b;

}



/****************** Button-Box  ********************/


/*Button-Box*/
.tpl26 .ButtonBox {
    display: block;
    width: 300px;
    padding: 20px;
    text-align: center;
    margin-bottom: 20px;
    /*border: dashed 1px #e5e5e5;*/
    font-size: 16px;
}

.tpl26 .ButtonBox a, .tpl26 .ButtonBox a:focus, .tpl26 .ButtonBox a:visited{
    background-color: rgb(37, 35, 35);
    line-height: 22px;
    font-weight: 500;
    width: 260px;
    padding: 10px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.tpl26 .ButtonBox a:hover{
    color: #e5e5e5;
    text-decoration: none;
}



/****************** Ansprechpartner und Veranstaltungsort ********************/


.tpl26 .Ansprechpartner, .tpl26 .Veranstaltungsort {
    width: 100%;
    margin-top: 20px;
      
}

.tpl26 .AnsprechpartnerHead, .tpl26 .VeranstaltungsortHead {
 font-size: 30px;
 /*width: 100%;*/
 border-bottom: dashed 1px #cecece;
 padding-bottom: 20px;
 padding-left: 10px;
 padding-top: 10px;
 line-height: 30px;
 }

.tpl26 .Ansprechpartner {
    width: 300px;
    height: 400px;
    float: left;
    margin-bottom: 30px;
    margin-left: 10px; 
    margin-right: 10px;
}

.tpl26 .Ansprechpartner .Eintrag, .tpl26 .Veranstaltungsort .Eintrag {
    float:left;
    margin-right: 5px !important;
    margin-left: 15px !important
}

.tpl26 .AnsprechpartnerSmall{
    display: block;
    height: 250px;
    margin: 20px auto;
    width: 100%;
    margin-top: 20px;
}

.tpl26 .AnsprechpartnerSmall .Eintrag {
    float: left;
    margin-right: 5px;
    width: 180px;
    height:200px; 
    margin-left: 10px;
    
}



.tpl26 .AnsprechpartnerUnterschrift {
    padding-left: 10px;
    margin-top: 10px;
}

.tpl26 .Veranstaltungsort .slideshow {
    width: 280px !important;
    height: 164px !important;
}

.tpl26 .Veranstaltungsort .slideshow-images {
    width: 280px !important;
    height: 164px !important;
}


.tpl26 .Ansprechpartner .slideshow {
    width: 615px !important;
    height: 360px !important;
}
 
.tpl26 .Ansprechpartner .slideshow-images {
    width: 615px !important;
    height: 360px !important;
}

.tpl26 .Ansprechpartner .impressionenSmall {
    visibility: hidden;
    display: none;
}



/*Kachel für Ansprechpartner*/



.tpl26 .Eintrag {
    border: 1px solid #8b8b8b !important ;
    height:400px; 
    width: 300px;
    padding-bottom: 30px; 
    float:left;
    margin-left:3px;
    margin-right: 20px !important;
    border-radius: 10px;
    background-color: white;
    box-shadow: 5px 5px 5px silver;
}

.tpl26 .Eintrag, .tpl26 .Eintrag:hover, .tpl26 .Eintrag:focus, .tpl26 .Eintrag:visited, .tpl26 .Eintrag:active{
    text-decoration: none;
    color: #8b8b8b;
}

/* Überschrift */
.tpl26 .Eintrag .Ueber {
  font-size: 18px;
  font-weight:bold;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 10px;
  display: block;
}
/* Teaserbild */
.tpl26 .Eintrag .Bild {
  padding-bottom: 15px;
  text-align: center;
  display: block;
}

.tpl26 .Eintrag .Bild img {
    max-height: 176px;
    max-width: 256px;
}
 /* Teasertext */
.tpl26 .Eintrag .Txt {
  font-size: 16px;
  font-weight:bold;
  font-weight:normal;
  padding-bottom: 15px;
  text-align: center;
  padding-left: 10px;
  padding-right: 10px; 
  line-height: 20px;
  display: block;
}
.tpl26 .Eintrag .weiter {
  background-color: rgb(37, 35, 35);
  padding-top: 8px;
  padding-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  text-align: center;
  font-size: 16px;
  height: 49px;
   border-radius: 0px 0px 10px 10px;
   color: white;
   display: block;
}

.tpl26 .Eintrag .Txt h1{
  font-size: 16px;
  font-weight:bold;
  font-weight:normal;
  padding: 0;
  margin: 0;
  display: inline;
  color: #4a4a4a;
  line-height: none !important;
}

.tpl26 .Eintrag .Txt h1 a {
  text-decoration: none;
  color: #4a4a4a;
  line-height: normal;
}

.tpl26 .Eintrag .Txt h1 a:hover {
  cursor: text;
  color: #4a4a4a;
}

.tpl26 .Eintrag .Txt h1 a:visited {
  color: #4a4a4a;
}

.tpl26 .Eintrag .Klammer {
    min-height: 350px;
    padding: 10px;
    display: block;
 }

.tpl26 .PDF_Broschuere {
    margin-top: 25px;
}

.tpl26 .PDF_Broschuere .imagelink {
   display: block;
   float: left;
}

.tpl26 .PDF_Broschuere .imagelink img {
   margin-right: 5px;
   margin-top: 8px;
}

.tpl26 .PDF_Broschuere .h2textlink {
    display: block;
    line-height: 36px;
    vertical-align: bottom;
    border: none;
}


/*Besonderheiten für die News-/Termine-Auflistung*/
.tpl26 .bibliothek5 .BibEintrag {
    color: #4d4d4d;
    text-align: justify;
    border-bottom: dashed 1px #4d4d4d;
}

.tpl26 .bibliothek5 h1 {
    color: #fff;
    font-weight: 500;
    text-shadow: #4d4d4d 2px 2px 5px;
}

.tpl26 .bibliothek5 .BibEintrag h2 {
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.tpl26 .bibliothek5 .BibEintrag .newstext {
    font-size: 16px;
    text-align: justify;
    min-height: 200px;
    background-color: white;
    padding: 10px;
    border: solid 1px silver;
    min-height: 220px;
}



.tpl26 .bibliothek5 .BibEintrag .newstext a {
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    float: left;
}

.tpl26 .bibliothek5 .BibEintrag .newstext a img {
    margin-top: 0px;
    width: 150px;
}


.tpl26 .bibliothek5 .BibEintrag .weiter {
    max-width: 280px;
    background-color: #cecece;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.tpl26 .bibliothek5 .BibEintrag .weiter.newsweiterbutton_off {
    display: none;
    visibility: hidden;
}