/*
TEMPLATE 9.sys.css
==============================
Verfügbare Platzhalter: 
rgb(37, 35, 35)
rgb(192, 165, 118)
#f0f1f2
rgb(204, 204, 204)
rgb(192, 165, 118)
rgb(243, 243, 243)
rgb(238, 238, 238)
rgb(192, 165, 118)

*/
/*########################## Elemente OnePager  ########################*/

/*++++++++++++++++++++++++++ Bib-Eintrag-Elemente ++++++++++++++++++++++*/

/*Das Holder-Item für die Onpage-Bibliothek*/
.tpl9 .onepagebibholder {

}

/*########################## Elemente Kacheln im Onepager  ########################*/
/*.bibliothek3 = Teaser der Kachel-Einträge*/
/*.bibKachelnholder = Div, in denen die Kacheln dargestellt werden, welches
    für die Zentrierung der Kacheln sorgt.
*/

/********************* Fullpage - Änderungen *****************/
.tpl9 .BibContent {
    height: 100%;
}

/*.tpl9 .fullsize {
    height: 100%
}
*/
.tpl9 .BibContent section {
    height: 100%
}

.tpl9 .ccontentwrapper {
    display: block !important;
    height: 100%;
}

.tpl9 .cleft, .tpl9 .cright {
    height: 100%;
}

.tpl9 .clcontent {
    height: 100%;
}

.tpl9 .contenttext {
    height: 100%
}

/********************************/


.tpl9 .bibkachelnholder{
   margin: 0px auto;
   width: 960px;
   height: 100%;
}

/*im OnePageBibHolder kommt ein BibEintrag*/
.tpl9 .bibliothek3 .BibEintrag, .tpl9 .facebookKachel .BibEintrag {
    width: 300px;
    height: 400px;
    float: left;
    margin-bottom: 30px;
}


.tpl9 .fullpageslide .BibAdmin {
	/*display: none;
	visibility: hidden;*/
}

/*.tpl9 .bibliothek3 .BibAdmin {
    text-align: center;
    min-height: 430px;
    width: 300px;
    margin: 0px auto;
    display: block;
    z-index: 20;
}*/

/*Dann ein BibContent*/
.tpl9 .bibliothek3 .BibContent {
    width: 300px;
    height: 400px;
}

@media (max-width: 767px) {
    .tpl9 .bibkachelnholder{
       width: 320px;
    }
    
	
	.tpl9 .bibliothek3 .BibEintrag, .tpl9 .facebookKachel .BibEintrag {
        margin-right: 10px !important;
        margin-left: 10px !important;
    }
}

@media (min-width: 768px) {
    .tpl9 .bibkachelnholder{
       width: 640px;
    }
    .tpl9 .bibliothek3 .BibEintrag, .tpl9 .facebookKachel .BibEintrag {
        margin-right: 10px;
        margin-left: 10px;
    }
	
}

@media (min-width: 992px) {
    .tpl9 .bibkachelnholder{
       width: 960px;
    }
    .tpl9 .bibliothek3 .BibEintrag, .tpl9 .facebookKachel .BibEintrag  {
        margin-right: 5px;
        margin-left: 5px;
    }


}

@media (min-width: 1200px) {
    .tpl9 .bibkachelnholder{
       width: 1020px;
    }
    .tpl9 .bibliothek3 .BibEintrag, .tpl9 .facebookKachel .BibEintrag  {
        margin-right: 20px;
        margin-left: 20px;
    }
	
}


.tpl9 .Pfeilrow, .tpl9 .Pfeilrow.on {
    visibility: visible;
    display: block;
    margin-bottom: -35px !important;
    height: 35px;
        margin: auto;
    text-align: center;
    background-color: transparent !important;
    
}

.tpl9 .Pfeilrow.off {
    visibility: hidden;
    display: none;
   
}

.tpl9 .pfeilLi{
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid white;

}

.tpl9 .pfeilRe{
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 35px solid transparent;
    border-bottom: 35px solid transparent;
    border-top: 35px solid white;
}


/*Onepage-Item und Pfeil einfärben - Farbe wird im Template benannt*/

/*BibContent, wenn die Admin-Controls eingeblendet sind. Sonst BibEintrag*/
.tpl9 .BibContent .farbe3 section, .tpl9 .BibEintrag .farbe3 section, .tpl9 .onepagebibholder .section.farbe3 {
    background-color: #f0f1f2;
}

.tpl9 .BibContent .farbe3 .pfeilRe, .tpl9 .BibEintrag .farbe3 .pfeilRe {
    border-top-color: #f0f1f2;
}

.tpl9 .BibContent .farbe3 .pfeilLi, .tpl9 .BibEintrag .farbe3 .pfeilLi {
    border-top-color: #f0f1f2;

}


.tpl9 .BibContent .farbe1 section, .tpl9 .BibEintrag .farbe1 section, .tpl9 .onepagebibholder .section.farbe1 {
    background-color: rgb(37, 35, 35);
}

.tpl9 .BibContent .farbe1 .pfeilRe, .tpl9 .BibEintrag .farbe1 .pfeilRe {
    border-top-color: rgb(37, 35, 35);
}

.tpl9 .BibContent .farbe1 .pfeilLi, .tpl9 .BibEintrag .farbe1 .pfeilLi {
    border-top-color: rgb(37, 35, 35);

}

.tpl9 .BibContent .farbe2 section, .tpl9 .BibEintrag .farbe2 section, .tpl9 .onepagebibholder .section.farbe2 {
    background-color: rgb(192, 165, 118);
}

.tpl9 .BibContent .farbe2 .pfeilRe, .tpl9 .BibEintrag .farbe2 .pfeilRe {
    border-top-color: rgb(192, 165, 118);
}

.tpl9 .BibContent .farbe2 .pfeilLi, .tpl9 .BibEintrag .farbe2 .pfeilLi {
    border-top-color: rgb(192, 165, 118);

}

.tpl9 .BibContent section {
    background-size: cover;
}

/*++++++++++++++++++++++++++ Inhalts-Elemente ++++++++++++++++++++++*/

/*.callwrapper {
 padding: 0px; 

 }*/



/* kopfbereich content */
.tpl9 .cheader {
 font-size: 30px;
 width: 100%;
 border-bottom: dashed 1px #cecece;
 padding-bottom: 20px;
 padding-left: 10px;
 padding-top: 10px;
 line-height: 30px;
 }
 
/*Der Bereich eines OnePage-Items, wo der Content beginnt und zwei Spalten nebeneinander stehen*/
.tpl9 .ccontentwrapper {
    display: inline;
}

/*cright darf ausgeschaltet wereden*/
.tpl9 .cright.off {
    display: none;
    visibility: hidden
}

/*wenn cright ausgeschaltet ist, kann cleft größer sein*/
.tpl9 .cleft.croff {
    width: 100%;
    max-width: none;
}

/*Unterschiedliche Dimensionen je nach Ansicht*/

/*Mobilansicht*/
@media (max-width: 767px) {
    /*Section*/
    .tpl9 section {
        /*padding: 15px 0;*/
    }

    .tpl9 section.first {
        padding-top: 50px;
    }

    /*Gesamtbereich*/
    .tpl9 .ccontentwrapper h1 {
        
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl9 .ccontentwrapper h2 {
        
        font-size: 16px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl9 .cleft {
        width: 100%;
    }

    .tpl9 .clcontent {
        
    }

    /*Rechte Seite*/
    .tpl9 .cright { 
         width: 100%;
    }

    .tpl9 .crcontent {

    }

    .tpl9 .crcontent h1 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    

}

/*Tablet-Ansicht*/
@media (min-width: 768px) {
    /*Section*/
    .tpl9 section {
        /*Änderung Fullpage:  padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;*/
    }

    .tpl9 section.first {
        padding-top: 25px;
    }
    
    /*Gesamtbereich*/
    .tpl9 .ccontentwrapper {
        font-size: 16px !important;
    }

    .tpl9 .ccontentwrapper h1 {
        
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl9 .ccontentwrapper h2 {
        
        font-size: 16px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl9 .cleft {
        width: 60%;
        max-width: 370px;
        float: left;
    }

    .tpl9 .clcontent {
    }

    /*Rechte Seite*/
    .tpl9 .cright { 
       width: auto;
       min-width: 310px;
       float: left;
       margin-left: 20px;
    }

    .tpl9 .crcontent {
    }

    .tpl9 .crcontent h1 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

}

/*4:3 Monitor*/
@media (min-width: 992px) {
    /*Section*/
    .tpl9 section {
        /*Änderung Fullpage:  padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;*/
    }
    .tpl9 section.first {
        padding-top: 25px;
    }

    /*Gesamtbereich*/
    .tpl9 .ccontentwrapper {}

    .tpl9 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl9 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 18px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linke Seite*/
    .tpl9 .cleft {
        width: 60%;
        max-width: 600px;
        float: left;
     }

    .tpl9 .clcontent {
        /*padding-bottom : 20px;
        margin-left: 20px;*/
    }

    /*Rechte Seite*/
    .tpl9 .cright { 
        float:left;
        min-width: 310px;
        width: 33%;
        margin-left: 20px;
    }
    
    .tpl9 .crcontent {
    }

    .tpl9 .crcontent h1 {
        padding: 0px;
        font-size: 22px;
        font-weight: 700;
        color: #8b8b8b;
    }
}

/*16:9-Monitor*/
@media (min-width: 1200px) {
    /*Section*/
    .tpl9 section {
        /* Änderung Fullpage: padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;*/
        
    }
    .tpl9 section.first {
        
    }

    /*Gesamtbereich*/
    .tpl9 .ccontentwrapper {}

    .tpl9 .ccontentwrapper h1 {
        padding: 0px;
        font-size: 28px;
        font-weight: 700;
        color: #8b8b8b;
    }

    .tpl9 .ccontentwrapper h2 {
        padding: 0px;
        font-size: 20px;
        font-weight: 700;
        color: #8b8b8b;
    }

    /*Linker Bereich*/
    .tpl9 .cleft {
        width: 60%;
        max-width: 750px;
        float: left;
    }

    .tpl9 .clcontent {
    }

    /*Rechter Bereich*/
    .tpl9 .cright {
        float:left; 
        min-width: 350px;
        width: 33%;
        margin-left: 20px;
    }

    .tpl9 .crcontent {
    }

    .tpl9 .crcontent h1 {
        padding: 0px;
        font-size: 28px;
        font-weight: 700;
        color: #8b8b8b;
    }

    
}
 

/*######################################################################*/


/*Kacheln auf der Startseite*/



.tpl9 .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;
}

.tpl9 .Eintrag, .tpl9 .Eintrag:hover, .tpl9 .Eintrag:focus, .tpl9 .Eintrag:visited, .tpl9 .Eintrag:active{
    text-decoration: none;
    color: #8b8b8b;
}

/* Überschrift */
.tpl9 .Eintrag .Ueber {
  font-size: 18px;
  font-weight:bold;
  padding-bottom: 15px;
  text-align: center;
  padding-top: 10px;
}
/* Teaserbild */
.tpl9 .Eintrag .Bild {
  padding-bottom: 15px;
  text-align: center;
  height: 180px;
}

.tpl9 .Eintrag .Bild img {
    max-height: 176px;
    max-width: 256px;
}
 /* Teasertext */
.tpl9 .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: 18px;
}
.tpl9 .Eintrag .weiter {
  /*background-color:rgb(37, 35, 35);
  padding-top:8px;
  padding-bottom:0px;
  margin-left: 0px;
  margin-right: 0px;
  text-align: center;
  font-size: 16px;*/
  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;
}

.tpl9 .Eintrag .Txt h1{
  font-size: 16px;
  font-weight:bold;
  font-weight:normal;
  padding: 0;
  margin: 0;
  display: inline;
  color: #4a4a4a;
  line-height: none !important;
}

.tpl9 .Eintrag .Txt h1 a {
  text-decoration: none;
  color: #4a4a4a;
  line-height: normal;
}

.tpl9 .Eintrag .Txt h1 a:hover {
  cursor: text;
  color: #4a4a4a;
}

.tpl9 .Eintrag .Txt h1 a:visited {
  color: #4a4a4a;
}

.tpl9 .Eintrag .Klammer {
    min-height: 350px;
    padding: 10px;
 }


/****************** Button-Box  ********************/


/*Button-Box*/
.tpl9 .ButtonBox {
    display: block;
    max-width: 300px;
    /*padding: 20px;*/
    text-align: center;
    /*margin-bottom: 20px;*/
    /*border: dashed 1px #e5e5e5;*/
    font-size: 16px;
}

.tpl9 .ButtonBoxCentered {
    display: block;
    max-width: 300px;
    /*padding: 20px;*/
    text-align: center;
    margin: 0px auto;
    /*border: dashed 1px #e5e5e5;*/
    font-size: 16px;
}

.tpl9 .ButtonBox a, .tpl9 .ButtonBox a:focus, .tpl9 .ButtonBox a:visited, .tpl9 .ButtonBoxCentered a, .tpl9 .ButtonBoxCentered a:focus, .tpl9 .ButtonBoxCentered a:visited {
    background-color: rgb(37, 35, 35);
    line-height: 22px;
    font-weight: 500;
    max-width: 260px;
    padding: 10px;
    display: block;
    text-align: center;
    color: #fff;
    text-decoration: none;
}

.tpl9 .ButtonBox a:hover{
    color: #e5e5e5;
    text-decoration: none;
}

/*H1-Überschrift für alle Section-Elemente*/
.tpl9 .bibliothek2 .BibEintrag h1 {
    color: #4d4d4d;
    font-weight: 700;
    text-shadow: #c0c0c0 2px 3px 2px;
}

/*Besonderheiten für die News-/Termine-Auflistung*/
.tpl9 .bibliothek5 .BibEintrag {
    color: #4d4d4d;
    text-align: justify;
    border-bottom: dashed 1px #4d4d4d;
}

.tpl9 .bibliothek5 h1 {
    color: #fff;
    font-weight: 500;
    text-shadow: #4d4d4d 2px 2px 5px;
}

.tpl9 .bibliothek5 .BibEintrag h2 {
    font-weight: 600;
    color: #4d4d4d;
    margin-bottom: 15px;
}

.tpl9 .bibliothek5 .BibEintrag .newstext {
    font-size: 16px;
    text-align: justify;
    min-height: 200px;
    background-color: white;
    padding: 10px;
    border: solid 1px silver;
    min-height: 220px;
}



.tpl9 .bibliothek5 .BibEintrag .newstext a {
    margin-right: 10px;
    margin-bottom: 10px;
    text-decoration: none;
    float: left;
}

.tpl9 .bibliothek5 .BibEintrag .newstext a img {
    margin-top: 0px;
    width: 150px;
}


.tpl9 .bibliothek5 .BibEintrag .weiter {
    max-width: 280px;
    background-color: #cecece;
    padding-top: 8px;
    padding-bottom: 8px;
    margin: auto;
    text-align: center;
    font-size: 16px;
}

.tpl9 .bibliothek5 .BibEintrag .weiter.newsweiterbutton_off {
    display: none;
    visibility: hidden;
}