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, greenyellow, green);
}
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*/
    }
        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: #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;
}

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



/* Ab hier kam es von style.css, das ich abgeschafft hab - die Inhalte dafür hier reinkopiert */
.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; 
}



.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; 
    }
    
/* Bis hier kam es von style.css, das ich abgeschafft hab - die Inhalte dafür hier reinkopiert */
    
