
body {
    font-family: Arial, Helvetica, sans-serif;
}
a, a:hover, a:active {
    color: white;
    text-decoration: none;
}
#R1 a, #R1 a:hover, #R1 a:active {
    color: grey;
    text-decoration: none;
}
.Header {
    position: absolute;
    top: 1%;
    left: 1%;
    width: 98%;
    height: 5%;
    background-color: dimgray;
    color: white;
}
.HeaderContainerL {
    display: flex;
    display: -webkit-flex;
    position: relative;
    float: left;
    height: 100%;
    width: fit-content;
    min-width: 10%;
    background-color: grey;
    transition: all 0.5s;
}
.HeaderContainerL p {
    text-align: center;
    margin: auto;
}
.HeaderContainerL:hover {
    display: flex;
    display: -webkit-flex;
    position: relative;
    float: left;
    height: 100%;
    width: fit-content;
    min-width: 10%;
    background-color: rgb(0, 56, 0);
}
.HeaderContainerR {
    display: flex;
    display: -webkit-flex;
    position: relative;
    float: right;
    height: 100%;
    width: fit-content;
    min-width: 6%;
    background-color: rgb(0, 56, 0);
    transition: all 0.5s;
}
.HeaderContainerR p {
    text-align: center;
    margin: auto;
}
.HeaderContainerR:hover {
    display: flex;
    display: -webkit-flex;
    position: relative;
    float: right;
    height: 100%;
    width: fit-content;
    min-width: 6%;
    background-color: grey;
}
.Haupt {
    display: flex;
    flex-wrap: wrap;
    position: absolute;
    top: 7%;
    width: 90%;
    left: 5%;
    min-height: 85%;
    background-color: forestgreen;
    color: white;
}
.Haupt p {
    text-align: center;
    margin: auto;
}
.ContainerLeft {
    float: left;
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5%;
    width: 70%;
    height: fit-content;
    min-height: 20%;
}
.ContainerRight {
    float: right;
    display: flex;
    flex-wrap: wrap;
    margin-left: 1%;
    width: 29%;
    height: fit-content;
    background-color: rgb(0, 85, 0);
}
.ContainerCenter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5%;
    margin-left: auto;
    margin-right: auto;
    width: 94%;
    height: fit-content;
    background-color: rgb(0, 85, 0);
}
.ContainerCenter_AUTOWIDTH {
    display: flex;
    flex-wrap: wrap;
    padding-top: 0.5%;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    height: fit-content;
    background-color: rgb(0, 85, 0);
}
.ContainerFooter {
    display: flex;
    flex-wrap: wrap;
    margin-top: 0.5%;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: fit-content;
    background-color: rgb(0, 80, 0);
}

input {
    font-size: 25px;
    border-radius: 15px;
    border: 3px solid gray;
    outline: none;
    padding: 0;
    transition: all 0.5s;
}
input:hover {
    background-color: rgb(0, 56, 0);
    color: white;
    border: 3px solid black;
}
input:focus {
    background-color: rgb(0, 56, 0);
    color: white;
    border: 3px solid blacK;
}
img {
    border: 3px solid black;
}
break {
    flex-basis: 100%;
    width: 0px; 
    height: 0px; 
    overflow: hidden;
}
.break {
    flex-basis: 100%;
    height: 0;
}
.item {
    flex-grow: 1;
    height: fit-content;
}
.itemDouble {
    flex-grow: 2;
    height: fit-content;
}
.itemTrible {
    flex-grow: 3;
    height: fit-content;
}
#L1 {
    text-align: center;
}
#L2 {
    text-align: center;
    margin: auto;
    border: 1px solid black;
}
#L3 {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
#L3 a {
    border: 1px solid black;
    transition: all 0.5s;
}
#L3 a:hover {
    cursor: pointer;
    background-color: grey;
}
#L4 {
    text-align: center;
}
#L5 {
    margin-top: 5px;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
#L5 a {
    border: 1px solid black;
    transition: all 0.5s;
}
#L5 a:hover {
    cursor: pointer;
    background-color: grey;
}
.NV_ITEM {
    margin-left: 5px;
    margin-right: 5px;
    width: 160px;
    word-wrap: normal;
}
.LG_ITEM {
    margin-left: 5px;
    margin-right: 5px;
    width: 160px;
    word-wrap: normal;
}
.SearchBtn {
    width: 200px; 
    margin-left: 15px;
    text-align: center;
    transition: all 0.5s;
    border: 1px solid black;
    background-color: grey;
}
.SearchBtn:hover {
    background-color: forestgreen;
}
#R1 {
    border-left: 20px solid black;
    border-right: 20px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: center;
}
#R2 {
    border-left: 20px solid black;
    border-right: 20px solid black;
    border-top: 2px solid black;
    border-bottom: 2px solid black;
    text-align: center;
}
#R3 {
    text-align: center;
}
#R4 {
    text-align: center;
}

#C1Games {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}

#itemsGame {
    text-align: center;
    transition: all 0.5s;
    width: 156px;
}
#itemsGame h3 {
    word-wrap: normal;
    margin-top: 5px;
    margin-bottom: 5px;
}
#itemsGame:hover {
    background-color: grey;
}
#C_G {
    color: grey;
}
#FullGame {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#FullGame_TXT {
    margin-left: 5px;
    padding-right: 5px;
    padding-left: 5px;
    border-left: 5px solid black;
    border-right: 5px solid black;
}
#FullGame_TXT p {
    text-align: left;
}
#FullGame_TXT a, #FullGame_TXT a:active {
    color: grey;
}
#FullGame_TXT a:hover {
    color: white;
}
#FullGame_PlayList_TXT {
    margin-left: 10px;
}
#FullGame_PlayList {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
#C1Videos {
    text-align: center;
}
#C2Videos {
    display: flex;
    flex-wrap: inherit;
    text-align: center;
    justify-content: center;
}
#itemsVideo {
    width: 156px;
    transition: all 0.5s;
}
#itemsVideo:hover {
    background-color: grey;
}
#itemsVideo p {
    word-wrap: break-word;
    width: 100%;
}
#C3Videos {
    padding: 0%;
    margin: 1%;
}
#searchText {
    width: 50%;
    height: 50px;
    font-size: 30px;
}
#PageBack {
    float: left;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
    width: 10%;
}
#PageNext {
    float: right;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
    width: 10%;
}
#PageBoxR {
    width:80%;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
}
#PageBoxL {
    width:80%;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
}
#PageBoxC {
    width:80%;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
}
#PageBoxCC {
    width:100%;
    font-size: 30px;
    text-align: center;
    background-color: rgb(0, 95, 0);
}

#C1Login {
    text-align: center;
}

#C1Options {
    text-align: center;
}
#C2Options {
    text-align: center;
}
#C3Options {
    text-align: center;
}
#C4Options {
    text-align: center;
}
#C1Playlist {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
}
#itemsPlaylist {
    width: 156px;
    transition: all 0.5s;
}
#itemsPlaylist:hover {
    background-color: grey;
}
#itemsPlaylist p {
    width: 90%;
}
#C2Playlist {
    display: flex;
    flex-wrap: inherit;
    text-align: left;
    margin-left: 4%;
}
#C2Playlist h1 {
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    display: block;
}
#C2Playlist p, #C2Playlist h2 {
    max-width: 60%;
    margin-left: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: left;
    display: block;
}
#C2Playlist h2 span {
    color: grey;
}
#itemsPlaylistTEXT {
    width: 290px;
    background-color: #228b22;
    text-align: center;
    border: 1px solid black;
    transition: all 0.5s;
}
#itemsPlaylistTEXT:hover {
    background-color: grey;
}
#itemsPlaylistTEXT p {
    margin-left: auto;
    margin-right: auto;
    font-size: 13px;
    text-align: center;
    width: 100%;
    margin-bottom: 5px;
}
#itemsPlaylistTEXT h3 {
    margin-top: 5px;
    margin-bottom: 5px;
}
#TitelBox {
    margin-top: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
    width: fit-content;
    border: black 1px solid;
    height: 5%;
    background-color: rgb(0, 56, 0);
    transition: all 0.5s;
}
#TitelBox:hover {
    background-color: grey;
    color: black;
}
#Video_Frame {
    width: 800; 
    height: 450px;
    transition: all 0.5s;
}
#Video_Frame:hover {
    width: 1100; 
    height: 640px;
}
/* Stundenkalender */
.SKContainer {
    position: absolute;
    width: 1400;
    top: 0%;
    left: 0%;
    background-color: #111111;
    color: white;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
}
.SK_WrapContainer {
    display: flex;
    float: left;
    flex-wrap: inherit;
    text-align: center;
}
.SK_Wrap_Item {
    width: 200px;
    display: flex;
    background-color: #222222;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_FULL {
    width: 1400px;
    display: flex;
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_Form {
    width: 280px;
    height: 50px;
    display: flex;
    background-color: #222222;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_Form_4 {
    width: 350px;
    height: 50px;
    display: flex;
    background-color: #222222;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_Form_7 {
    width: 200px;
    height: 50px;
    margin: 0;
    display: flex;
    background-color: #222222;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_FULL_Form {
    width: 1400px;
    height: 50px;
    display: flex;
    background-color: black;
    color: white;
    text-align: center;
    align-content: center;
    justify-content: center;
}
.SK_Wrap_Item_BLANK {
    width: 200px;
    display: flex;
    text-align: center;
    justify-content: center;
    text-align: center;
}
form {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}