.hidden {
    display: none;
}
#tabellen_container th {
    min-width: 60px;
}
/*@media (max-device-width: 1000px) {}*/
table {
    border:1px solid #999;
    border-collapse: collapse;
    pointer-events:auto;
}
input {
    pointer-events:auto;
}
div {
    pointer-events:auto;
}
td ,th {
    border:2px solid #418034;
    text-align: center;
    padding:3px;

}
a {
    color: #77cc66cc; 
    pointer-events:auto;
    z-index: 2;
}

@media(hover: hover) and (pointer: fine) {
    a:hover , u:hover {
        color:#86dc75;
    }
}


u {
    cursor: pointer;
}
#tabellen_container {
    position: absolute;
    top:100px;
}
#infos {
    position:absolute;
    top:230px;
    z-index: -1;
}
.farbe {
    cursor: pointer;
}
body {
    background-color: #2c6321;
    pointer-events: none;
    color:#77cc66cc;
    width: 1000px;
    min-height:600px;
    margin: 0 auto;
    padding:20px;
}
#kommtraus1 {
    width:6px;
}
#hand {
    display: flex;
    width:880px;
    height:200px;
    align-items: center;
    justify-content: center;
    margin-top:10px;
    top:300px;
    z-index:1;
}
.hand_aktiv {
    background-color: #77cc66;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hand_passiv {
    background-color: #418034;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.karte_hand , .karte_stapel{
    height:150px;
    width:100px;
    border: 0px solid white;
    float: center;
    margin:10px;
    position:abolsute;
}
.karte_hand {
    background-color:rgba(0,0,0,0.1);
    border-radius:20px;
}
#stapel {
    height:240px;
    background-color: #60af50;
    width:220px;
    margin-left:400px;
    top:50px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.karte_stapel {
    position: absolute;
    border: 0px;
}
#stapel1 {
    margin-left:20px;
    margin-top:20px;
}
#hand,#stapel {
    border-radius:10px;
    position:absolute;
}
#trumpf_container {
    top:50px;
    margin-left: 650px;
    width:150px;
    height:200px;
    background-color: #418034;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: help;
    border-radius:10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.07), 0 6px 20px 0 rgba(0, 0, 0, 0.06);
    position:absolute;
}
#ansagen_container {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    position:absolute;
    top:310px;
    width:800px;
    margin-left: 40px;
    height:110px;
    background-color: #77cc66;
    display: flex;
    align-items: center;
    justify-content: center;
}
#button {
    border-radius:10px;
    top: 310px;
    width: 100px;
    margin-left: 900px;
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    position:absolute;
}
@media(hover: hover) and (pointer: fine) {
    .button:hover {
        background-color: #9fea90;
        cursor: pointer;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 0px 20px 1px #9fea9021;
    }
}
.button:active {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 6px 20px 0 rgba(0, 0, 0, 0.0);
}


@media(hover: hover) and (pointer: fine) {
    .button_deaktiviert:hover {
        background-color: #418034;
        cursor:default;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
}


.button {
    background-color: #86dc75;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.18), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.button_deaktiviert {
    background-color: #418034;
}


#haken {
    font-size: 60px;
    color:#2c6321;
}
.ansage {
    width: 70px;
    height: 70px;
    border-radius: 10px;
    background-color: #c0fdb8;
    margin: 10px;
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.ansage_grau {
    background-color: #60af50;
    cursor:default;
}
.p_ansage {
    color: #418034;
    font-size: 40px;
}
@media(hover: hover) and (pointer: fine) {
    .ansage:hover {
        background-color:#ddffd8;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 #ddffd866;
    }
    .ansage_grau:hover {
        background-color: #60af50;
        box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0);
    }
}
.ansage:active {
    background-color:#edffe8;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1), 0 6px 20px 0 #ddffd8aa;
}
.ansage_grau:active {
    background-color: #60af50;
    box-shadow: 0 0px 0px 0 rgba(0, 0, 0, 0.0);
}

#stapel2 {
    margin-left:60px;
    margin-top:40px;
}
#stapel3 {
    margin-left:100px;
    margin-top:60px;
}
.bild {
    width:100px;
    height:150px;
    border-radius: 6px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
.hintergrund_hell {
    background-color:#fff;
}
.hintergrund_dunkel {
    background-color:#28262c;
}
h1, td {
    color:#77cc66;
}
h1 {
    margin-top:18px;
    margin-left:55px;
    margin-bottom:10px;
}
#logo {
    height:45px;
    margin-top:15px;
    margin-left:-5px;
    position: absolute;
    opacity: 0.85;
}
th {
    color:#60af50;
}
#neues_spiel {
    position:absolute;
    top: 87px;
    margin-left: 390px;
    width: 350px;
    height: 400px;
    border-radius: 10px;
    background-color: #77cc66;
    /*margin: 10px;*/
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    color:#2c6321;
    padding:20px;
}
#zusatz {
    position:absolute;
    top:-20px;
    left:800px;
    text-align: right;
}
#zusatz_tabelle {
    width: 190px;
}
#zusatz_hidden {
    display:none;
}
.zelle_aktiv {
    background-color: #77cc66;
    color:#2c6321;
}
.zelle_pflicht {
    color:#bb2121;
    border:3px solid #bb2121;
}
.farbe {
    border-right:0px;
}
.zahl {
    border-left:0px;
}
@media(hover: hover) and (pointer: fine) {
    #hand .bild:hover {
        width:102%;
        height:102%;
        margin-left:-1%;
        margin-top:-5%;

    }
    #hand .bild {
        transition:  0.1s;
    }
}


.allehaende , #variablen {
    margin-top: 420px;
    margin-bottom: 50px;
    float:left;
    margin-right: 10px;
}
#spieler1:hover {
    cursor: pointer;
}
#konsole_container {
    position: absolute;
    /*top: 505px;*/
    top:350px;
    height: 100px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    width: 852px;
    margin-left: 4px;
    background-color: #1a4212;
    color: #7c6;
    overflow: auto;
    padding:10px;
    z-index:-1;
    /*box-shadow: inset 0px 10px 10px rgba(0,0,0,0.2);*/
    box-shadow: inset 0 4px 8px 0 rgba(0, 0, 0, 0.1), inset 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    scroll-behavior: smooth;   
}

@keyframes konsole_zeig_dich {
    to {top: 505px;}
    
}
@keyframes konsole_versteck_dich {
    from {top: 505px;}
    to {top: 350px;}
    
}
@keyframes ansage_versteck_dich {
    from {top: 210px;}
    to {top: 310px;}
    
}
@keyframes ansage_zeig_dich {
    from {top: 310px;}
    to {top: 210px;}
    
}
.ansage_zeigen {
    animation-name: ansage_zeig_dich;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.ansage_verstecken {
    animation-name: ansage_versteck_dich;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}

.konsole_zeigen {
    animation-name: konsole_zeig_dich;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
.konsole_verstecken {
    animation-name: konsole_versteck_dich;
    animation-duration: 0.3s;
    animation-fill-mode: forwards;
}
#oben_buttons {
    margin-top: -10px;
}
#highscore {
    border: 0px solid;
    height: 295px;
    width: 372px;
    top: 135px;
    left: 8px;
    position: absolute;
}
hr {
    border: 1px solid #418034;
}
#menue_container {
    background-color: #60af50;
    color: #2c6321;
    border-radius: 10px;
    position: absolute;
    width: 250px;
    /* height: 400; */
    z-index: 3;
    padding: 40px;
    font-size: 25px;
    left: 300px;
    top: -40px;
    text-align: center;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
#overlay {
    position:fixed;
    width:100%
    height:100%;
    background-color: #2f442aa6;
    z-index:2;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}
#alert_overlay {
    position:fixed;
    width:100%
    height:100%;
    background-color: #2f442aa6;
    z-index:2;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
}
.alert_hidden {
    display:none;
}
#alert_window {
    position: absolute;
    width: 400px;
    margin-left: 300px;
    top: 150px;
    background-color: #7c6;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:4px;
}
#alert_top {
    background-color: #60af50;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    /* border-top-left-radius: 6px; */
    /* border-top-right-radius: 6px; */
    border-radius: 6px;
    color: #418034;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}
#alert_content {
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c6321;
    font-size: 20px;
    margin: 15px;
    margin-bottom: 20px;
}
#alert_ok {
    background-color: #c0fdb8;
    color: #60af50;
    border-radius: 10px;
    padding: 5px;
    height: 40px;
    width: 130px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
@media(hover: hover) and (pointer: fine) {
    #alert_ok:hover {
        background-color: #ddffd8;
        /*color:#c0fdb8;*/  
        cursor: default;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 0px 20px 0 #edffe833;
    }
    
}
#alert_ok:active {
    background-color: #ffffffee;
}




.prompt_hidden {
    display:none;
}
#prompt_window {
    position: absolute;
    width: 500px;
    margin-left: 250px;
    top: 150px;
    background-color: #7c6;
    z-index: 3;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    padding:4px;
    padding-bottom: 12px;
}
#prompt_top {
    background-color: #60af50;
    width: 100%;
    height: 50px;
    margin-top: 0px;
    /* border-top-left-radius: 6px; */
    /* border-top-right-radius: 6px; */
    border-radius: 6px;
    color: #418034;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 29px;
}
#prompt_content {
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2c6321;
    font-size: 30px;
    margin: 15px;
    margin-bottom: 20px;
}
#prompt_ok {
    background-color: #c0fdb8;
    color: #60af50;
    border-radius: 10px;
    padding: 5px;
    height: 40px;
    width: 130px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 28px;
}
#prompt_text {
    font-size: 30px;
    width: 300px;
    float: left;
    margin-left: 20px;
    border-radius: 10px;
    border: 2px solid #418034;
    background-color: #ddffd8;
    color: #2c6321;
    padding:6px;
}
@media(hover: hover) and (pointer: fine) {
    #prompt_ok:hover {
        background-color: #ddffd8;
        /*color:#c0fdb8;*/  
        cursor: default;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0), 0 0px 20px 0 #edffe833;
    }
    
}
#prompt_ok:active {
    background-color: #ffffffee;
}

.menue_div {
    background-color: #7c6;
    border: 0px solid;
    margin:6px;
    margin-left:0px;
    margin-right:0px;
    color: #2f2f2f;
    color: #1a4212;
    border-radius: 7px;
    padding: 4px;
    cursor: default;
}
@media(hover: hover) and (pointer: fine) {
    .menue_div:hover {
        background-color: #96e487;
    }
}




#menue_close {
    float: right;
    top: 0px;
    width: 30px;
    height: 30px;
    background-color: #86dc75;
    color: #2c6321;
    position: absolute;
    right: 0px;
    border-top-right-radius: 10px;
    border-radius: 5px;
    text-align: center;
    cursor: pointer;
    padding: 2px;
}
@media(hover: hover) and (pointer: fine) {
    #menue_close:hover {
        background-color:#c0fdb8;
    }
}


#menue_button {
    position: absolute;
    background-color: #55a045;
    top: 172px;
    left: 100px;
    height: 40px;
    width: 100px;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1a4212;
    font-size: 20px;
    cursor: default;
}
@media(hover: hover) and (pointer: fine) {
    #menue_button:hover{
        background-color: #7c6;
        box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.25), 0 0px 20px 0 #77cc6633;
    }
}


#tabellen_container .flagge {
    width:20px;
    min-width:20px;
    padding-left:2px;
    border-right:0px;
}
#spieler1 , #spieler2 , #spieler3 {
    border-left:0px;
}
.flagge img {
    height: 14px;
    vertical-align: middle;
}
#flagge1 {
    cursor: pointer;
}
#chat_container {
    position: absolute;
    width: 170px;
    height: 180px;
    top: 50px;
    margin-left: 830px;
    background-color: #1a42128a;
    border-radius: 10px;
}
#chat_unten {
    height:30px;
    width: 160px;
    margin:5px;
    /*background-color: red;*/
    display: flex;
    align-items: center;
    justify-content: center;
    border-top: 2px solid #418034;
    padding-top: 2px;
}
#chat_oben {
    width: 160px;
    height: 130px;
    margin: 0px;
    margin-top: 3px;
    margin-left: 10px;
    margin-bottom:10px;
    /* background-color: green; */
    border-top-right-radius: 7px;
    border-top-left-radius: 7px;
    overflow: auto;
    scroll-behavior: smooth;
    overflow-x: hidden;
}
.emoji {
    font-size: 18px;
    margin:0px;
    cursor:pointer;
    border-radius:5px;
    padding:2px;
    display: flex;
    align-items: center;
    justify-content: center;
     -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
@media(hover: hover) and (pointer: fine) {
    .emoji:hover {
        background-color:#418034;
    }
}
#cookie_disclaimer {
    position: fixed;
    left: 0px;
    bottom:0px;
    height:100px;
    width:100%;
    min-width:1040px;
    background-color: #7c6;
    z-index: 3;
}
.cookie_text {
    font-size: 20px;
    color:#2c6321;
    margin-left: 30px;
}
.cookie_button {
    width:140px;
    height:50px;
    background-color: #c0fdb8;
    border-radius: 10px;
    position: fixed;
    right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    color:#2c6321;
    cursor: pointer;
    font-size: 20px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 20px 0 rgba(0, 0, 0, 0.15);
    pointer-events: auto;
}
@media(hover: hover) and (pointer: fine) {
    .cookie_button:hover {
        background-color:#ddffd8;
    }
}
#cookie_overlay {
    position:fixed;
    width:100%;
    min-width:1040px;
    height:100%;
    background-color: #2f442aa6;
    z-index:2;
    top:0px;
    bottom:0px;
    left:0px;
    right:0px;
    /*pointer-events: none;*/
    display:block;
}
#cookie_inner {
    display: flex;
    align-items: center;
    height:100%;
    width:100%;
}
#impressum {
    position:fixed;
    width:100%;
    bottom:0px;
    margin-bottom:10px;
}
#impressum a {
    color:#55a045;
}
.flagge_auswahl {
    vertical-align: middle;
    height:12px;
}
#flaggen_tabelle {
    border:0px solid;
}
#flaggen_tabelle td {
    border:0px solid;
    color:#1a4212;
    text-align: left;
    font-size: 12px;
    vertical-align: middle;
}
@media(hover: hover) and (pointer: fine) {
    .flagge_auswahl_text:hover {
        background-color:#60af50;
        cursor: pointer;
    }
}
#alert_window .alert_content_flaggen {
    overflow: auto;
    height: 220px;
    align-items:baseline;
}
#cache_tabelle {
    margin-top: 500px;
}
.karten_stil {
    width:80%;
    background-color: #86dc75;
}
.karten_stil_aktiv {
    background-color:#c0fdb8;
}
@media(hover: hover) and (pointer: fine) {
    .karten_stil_aktiv:hover {
        background-color:#c0fdb8;
    }
}