/* ************************************************************************************************* */
/* Ein Wrapper ist in der Regel ein Div-Container, der dafür da ist,                                 */
/* eine Webseite zu zentrieren und eine bestimmte Webseitengrösse zu bestimmen.                      */
/*                                                                                                   */
.KeepCat {
	margin-bottom: 20px; 
	text-align: center; 
	font-family: 'Concert One', cursive; 
	text-shadow: 20px 15px 10px #aaa; 
	color: #642b20; 
	font-size: 120px;
}
.VP-full {
}
.wrap {
    margin: 0 auto 0 1%;
	max-width: 1200px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
section, article, header {
	display: block;
	float: left;
	width: 100%;
}
.KCLogo {
	display: block;
}
.LoginwrapLeft {
	float: left;
	width: 45%;
}
.LoginwrapRight {
	padding-left: 2%;
	float: left;
	width: 50%;
}
.W100 {
	width: 100%;
}
.Kontakt_left {
}
.W045_100 {
	width: 45%;
}
.W050_100 {
	width: 50%;
}
.KCBeitraege {
	width: calc(60% - 40px) !important; 
	margin-left: 20%;
}
.ContentBeitraege {
	position: relative;
    float: left;
 	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    padding: 10px;
}
.KCAnfahrtshilfe {
	width: 50%;
}
.IMFR {
	float: right;
}
.IMFL {
	float: left;
}

/* ---------------------------------------------------------- */
.TextGedreht {
    -moz-transform: rotate(-10deg);
    -webkit-transform: rotate(-10deg);
    -o-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.postit{
	position:absolute;
	left:10%;
	top:8%;
	/* background: transparent url(postit.png) no-repeat 0 0; */
}
.postittext {
	border-radius: 15px;
    background-color: rgba(255, 255, 255, 0.5);
    text-shadow:	0 0 5px white, 
					0 0 10px white, 
					0 0 20px rgba(165, 176, 251, 0), 
					0 0 40px rgba(176, 184, 241, 0), 
					0 0 60px rgba(174, 191, 255, 0), 
					0 0 90px #0d0906, 
					0 0 120px #0d0906, 
					0 0 160px rgba(142, 166, 255, 0);
}
.postittext_boxshadow_sichtbar {
    box-shadow: 0px 0px 25px 10px #0d0906;
}
.postittext_boxshadow_unsichtbar {
	box-shadow: 0px 0px 25px 10px #0d0906;
}
.dim{
	width:228px;
	height:228px;
}
.padding{
	padding:2%;
}
.PostItSize {
	font-size: 40px;
}
/* ---------------------------------------------------------- */
sub_h1 {
    color: #4b4b4b;
    font-family: 'Quicksand';
    font-size: 30px;
    line-height: 48px;
    vertical-align: middle;
}
.Padd002 {
	padding-left: 0%;
}
.W034 {
	width: 34%;
}
.W064 {
	width: 64%;
}
.KCNeon04 {
    font-family: 'Quicksand';
    font-size: 25px;
    font-weight: bold;
    font-style: italic;
    letter-spacing: .1em;
    color: #555555;
    margin: 5px 0 0 0;
	text-shadow: 0 0 5px white, 
		0 0 10px white, 
		0 0 20px rgba(165, 176, 251, 0), 
		0 0 40px rgba(176, 184, 241, 0), 
		0 0 60px rgba(174, 191, 255, 0), 
		0 0 90px #a2ddff, 0 0 120px #b9d4fd, 
		0 0 160px rgba(142, 166, 255, 0);
 }
.btn_3D_001:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #ff9900;
    box-shadow: 0px 0px 25px 10px #ff9900;
}
.btn_3D_001 {
	-webkit-box-shadow: 0px 0px 15px 5px #ffe7a2;
	box-shadow: 0px 0px 15px 5px #ffe7a2;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_002:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #ff9900;
    box-shadow: 0px 0px 25px 10px #ff9900;
}
.btn_3D_002{
	-webkit-box-shadow: 0px 0px 15px 5px #ffe7a2;
	box-shadow: 0px 0px 15px 5px #ffe7a2;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_023:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #8fe13d;
    box-shadow: 0px 0px 25px 10px #8fe13d;
}
.btn_3D_023{
	-webkit-box-shadow: 0px 0px 15px 5px #deffbd;
	box-shadow: 0px 0px 15px 5px #deffbd;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_022:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #3ea562;
    box-shadow: 0px 0px 25px 10px #3ea562;
}
.btn_3D_022{
	-webkit-box-shadow: 0px 0px 15px 5px #3ea562;
	box-shadow: 0px 0px 15px 5px #3ea562;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_003:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #298A08;
    box-shadow: 0px 0px 25px 10px #298A08;
}
.btn_3D_003{
	-webkit-box-shadow: 0px 0px 15px 5px #298A08;
	box-shadow: 0px 0px 15px 5px #298A08;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_004:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #ffc65f;
    box-shadow: 0px 0px 25px 10px #ffc65f;
}
.btn_3D_004{
	-webkit-box-shadow: 0px 0px 15px 5px #ffc65f;
	box-shadow: 0px 0px 15px 5px #ffc65f;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_012:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #949494;
    box-shadow: 0px 0px 25px 10px #949494;
}
.btn_3D_012{
	-webkit-box-shadow: 0px 0px 15px 5px #d8d8d8;
	box-shadow: 0px 0px 15px 5px #d8d8d8;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(84, 39, 0);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 89%;
	height: 40px;
	margin-top: 20px;
} 
.btn_Gallery {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: #d45a00 !important;
	background-color: rgb(0,21,251);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 89%;
	height: 40px;
	margin-top: 20px;
} 
.btn:hover {
    background-color:#001d1b;
    color:#D95C1B !important;
}
div.StartSeiteBox {
	width: 60%;
}
div.StartSeiteBoxZeilen {
	width: 45%;
}
input {
    padding:2%;
    font-family:Quicksand;
    font-size:16px;
    width:91%;
    /* margin-bottom:24px; */
    border:1px solid #cecece;
    /* -webkit-appearance:none; */
}

textarea {
    font-family:Quicksand;
    width:91%;
    max-width:94%;
    padding:2%;
    /* margin:0px; */
    border:1px solid #cecece;
    margin-right:22px;
    margin-top:12px;
    /* margin-bottom:12px; */
    -webkit-appearance:none;
    /* float:right; */
}
div.table {
	display:table;
}

div.tr {
	display:table-row;
}
div.td { 
	display:table-cell; 
}
div.tcg { 
	display:table-column-group; 
}
.td.trspan {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100px;
}
.FL {
	float:left;
}
.FR {
	float:right;
}
.FormSpalteLinks02 {
	font-size: 14px;
	width: 35%;
	height: 100%;
	margin: 0 0 0 20px;
}
.FormSpalteDatumZeit {
	font-size: 18px;
	padding: 5px;
}
.FormSpalteText {
	width: 100%;
    padding: 5px;
}
.FormSpalteTextNav01 {
	width: 12%;
}
.FormSpalteTextNav02 {
	width: 98%;
}
.FormSpalteTextNav03 {
	width: 98%;
}
.ButtonDrittel {
	width: 32%;
}
.ButtonHaelfte {
	width: 50%;
}
.toggle label {
	position: relative;
	display: inline-block;
	width: 10em;
	height: 3.5em;
}
/* ################################################################## */
/* ## */
.custom-file-input-foto::-webkit-file-upload-button {
  visibility: hidden;
} 
.custom-file-input-foto::before {
  content: 'Wähle ein Foto';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #298a08);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-foto:hover::before {
  border-color: black;
}
.custom-file-input-foto:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */
/* ## */
.custom-file-input-kuerzel::-webkit-file-upload-button {
  visibility: hidden;
} 
.custom-file-input-kuerzel::before {
  content: '';
  display: inline-block;
  background: rgb(84, 39, 0);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 5px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
}
.custom-file-input-kuerzel:hover::before {
  border-color: black;
}
.custom-file-input-kuerzel:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */
/* ## */
.custom-file-input-foto-new::-webkit-file-upload-button {
  visibility: hidden;
} 
.custom-file-input-foto-new::before {
  content: 'Wähle ein Foto';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #f19c1c);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-foto-new:hover::before {
  border-color: black;
}
.custom-file-input-foto-new:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */
/* ## */
.custom-file-input-video::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input-video::before {
  content: 'Wähle ein Video';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #298a08);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-video:hover::before {
  border-color: black;
}
.custom-file-input-video:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */
/* ## */
.custom-file-input-video-new::-webkit-file-upload-button {
  visibility: hidden;
}
.custom-file-input-video-new::before {
  content: 'Wähle ein Video';
  display: inline-block;
  background: -webkit-linear-gradient(top, #f9f9f9, #f19c1c);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-video-new:hover::before {
  border-color: black;
}
.custom-file-input-video-new:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */



section {
	height: 500px;
	margin: 50px 0 0 0;
}

aside {
	height: 200px;
	float: left;
	margin: 20px 20px 0 0;
	padding: 10px;
	width: 260px;
	-webkit-transition: all 2s;
	/* für Safari 5.1, Android 2.3 bis 4.3 */
	
	transition: all 2s;
}

aside.rotate {
	background: tomato;
}

aside.rotateX {
	background: skyblue;
}

aside.rotateY {
	background: yellow;
}

aside.rotateZ {
	background: lime;
}

section:hover .eins {
	-webkit-transform: rotate(-10deg);
	/* Chrome, Safari, Opera */
	
	-ms-transform: rotate(-10deg);
	/* IE 9 */
	
	transform: rotate(-10deg);
}
section:hover .rotateX {
	-webkit-transform: rotateX(180deg);
	/* Chrome, Safari, Opera */
	
	-ms-transform: rotateX(180deg);
	/* IE 9 */
	
	transform: rotateX(180deg);
}

section:hover .rotateY {
	-webkit-transform: rotateY(180deg);
	/* Chrome, Safari, Opera */
	
	-ms-transform: rotateY(180deg);
	/* IE 9 */
	
	transform: rotateY(180deg);
}

section:hover .rotateZ {
	-webkit-transform: rotateZ(180deg);
	/* Chrome, Safari, Opera */
	
	-ms-transform: rotateZ(180deg);
	/* IE 9 */
	
	transform: rotateZ(180deg);
}
#VIDEO_upload_process{
   z-index:100;
   position:absolute;
   visibility:hidden;
   text-align:center;
   width:48%;
   margin:0px;
   padding:0px;
   background-color:#fff;
   border:1px solid #ccc;
}
#inhalt h1{line-height:1.4em;}
#inhalt h2{font-size:1.8em;margin-top:1.6em;line-height:1.2em;}
h3{font-size:1.4em;}
#inhalt h3{font-size:1.4em;margin-top:1.4em;}
h1 + h2{margin-top:-0.6em !important}
h2 + h3{margin-top:-0.4em !important}
#inhalt ul,
#inhalt ol,
#inhalt p{margin-bottom:1.4em;line-height:1.7em;}
.keinabstandnachunten{margin-bottom:0 !important;}
#inhalt ul,
#inhalt ol{margin-left:1.4em;}
#inhalt ul{list-style-type:square;}
#inhalt img{max-width:100%;height:auto;}

/* code{color:#0000cc;font-family:monospace;font-weight:bold;font-size:1.2em;padding:0 4px;border:1px solid silver;background-color:#eee;} */

video {
	padding-top: 2%;
	display: block;
	margin: 0 auto;
	width: 100% !IMPORTANT;
    height: auto !IMPORTANT;
}
.KCLine {
	background: linear-gradient(228deg, #003eff, #93adff, #003dff);
	background-size: 600% 600%;

	-webkit-animation: AnimationName 20s ease infinite;
	-moz-animation: AnimationName 20s ease infinite;
	-o-animation: AnimationName 20s ease infinite;
	animation: AnimationName 20s ease infinite;
}

@-webkit-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-moz-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@-o-keyframes AnimationName {
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
@keyframes AnimationName { 
    0%{background-position:0% 50%}
    50%{background-position:100% 50%}
    100%{background-position:0% 50%}
}
.level3-css-all {
	border: 1px solid #fff;
}
.level3-css1 {
	margin: -300px 0 38px 75px !important;
	margin-left: 0px !important;
}
.level3-css8 {
	margin: -38px 0 38px !important;
}
.level3-css9 {
	margin: 0px 0 38px !important;
}
.btn_KCNeu {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(6 169 0);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}

.KCLogoCenter {
	width: 100%;
    height: 200px;
}
.btn_KC {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(84, 39, 0);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}


@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 479px) {
	.KCLogoCenter {
		width: 100%;
		height: 100px;
	}
	.btn_KC {
		font-size: 14px;
	}
}
@media only screen
  and (min-device-width: 480px)
  and (max-device-width: 767px) {
}



.btn_KCDaten {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: black !important;
	background-color: rgb(197, 189, 182);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	margin-top: 20px;
}
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 479px) {
	.btn_KCDaten {
		border: none;
		cursor: pointer;
		font-family: 'Quicksand';
		font-size: 14px;
		text-transform: uppercase;
		color: black !important;
		background-color: rgb(197, 189, 182);
		-webkit-appearance: none;
		padding: 0px;
		display: inline-block;
		text-decoration: none;
		width: 100%;
		height: 40px;
		margin-top: 20px;
	}
}
@media only screen
  and (min-device-width: 480px)
  and (max-device-width: 991px) {
	.btn_KCDaten {
		border: none;
		cursor: pointer;
		font-family: 'Quicksand';
		font-size: 14px;
		text-transform: uppercase;
		color: black !important;
		background-color: rgb(197, 189, 182);
		-webkit-appearance: none;
		padding: 0px;
		display: inline-block;
		text-decoration: none;
		width: 100%;
		height: 40px;
		margin-top: 20px;
	}
}




.btn_Team {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(169, 78, 0);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	/* margin-top: 20px; */
}
.btn_Big {
	height: 48px;
}
.VereinsFeld {
	width: 40%;
}
.btn_Liga {
	margin-left: 32%;
    width: 50%;
    text-align: left;
}
.btn_LigaDetail {
	margin-left: 30%;
    width: 50%;
    text-align: left;
}
.btn_Saison {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(169, 78, 0);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 100%;
	height: 40px;
	/* margin-top: 20px; */
}
.btn_Verein {
	margin-left: 35%;
    width: 50%;
    text-align: left;
}
.btn_NoSaison {
	cursor: auto;
}
.btn_KC_S02 {
	background-color: rgb(181, 84, 0);
}
.btn_KC_S03 {
	background-color: rgb(228, 106, 0);
}
.btn_KC_W049 {
	width: 49%;
}
.btn_KC_W095 {
	width: 95%;
}
.btn_KC_W097 {
	width: 97%;
}
.btn_KC_W100 {
	width: 100%;
}
.btn_KC_ThisDisable {
	/* Button deaktivieren */
	box-shadow: none;
    cursor: unset;
}
.btn_KC_Disable {
	/* Button deaktivieren */
	/* Button ausgrauen */
	box-shadow: none;
    background-color: rgb(214, 214, 214);
    cursor: unset;
}
.btn_KC_MarginKorrektur {
	margin-top: 2%;
	margin-bottom: 2%;
	margin-left: 3%;
}
.btn_KC_MarginKorrektur02 {
	margin-top: 1%;
	margin-bottom: 2%;
	margin-left: 1.5%;
}
.btn_KC_MarginUebersichtKorrektur {
	margin-left: 2%;
    margin-right: 2%;
    height: 60px;
    margin-top: 2%;
    margin-bottom: 2%;
}
.btn_KC_MarginTeamKorrektur {
	margin-top: 1.5%;
	margin-bottom: 1.5%;
	margin-left: 1.5%;
	margin-right: 1.5%;
}
.btn_KC_MarginLigaKorrektur {
	background-color: rgb(169, 78, 0);
}



.custom-file-input-foto::before {
  content: 'Wähle ein Foto';
  /* display: inline-block; */
  background: -webkit-linear-gradient(top, #f9f9f9, #793200);
  border: 1px solid #999;
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  -webkit-user-select: none;
  cursor: pointer;
  text-shadow: 1px 1px #fff;
  font-weight: 700;
  font-size: 10pt;
}
.custom-file-input-foto:hover::before {
  border-color: black;
}
.custom-file-input-foto:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}



.KreisBSRahmen01 {
	border-style: double;
	border-width: thin;
    /* margin-top: 2%; */
    /* padding: 1%; */
	margin-left: -1.5%;
}
.KreisBSBorderUntenKill {
	border-bottom-style: none;
}
.KreisBSBorderObenKill {
	border-top-style: none;
}
.KreisBSListe01 {
	margin-top: 2%;
}
.MGB_Button {
	margin-right: -0.5%;
}
.AdminRahmen01 {
	border-style: double;
	border-width: thin;
}
.AdminNav01 {
	border: black;
    border-style: double;
    width: 5%;
    vertical-align: bottom;
}
.BGC_Admin_Navigation_01 {
	background-color: aliceblue;
}
.ButtonAdminNavigation01 {
	cursor: pointer;
	/* width: 50%; */
	font-family: Montserrat;
}
.Padd_T_001 {
	padding-top: 1%;
}
.Padd_B_001 {
    padding-bottom: 1%;
}
.W_Name {
	width: 15%;
}
.W_Pfad {
	width: 45%;
}
.W_URLa {
	width: 12%;
}
.W_URLh {
	width: 3%;
}
.W_Level {
	width: 2%;
}
.W_Nummer {
	width: 2%;
}
.W_von {
	width: 2%;
}
.W_Unterlevel {
	width: 2%;
}
.W_Button {
	width: 5%;
}


.W_P002 {
	width: 2%;
}
.W_P005 {
	width: 5%;
}
.W_P008 {
	width: 8%;
}
.W_P010 {
	width: 10%;
}
.W_P015 {
	width: 15%;
}
.W_P017 {
	width: 17%;
}
.W_P020 {
	width: 20%;
}
.W_P025 {
	width: 25%;
}
.W_P033 {
	width: 33%;
}
.W_P035 {
	width: 35%;
}
.W_P040 {
	width: 40%;
}
.W_P045 {
	width: 45%;
}
.W_P047 {
	width: 47%;
}
.W_P049 {
	width: 49%;
}
.W_P050 {
	width: 50%;
}


.M0_o {
	font-weight: bold;
}
.M0_m {
	font-weight: bold;
}
.M0_Red {
	font-weight: bold;
    color: #FF0000;
}
.M0_Highlight {
	background-color: rgb(169, 78, 0);
    font-weight: bold;
}
.M1_E {
	padding-left: 1%;
}
.M1_o {
	
}
.M1_m {
	font-weight: bold;
}
.M2_E {
	padding-left: 2%;
}
.M2_o {
	
}

.textareaNav03 { 
    resize: none;
    /* overflow: auto; */
}


.W_Beitraege_01 {
	width: 50%;
	font-weight: bold;
    font-size: larger;
    color: #4D4DFF;
}
.W_Beitraege_02 {
	width: 50%;
	font-weight: bold;
    font-size: larger;
    color: #4D4DFF;
}
.W_Table {
	width: 100%;
	padding-bottom: 2%;
}
.W_Art {
	width: 88%;
}
.W_Euro {
	width: 2%;
}
.W_EuroWert {
	width: 10%;
}
.Align_R {
	text-align: right;
}
.Font_Euro {
	font-family: Courier;
}
.FontBold {
	font-weight: bold;
}
.Trainingzeit {
    /* width: 320px; */
    position: relative;
    /* border: 5px solid red; */
}
.Trainingzeit img{
    display: block;
}
.Trainingzeit span.Ueberschrift {
    /* background-color: silver; */
    /* background-color: hsla(0, 0%, 100%, 0.5); */
    position: absolute;
    top: 17%;
    left: 13%;
    width: 65%;
    /* line-height: 2em; */
    text-align: center;
	font-size: xx-large;
    font-weight: bold;
    transform: rotate(355.8deg);
	color: white;
}
.tdLogo {
	display: table-cell;
}
.IMTabellenKopfPC {
	display: table;
}
.IMTabellenKopfMobile {
	display: none;
}
.Trainingzeit span.Trainingszeiten {
    /* background-color: silver; */
    /* background-color: hsla(0, 0%, 100%, 0.5); */
    position: absolute;
    top: 35%;
    left: 16%;
    width: 65%;
    line-height: 2em;
    text-align: center;
	font-size: large;
    font-weight: bold;
    transform: rotate(355.8deg);
}
.td_va_M {
	vertical-align: middle;
}
.W_001 {
	width: 1%;
}
.W_002 {
	width: 2%;
}
.W_003 {
	width: 3%;
}
.W_004 {
	width: 4%;
}
.W_005 {
	width: 5%;
}
.W_008 {
	width: 8%;
}
.W_010 {
	width: 10%;
}
.W_012 {
	width: 12%;
}
.W_013 {
	width: 13%;
}
.W_015 {
	width: 15%;
}
.W_020 {
	width: 20%;
}
.W_023 {
	width: 23%;
}
.W_025 {
	width: 25%;
}
.W_025px {
	width: 25px;
}
.W_030 {
	width: 30%;
}
.W_035 {
	width: 35%;
}
.W_040 {
	width: 40%;
}
.W_045 {
	width: 45%;
}
.W_050 {
	width: 50%;
}
.W_060 {
	width: 60%;
}
.W_065 {
	width: 65%;
}
.W_075 {
	width: 75%;
}
.W_090 {
	width: 90%;
}
.W_100px {
	width: 100px;
}
.FWidth_038 {
	font-size: 38px;
}
.FWidth_040 {
	font-size: 40px;
}
.FWidth_042 {
	font-size: 42px;
}
.FWidth_044 {
	font-size: 44px;
}
.Logo img{
    display: block;
}
.Logo span.PersonenLogo {
    position: absolute;
    top: 20%;
    left: 45%;
    /* width: 65%; */
    /* line-height: 2em; */
    text-align: left;
	font-size: large;
    font-weight: bold;
}
.Logo span.Person {
    position: absolute;
    text-align: left;
	font-size: large;
    font-weight: bold;
	color: #FFFFFF;
}
.Logo span.PersonenHinweis {
    top: 20%;
    left: 57%;
}
.Logo span.PersonenName {
    top: 55%;
    left: 57%;
}
figure,
figcaption {
	margin: 0;
	padding: 0;
}
figure {
	padding-bottom: 2%;
}
figcaption.Person {
	color: white;
	bottom: 0;
	text-align: left;
	font-weight: bold;
	font-size: x-large;
}
figcaption.PersonenLogo {
	position: absolute;
	bottom: 17%;
	width: 100%;
	text-align: center;
}
figcaption.VereinsLogo {
	position: absolute;
	bottom: 12%;
	left: 15%;
	width: 100%;
	text-align: center;
}
figcaption.FussballDeLogo {
	position: absolute;
	bottom: 28%;
	left:-8%;
	width: 150%;
	text-align: center;
}
figcaption.PersonenHinweis {
	position: absolute;
	left: 64%;
	top: 10%;
	width: 33%;
}
figcaption.PersonenName {
	position: absolute;
	left: 64%;
	top: 60%;
	width: 33%;
}
figcaption.InterneMeisterschaftLogo {
	position: absolute;
	left: 7%;
	bottom: 9%;
	width: 150%;
	text-align: center;
}
figcaption.InterneMeisterschaftDatum {
	position: absolute;
	left: 32.5%;
	top: 10%;
	width: 33%;
	text-align: center;
}
figcaption.InterneMeisterschaftArt {
	position: absolute;
	left: 32.5%;
	top: 38%;
	width: 33%;
	text-align: center;
}
figcaption.InterneMeisterschaftSieger {
	position: absolute;
	left: 32.5%;
	top: 65%;
	width: 33%;
	text-align: center;
}
figure img {
	/* width: 100%; */
	/* display: block; */
}
figure.einzel {
	position: relative;
	display: inline-block;
}
.figcaptionImg {
	width: 22%;
}
.PassiveHistoryDatum {
	font-size: xx-large;
	font-family: monospace;
}
.PassiveHistoryBeschreibung {
	font-size: x-large;
}
.PassiveHistoryAktivitaet {
	font-size: x-large;
}
.PassiveHistoryImgQuer {
	width: 1000px;
}
.PassiveHistoryImgHoch {
	width: 500px;
}
.PassiveHistoryKommentare {
	font-size: x-large;
}
.TC {
	text-align: center;
}
.PT_002 {
	padding-top: 2%;
	padding-bottom: 0%;
}
.TAL {
	text-align: left;
}
.TAC {
	text-align: center;
}
.TAR {
	text-align: right;
}
.TAJ {
	text-align: justify;
}
.W_FS_Zeit {
	width: 15%;
}
.PL002 {
	padding-left: 2%;
}
.jqplot-image-button {
	margin-left: 12%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 10px;
}
.jqplot-image-container-content {
	margin-left: 12%;
    margin-top: 2%;
    margin-bottom: 2%;
    padding: 10px;
}
.jqplot-image-container-header {
	margin-left: 12%;
}
.KCIPListe {
	font-size: 8px;
}
.HExtra1 {
	font-size: x-large;
	font-weight: bold;
}
.BigRahmen01 {
	width: 100%;
    background: aliceblue;
	/* padding-bottom: 5%; */
	border: 1px solid silver;
}
.BigRahmenExtra {
	border: none;
    background: none;
}
.PassivenBerichtZelle01 {
	font-size: large; 
	vertical-align: top; 
	width: 5%; 
	font-weight: bold;
	border: 1px solid silver;
	text-align: right;
    padding: 1%;
}
.PassivenBerichtNr {
	font-size: large; 
	font-weight: bold;
}
.PassivenBerichtZelle02 {
	font-size: large; 
	vertical-align: top; 
	width: 75%;
	border: 1px solid silver;
	padding-bottom: 1%;
}
.PassivenBerichtZelle03 {
	font-size: small; 
	vertical-align: top; 
	text-align: center; 
	/*width: 30%;*/
	border: 1px solid silver;
	padding-top: 1%;
}
.PassivenBerichtTextArea01 {
	margin-top: 0;
    border-style: none;
    background: none;
	margin: 0;
	width: 96%;
	max-width: 100%;
}
.ErsteZeilePassivenBericht {
	background: #9eb3ff;
}
.ErsteZeilePassivenBerichtBold {
	font-weight: bold;
}
.NeueZeilePassivenBericht {
	background: palegreen;
}
.NavText {
	display: block;
    line-height: 25px;
    padding: 0 20px 0 10px;
    font-size: 32px;
    font-family: Quicksand;
    color: #AAAAAA;
	margin-top: 1%;
}
.KCAbteilungOhneRahmen {
	box-shadow: none !important;
}
.KC-book .book-content .capital,
.KC-book .book-content .no-indent{
	text-indent: 0;
}
.KC-book .capital:first-letter {
    display:block;
    float:left;
    font-size: 300%;
    line-height: 70%;
	margin-right: 6px;
	margin-top: 7px;
	margin-left:18px;
}
.PLI01 {
	   margin-left: 20%;
	   float: left;
}
.PLI02 {
	   margin-right: 25%;
	   float: right;
}
.btn_Navigation {
	height: 15px;
    /* margin-top: 10px; */
    /* margin-bottom: 10px; */
    width: 15px;
}
.btn_0oU {
   background-color: #009900;
}
.btn_0mU {
   background-color: #33b240;
}
.btn_1oU {
   background-color: #66cc80;
}
.btn_1mU {
   background-color: #99e6bf;
}
.btn_2oU {
   background-color: #ccffff;
}
.btn_NC {
   background-color: #007bff;
}
.ButtonSecond {
	display: none;
}
.ButtonThird {
	display: none;
}
.DoppelteButton {
  position: relative;
}
.ButtonDoppelt01, .ButtonDoppelt02 {
  width: 100%;
  position: absolute;
}
.ButtonDoppelt01 {
	z-index: 2;
}
.ButtonDoppelt02 {
	z-index: 1;
}
.ButtonDoppeltLeft {
	left: 100%;
}
.ButtonDoppeltTop01 {
	top: 60px;
}
.ButtonDoppeltTop02 {
	top: 150px;
}
.StdOff {
	display: none;
}
.StdOffImportant {
	display: none !important;
}
.BoSty001 {
	border-style: groove;
}
.CenterImg {
	display: block;
    margin-left: auto;
    margin-right: auto;
}
.TableCenter {
    margin-left: auto;
    margin-right: auto;
}
.AjaxLoadGif001 {
	position: absolute; 
	background-color: black; 
	z-index: 9999; 
	background: #FFFFFF url('/09-Tools/09-Grafiken/02-AllgemeineGrafiken/KC-AjaxLoader-01.gif') no-repeat center center;
}
.AjaxLoadGifXXX {
	position: fixed; 
	background-color: black; 
	z-index: 9999; 
	background-color: black; 
	background: #4C3C32 url('/09-Tools/09-Grafiken/02-AllgemeineGrafiken/KC-AjaxLoader-01.gif') no-repeat center center;
}
#loaderX {
	width: 100%;
	height: 100%; 
	text-align: center;
}
.Ueberschrift_001 {
	min-height: auto;
    background-color: rgb(169,78,0);
    padding-left: 2%;
    padding-right: 1.5%;
    box-shadow: 0px 10px 50px rgb(169,78,0);
    border-radius: 5px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: calc(100% - 75px) !important;
}
.Ueberschrift_002 {
	min-height: auto;
    background-color: rgb(6 169 0);
    padding-left: 2%;
    padding-right: 1.5%;
    box-shadow: 0px 10px 50px rgb(6 169 0);
    border-radius: 5px;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
    margin-left: 1.5%;
    margin-right: 1.5%;
    width: calc(100% - 75px) !important;
}
.UeberschriftText_001 {
	color: #ffffff;
    margin-bottom: 0;
}
.table-scrollable {
  width: 100%;
  overflow-y: auto;
  margin: 0 0 1em;
}
.table-scrollable::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-scrollable::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, .3);
}
 .AntiButton {
	display: table-cell;
    border: none;
    background-color: transparent;
    cursor: pointer;
 }
 .ListingArt001 {
    font-family: monospace;
    font-size: xx-large;
 }
 .ListingArt002 {
    font-family: monospace;
    font-size: x-large;
 }
 
 .back-to-top {
	 background: red;
	 position: fixed;
	 bottom: 20px;
	 right: 20px;
	 padding: 1em;
}



/* Styles for the content section */
.content {
	width: 77%;
	margin: 50px auto;
	font-family: 'Merriweather', serif;
	font-size: 17px;
	color: #6c767a;
	line-height: 1.9;
}
.content h1 {
	margin-bottom: -10px;
	color: #03a9f4;
	line-height: 1.5;
}
.content h3 {
	font-style: italic;
	color: #96a2a7;
}

.ZellBorder001 {
	border: 1px solid brown;
}
.ZellBorder001ohneB {
	border-bottom-style: none;
}
.ZellBorder001ohneR {
    border-right-style: none;
}
.ZellBorder001ohneT {
	border-top-style: none;
}
.ZellBorder001mitT {
	border-top-style: solid;
}
.TextRed {
	color: red;
}
.XZelle:hover {
	background-color: #a94e00;
}
.NZelle:hover {
	background-color: #40FF00;
}
.RedZelle:hover {
	background-color: red;
}
a.DatenTabelle {
	cursor: default;
}
a.DatenTabelle:hover {
	color: black;
}
.MonoText {
	font-family: monospace;
}
.W_TabSaison {
	width: 25%;
}
.JahrgangsGroesse {
	font-size: 44px;
	font-family: sans-serif;
}
.StaffelGroesse {
	font-size: 44px;
	font-family: sans-serif;
}
.TabellenSpalte{
	display: block;
}
.TabellenGroesse {
	font-size: 15px;
}
div.td.SpalteSmall {
	display: none;
}















/* ######################################################################### */
/* ## */
#TBTWButton {
	display: inline-block;
	background-color: #a94e00;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s, opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#TBTWButton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#TBTWButton:hover {
	  cursor: pointer;
	  background-color: #333;
}
#TBTWButton:active {
	background-color: #555;
}
#TBTWButton.show {
	opacity: 1;
	visibility: visible;
}
/* ## */
/* ######################################################################### */

/* ######################################################################### */
/* ## */
/* ## */
div.Std_None {
    display: none;
}
.td span {
    display: none;
	width: 0%;
}
.FW_b {
	font-weight: bold;
}
/* ## */
/* ######################################################################### */




.DatenUebersicht_SaisonTooltip {
	/* color: #c32e04; */
	/* text-decoration: underline; */
	cursor: not-allowed;
	position: relative;
}

.DatenUebersicht_SaisonTooltip span[rel=DatenUebersicht_SaisonTooltip] {
	display: none;
}

.DatenUebersicht_SaisonTooltip:hover span[rel=DatenUebersicht_SaisonTooltip] {
	display: block;
	position: absolute;
	bottom: -50%;
	left: 90%;
	width: 15em;
	padding: 0.5em;
	z-index: 100;
	color: #000;
	background-color: #ffebe6;
	border: solid 1px #c32e04;
	border-radius: 0.2em;
}


.Button_Active {
	background-color: #149c00;
}



/*----------------------------
    The file upload form
-----------------------------*/


#upload{
    font-family:'PT Sans Narrow', sans-serif;
    background-color:#373a3d;

    background-image:-webkit-linear-gradient(top, #373a3d, #313437);
    background-image:-moz-linear-gradient(top, #373a3d, #313437);
    background-image:linear-gradient(top, #373a3d, #313437);

    width:250px;
    padding:30px;
    border-radius:3px;

    margin:200px auto 100px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#drop{
    background-color: #2E3134;
    padding: 40px 50px;
    margin-bottom: 30px;
    border: 20px solid rgba(0, 0, 0, 0);
    border-radius: 3px;
    border-image: url('../09-Grafiken/03-Buttons/KCUploadBorderImage.png') 25 repeat;
    text-align: center;
    text-transform: uppercase;

    font-size:16px;
    font-weight:bold;
    color:#7f858a;
}

#drop a{
    background-color:#007a96;
    padding:12px 26px;
    color:#fff;
    font-size:14px;
    border-radius:2px;
    cursor:pointer;
    display:inline-block;
    margin-top:12px;
    line-height:1;
}

#drop a:hover{
    background-color:#0986a3;
}

#drop input{
    display:none;
}

#upload ul{
    list-style:none;
    margin:0 -30px;
    border-top:1px solid #2b2e31;
    border-bottom:1px solid #3d4043;
}

#upload ul li{

    background-color:#333639;

    background-image:-webkit-linear-gradient(top, #333639, #303335);
    background-image:-moz-linear-gradient(top, #333639, #303335);
    background-image:linear-gradient(top, #333639, #303335);

    border-top:1px solid #3d4043;
    border-bottom:1px solid #2b2e31;
    padding:15px;
    height: 52px;

    position: relative;
}

#upload ul li input{
    display: none;
}

#upload ul li p{
    width: 144px;
    overflow: hidden;
    white-space: nowrap;
    color: #EEE;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: 20px;
    left: 100px;
}

#upload ul li i{
    font-weight: normal;
    font-style:normal;
    color:#7f7f7f;
    display:block;
}

#upload ul li canvas{
    top: 15px;
    left: 32px;
    position: absolute;
}

#upload ul li span{
    width: 15px;
    height: 12px;
    background: url('../09-Grafiken/03-Buttons/KCUploadIcons.png') no-repeat;
    position: absolute;
    top: 34px;
    right: 33px;
    cursor:pointer;
}

#upload ul li.working span{
    height: 16px;
    background-position: 0 -12px;
}

#upload ul li.error p{
    color:red;
}

.img-thumbnail {
	padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto;
}

.PageSelect01 {
	width: 100%;
    height: 100%;
    background-color: #01fd01;
}
.ButtonFotoText {
	font-size: x-large;
    font-weight: bold;
}
.NavigationFotoWahl {
	width: 100%;
    border: 0;
    height: 100%;
    background-color: #149c00;
    color: white;
}
.NavigationButtonSichern {
	width: 100%;
    border: 0;
    height: 100%;
    background-color: #149c00;
    color: white;
    border-style: ridge none none none;
    border-width: 6px;
    border-color: #01fd01;
}
.NavFixed {
	background-color: #a7a7a7;
}
.DBUeberschrift01 {
	background-color: #8e3716;
    color: white !important;
	height: 40px;
}
.ButtonInnerhalbFieldset {
	width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
    text-align: center;
    padding-top: 0.5%;
}


.ButtonInArbeit {
	color: #fb954c  !important;
}

.InputTabelle {
	border: none;
	background-color: transparent;
	padding: 0 0 0 1%;
    width: 100%;
}

/* ################################################################### */
/* ## 																## */
/* ##	toggleNeueTabelle - sliderNeueTabelle    					## */
/* ## 																## */
.toggleNeueTabelle .sliderNeueTabelle {
	/* Grundfläche */	
	position: absolute;
	cursor: pointer;
	top: 1.2em;
	left: 1em;
	width: 4em;
	height: 2em;
	/* background-color: #c32e04; */
	/* red */	
	background-color: rgb(1, 0, 153);
	/* green */	
	transition: all .3s ease-in-out;
	border-radius: 1em;
}
.toggleNeueTabelle .sliderNeueTabelle:before {
	/* verschiebbarer Button */	
	position: absolute;
	content: "";
	height: 1.6em;
	width: 1.6em;
	left: 0.2em;
	bottom: 0.2em;
	background-color: white;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.toggleNeueTabelle input:checked + .sliderNeueTabelle {
	/* background-color: #5a9900; */
	/* green */
	background-color: #c32e04;
	/* red */
}
.toggleNeueTabelle input:focus + .sliderNeueTabelle {
	background-color: pink;
	box-shadow: 0 0 1px #5a9900;
}
.toggleNeueTabelle input:checked + .sliderNeueTabelle:before {
	-webkit-transform: translateX(1.9em);
	/* Android 4 */	
	-ms-transform: translateX(1.9em);
	/* IE9 */	
	transform: translateX(1.9em);
}
.toggleNeueTabelle .sliderNeueTabelle:after {
	/* Text vor dem FlipFlop-Schalter */	
	position: absolute;
	/* content: "sichtbar"; */
	content: "";
	color: rgb(1, 0, 153);
	font-weight: bold;
	height: 1.6em;
	left: -5.0em;
	bottom: 0.2em;
}
.toggleNeueTabelle input:checked + .sliderNeueTabelle:after {
	/* Text hinter dem FlipFlop-Schalter */	
	position: absolute;
	/* content: "nicht sichtbar"; */
	content: "";
	color: #c32e04;
	/* left: 5.5em; */
	left: -5em;
	width: 3em;
	top: -0.3em;
}
/* ## 																## */
/* ##	toggleNeueTabelle - sliderNeueTabelle			 			## */
/* ## 																## */
/* ################################################################### */ 

/* ################################################################### */
/* ## 																## */
/* ##	toggleNeueTabelleTemp - sliderNeueTabelleTemp  				## */
/* ## 																## */
.toggleNeueTabelleTemp .sliderNeueTabelleTemp {
	/* Grundfläche */	
	position: absolute;
	cursor: pointer;
	top: 1.2em;
	left: 71em;
	width: 4em;
	height: 2em;
	/* background-color: #c32e04; */
	/* red */	
	background-color: rgb(1, 0, 153);
	/* green */	
	transition: all .3s ease-in-out;
	border-radius: 1em;
}
.toggleNeueTabelleTemp .sliderNeueTabelleTemp:before {
	/* verschiebbarer Button */	
	position: absolute;
	content: "";
	height: 1.6em;
	width: 1.6em;
	left: 0.2em;
	bottom: 0.2em;
	background-color: white;
	border-radius: 50%;
	transition: all .3s ease-in-out;
}
.toggleNeueTabelleTemp input:checked + .sliderNeueTabelleTemp {
	/* background-color: #5a9900; */
	/* green */
	background-color: #c32e04;
	/* red */
}
.toggleNeueTabelleTemp input:focus + .sliderNeueTabelleTemp {
	background-color: pink;
	box-shadow: 0 0 1px #5a9900;
}
.toggleNeueTabelleTemp input:checked + .sliderNeueTabelleTemp:before {
	-webkit-transform: translateX(1.9em);
	/* Android 4 */	
	-ms-transform: translateX(1.9em);
	/* IE9 */	
	transform: translateX(1.9em);
}
.toggleNeueTabelleTemp .sliderNeueTabelleTemp:after {
	/* Text vor dem FlipFlop-Schalter */	
	position: absolute;
	/* content: "sichtbar"; */
	content: "";
	color: rgb(1, 0, 153);
	font-weight: bold;
	height: 1.6em;
	left: -5.0em;
	bottom: 0.2em;
}
.toggleNeueTabelleTemp input:checked + .sliderNeueTabelleTemp:after {
	/* Text hinter dem FlipFlop-Schalter */	
	position: absolute;
	/* content: "nicht sichtbar"; */
	content: "";
	color: #c32e04;
	/* left: 5.5em; */
	left: -5em;
	width: 3em;
	top: -0.3em;
}
/* ## 																## */
/* ##	toggleNeueTabelleTemp - sliderNeueTabelle					## */
/* ## 																## */
/* ################################################################### */ 

.PaddLeft008 {
	padding-left: 8%;
}
.PaddLeft016 {
	padding-left: 16%;
}
.PaddLeft025 {
	padding-left: 25%;
}
.PaddRight018 {
	padding-right: 18%;
}
.PaddTop001 {
	padding-top: 1%;
}
.PaddTop002 {
	padding-top: 2%;
}
.ZellenFarbeTabelle01 {
	background-color: #deffbd;
}
.RotFuellung {
	background: red;
}
.TabEingabeX {
	background-color: #69ff69;
}
.TabEingabeY {
	background-color: white;
}
.TabEingabeZ {
	background-color: #c1e4ff;
}
.TabEingabeStrich {
	background-color: #fb9b9b;
}

.SliderDok002Class {
	padding: 1%;
	margin-bottom: 2%;
	float: right;
	width: 48%;
}
.FS010 {
	font-size: 10px;
}


.VereineInput {
	padding: 0;
    width: 100%;
    /* border: none; */
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat;
	padding-left: 2%;
    padding-bottom: 1%;
}

.LogoOnOff {
    display: none;
}
