    #text-1,
    #currency-1 {
        height: 0px;
        overflow: hidden;
    }

    .post-password-form {
        max-width: 800px;
        margin: 200px auto;
        padding: 0 30px;
    }

    #textarea-1 {


        /*m ax-height: 2ch;*/
        overflow: hidden;
        /*paddi ng-bottom: 1000px;*/
    }


    .warnung {

        background: #ccc;
        width: 800px;
        border-radius: 10px;
        text-overflow: ellipsis;
        box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
        color: #ff2600;
        padding: 20px;
        margin: 20px;

    }


    /*//////////////////////////////////////////////////////////////////
[ Table ]*/

    .limiter {

        width: 100%;
        margin: 0 auto;
    }

    .container-table100 {

        width: 100%;
        min-height: 10vh;


        display: -webkit-box;
        /* display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        flex-wrap: wrap; */

        align-items: center;
        justify-content: center;
        
        padding: 10px 10px;
    }

    .wrap-table100 {

        width: 100%;
        overflow-x: auto;
    }



    table td,
    table th {

        padding-left: 2ch;
        text-align: left;

        /*pad ding-right: 10px;*/
    }

    table thead tr {

        height: 60px;
        background: #95d1ff;
    }

    table tbody tr {

        height: 50px;
        font-size: 16px;
        color: #808080;
        line-height: 1.2;
        /*font-weight: unset;*/
    }

    tbody tr:nth-child(even) {

        background-color: #f5f5f5;
    }

    tbody tr:nth-child(odd) {

        background-color: #f5f5dd;
    }



    .tabelle,   /* Anmeldung */
    .tabelle2,  /* Nachrücker */
    .turnier {  /* Turnier-Liste */

        border-spacing: 1;
        border-collapse: collapse;
        border-radius: 10px;
        overflow: hidden;
        width: 100%;
        margin: 0 auto;
        position: relative;
    }

    .tabelle,
    .tabelle2,
    .turnier * {
        position: relative;
    }


    #punkteTab {    /* Tabelle mit den Punkten eines Turniers */

        /*  ! diese werte werden benötigt, um oben die Rundung anzeigen zu können, dann ist aber der Rahmen (beim Speichern) nicht mehr sichtbar!

        border-collapse: separate !important;
        border-spacing: 0;
        overflow:hidden ;

        */

        border-collapse: collapse;

        

        border-radius: 15px;
        width: 100%;

        /*border-collapse: separate !important;*/
        /*border-collapse: collapse;*/
        /*border-spacing: 1px;*/
        /*border: 5px solid #6af;*/



    }

    #punkteTab tr {

        /*border-radius: 100px;*/
        /*border: 1px solid red;*/
    }


    #punkteTab tbody td {

        padding: 1ch 1ch 1ch 2ch;


        /*border-radius: 100px;*/
        /*border: 1px solid red;*/
    }


    #punkteTab tbody td:last-child {

        border: 1px;
        /*text-align: center;*/
        /*border-radius: 10px;*/
    }

    #punkteTab tbody td:first-child {

        border: 1px;
        padding-left: 2ch;
        /*text-align: center;*/
        /*border-radius: 10px;*/
    }


    .tabelle2 thead tr {
        height: 60px;
        background: #ccc;
    }


    .tabelle,
    .tabelle2,
    .turnier tbody tr:last-child {
        border: 0px;
    }




    @media screen and (max-width: 992px) {

        .euro span {
            display: none;
        }

        .euro:after {
            content: "€";
            /*pa dding: 1ch;*/
        }

        .turnier tr td,
        .tabelle tr td {

            padding: 1ch;
            text-align: center;
            font-size: 14px;


        }

        .turnier th,
        .tabelle th {

            padding: 1ch;
            text-align: center;
        }

        

    }


    /*//////////////////////////////////////////////////////////////////
    [ Table ]*/



    
    td input{   /* Editierung von Punkten */

        

		font-size:15px;
		color: #c00;
		line-height:100%;
		font-weight: unset;
		left:-1ch;
        margin-left:  -1ch;
        margin-right: 0ch;
        /*margin: 0ch 0ch 0ch -1ch;*/

		border: 1px solid #06f;
		border-radius: 10px;
		padding: 6px 1ch 6px 1ch;
	}

    #punkteTab tbody td:last-child input{   /* Input für die letzte Spalte mit den Gesamtpunkten */
        /*text-align: center;*/
    }

    #punkteTab td:first-child {

        cursor:move;

    }

    .highlights{


        border: solid #4254ff  1px;
        
    }

    .sort-placeholder
{
    width:                      100%;
    border:                     1px dashed blue;
    zoutline: 2px dotted white;
    background-color:           #0e0d0d;
    background: #0e0d0d;
    margin:                     8px;
}

.sort-placeholder td{

    background: linear-gradient(0deg, #ffffff83 0%, #fff 1%, #e3f4ff 100%) !important;


}



.drag{

    outline: 2px dotted rgb(0, 36, 0);
    border: 1px dashed rgb(255, 245, 245);
    width: 100%;
    zheight: 40px;

}

.drag td{

    zwidth: 100%;
    padding: 1ch 1ch 1ch 2ch;
    padding-left: 2ch;

}

.drag td:nth-child(2), .drag td:nth-child(3){

    width:250px;

    text-align: left;
}
.drag td:nth-child(1){

    width: 80px;
}