.d-none {
    display: none !important;
}
body {
    margin: 0;
    padding: 0;
}

.content {
    background-image: url('./img/other/intro_screen/introBackground.jpeg');
    background-size: cover;
    background-position: center;
    overflow-x: hidden;
    width: 100vw;
    height: 100vh; 
    overflow: hidden;
}

#startScreenContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#GameTitleContainer {
    font-family: 'LocoTitle'; 
    font-size: 120px;
    margin-top: 1%;
}
.startContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    gap: 10%;
}
#settingsContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 500ms ease-in-out !important;
    padding-left: 20px;
}
#changeSettingsContainer {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}
.settings {
    list-style-type: none;
    display: flex;
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 28px;
    gap: 20px;
    transition: all 175ms ease-in-out;
    width: calc(100% - 38px);
    justify-content: space-between;
    margin-left: 20px;
}
.volumeContainer {
    display: flex;
    justify-content: flex-end;
    width: 200px;
    gap: 10px;
}
.volumeButton {
    background-color: transparent;
    border-color: transparent;
    width: 40px;
}
.changeVolumeImage {
    transition: all 175ms ease-in-out;
    width: 20px;
}
.changeVolumeImage:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 3px black);
}
#settingsBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: orange;
    border: 2px solid black;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3px black);
    transition: all 175ms ease-in-out; 
}
#settingsBtnImg {
    width: 60px;
    height: 60px;
    transition: all 175ms ease-in-out;
}
#settingsBtn:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 3px black);     
    border-color: white;
}
#startBtnContainer {
    transition: all 175ms ease-in-out;
}
#startBtn {
    width: 120px;
    height: 120px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 3px solid black;
    border-radius: 10px;
    background-color: green;
    filter: drop-shadow(0px 0px 3px black);
    transition: all 175ms ease-in-out;
}
#startBtn:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px transparent);
    #startBtnImg {
        filter: drop-shadow(0px 0px 3px black); 
    }    
}
#startBtnImg {
    width: 80px;
    height: 80px;
    transition: all 175ms ease-in-out;
}
#keyAssignmentContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: transparent;
    border-radius: 50%;
    transition: all 500ms ease-in-out !important;
    padding-right: 20px;
}
#keyAssignmentsButton {
    display: flex;
    width: 80px;
    height: 80px;
    justify-content: center;
    align-items: center;
    padding: 8px;
    background-color: yellow;
    border: 2px solid black;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3px black);
    transition: all 175ms ease-in-out; 
}
#keyAssignmentsButtonImage {
    width: 65px;
    height: 32px;
    transition: all 175ms ease-in-out;
}
#keyAssignmentsButton:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px transparent);     
    border-color: white;
}
#imprintAndPrivacyPolicySection {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10%;
    margin-top: 10vh;
}
.link {
    font-family: 'LocoOther';
    display: flex; 
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    text-decoration: none;
    color: white;
    background-color: orange;
    border-radius: 8px;
    padding: 10px 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: all 0.2s ease-in-out;
    margin-bottom: 20%;
    width: 140px;
}
.link:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
    color: orange;
    background-color: white;
}

#endScreenContainer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
}
#restartBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: green;
    border: 2px solid black;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3px black);
    transition: all 175ms ease-in-out;
}
#restartBtn:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px transparent);
    .restartBtnImg {
        filter: drop-shadow(0px 0px 3px black);      
    }    
}
.restartBtnImg {
    width: 100px;
    height: 100px;
    transition: all 175ms ease-in-out;
}
#homeBtn {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    background-color: orange;
    border: 2px solid black;
    border-radius: 50%;
    filter: drop-shadow(0px 0px 3px black);
    transition: all 175ms ease-in-out;
}
#homeBtn:hover {
    cursor: pointer;
    filter: drop-shadow(0px 0px 0px transparent);
    .homeBtnImg {
        filter: drop-shadow(0px 0px 3px black);     
    }    
}
.homeBtnImg {
    width: 100px;
    height: 100px;
    transition: all 175ms ease-in-out;
}

#canvasBgrContainer {
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    /* width: 100%;
    height: 100%; */
}

#loseTxt {
    width: 100vw;
    height: 100vh; 
    position: absolute;
    z-index: 5;
}
#loseImg {
    width: 100vw;
    height: 100vh; 
    position: absolute;
    z-index: 4;
}
#winTxt {
    width: 90vw;
    height: 100vh; 
    position: absolute;
    z-index: 5;
}
#winImg {
    width: 100vw;
    height: 100vh; 
    position: absolute;
    z-index: 4;
}

#portraitMessage {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
}

.canvasContainer {
    position: relative;
    max-width: 1920px;
    max-height: 1080px;
}

#canvas {
    display: block;  /* Empfehlung der DA */
    background-color: black;
    border: 3px solid rgb(30, 30, 30);
    filter: drop-shadow(0px 0px 6px rgb(40, 40, 40));
    z-index: 1;
}

#desktopMuteBtn {
    position: absolute;
    background-color: transparent;
    border: 0;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}
#desktopMuteBtn:hover {
    cursor: pointer;
}
#desktopMuteImg {
    background-color: transparent;
}

.screenSizeButton {
    position: absolute;
    background-color: transparent;
    border: 0;
    right: 10px;
    bottom: 10px;
    z-index: 10;
}
.screenSizeButton:hover {
    cursor: pointer;
}
#fullscreenIcon {
    width: 40px;
    height: 40px;
    transition: all 175ms ease-in-out;
}
.screenSizeButton:hover #fullscreenIcon {
    width: 45px;
    height: 45px; 
}