
/*GENERAL
================================================== */

html {
/*   overflow: -moz-scrollbars-vertical; */
/*   overflow-y: scroll; */
  height: 100%;
  max-width: 100%;
  overflow-x: hidden;
}

body {
/*   max-width: 100%; */
  overflow: -moz-scrollbars-vertical;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 100%;
  -moz-font-feature-settings:"liga=1, dlig=1"; 
  -moz-font-feature-settings:"liga", "dlig";
  -ms-font-feature-settings:"liga", "dlig"; 
  -o-font-feature-settings:"liga", "dlig"; 
  -webkit-font-feature-settings:"liga", "dlig"; 
  font-feature-settings:"liga", "dlig";
}

hr {
/*     width: 100%; */
    display: block;
    border:solid;
    border-width: 1px 0 0; 
    margin: 16px 0px 16px 0px;
}

.clipx {
/* https://css-tricks.com/findingfixing-unintended-body-overflow */
    min-height: 100%;
    overflow-x: hidden;
}

.positiv, .positiv:visited {
  background: #eee;
  color: #111;
}
.negativ, .negativ:visited {
  background: #111;
  color: #eee;
}
.highlighted, .highlighted:visited {
  background: #0ECCAA;
}
.jsonly {
    display: none;
    visibility: hidden;
}

:selection {
  background: #0ECCAA; /* WebKit/Blink Browsers */
}
::-moz-selection {
  background: #0ECCAA; /* Gecko Browsers */
}
::-webkit-selection {
  background: #0ECCAA; /* Gecko Browsers */
}

/*HEADER + FOOTER
================================================== */

.container {
  min-height: 100%;
  margin-bottom: 60px;
/*  max-width: 100%;
  overflow-x: hidden;  */
}

.header {
    position: relative;
    top: -1px;
    height: 90px;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    background: transparent;
}

.cycler {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float:right;
    white-space:nowrap;
}

.typeclassselector {
    display: inline-block;
    vertical-align: top;
    text-align: right;
    float:right;
}
.menu {
    display: inline-block;
    vertical-align: top;
    white-space:nowrap;
}

.menuitem, .menuitem:visited {
    display: inline;
    font-size:10px;
    font-weight: normal;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;    
    border: 0px solid;
    margin: 0px 0px 0px 0px;
    padding: 5px 10px;
    white-space:nowrap;
/*     background: #ddd; */
}
.logosmall.menuitem.negativ.button {
    width: 60px;
    margin-right: -1px;
    padding-left: 14px;
    padding-right: 14px;
/*     background: #111; */
}
.logobig.menuitem.negativ {
    width: 60px;
    background: #111;
    margin: 0px;
    margin-left: -63px;
    text-align: center;
    padding-left: 13px;
    padding-right: 13px;
/*     font-weight: bold; */
}
.logobig:hover.menuitem.negativ {
  color: #0ECCAA;
}
.logo:hover {
  background: #0ECCAA;
}

.menuitem:hover {
    border: 0px solid;
}


.footer {
  position: relative;
  height: 60px;
  margin: -60px 0px 0px 0px; 
  clear:both;  
  padding: 0px 0px 0px 0px;
  text-align: center;
} 

.footer img {
  vertical-align: middle;
}

.footer a {
  margin: 5px 8px 5px 8px;  
}
.footer a:hover {
    background: #0ECCAA;
}


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

input.fontdemo {
  height:auto;
  width: 100%;
  background: transparent;  
  color: inherit;  
  border: none;
  font-size: 120px;
  white-space: nowrap;
  text-align: left;
  padding: 0.15em 0px 0.1em 0px;
  z-index: -1;
  cursor: text;
  -moz-font-feature-settings:"liga=1, dlig=1"; 
  -moz-font-feature-settings:"liga", "dlig";
  -ms-font-feature-settings:"liga", "dlig"; 
  -o-font-feature-settings:"liga", "dlig"; 
  -webkit-font-feature-settings:"liga", "dlig"; 
  font-feature-settings:"liga", "dlig";  
}
input.fontdemo:focus {}
input.fontdemo:hover {}

.excluded {
   display: none;
}
.excluded span.divlink{
    border-left:3px solid #0ECCAA;
    margin-left: -3px;
}

.accordion, .accordion * {
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
}

.accordion {    
    width: 100%;
    background:transparent;
}

.accordion-section-header {
    position: relative;
    z-index: 1;
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    height: 24px;
    color: inherit;
    border-right: 1px solid #111;
}

.accordion-section-header:hover {
    border-right: 1px solid #0ECCAA;
}

.accordion-section-title {
    display:inline-block;
    font-size:10px;
 /* margin: 0px 1px 0px -1px; */
    padding: 2px 0px 2px 0px;
    width: 100%;
    height: 24px;
    text-decoration: none;
/*  transition:all linear 0.15s; */
}

.accordion-section-title.active {
    background: transparent;
}

.accordion-section-title:hover {
    background: rgba(10,10,10,0.2);
 /* margin: 0px 1px 0px -1px; */
}

.accordion-section-content {
    overflow: hidden;
    border-right:1px solid;
}

.auf {

}

.zu {

  margin-top: -24px;
  height: 24px;

}

input.fontdemo {

  margin-top: 10px;
  margin-bottom: 10px;

}


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

hr.hrfontdemo {
    width: 200%;
    border:solid;
    border-width: 1px 0 0; 
    margin: 0px;
    height: 0px;
    clear: both;   
    margin-left:-50%;
}


a.fontdemo-showmore {
  font-size: 10px;
  margin-left: 10px;
}


#resetDemoText {
  position: relative;
  float: right;
  right: 50px;
  height: 24px;
  z-index: 2;
  display: none;
  padding: 4px 8px 5px 8px;
  margin: 0px -50px 0px -24px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;  
}

#resetDemoText:hover {
  border-color: #111;
}

.sortable-placeholder {
    background: #0ECCAA;
    opacity: 0.5;
/*     #FBFF82; */
}



/*DIV
================================================== */

hr.hrsection {
    width: 200%;
    border:solid;
    border-width: 1px 0 0; 
    margin: 40px 0px 40px 0px;
    height: 0px;
    clear: both;   
    margin-left:-50%;
}

.button, button {
  margin-bottom: 1px;
  
}

.button.highlighted, button.highlighted {
  border-color: #888  
}

.button:hover, button:hover {
  background: #0ECCAA;
  color: #fff;
}

/*.button:visited.negativ, button:visited.negativ {
  color: #eee;
}
.menu .button:visited.positiv, .menu button:visited.positiv {
  color: #111;
}*/

.button.highlighted:hover, button:hover.highlighted {
  background: #eee;
  color: #111;
}


#slider {
  background: #eee;
  padding: 20px 0px 0px 0px;
  margin: 0px 0px 0px 0px;
  z-index: 2;
  margin-bottom:-41px;
}

.sliderLabel {
  background: transparent;
  position: relative;
  top: -7px;
  font-weight: normal;
  font-size: 9px; 
  white-space: nowrap;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  
}

/*ABOUT+CONTACT
================================================== */

.about a, .contact a {
  padding: 0px 5px 0px 3px;
}

.about a:hover, .contact a:hover {
  background: #0ECCAA;
  color: #eee;
  padding: 2px 5px 2px 3px;
}

.about code, .contact code {
  display: inline-block;
  unicode-bidi: embed;
  font-family: monospace;
  white-space: pre;
  background: #ddd;
  padding: 0px 5px 0px 3px;
}

.contact pre {
  font-size: 12px;
  line-height: 1.1em;
}





