table.Kalender {
    text-align: center;
}
    table.Kalender caption { 
        text-align: center;
        background: white;
        height: 40px;
        color: black;        
    }
    table.Kalender th { 
        border: 1px solid grey; 
        text-align: center;
        height:20px;
        line-height:20px;
        font-weight: bold;
    }
    table.Kalender td { 
        border: 1px solid grey; 
        width: 260px; /*   */
    }
    table.Kalender td.AndererMonat { 
        border: 1px solid grey; 
        color: silver;
        width: 260px; 
    }
    table.Kalender td.Heute { 
        border: 1px solid grey; 
        color: red;
        width: 260px; 
    }
    table.Kalender tbody tr:hover {
        border: 1px solid grey; 
        background: #dddddd;
        color: black;
}    





/*
 * CSS3 Treeview. No JavaScript
 * @version 1.0
 * @author Martin Ivanov
 * @url developer's website: http://wemakesites.net/
 * @url developer's twitter: https://twitter.com/#!/wemakesitesnet
 * @url developer's blog http://acidmartin.wordpress.com/
 **/
 
/*
 * This solution works with all modern browsers and Internet Explorer 9+. 
 * If you are interested in purchasing a JavaScript enabler for IE8 
 * for the CSS3 Treeview, please, check this link:
 * http://experiments.wemakesites.net/miscellaneous/acidjs-css3-treeview/
 **/
 
.css-treeview ul,
.css-treeview li
{
    padding: 0;
    margin: 0;
    list-style: none;
}
 
.css-treeview input
{
    position: absolute;
    opacity: 0;
}
 
.css-treeview
{
    font: normal 11px "Segoe UI", Arial, Sans-serif;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
 
.css-treeview a
{
    color: #00f;
    text-decoration: none;
}
 
.css-treeview a:hover
{
    text-decoration: underline;
}
 
.css-treeview input + label + ul
{
    margin: 0 0 0 22px;
}
 
.css-treeview input ~ ul
{
    display: none;
}
 
.css-treeview label,
.css-treeview label::before
{
    cursor: pointer;
}
 
.css-treeview input:disabled + label
{
    cursor: default;
    opacity: .6;
}
 
.css-treeview input:checked:not(:disabled) ~ ul
{
    display: block;
}
 
.css-treeview label,
.css-treeview label::before
{
    background: url("../pages/css3-treeview/example/icons.png") no-repeat;
}
 
.css-treeview label,
.css-treeview a,
.css-treeview label::before
{
    display: inline-block;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
}
 
.css-treeview label
{
    background-position: 18px 0;
}
 
.css-treeview label::before
{
    content: "";
    width: 16px;
    margin: 0 22px 0 0;
    vertical-align: middle;
    background-position: 0 -32px;
}
 
.css-treeview input:checked + label::before
{
    background-position: 0 -16px;
}
 
/* webkit adjacent element selector bugfix */
@media screen and (-webkit-min-device-pixel-ratio:0)
{
    .css-treeview 
    {
        -webkit-animation: webkit-adjacent-element-selector-bugfix infinite 1s;
    }
 
    @-webkit-keyframes webkit-adjacent-element-selector-bugfix 
    {
        from 
        { 
            padding: 0;
        } 
        to 
        { 
            padding: 0;
        }
    }
}

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, white, whitesmoke);
}
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;
}

.MeinDiv {
    margin-left: 50px;
    width: 800px;
    background-color: whitesmoke;
}
table.einfach {
        border: 1px solid grey;
        border-collapse: collapse; 
}
    table.einfach td { 
        border: 1px solid grey;
        padding: 6px; 
}
    table.einfach th { 
        border: 1px solid grey;
        padding: 6px; 
}


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*/
    }
	table.listrec td:nth-child(2) {
                text-align: left;
	}
	table.listrec td:nth-child(3) {
                text-align: right;
	}
	table.listrec td:nth-child(4) {
                text-align: center;
	}
    table.listrec tbody tr:hover {
        background: #dddddd;
        color: black;
}    

table.listrec1    { 
        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.listrec1 th { 
        border: 1px solid grey; 
        padding: 3px; 
        text-align: center;
}
    table.listrec1 td { 
        border: 1px solid grey;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        max-width: 750px; /* Wird gebraucht, damit manch langer link umgebrochen wird - keine Ahnung warum, aber das ist unabdingbar*/
    }
        div.geschrumpftAberWaechstMitHover { /*DIV wird nur gebraucht, weil first-child im th auch die Zelle Jas schrumpfen würde - keine Ahnung warum. . . */
            font-size: 2px;
        }
        div.geschrumpftAberWaechstMitHover:hover {
            font-size: 15px;
        }
        table.listrec1 td:first-child {
                font-size: 2px;
        }
     	table.listrec1 td:first-child:hover {
                font-size: 15px;
        }
	table.listrec1 td:nth-child(3) {
                text-align: right;
	}
	table.listrec1 td:nth-child(4) {
                text-align: center;
	}
	table.listrec1 td:nth-child(5) { /* Ja Stimmen */
                text-align: center;
	}
	table.listrec1 td:nth-child(6) { /* Nein Stimmen */
                text-align: center;
	}
	table.listrec1 td:nth-child(7) { /* Eingabe Datum */
                text-align: center;
	}
    table.listrec1 tbody tr:hover {
        background: #dddddd;
        color: black;
}    


table.TabelleZoomInAdminUserIdentifikation    { 
        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.TabelleZoomInAdminUserIdentifikation th { 
        border: 1px solid grey; 
        padding: 3px; 
        text-align: center;
        font-size: 10px;
    }
    table.TabelleZoomInAdminUserIdentifikation td { 
        border: 1px solid grey;
        padding-top: 0px;
        padding-bottom: 0px;
        padding-left: 3px;
        padding-right: 3px;
        font-size: 10px;
        /*max-width: 650px; /* Wird gebraucht, damit manch langer link umgebrochen wird - keine Ahnung warum, aber das ist unabdingbar */
    }
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(2):hover {
                font-size: 15px;
	}
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(3):hover {
                font-size: 15px;
	}
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(4):hover {
                font-size: 15px;
	}
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(5):hover {
                font-size: 15px;
	}
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(8):hover {
                font-size: 15px;
	}
	table.TabelleZoomInAdminUserIdentifikation td:nth-child(9) {
                font-size: 15px;
                width: 50%;
	}
    table.TabelleZoomInAdminUserIdentifikation tbody tr:hover {
        background: #dddddd;
        color: black;
}    



@media screen and (max-width: 42em) {
	table.listrec thead {
            font-size: 10px;
	}
        div.geschrumpftAberWaechstMitHover { /*DIV wird nur gebraucht, weil first-child im th auch die Zelle Jas schrumpfen würde - keine Ahnung warum. . . */
            font-size: 2px;
        }
        div.geschrumpftAberWaechstMitHover: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: #dddddd;
    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;
}

textarea.MeineTextareaInAdminUserIdentifikation {
    height: 1.5em;
    font-size: 1em;
}
textarea.MeineTextareaInAdminUserIdentifikation2 {
    height: 1.5em;
    font-size: 1em;
    background-color: whitesmoke;
}

/* 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;
}
*/



.jumbotron {
  padding-top: 10px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  color: inherit;
  background-color: #eee;
}

.navbar {
	margin-bottom: 0px;
}

.navbar-inverse .navbar-brand {
	font-size: 2em;
	color: #fff;
}

.navbar-inverse .navbar-brand:hover {
	color: #ccc;
}

.navbar-brand .logo {
	color: #5cb85c;
}

.container {
        margin-left: 25px;
    	margin-top: 2px;
}

.registration-form {
	max-width: 600px;
	margin: 0 auto;
}

.small-container-500 {
	max-width: 500px;
  	padding: 15px;
  	margin: 0 auto;
}

.small-container-330 {
  max-width: 330px;
  padding: 15px;
  margin: 0 auto;
}


.small-container .small-container-heading,
.small-container .checkbox {
  margin-bottom: 10px;
}
.small-container .checkbox {
  font-weight: normal;
}
.small-container .form-control {
  position: relative;
  height: auto;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px;
  font-size: 16px;
}
.small-container .form-control:focus {
  z-index: 2;
}

/* Signin */
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.login td {
    padding-right: 2px;
    padding-left: 2px;
}

.login {
	color: #fff;
}

table.PersönlicherKontakt    { 
        border-collapse: collapse; 
        font-size: 18px;
        margin-bottom: 20px;
}
    table.PersönlicherKontakt th { 
        border: 1px solid grey; 
        padding: 0cm 0.1cm 0cm 0.1cm; 
    }
    table.PersönlicherKontakt td { 
        border: 1px solid grey;
        padding:  0cm 0.1cm 0cm 0.1cm; 
    }
