@font-face {
    font-family: "Consolas";
    src: url('fonts/consola.eot');
    /* IE9 Compat Modes */
    src: url('fonts/consola.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('fonts/Consolas.woff') format('woff'), /* Modern Browsers */
    url('fonts/consola.ttf') format('truetype'), /* Safari, Android, iOS */
    url('fonts/Consolas.svg#svgFontName') format('svg');
    /* Legacy iOS */
}

body {
    font-family: Consolas;
    height: -moz-available;
    height: -webkit-fill-available;
    margin: 0;
    overflow: hidden;
}

.main-content {
    position: absolute;
    /*    height: -moz-available;    
    height: -webkit-fill-available;*/
    height: 100%;
    width: -moz-available;
    width: -webkit-fill-available;
}

.logo {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
}

#ritx-logo-name {
    font-size: 108px;
}

#ritx-logo-dot-cover {
    fill: rgb(255, 255, 255);
}

#ritx-logo-dot {
    fill: #00ff00;
}

#ritx-logo-websites {
    font-size: 11px;
    letter-spacing: 9px;
    text-anchor: middle;
    fill: #00ff00;
}

#contact-div {
    margin-left: 50px;
    margin-right: 50px;
    left: 0%;
    right: 0%;
    visibility: hidden;
}

#contact-div-content {
    text-align: center;
    position: absolute;
    overflow-y: auto;
    bottom: 40px;
    top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    width: 100%;
}

#contact-div-content textarea {
    width: 70%;
    min-width: 200px;
    border: 2px solid #00ff00;
}

#contact-div-content textarea::placeholder {
    text-align: center;
}

#contact-div-content input {
    border: 2px solid #00ff00;
}

#contact-div-content input::placeholder {
    text-align: center;
}

h1 {
    cursor: pointer;
}

h1 span {
    color: #00ff00;
}

#about-div {
    margin-left: 50px;
    margin-right: 50px;
    left: -100%;
    right: 100%;
    visibility: hidden;
}

#about-div-content {
    text-align: center;
    position: absolute;
    overflow-y: auto;
    bottom: 40px;
    top: 40px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: justify;
    /*white-space: pre-wrap;*/
}

.contact-banner {
    text-align: center;
}

ul {
    list-style-position: outside;
    list-style: none;
}

li::before {
    content: "• ";
    color: #00ff00;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}

#projects-div {
    margin-left: 50px;
    margin-right: 50px;
    left: 100%;
    right: -100%;
    visibility: hidden;
}

#projects-div-content {
    text-align: center;
    position: absolute;
    overflow-y: auto;
    bottom: 40px;
    top: 40px;
    padding-left: 10px;
    padding-right: 10px;
}

#projects-div-content::-webkit-scrollbar-track, #about-div-content::-webkit-scrollbar-track, #impressum::-webkit-scrollbar-track, #contact-div-content::-webkit-scrollbar-track, #contact-div-content textarea::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
    background-color: #F5F5F5;
    border-radius: 10px;
}

#projects-div-content::-webkit-scrollbar, #about-div-content::-webkit-scrollbar, #impressum::-webkit-scrollbar, #contact-div-content::-webkit-scrollbar, #contact-div-content textarea::-webkit-scrollbar {
    width: 10px;
    background-color: #F5F5F5;
}

#projects-div-content::-webkit-scrollbar-thumb, #about-div-content::-webkit-scrollbar-thumb, #impressum::-webkit-scrollbar-thumb, #contact-div-content::-webkit-scrollbar-thumb, #contact-div-content textarea::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #FFF;
    background-image: -webkit-gradient(linear, 40% 0%, 75% 84%, from(#00ff00), to(#00ff00), color-stop(.6, green))
}

hr {
    width: 90%;
    color: #00ff00;
    margin-bottom: 50px;
    border: 1px solid;
}

h2 span {
    color: #00ff00;
}

h2 i {
    color: #00ff00;
    cursor: pointer;
}

@keyframes slidy {
    0% {
        left: 0%;
    }
    20% {
        left: 0%;
    }
    25% {
        left: -100%;
    }
    45% {
        left: -100%;
    }
    50% {
        left: -200%;
    }
    70% {
        left: -200%;
    }
    75% {
        left: -300%;
    }
    95% {
        left: -300%;
    }
    100% {
        left: -400%;
    }
}

.project-div {
    display: inline-block;
    padding-bottom: 50px;
}

div#slider1 {
    overflow: hidden;
    width: 50%;
    float: left;
}

div#slider2 {
    overflow: hidden;
    width: 50%;
    float: right;
}

div#slider1 figure img, div#slider2 figure img {
    width: 20%;
    float: left;
}

div#slider1 figure, div#slider2 figure {
    position: relative;
    width: 500%;
    margin: 0;
    left: 0;
    text-align: left;
    font-size: 0;
    animation: 30s slidy infinite;
}

#impressum-div {
    margin-left: 40px;
    margin-right: 40px;
    left: 0%;
    right: 0%;
    top: 100%;
    bottom: -100%;
    visibility: hidden;
}

#impressum {
    top: 10%;
    position: absolute;
    overflow-y: auto;
    bottom: 40px;
    top: 40px;
}

@keyframes slide-to-left {
    0% {
        top: 0%;
        bottom: 0%;
        visibility: visible;
        left: 0%;
        right: 0%;
    }
    100% {
        top: 0%;
        bottom: 0%;
        left: -100%;
        right: 100%;
        visibility: hidden;
    }
}

@keyframes slide-from-right {
    0% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 100%;
        right: -100%;
    }
    100% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
}

@keyframes slide-to-right {
    0% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    100% {
        top: 0%;
        bottom: 0%;
        left: 100%;
        right: -100%;
        visibility: hidden;
    }
}

@keyframes slide-from-left {
    0% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: -100%;
        right: 100%;
    }
    100% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
}

@keyframes slide-to-up {
    0% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    100% {
        top: -100%;
        bottom: 100%;
        left: 0%;
        right: 0%;
        visibility: hidden;
    }
}

@keyframes slide-from-down {
    0% {
        visibility: visible;
        top: 100%;
        bottom: -100%;
        left: 0%;
        right: 0%;
    }
    100% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
}

@keyframes slide-to-down {
    0% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
    100% {
        top: 100%;
        bottom: -100%;
        left: 0%;
        right: 0%;
        visibility: hidden;
    }
}

@keyframes slide-from-up {
    0% {
        visibility: visible;
        top: -100%;
        bottom: 100%;
        left: 0%;
        right: 0%;
    }
    100% {
        visibility: visible;
        top: 0%;
        bottom: 0%;
        left: 0%;
        right: 0%;
    }
}

@keyframes blink-button {
    0% {
        opacity: 0;
    }
    50% {
        opacity: 100;
    }
    100% {
        opacity: 0;
    }
}

#up-btn {
    opacity: 0;
    width: 100%;
    letter-spacing: 10px;
    /*font-size: 3vw;*/
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    color: #00ff00;
    height: 1em;
    position: absolute;
    top: 0;
    /*    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    background-color: #00ff00;
    background: -webkit-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* Safari 5.1 to 6.0 */
    /*   background: -o-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Opera 11.6 to 12.0 */
    /*    background: -moz-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Firefox 3.6 to 15 */
    /*    background: radial-gradient(farthest-side at 100% 50%, #00ff00, white);
    /* Standard syntax (must be last) */
    animation-name: blink-button;
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#left-btn {
    opacity: 0;
    height: 80%;
    /*font-size: 5vh;*/
    font-size: 40px;
    text-orientation: upright;
    text-align: center;
    writing-mode: vertical-lr;
    cursor: pointer;
    color: #00ff00;
    width: 90px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translate(0, -50%);
    /*    border-bottom-right-radius: 90px;
    border-top-right-radius: 90px;
    background-color: #00ff00;
/*    background: -webkit-radial-gradient(0% 50%, farthest-side, #00ff00, white);
    /* Safari 5.1 to 6.0 */
    /*   background: -o-radial-gradient(0% 50%, farthest-side, #00ff00, white);
    /* For Opera 11.6 to 12.0 */
    /*    background: -moz-radial-gradient(0% 50%, farthest-side, #00ff00, white);
    /* For Firefox 3.6 to 15 */
    /*    background: radial-gradient(farthest-side at 0% 50%, #00ff00, white);
    /* Standard syntax (must be last) */
    animation-name: blink-button;
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#right-btn {
    opacity: 0;
    height: 80%;
    /*font-size: 5vh;*/
    font-size: 40px;
    text-orientation: upright;
    text-align: center;
    writing-mode: vertical-rl;
    cursor: pointer;
    color: #00ff00;
    width: 90px;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    /*    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    background-color: #00ff00;
    background: -webkit-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* Safari 5.1 to 6.0 */
    /*   background: -o-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Opera 11.6 to 12.0 */
    /*    background: -moz-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Firefox 3.6 to 15 */
    /*    background: radial-gradient(farthest-side at 100% 50%, #00ff00, white);
    /* Standard syntax (must be last) */
    animation-name: blink-button;
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

#down-btn {
    opacity: 0;
    width: 100%;
    letter-spacing: 10px;
    /*font-size: 3vw;*/
    font-size: 40px;
    text-align: center;
    cursor: pointer;
    color: #00ff00;
    height: 1em;
    position: absolute;
    bottom: 0;
    /*    border-bottom-left-radius: 90px;
    border-top-left-radius: 90px;
    background-color: #00ff00;
    background: -webkit-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* Safari 5.1 to 6.0 */
    /*   background: -o-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Opera 11.6 to 12.0 */
    /*    background: -moz-radial-gradient(100% 50%, farthest-side, #00ff00, white);
    /* For Firefox 3.6 to 15 */
    /*    background: radial-gradient(farthest-side at 100% 50%, #00ff00, white);
    /* Standard syntax (must be last) */
    animation-name: blink-button;
    -webkit-animation-delay: 2s;
    /* Safari 4.0 - 8.0 */
    animation-delay: 2s;
    animation-duration: 4s;
    animation-iteration-count: infinite;
}

/*
#footer-div {
    position: absolute;
    bottom: 0;
    right: 0;
    padding-right: 1em;
}
*/