/* teko-500 - latin */
@font-face {
  font-family: 'Teko';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/teko-v8-latin-500.eot'); /* IE9 Compat Modes */
  src: local('Teko Medium'), local('Teko-Medium'),
       url('../fonts/teko-v8-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/teko-v8-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/teko-v8-latin-500.woff') format('woff'), /* Modern Browsers */
       url('../fonts/teko-v8-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/teko-v8-latin-500.svg#Teko') format('svg'); /* Legacy iOS */
}
/* ibm-plex-mono-regular - latin */
@font-face {
  font-family: 'IBM Plex Mono';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/ibm-plex-mono-v4-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('IBM Plex Mono'), local('IBMPlexMono'),
       url('../fonts/ibm-plex-mono-v4-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/ibm-plex-mono-v4-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/ibm-plex-mono-v4-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/ibm-plex-mono-v4-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/ibm-plex-mono-v4-latin-regular.svg#IBMPlexMono') format('svg'); /* Legacy iOS */
}

body{
    width: 100vw;
    height: 100vh;
    background-color: #333;
    color: #ddd;
    display: ;
    justify-content: center;
    border-top: 1px solid transparent;
}
body::-webkit-scrollbar { 
    display: none; 
}
body::scrollbar { 
    display: none; 
    
}
hr {
    margin: 10px;
    margin-top: 2em;
    margin-bottom: 2em;
    border-color: #ddd;
}
input{
    display: none;
}
header{
    z-index: 100;
    position: fixed;
    width: 100vw;
    height: 100px;
    background-color: #222;
    color: #eee;
    box-shadow: 
        inset 0px -10px 33px -10px #777;
    overflow: hidden;
}


nav{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    float: right;
}
.navcont{
    width: 50px;
    height: 50px;
    box-shadow: 
        0 0 10px 5px #444,
        inset 0 0 5px 2px #666;
    position: relative;
    transition: .4s all ease;
    border-radius: 5px;
    display: block;
    cursor: pointer;
}
.navb{
    width: 30px;
    height: 5px;
    position: absolute;
    left: 10px;
    border-radius: 5px;
    box-shadow: inset 0 0 2px 1px #666;
    background-color: #222;
    transition: .4s all ease;
}
.navb1{
    top: 14px;
}
.navb2{
    top: 23px;
}
.navb3{
    top: 32px;
}
.navcont:hover{
    transition: .4s;
    box-shadow: 
        0 0 0 1px #444,
        inset -.5px -.5px 0 .5px #bbb,
        -1px -1px 0 1px #bbb;
    border-radius: 5px;
    border: .5px solid #444;
    transform: translate(1px,1px) rotate(-5deg);
}
.navcont:active{
    background-color: tomato;
}
.navcont:hover .navb{
    box-shadow: 
        inset 1px -1px 1px 1px #444,
        0 0 0 .5px #bbb;
    background-color: #999;
    transition: .4s all ease;
    border-radius: 15px;
}

.navcont:hover .navb1{
    transform: translate(-2px,7px) rotate(135deg);
   
}
.navcont:hover .navb2{
    transform: translate(-55px,-2px) scale(-1,1);
}
.navcont:hover .navb3{
    transform: translate(-2px,-11px) rotate(-135deg);
}



.naveincont{
    overflow: hidden;
    position: fixed;
    width: 100vw;
    height: calc(100vh - 100px);
    top: 100px;
    transform: translate(-100vw);
    z-index: 100;
    transition-duration: 1s;
    transition-delay: 1s;
}
.navein1{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transform: translate(100vw);
    transition: 1s;
}
.navein1q{
    width: 200vw;
    height: calc(calc(100vh - 98px) / 9);
    background-image: linear-gradient(90deg, transparent, black 66%);
}

.navein2{
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    transform: translate(-200vw,calc(calc(100vh - 100px) / -9));
    transition: 1s;
}
.navein2q{
    width: 200vw;
    height: calc(calc(100vh - 98px) / 9);
    background-color:;   
    background-image: linear-gradient(90deg, black 66%, transparent);
}
.navein2q2{
    
}
.navein3{
    position: absolute;
    width: 100%;
    height: 100%;
    transform: translate(-100vw,100px);
    background-color: black;
    display: flex;
    justify-content: space-around;
    flex-direction: column;
    
}
.navein32{
    width: 100%;
    height: 300vh;
    position: absolute;
    transform: translate(0,0vh);
    background-image: linear-gradient(black 66%,transparent);
}
.navein3 > h2 {
    font-family: 'Teko', sans-serif;
    font-weight: 500;
    font-size: 80px;
    letter-spacing: 5px;
    padding:10px;
}
h2 > a{
    text-decoration: none;
    color: transparent;
    text-shadow: 
        0 0 .02em #666,
        -.02em -.02em 0 #ccc;
    box-shadow: 
        inset 0 -.47em black,
        inset 0 -.47em rgba(100,255,70,.2)
        ; 
    transition: .4s;
}
h2 > a:hover{
    box-shadow: 
        inset 0 -.37em black,
        inset 0 -.6em
        rgba(100,255,70,.3); 
    transition: .4s;
}
#ker_last{
    letter-spacing: 0em;
}
#navi:checked ~ .naveincont{
    transform: translate(0px);
    transition-duration: 0s;
    transition-delay: 0s;
}
#navi:checked ~ .naveincont .navein1{
    transform: translate(-100vw);
    transition: 1s;
}
#navi:checked ~ .naveincont .navein2{
    transform: translate(0vh,calc(calc(100vh - 100px) / -9));
    transition: 1s;
}

#navi:checked ~ .naveincont .navein3{
    transform: translate(0px);
    transition-delay: .6s;
    transition-duration: 0s;
}
#navi:checked ~ .naveincont .navein32{
    transform: translate(0,-300vh);
    transition-delay: .6s;
    transition-duration: 2.5s;
}





h1{
    font-family: 'Teko', sans-serif;
    color: transparent;
    font-weight: 500;
    font-size: 40px;
    letter-spacing: 5px;
    transform: translate(1em,.5em) rotate(-5deg);
    position: absolute;
    padding:10px;
    text-shadow: 
        0 0 .02em #666,
        -.02em -.02em 0 #ccc;

}
main {
    
    width: 80vw;
    margin: 0 auto;
    margin-top:100px;
}
section {
    width:80vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
#leernewstop {
    margin-top: 25px;
    margin-bottom: 13px;
    width: 100vw;
    text-align: center;
    font-family: 'Teko', sans-serif;
    letter-spacing: .25em;
    font-size: 1.5em;
    color: green;
}
#leergelestop {
    margin-top: 25px;
    margin-bottom: 13px;
    width: 100vw;
    text-align: center;
    font-family: 'Teko', sans-serif;
    letter-spacing: .25em;
    font-size: 1.5em;
    color: darkred;
}
.dbcbnd{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
beitragcont{
    display: none;
    background-color: #111;
    border: 2px solid green;
}
beitrag{
    width:70vw;
    display: none;
    padding: 30px;
    font-family: 'Merriweather', serif;
    font-family: 'Alice', serif;
    font-family: 'Zilla Slab', serif;
    font-family: 'IBM Plex Mono', monospace;
    font-weight: 400;
    font-style: italic;
    font-size: 12px;
    color: #ccc;
    line-height: 1.3em;
    position: relative;
}
.dlcbnd{
    position: relative;
    z-index: 10;
}
.labnewsx{
    position: absolute;
    width: 30px;
    height: 40px;
    right:20px;
    top:-7px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #222;
    border: .5px solid rgba(124, 252, 0, 0.5);
    box-sizing: border-box;
    color: darkred;
    cursor: pointer;
}
.labnewsx:hover{
    background-color: #111;
    border: .5px solid rgba(252, 124, 0, 0.5);
    color: red;
    transition: .4s;    
}
.labnews{
    z-index: 10;
    margin: 10px;
    padding: 5px;
    cursor: pointer;
    box-shadow: 
        inset 0 .05em 0 0 lawngreen,
        inset 0 -.05em 0 0 lawngreen;
    transition: .4s;
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.15em;
    background-color: #333;
}
.labgele {
    margin: 10px;
    padding: 5px;
    position: relative;
    cursor: pointer;
    box-shadow: 
        inset 0 .05em 0 0 red,
        inset 0 -.05em 0 0 red;
    transition: .4s;
    font-family: 'Teko', sans-serif;
    letter-spacing: .15em;
    font-size: 1em;
}
.geleendpuf{
    height: 50px;
    width: 0;
}
.labnews:hover{
    box-shadow: 
        inset 0 .25em #333,
        inset 0 .3em lawngreen,
        inset 0 -.25em #333,
        inset 0 -.3em lawngreen;
        background-color: #222;
        color: #aaa;
}
.labgele:hover{
    box-shadow: 
        inset 0 .25em #333,
        inset 0 .3em red,
        inset 0 -.25em #333,
        inset 0 -.3em red;
}
.labnews::before, 
.labgele::before, 
.labnews::after, 
.labgele::after 
{
    content: '\2022';
    color: #ddd;
    padding: 0 .5em;
}
.labcancelnews{
    cursor: pointer;
}
.labgele{
    display: none;
}
#ind051118:checked ~ #news #lcnd051118,
#ind041118:checked ~ #news #lcnd041118,
#ind031118:checked ~ #news #lcnd031118
{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0; left:0;
}
#ind051118:checked ~ #news #bcnd051118,
#ind041118:checked ~ #news #bcnd041118,
#ind031118:checked ~ #news #bcnd031118
{
    display: block;
}

#ind051118:checked ~ #news #bnd051118,
#ind041118:checked ~ #news #bnd041118,
#ind031118:checked ~ #news #bnd031118
{
    overflow: hidden;
    display: block;
    animation: bop1 2s 1 ease;
}
@keyframes bop1{
    0%{ 
        height: 0px;
        background-color: #333;
    }
    100%{ 
        height: 100%;
        background-color: #111;
    }
}

#ind051118:checked ~ #news #lnd051118,
#ind041118:checked ~ #news #lnd041118,
#ind031118:checked ~ #news #lnd031118
{
    transform: translate(0,25px) rotate(-5deg);
    box-shadow: 
        inset 0 .05em 0 0 lawngreen,
        inset 0 -.05em 0 0 lawngreen;
    background-color: #222;
    color: #aaa;
}

#ind051118:checked ~ 
#news beitragcont div beitrag ul li:nth-child(1){
    transform: translate(0vw);
    animation: moveli_3 .4s ease;
}
#ind051118:checked ~ 
#news beitragcont div beitrag ul li:nth-child(2){
    transform: translate(0vw);
    animation: moveli_3 .8s ease;
}
#ind051118:checked ~ 
#news beitragcont div beitrag ul li:nth-child(3){
    transform: translate(0vw);
    animation: moveli_3 1.2s ease;
}
@keyframes moveli_3 {
    0%{
    transform: translate(100vw);}
    100%{
    transform: translate(0vw);}
}


#icnd051118:checked ~ #news #lnd051118,
#icnd051118:checked ~ #news #bnd051118,
#icnd051118:checked ~ #news #bcnd051118,
#icnd041118:checked ~ #news #lnd041118,
#icnd041118:checked ~ #news #bnd041118,
#icnd041118:checked ~ #news #bcnd041118,
#icnd031118:checked ~ #news #lnd031118,
#icnd031118:checked ~ #news #bnd031118,
#icnd031118:checked ~ #news #bcnd031118,

#icbnd051118:checked ~ #news #lnd051118,
#icbnd051118:checked ~ #news #bnd051118,
#icbnd051118:checked ~ #news #bcnd051118,
#icbnd041118:checked ~ #news #lnd041118,
#icbnd041118:checked ~ #news #bnd041118,
#icbnd041118:checked ~ #news #bcnd041118,
#icbnd031118:checked ~ #news #lnd031118,
#icbnd031118:checked ~ #news #bnd031118,
#icbnd031118:checked ~ #news #bcnd031118
{
    display: none;
}
#icnd051118:checked ~ #gele #lgd051118,
#icnd041118:checked ~ #gele #lgd041118,
#icnd031118:checked ~ #gele #lgd031118
{
    display: inline;    
}
#icbnd051118:checked ~ #gele #lgd051118,
#icbnd041118:checked ~ #gele #lgd041118,
#icbnd031118:checked ~ #gele #lgd031118
{
    display: inline;    
}

#igd051118:checked ~ #gele #bgd051118,
#igd041118:checked ~ #gele #bgd041118,
#igd031118:checked ~ #gele #bgd031118
{
    display: block;
}

.beitraggelesen{
    border: 2px solid darkred;
}
ul > li{
    list-style-type: disc;
    margin-top: 20px;
    margin-bottom: 20px;
    
}
a{
    text-decoration: none;
    color: #ddd;
    box-shadow: 
        inset 0 -.2em rgba(100,255,70,.3); 
    transition: .4s;
}
a:hover{
    box-shadow: inset 0 -1.2em rgba(100,255,70,.2);
    transition: .4s;
}


footer{
    width: 100vw;
    height: 20px;
    background-color: #111;
    color: #aaa;
    bottom: 0;
    position: fixed;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
}
.ftw_cont{
    position: absolute;
    left: 10px;
    display: flex;
}
.fty_cont{
    position: absolute;
    right: 10px;
    display: flex;
}
h4{
    font-family: 'Teko', sans-serif;
    letter-spacing: 0.15em;
    font-size: 13px;
}


