/*
 * ==================================================
 *  DETAILVIEW ONLY
 * ================================================== 
 */


.row#menu {
  position: fixed;
  height: 21px;
  z-index: 10;
  background: #eee;
}


.fixed#menu { 
  position: fixed;   
  width: 200%;
  height: 21px;
  border-bottom: 1px solid #111;
  padding: 0px 0px 10px 500px;
  margin: 0px 0px 0px -500px;
  transition: all .2s linear;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
}

.header {
     height: 21px; 
}

/*ACCORDION
================================================== */

span.divlink {
  background: transparent;
  color: inherit;
  padding: 6px 6px 4px 6px;  
}
.accordion-section-header:hover > .accordion-section-title.active {
   background-color: #0ECCAA;
}

.accordion-section-header:hover > .accordion-section-title.active > span.divlink {
   transition: color .25s ease-in-out;
   -moz-transition: color .25s ease-in-out;
   -webkit-transition: color .25s ease-in-out;
   color: #DDDDDD;
}

.accordion-section-header:hover > .accordion-section-title > span.divlink {
   transition: color .05s linear;
   -moz-transition: color .05s  linear;
   -webkit-transition: color .05s  linear;
   color: transparent;
}

/*FLOWTEXT
================================================== */

/*.flowtext {
  border: 1px solid;
  font-size: 12px;
  line-height: 1.5em;
  margin: 0px 0px 10px 0px;
  padding: 20px;
}

button.flowfontvariant {
    font-size:9px;
    font-weight: normal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;    
    border: none;
    margin: 0px 0px 1px 0px;
    padding: 5px 10px;
    text-transform:capitalize;	  
}

button.flowfontvariant#label {
    cursor: default;
}*/

.flowtextcontainer {
  margin-top: 40px;
}


.flowtext {
  font-size: 12px;
  line-height: 1.5em;
  margin: 44px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
}

button.flowfontvariant {
    font-size:10px;
    font-weight: normal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;    
    border: 1px solid;
    margin: 0px 0px 1px 0px;
    padding: 5px 10px 5px 10px;
    text-transform:capitalize;	 
/*     background: transparent; */
}

button.flowfontvariant:hover{
  background: #0ECCAA;
  color: #111;
  border: 1px solid #111;  
}

button.flowfontvariant#label {
  cursor: default;
}

button.flowfontvariant#invert {
  float: right;
  margin-bottom: -3px;
  border: 1px solid #111;
}

button.flowfontvariant.negativ#invert:hover {
  background: #eee;
}

button.flowfontvariant.positiv#invert:hover {
  background: #111;
  color: #eee;
}

/*TEMPLATE-FORMATTING
================================================== */

h1, h2, h3, h4,h5, h6 {
    font-weight: bold;
}
.templatecontent h6 {
  font: 14px/21px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin-bottom: 10px;
  margin-left:0px;
}

pre {
  font-size: 10px;
  line-height: 1.1em;
  height: auto;
}

.templatecontent p {
  margin-top: 20px 0px 0px 0px;
  padding: 0px 2% 0px 2%;

  font-size: 16px; 
  line-height: 24px; 

  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.templatecontent li {
  padding: 0px 2% 0px 2%;

}


.templatecontent p:first-of-type {
  margin: 0px 0px 0px 0px;
}

.templatecontent a:hover {
  background: #0ECCAA;
}

.templatecontent blockquote {
 margin-top: 10px;
 border-left: 0px solid #ddd;
 padding: 20px 4% 20px 4%;
  
}

.templatecontent {
  font-family: "Georgia", "Times New Roman", serif;
  font-weight: normal;
  font-size: 12px; 
  line-height: 18px; 
  margin-bottom: 18px;
  border-left: 0px solid #ddd;
}

.fontlog {
   margin: 40px 0px 0px 0px; 
}
.fontlog pre {
    margin: 6px 0px 0px -10px;
}

.specimen {
   margin: 40px 0px 0px 0px; 
}
.specimen img {
  margin: 0px 0px 10px 0px;  
  width: 100%;
}

.author,
.license {

  font-size: 16px; 
  line-height: 22px; 
  padding-bottom: 50px;
}


#downloads span.button:hover {
    background: #0ECCAA;
    color: #eee;
   /*overwrite from base.css */
    cursor: default;  
}


@media only screen and (min-width:768px) and (max-width:1019px) {
  .templatecontent h6 { margin-left: 0px; }
  .templatecontent {  border-left: 0px solid #ddd; }
}
@media only screen and (max-width:827px) {
  .templatecontent h6 { margin-left: 0px; }
  .templatecontent {  border-left: none; }
  .button.menuitem {
    padding-left: 7px;
    padding-right: 7px;
  }
}
@media only screen and (min-width:480px) and (max-width:827px) {
  .templatecontent h6 { margin-left: 0px; }  
  .templatecontent {  border-left: none; }
  .button.menuitem {
    padding-left: 10px;
    padding-right: 10px;
  }  
}


