/*
TEMPLATE 9.sys.css
==============================
Verfügbare Platzhalter: 
rgb(255, 255, 255)
rgb(192, 165, 118)
#f0f1f2
rgb(68, 68, 68)
rgb(192, 165, 118)
rgb(153, 153, 153)
rgb(102, 102, 102)
rgb(167, 137, 67)

*/
/*########################## 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(255, 255, 255);
}

.tpl9 .BibContent .farbe1 .pfeilRe, .tpl9 .BibEintrag .farbe1 .pfeilRe {
    border-top-color: rgb(255, 255, 255);
}

.tpl9 .BibContent .farbe1 .pfeilLi, .tpl9 .BibEintrag .farbe1 .pfeilLi {
    border-top-color: rgb(255, 255, 255);

}

.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 {
        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;
    }

    
}
 


/*H1-Überschrift für alle Section-Elemente*/
/*
.tpl9 .bibliothek2 .BibEintrag h1 {
    color: #4d4d4d;
    font-weight: 700;
    text-shadow: #c0c0c0 2px 3px 2px;
}*/
