li{
    display:inline;
    margin:5%;
    font-size: 100%;
    line-height: 300%;
    
    transition:500ms;
}

#content{
    background-color:rgba(206, 171, 76, 0.65);
    width:100%;
    position: relative;
    border-radius: 15px;
    margin:auto;
    margin-bottom:2%;
}

#neues{
    border: solid white 2px;
    border-radius:30px;
    font-size:150%;
    padding:2%;
    width:50%;
    margin:auto;
    box-shadow: 0px 0px 10px red;
    margin-bottom:5%;
    animation: neues 5s infinite;
}

@keyframes neues {
    16% {box-shadow: 0px 0px 20px yellow;}
    32% {box-shadow: 0px 0px 20px lime;}
    64% {box-shadow: 0px 0px 20px blue;}
    80% {box-shadow: 0px 0px 20px violet;}
    96% {box-shadow: 0px 0px 20px blueviolet;}
}

@keyframes neues-text {
    16% {text-shadow: 0px 0px 20px yellow;}
    32% {text-shadow: 0px 0px 20px lime;}
    64% {text-shadow: 0px 0px 20px blue;}
    80% {text-shadow: 0px 0px 20px violet;}
    96% {text-shadow: 0px 0px 20px blueviolet;}
}



body{

    margin:auto;
    text-align:center;
    font-family: arial;
    
    
}

header{
    font-size: 200%;
    font-weight: bold;
    text-decoration: underline;
    margin:auto;
    margin:4%;
    position: relative;
    padding-top:2%;

}

section{

    padding:3%;

    position: relative;
}





.einleitung{
    padding-top:2%;
    font-size: 130%;
    position: relative;
}



#myVideo {
    position:fixed;
    right: 0;
    bottom: 0;
    min-width: 100%;
    min-height: 100%;
}

.typetitle{
    font-size: 150%;
}

.title{
    font-size: 130%;
    text-decoration: underline;
    margin:3%;
}

code{
    font-size: 100%;
    font-weight: normal;
    background-color:rgba(240, 174, 98, 0.5);
    border-radius: 10px;
    padding:1%;
}

.align-left{
    text-align: left;
    padding:5%;
}



#projekte a{
    text-decoration: none;
}

#projekte img{
    width:50%;
}

.datum{
    font-size: 75%;
    padding-bottom:2%;
}

#trailervideo{
    margin:auto;
    border-radius:20px;
}

#trailer{
    border-radius:30px;
    border:solid black;
}

#button{
    border: solid white 2px;
    border-radius:30px;
    width:30%;
    margin:5%;
    box-shadow: 0px 0px 10px red;
    margin-bottom:5%;
    animation: neues 5s infinite;
    transition:500ms;
}

#button:hover{
    scale: 150%;
    transition:500ms;
}

#countdown{
    font-size: 150%;
    font-weight: bold;
    animation: neues-text 5s infinite;
}

@media (max-width:575px){
    .index-neues img{
    width:70%;
    overflow:hidden;
    border-bottom-style: solid;
    box-shadow: 0px 0px 15px rgb(0, 38, 255);
    border-radius: 30px;
    transition: 1000ms;
}

    .index-neues{
        margin-bottom:3%;
    }
}


/*Mobile css*/
@media (min-width: 576px){
    li{
        list-style-type: none;
        display:inline;
        margin:5%;
        font-size: 170%;
    }

    #trailervideo{
        margin:auto;
        border-radius:20px;
        width:75%;
    }

    .index-neues {
    width:50%;
    border:solid rgb(26, 153, 0) 6px;
    box-shadow: 0px 0px 15px rgb(0, 38, 255);
    border-radius: 40px;
    overflow: hidden;
    margin:auto;
    margin-bottom:3%;
    font-weight: bold;
    padding-bottom:3%;
    background-color:rgba(153, 153, 153, 0.411);
    
}

.index-neues img{
    width:100%;
    overflow:hidden;
    border-bottom-style: solid;
    border-color: rgb(35, 163, 35);
    box-shadow: 0px 0px 15px rgb(0, 38, 255);
    border-width: 10px;
    transition: 1000ms;
}

}




/*Desktop css*/
@media (min-width: 1500px){
    #content{
        background-color:rgba(206, 171, 76, 0.65);
        width:60%;
        position: relative;
        border-radius: 15px;
        margin:auto;
        margin-bottom:2%;
    }

    li{
        list-style-type: none;
        display:inline;
        margin:5%;
        font-size: 170%;
    }

    code{
        font-size: 130%;
        font-weight: bold;
        background-color:rgba(240, 174, 98, 0.5);
        border-radius: 10px;
        padding:1%;
    }

    #projekte img{
        width:30%;
    }

    #trailer{
        width:500px;
        height:300px;
    }

    .index-neues {
    width:30%;
    border:solid rgb(26, 153, 0) 6px;
    box-shadow: 0px 0px 15px rgb(0, 38, 255);
    border-radius: 40px;
    overflow: hidden;
    margin-bottom:3%;
    font-weight: bold;
    padding-bottom:3%;
    background-color:rgba(153, 153, 153, 0.411);
}

.index-neues img{
    width:100%;
    overflow:hidden;
    border-bottom-style: solid;
    border-color: rgb(35, 163, 35);
    box-shadow: 0px 0px 15px rgb(0, 38, 255);
    border-width: 10px;
    transition: 1000ms;
}

}









.in_entwicklung_objekt{
    width:30%;
    padding:3%;
    border:solid black;
    display:inline-block;
    font-size: 150%;
    font-weight:1000;
    margin:0.1%;
    background-color:rgba(59, 59, 59, 0.349);
    color:white;
    border-radius: 20px;
}

#jsmprogressbar{
    background-color: rgb(0, 132, 255);
    /*Progress bar prozent*/
    width:100%;
    height:30px;
    transition:500ms;
    border-radius: 20px;
}

#in_entwicklung{
    font-size: 200%;
    font-weight: bold;
}

#jonasskyblockmodprogressbar{
    border:solid black;
    width:40%;
    margin:auto;
    border-radius: 20px;
}

#älteres a{
    font-size: 150%;
    font-weight: bold;
}

.komponente{
    width:50%;
    margin:auto;
    border: solid rgb(230, 230, 230);
    border-radius:10px;
    margin-bottom:3%;
}

table{
    margin:auto;
    padding:1%;
    transition: 500ms;
}

table{
    width:100%;
    border:solid rgb(247, 247, 247);
    background-color:rgba(255, 255, 255, 0.8);
}

table:hover{
    background-color:rgb(230, 230, 230);
    transition: 500ms;
}

td{
    width:50%;
    text-align:left;
}




.index-neues img:hover{
    scale: 110%;
    transition: 1000ms;
}


.index-neues-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap:3%;
}

.span-wrapper{
    text-align:center;
    font-size: 120%;
    width:100%;
    margin:auto;
}


#anleitung{
    margin:auto;
    width:74%;
    text-align: left;
    background-color: rgba(255, 255, 255, 0.5);
    padding:2%;
    border-radius: 30px;
    line-height: 150%;
    font-size: 120%;
}

#download{
    transition: 250ms;
    width:20%;
    border-radius: 30px;
    box-shadow: 10px 10px 10px black;
    border:solid black;
}

#download:hover{
    transition: 250ms;
    box-shadow: 5px 5px 10px black;
    border:solid blue;
}

#warning{
    padding-top:2%;
    font-size: 120%;
    color:red;
    text-shadow: 1px 1px 0px black;
}

#code{
    text-align:left;
    width:50%;
    margin-left:25%;
    margin-right:25%;
    background-color:rgba(185, 185, 185, 0.5);
    padding:3%;
    border-radius:20px;
}

#projekte-img{
    transition: 500ms;
}

#projekte-img:hover{
    transition: 500ms;
    scale: 120%;
}