
* {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    height: auto;
    min-height: 100%;
}

body {
    background-color: #027EAE;
    background-image: none;
    color: #FFFFFF;
    height: auto;
}

a {
    color: #FFFFFF;

    text-decoration: underline;
}

a:visited {
    color: #FFFFFF;
    text-decoration: underline;
}

a:hover {
    color: #A5D500;
    text-decoration: underline;
}

#home_central_wrapper {
    margin: 0 auto;
    /* max-width: 1400px; */
    /* min-width: 500px; */
    width: 90%;
}

#logoHeader {
   width: 405px;
   margin: 70px auto 40px;
}

#intro {
    font-weight: lighter;
    margin: 0 auto 20px;
    max-width: 900px;
    min-width: 500px;
    padding-top: 0;
    width: 90%;
}

#introhead {
    font-size: 28px;
}

#introsub {
    background-color: #F4F4F4;
    border-radius: 3px;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.5);
    color: #555555;
    font-size: 16px;
    line-height: 1.5em;
    margin: 28px auto 14px;
    padding: 8px 40px 20px;
    position: relative;
    width: 100%;
}

#introsub li {
    margin: 8px 0 0;
}

#introsub a, a:visited {
    color: #555555;
}

#introsub a:hover {
    color: #555555;
}

#introsub_twitter {
    bottom: 9px;
    position: absolute;
    right: 2px;
}

.linkboxspacer {
    height: 34px;
}

.forkgithub-svg {
   display: block;
   height: 60px;
   width: 55px;
   position: absolute;
   right: 0;
   top: 0;
}

.forkgithub-svg > img {
   display: block;
   position: absolute;
   top: 0;
   right: 0;
}

.forkgithub-svg > img:nth-of-type(2) {
   opacity: 0;
   transition: all 0.15s;
}

.forkgithub-svg:hover > img:nth-of-type(2) {
   opacity: 1;
}
.forkgithub-svg:hover > img:nth-of-type(1) {
   opacity: 0;
   transition: all 0.15s;
}


.linkbox {
    background-color: #A5D500;
    border-radius: 20px;
    bottom: 12px;
    color: #666666;
    display: block;
    font-size: 16px;
    height: 34px;
    margin: auto;
    padding: 5px 16px;
    position: absolute;
    right: 12px;
    text-decoration: none;
    width: 143px;
}

.linkbox:visited {
    color: #666666;
}

.linkbox:hover {
    background-color: #BDF808;
    text-decoration: none;
}

.linkbox.crossbar {
    background-color: #999999;
    background-image: none;
    border-radius: 20px;
    color: #444444;
    padding: 4px 27px;
    text-align: center;
    text-decoration: none;
}

.linkbox.crossbar:hover {
    background-color: #CBCBCB;
    background-image: none;
}

.notextselect {
    -moz-user-select: none;
}

.defaultcursor {
    cursor: default;
}

.projectsContainer {
    margin: 40px auto;
    width: 460px;
}


.project {
    width: 420px;
   height: 303px;
   float: left;
   margin: 20px;
   position: relative;
   background-color: rgb(2, 126, 174);
   -webkit-box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 12px 2px;
   box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 12px 2px;
   border-radius: 3px;
   padding: 22px 16px 0px 22px;
}

.gh_project_watch_count {
    bottom: 16px;
    left: 20px;
    position: absolute;
}

@media (min-width: 1000px) {
   .projectsContainer {
       width: 940px;
   }
}

@media (min-width: 1480px) {
   .projectsContainer {
       width: 1393px;
   }
}

.project.crossbar {
    background-color: #ECECEC;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    color: #666666;
}

.project.crossbar ul li {
    background-image: url("../img/bullet_grey.png");
}

.project.pvideo {
    background-color: #111111;
    box-shadow: 0 0 12px 2px rgba(0, 0, 0, 0.35);
    padding: 8px 0 0;
}

.pvideotitle {
    color: #AAAAAA;
    padding-bottom: 8px;
}

.pvideotitle > a, a:visited {
    color: #DDDDDD;
}

.pvideotitle > a:hover {
    color: #FFFFFF;
}

#protocolContainer {
    display: inline-block;
    margin: 0 auto;
    text-align: center;
    width: 90%;
}

#protocolContainer .protocol {
    display: inline-block;
    padding: 0 0 9px;
}

#broughtToYouBy {
    font-weight: lighter;
    font-size: 16px;
    margin: 4px 0 40px;
    text-align: center;
}

.projectsHeader {
    font-weight: 300;
    font-size: 24px;
}

#impressum {
    margin: 0 auto;
    text-align: center;
    width: 100px;
}

#impressumLink {
    font-size: 14px;
    padding: 0 0 1em;
}

.contactUs {
    font-size: 0.8em;
    margin-bottom: 0;
}

#code {
    padding: 1em;
    text-align: center;
    min-width: 450px;
    overflow: visible;
    border-radius: 3px;
}

#code #codeBlock {
    background-color: #1B2426;

    margin: 1em 0;
    border-radius: 3px;
    box-shadow: rgba(0, 0, 0, 0.498039) 0px 0px 12px 2px;
}

#code #switchBar h3 {
    display: inline-block;
}

#code a, #code a:visited {
    color: #666666;
}

#code a:hover {
    color: #000000;
}

#switchBar {
    padding: 5.4em 0 0 0;
    text-align: left;
    background-color: #313131;
    border-radius: 3px 3px 0px 0px;
    font-size: 1px;
}

#switchBar > div {
    background-color: #E0E0E0;
    border: 1px solid #CCCCCC;
    display: inline-block;
    margin: 0em 0em 0.4em 0.4em;
    padding: 0.3em 1.1em 0.4em 0.7em;
    border-radius: 3px;
    text-align: left;
    font-size: 14px;
}

#switchBar > div > h3 {
    margin: 0.3em;
}

#switchBar .switchBarButtons {
   display: inline-block;
}

#switchBar  button {
    background-color: #BBBBBB;
    border: medium none;
    padding: 3px 10px;
    border-radius: 3px;
}

#switchBar  button.isSelected {
    background-color: #999999;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
}

.demoBox {
    text-align: left;
    border-radius: 3px;
}

.demoBox > div {
    background-color: #1B2426;
    border-radius: 3px;
}

#codeBoxContainer {
   border-radius: 3px;
}

.codeBox {
}

.codeBox > h3, .codeBox .selectComponent {
    background-color: #FFFFFF;
    margin: 0;
    padding: 1em 0;
    text-align: center;
}

.codeBox > div {
    background-color: #1B2426;
}

.codeBox > div.languageBar {
    text-align: center;
    border-top: 1px inset #fff;
    padding: 0.3em 0 0.2em 0;
    position: relative;
}

.codeBox > div.languageBar,
.codeBox > div.selectComponent {
    background-color: #D1D1D1;

}

.languageBar > button {
    background-color: #B8B8B8;
    border: medium none;
    color: #222222;
    font-size: 15px;
    padding: 3px 5px;
    border-radius: 2px;
    margin-bottom: 5px;
}

.languageBar > button.highlighted {
    color: #F0F0F0;
    text-decoration: none;
    background-color: #777;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.5);;
}

#code .languageBar > a,
#code .languageBar > a:visited {
   background: url("/static/img/gen/blacktocat.svg");
   width: 32px;
   height: 32px;
   display: inline-block;
   position: absolute;
   right: 5px;
   bottom: 2px;
}

#code .languageBar > a:hover {

}

.syntaxContainer {
    height: 600px;
    overflow: auto;
    font-size: 14px;
}

.dualBox .codeBox {
    display: inline-block;
    width: 50%;
    margin: 0 -4px 0 0;
}

.dualBox .codeBox:first-of-type {
   border-right: 3px solid #888;
}
.dualBox .codeBox:last-of-type {
   border-left: 3px solid #888;
}

.dualBox .syntaxContainer {
}

.codeBox .selectComponent {
    font-size: 18px;
    color: #027eae;
    font-weight: bold;
    margin: 0;
    line-height: 28px;
    padding: 0.3em;
}

.selectComponent > button {
    border: 1px solid #999;
    border: none;
    border-radius: 3px;
    padding: 0px 22px;
    color: #027eae;
    font-size: 18px;
    background-color: transparent;
    line-height: 22px;
    width: 120px;
    font-weight: bold;
}

.selectComponent > button.highlighted {
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.3);
}

.singleBox .syntaxContainer {
    height: auto;
}

.singleBox {
    position: relative;
}

.singleBox .codeBox.hidden {
    display: none;
}

.singleBox {
    display: none;
}

@media (max-width: 1200px) {

   .dualBox {
       display: none;
   }

   .singleBox {
       display: block;
   }

   }
   .nonDisplay {
       display: none;

}


strong {
   font-weight: bold;
}


.footerLogo {
   position: relative;
   top: 3px;
}
