html{
  height: 100%;
}
body.MeinBody {
   font-family: sans-serif; /* !important überschreibt die Bootstrap Eigenschaften*/
   font-size: 12pt;
   color: black;
   background-color: whitesmoke;
   margin: 0;
   height: 100%;
}

div.farbverlauf {
    background: linear-gradient(90deg, #ffff99, orange);
}
div.farbverlaufInWillkommen {
    background: linear-gradient(90deg, #66bb00, green);
}

span.unsichtbar {
    display: none;
}
span.sichtbar {
    display: inline;
}


#Liste {
    height: 90%;
}
#ScrollDiv { 
    border: 3px;    
    margin: 10px;
    width: 99%;
    height: 80%;
    overflow-y: auto;
}

table.MailingListe    { 
        /* border: 1px solid black; */
        border-collapse: collapse; 
        word-wrap: break-word; /* Wird gebraucht, damit manch langer link umgebrochen wird - reicht aber nicht aus*/
        white-space: normal; /* Wird evtl. auch gebraucht, damit manch langer link umgebrochen wird - reocjt aber aicj nicht */
}
    table.MailingListe th { 
        border: 1px solid grey; 
        padding: 3px; 
        text-align: center;
    }
    table.MailingListe td { 
        border: 1px solid grey;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        max-width: 650px /* Wird gebraucht, damit manch langer link umgebrochen wird - keine Ahnung warum, aber das ist unabdingbar*/
    }
    table.MailingListe tbody tr:hover {
        background: #eeeeee;
        color: black;
}    



 

table.listrec    { 
        width: 100%; 
        /* border: 1px solid black; */
        border-collapse: collapse; 
        word-wrap: break-word; /* Wird gebraucht, damit manch langer link umgebrochen wird - reicht aber nicht aus*/
        white-space: normal; /* Wird evtl. auch gebraucht, damit manch langer link umgebrochen wird - reocjt aber aicj nicht */
}
    table.listrec th { 
        border: 1px solid grey; 
        padding: 3px; 
        text-align: center;
    }
    table.listrec td { 
        border: 1px solid grey;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        max-width: 650px; /* Wird gebraucht, damit manch langer link umgebrochen wird - keine Ahnung warum, aber das ist unabdingbar*/
    }
        div.geschrumpftAberW�chstMitHover { /*DIV wird nur gebraucht, weil first-child im th auch die Zelle Jas schrumpfen w�rde - keine Ahnung warum. . . */
            font-size: 2px;
        }
        div.geschrumpftAberW�chstMitHover:hover {
            font-size: 15px;
        }
        table.listrec td:first-child {
                font-size: 2px;
        }
     	table.listrec td:first-child:hover {
                font-size: 15px;
        }
	table.listrec td:nth-child(3) {
                text-align: right;
	}
	table.listrec td:nth-child(4) {
                text-align: right;
	}
	table.listrec td:nth-child(5) {
                text-align: center;
	}
    table.listrec tbody tr:hover {
        background: #dddddd;
        color: black;
}    

@media screen and (max-width: 42em) {
	table.listrec thead {
            font-size: 10px;
	}
        div.geschrumpftAberW�chstMitHover { /*DIV wird nur gebraucht, weil first-child im th auch die Zelle Jas schrumpfen w�rde - keine Ahnung warum. . . */
            font-size: 2px;
        }
        div.geschrumpftAberW�chstMitHover:hover {
            font-size: 10px;
        }
	table.listrec th:nth-child(4) {
                font-size: 2px;
	}
	table.listrec th:nth-child(4):hover {
                font-size: 10px;
	}
     	table.listrec td:first-child {
                font-size: 1px;
        }
     	table.listrec td:first-child:hover {
                font-size: 15px;
        }
	table.listrec td:nth-child(3) {
                font-size: 10px;
	}
	table.listrec td:nth-child(3):hover {
                font-size: 15px;
	}
	table.listrec td:nth-child(4) {
                font-size: 10px;
	}
	table.listrec td:nth-child(4):hover {
                font-size: 15px;
	}
	table.listrec td:nth-child(5) {
            max-width: 15px;
            max-height: 10px;
            font-size: 1px;
	}
	table.listrec td:nth-child(5):hover {
            max-width: 100%;
            max-height: 50px;
            font-size: 15px;
	}
	table.listrec td:nth-child(6) {
                font-size: 10px;
	}
	table.listrec td:nth-child(6):hover {
                font-size: 15px;
	}
	table.listrec td:nth-child(7) {
		text-align: right;
                font-size: 10px;
	}
	table.listrec td:nth-child(7):hover {
		text-align: right;
                font-size: 15px;
	}
}




table.listSuche    { 
        width: 100%; 
        /* border: 1px solid black; */
        border-collapse: collapse; 
        word-wrap: break-word; /* Wird gebraucht, damit manch langer link umgebrochen wird - reicht aber nicht aus*/
        white-space: normal; /* Wird evtl. auch gebraucht, damit manch langer link umgebrochen wird - reocjt aber aicj nicht */
}
    table.listSuche th { 
        border: 1px solid grey; 
        padding: 3px; 
        text-align: center;
    }
    table.listSuche td { 
        border: 1px solid grey;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        max-width: 650px; /* Wird gebraucht, damit manch langer link umgebrochen wird - keine Ahnung warum, aber das ist unabdingbar*/
    }
	table.listSuche td:nth-child(3) {
                text-align: right;
	}
	table.listSuche td:nth-child(4) {
                text-align: right;
	}
	table.listSuche td:nth-child(5) {
                text-align: center;
	}
    table.listSuche tbody tr:hover {
        background: #dddddd;
        color: black;
}    

@media screen and (max-width: 42em) {
	table.listSuche thead {
            font-size: 10px;
	}
     	table.listSuche td:first-child {
                font-size: 10px;
                text-align: center;
        }
     	table.listSuche td:first-child:hover {
                font-size: 15px;
                text-align: center;
        }
	table.listSuche th:nth-child(2) {
                font-size: 15px;
	}
	table.listSuche th:nth-child(3) {
                font-size: 2px;
	}
	table.listSuche th:nth-child(3):hover {
                font-size: 10px;
	}
	table.listSuche td:nth-child(3) {
                font-size: 2px;
	}
	table.listSuche td:nth-child(3):hover {
                font-size: 10px;
	}
	table.listSuche th:nth-child(4) {
                font-size: 2px;
	}
	table.listSuche th:nth-child(4):hover {
                font-size: 10px;
	}
	table.listSuche td:nth-child(4) {
                font-size: 2px;
	}
	table.listSuche td:nth-child(4):hover {
                font-size: 10px;
	}
	table.listSuche th:nth-child(5) {
                font-size: 2px;
	}
	table.listSuche th:nth-child(5):hover {
                font-size: 10px;
	}
	table.listSuche td:nth-child(5) {
            max-width: 15px;
            max-height: 10px;
            font-size: 1px;
	}
	table.listSuche td:nth-child(5):hover {
            max-width: 100%;
            max-height: 50px;
            font-size: 10px;
	}
	table.listSuche th:nth-child(6) {
                font-size: 2px;
	}
	table.listSuche th:nth-child(6):hover {
                font-size: 10px;
	}
	table.listSuche td:nth-child(6) {
                font-size: 2px;
	}
	table.listSuche td:nth-child(6):hover {
                font-size: 10px;
	}
	table.listSuche td:nth-child(7) {
		text-align: center;
                font-size: 10px;
	}
	table.listSuche td:nth-child(7):hover {
		text-align: center;
                font-size: 15px;
	}
}





table th td {
    border: 1px black; 
}

a {
    color: #0000FF; 
    text-decoration: none;
}

a:hover {
    text-decoration: aqua;
    border: aqua;
}
a.myHeaderNav {
    font-size: 20px;
}
a.myHeaderNav:hover {
    color: whitesmoke !important;
}
a.MeinA {
    font-size: 14px;
    color:  chocolate;
    text-decoration: none;
}
a.MeinA:hover {
    color: whitesmoke;
    border: aqua;
}
h2.myHeaderTitel {
    margin-top: 10px;
    color: #555555 !important;
}
h2.myHeaderTitel:hover {
    color: gray !important;    
}
.login td {
    border: 1px;
}

.MeinButton {
	background: transparent !important;
	color: blue !important;
	border: 1px solid white !important;
        font-size: 12pt !important;
}
.MeinButtonRot {
	background: transparent !important;
	color: red !important;
	border: 1px solid white !important;
        font-size: 12pt !important;
}
MeinButton2 {
    font-size: 10pt !important;
}

.MeinInput {
    font-size: 10pt;
}

.MeinSelect {
    font-size: 10pt;
}

/* permanent-marker-regular - latin */
@font-face {
  font-family: 'Permanent Marker';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/permanent-marker-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Permanent Marker Regular'), local('PermanentMarker-Regular'),
       url('../fonts/permanent-marker-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/permanent-marker-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/permanent-marker-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/permanent-marker-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/permanent-marker-v7-latin-regular.svg#PermanentMarker') format('svg'); /* Legacy iOS */
}


/* josefin-sans-regular - latin */
@font-face {
  font-family: 'Josefin Sans';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/josefin-sans-v12-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Josefin Sans Regular'), local('JosefinSans-Regular'),
       url('../fonts/josefin-sans-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../fonts/josefin-sans-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../fonts/josefin-sans-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../fonts/josefin-sans-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../fonts/josefin-sans-v12-latin-regular.svg#JosefinSans') format('svg'); /* Legacy iOS */
}


/* Folgendes wird nicht genutzt, so w�rde es aber gehen. . . 
.MeinButton:hover, MeinButton:active {
	outline: none;
	background: red;
	color: darkblue;
}
*/