@font-face {
    font-family: "PressStart";
    src: url(/Retro_Website/FontsRetro/PressStart2P-Regular.ttf) format(truetype);
}
#retroInaktivOverlay{
    position: absolute;
    top:0px;
    display: block;
    height: 100%;
    width: 100%;
    backdrop-filter: blur(2px);
    z-index: 3000;
}
#retroContainer{
    float: inline-end;
    height:50vh;
    width: 100%;
    background-color: #008080;
    color: black;
    backdrop-filter: blur(5px);
    overflow: auto;
    z-index: 1;
}
#desktopRetro{
    position: absolute;
    width: 100%;
    height: calc(100%);
    top:0px;
    overflow: hidden;
}
.Popup{
    background-color: #c3c3c3;

    border-color: #9a9a9a;
    border-style: outset;
    border-width: 2px;

    min-height: 300px;

    position: relative;
    z-index: 17;

    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.PopupTitelLeiste{
    height: 30px;
    width: 100%;
    background-color:#000082;

    position: absolute;
    top: 0;

    overflow: hidden;
}
.PopupTitelText{
    color: white;
    position: absolute;
    font-family: sans-serif;
    font-size: 15px;
    font-weight: bold;
    left: 10px;
    top: 50%;
    transform: translate(0%, -50%);
}

.CloseButton{
    height: 23px;
    width: 23px;
    position: absolute;
    background-color:#c3c3c3;
    font-family: sans-serif;
    color:black;
    font-weight: bold;
    font-size: larger;
    text-align:center;
    padding: 0;
    line-height: 1;

    border-color: #9a9a9a;
    border-style: outset;
    border-width: 2px;

    transform: translate(-50%, -50%);
    top: 50%;
    right: -7px;

    overflow: hidden;
    cursor:pointer;
}
.CloseButton:hover{
    border: 2px inset #9a9a9a;
    background-color: #9a9a9a;
}

.Startmenü{
    height: 150px;
    width: 212px;
    background-color: #c3c3c3;
    border-top: 3px solid #ddd;
	border-left: 3px solid #bbb;
	border-right: 3px solid #777;
	border-bottom: 3px solid #555;

    z-index: 10;

    position: absolute;

    bottom: 230px;
    left: 250px;
}

.menüButton{
    height: 45px;
    width: 100%;
    color: black;
    background-color: #c3c3c3;
    border: none;
    position: absolute;
    text-align: left;
    padding-left: 50px;
    font-family: sans-serif;
    font-size: large;

    cursor: pointer;
}
.menüButton:hover{
    background-color: #000082;
    color: white;
}
.icon{
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;

    cursor: pointer;
}
.icon:hover{
    background-color: #9a9a9a;
    opacity: 0.7;
}
.iconText{
    font-family: sans-serif;
    color: white;
    text-align: center;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -100%);
}
#io_container{
    height: 100%;
    width: 100%;
    min-height: 530px;
    position: absolute;
}
#Menü{
    height: 250px;
    width: 256px;
    bottom: 30px;
    left: 0px;
}
#MenüRandleiste{
    height: 100%;
    width: 40px;
    background-color:#9a9a9a;

    position: absolute;
    top: 0;
    left: 0;
}
#MenüRandleisteText{

    writing-mode: vertical-rl;
    text-orientation: mixed;
    color: white;
    font-family: sans-serif;
    font-size: 25px;
    font-weight: bolder;
    transform: rotate(-180deg) translate(-50%, -0%);
    line-height: 1;
    box-sizing: border-box;
    position: absolute;
    padding-bottom: 40px;
}
#MenüInhalt{
    height: 100%;
    width: 210px;
    right:0px;

    color: black;
    position: absolute;
    font-family: sans-serif;
    font-size: medium;
}
#MenüProgramme{
    height: 250px;

    bottom: 200px;
    left: 252px;
}
#MenüSpiele{
    height: 100px;

    bottom: 150px;
    left: 252px;
}
#MenüDownloads{
    height: 50px;

    bottom: 100px;
    left: 252px;
}
#MenüKontakt{
    height: 100px;

    bottom: 50px;
    left: 252px;
}

#menüButtonShutdown_R{
    top: 200px;
    border-top: 2px solid #ddd;
}
#MenüButton_Kontakt{
    top: 150px;
}
#MenüButton_Programme{
    top: 0px;
}
#MenüButton_Spiele{
    top: 50px;
}
#MenüButton_Downloads{
    top: 100px;
}
#MenüProgrammeButton_Paint{
    top: 200px;
}
#MenüProgrammeButton_DBA_Rechner{
    top: 50px;
}
#MenüProgrammeButton_Tarifrechner2022{
    top: 100px;
}
#MenüProgrammeButton_Tarifrechner2023{
    top: 150px;
}
#MenüProgrammeButton_Rechner{
    top: 0px;
}
#MenüSpieleButton_TicTacToe{
    top: 0px;
}
#MenüSpieleButton_Snake{
    top: 50px;
}
#MenüDownloadButton_1{
    top:0px;
}
#MenüKontaktButton_Kontaktformular{
    top: 0px;
}
#MenüKontaktButton_Links{
    top: 50px;
}
#kontaktLinks_R{
    height: 200px;
    width: 200px;

    position: relative;
}
.links_R{
    font-size: xx-large;
    font-weight: bold;

    border: 2px outset #9a9a9a;

    padding: 10px;
}
.links_R:hover{
    background-color: #9a9a9a;
    border: 2px inset #9a9a9a;
}
#kontaktLinksContainer_R{
    color: black;
    position: absolute;
    font-family: sans-serif;
    font-size: larger;

    height: calc(100% - 30px);
    width: 100%;

    text-align: center;
    bottom: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
}

#StartmenüButton{
    height: 85%;
    width: 100px;
    color:black;
    background-color: #c3c3c3;
    border-color:white;
    border-style: outset;
    border-radius: 0px;
    border-width: 3px;
    position: absolute;
    text-align: center;
    font-family: PressStart, sans-serif;
    font-size: large;

    cursor: pointer;

    left: 3px;
    top:50%;
    transform: translate(0%, -50%);
}
#StartmenüButton:hover{
    border: 2px inset #9a9a9a;
    background-color: #9a9a9a;
}

#taskbar{
    width: 100%;
    height: 30px;
    border-top: 2px;
    border-bottom: 0;
    border-left: 0;
    border-right: 0;
    border-color: white;
    border-style: outset;
    background-color:#c3c3c3;

    position: absolute;
    z-index: 9;

    bottom: 0px;
    left: 0px;
}

#Uhr{

    font-family: sans-serif;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    position: absolute;

    transform: translate( 0%, -50%);

    right: 3px;
    top:50%;

    height: 70%;
    width: 70px;

    border-width: 2px;
    border-color: white;
    border-style: inset;
}

#icons{
    height: 500px;
    width: 100px;
    position:absolute;
    z-index: 1;
    top: 0%;
    left: 0%;
}
#ArbeitsplatzIcon{
    top: 0%;
}
#ArbeitsplatzIconText{
    top: 90px;
}
#KontaktIcon{
    top: 20%;
}
#KontaktIconText{
    top: 190px;
}
#RechnerIcon{
    top: 40%;
}
#RechnerIconText{
    top: 290px;
}
#SucheIcon{
    top: 60%;
}
#SucheIconText{
    top: 390px;
}


#Kontakt{

    height: 90vh;
    width: 90%;
    min-height: 700px;
  
}
/*
input[type=text], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px inset #9a9a9a;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 16px;
    resize: vertical;

    
    font-family: sans-serif;
    font-size: large;

  }
  
input[type=email], select, textarea {
    width: 100%;
    padding: 12px;
    border: 1px inset #9a9a9a;
    box-sizing: border-box;
    margin-top: 10px;
    margin-bottom: 16px;
    resize: vertical;

    font-family: sans-serif;
    font-size: large;
  }


input[type=submit] {
    background-color: #c3c3c3;
    color: black;
    padding: 12px 20px;
    border: 2px outset #9a9a9a;
    cursor: pointer;

    font-family: sans-serif;
    font-size: large;
  }
  

input[type=submit]:hover {
    background-color: #9a9a9a;
    border: 2px inset #9a9a9a;
  }
  
#FormContainer {
    padding: 50px;

    font-family: sans-serif;
    font-size: large;
  }
*/