/* ************************************************************************************************* */
/* 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.                      */
/*                                                                                                   */
@media print { 
    .NichtDruckbar { 
        display: none; 
    }
}
.wrap {
    margin: 0 auto 0 1%;
	max-width: 1200px;
	padding: 0 10px;
	position: relative;
	overflow: hidden;
}
@media screen and (max-width: 480px) {
	.wrap {
		margin: 0 auto;
		height: 100%;
		max-width: 700px;
	}
}
section, article, header {
	display: block;
	float: left;
	width: 100%;
}
.SVBLogo {
	display: block;
}
.SVBLogoHeight {
	height: 250px;
}
@media screen and (max-width: 480px) {
	.SVBLogoHeight {
		height: 210px;
	}
}
.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%;
}
.SVBBeitraege {
	width: calc(60% - 40px) !important; 
	margin-left: 20%;
}
.ContentBeitraege {
	position: relative;
    float: left;
 	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 10px;
    padding: 10px;
}
.SVBAnfahrtshilfe {
	width: 50%;
}
.SVBAnfahrtshilfe2023 {
	width: 100%;
}
.IMFR {
	float: right;
}
.IMFL {
	float: left;
}

/* ######################################################################### */
/* ## */
#SVBScrollButton {
	display: inline-block;
	background-color: #0001ff;
	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;
}
#SVBScrollButton::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#SVBScrollButton:hover {
	  cursor: pointer;
	  background-color: #333;
}
#SVBScrollButton:active {
	background-color: #555;
}
#SVBScrollButton.show {
	opacity: 1;
	visibility: visible;
}
/* ## */
/* ######################################################################### */

/* ######################################################################### */
/* ## */
/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 479px) {
	  
	#SVBScrollButton {
		margin: 0;
		padding-bottom: 0;
	}
	
	#SVBScrollButton {
		width: 25px;
		height: 30px;
		border-radius: 2px;
		bottom: 15px;
		right: 15px;
	}
	#SVBScrollButton::after {
		font-size: 1.5em;
		line-height: 28px;
	}
}
/* ## */
/* ######################################################################### */


@media screen and (max-width: 650px) {
	.IMFR {
		float: none;
	}
	.IMFL {
		float: none;
	}
	.SVBAnfahrtshilfe {
		width: 100%;
	}
	.SVBBeitraege {
		width: auto !important;
		margin-left: 5%;
	}
	.SVBLogo {
		display: none;
	}
	.LoginwrapLeft {
		display: none;
	}
	.LoginwrapRight {
		width: 100%;
	}
	.Kontakt_left {
		display: none;
	}
	.W045_100 {
		width: 92%;
	}
	.W050_100 {
		width: 100%;
	}
	#divBannerUnten {
		display: none;
	}
	#divBannerUntenMitte {
		display: none;
	}
	div.beam.bottom {
		min-height: 0;
	}
	.Mobil_PL002 {
		padding-left: 2%;
	}
	.MediaPL_000 {
		padding-left: 0%;
	}
	.MediaLogo {
		display: none !important;
	}
}
/* ---------------------------------------------------------- */
.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 #0000ff, 
					0 0 120px #0000ff, 
					0 0 160px rgba(142, 166, 255, 0);
}
.postittext_boxshadow_sichtbar {
    box-shadow: 0px 0px 25px 10px #b1c2ff;
}
.postittext_boxshadow_unsichtbar {
	box-shadow: 0px 0px 25px 10px #ec1111;
}
.dim{
	width:228px;
	height:228px;
}
.padding{
	padding:2%;
}
.PostItSize {
	font-size: 40px;
}
@media screen and (max-width: 500px) {
	.PostItSize {
		font-size: 16px;
	}
}
/* ---------------------------------------------------------- */
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%;
}
@media screen and (max-width: 500px) {
	.Padd002 {
		padding-left: 2%;
	}
	.W034 {
		width: auto;
	}
	.W064 {
		width: auto;
	}
}
.SVBNeon04 {
    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 #1187ec;
    box-shadow: 0px 0px 25px 10px #1187ec;
}
.btn_3D_001 {
	-webkit-box-shadow: 0px 0px 15px 5px #1187ec;
	box-shadow: 0px 0px 15px 5px #1187ec;
	-webkit-transition: all 0.7s ease;
	transition: all 0.7s ease;
}
.btn_3D_002:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #0000ff;
    box-shadow: 0px 0px 25px 10px #0000ff;
}
.btn_3D_002{
	-webkit-box-shadow: 0px 0px 15px 5px #b8c4ff;
	box-shadow: 0px 0px 15px 5px #b8c4ff;
	-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_005:hover {
    -webkit-box-shadow: 0px 0px 25px 10px #656565;
    box-shadow: 0px 0px 25px 10px #656565;
}
.btn_3D_005{
	-webkit-box-shadow: 0px 0px 15px 5px #efefef;
	box-shadow: 0px 0px 15px 5px #efefef;
	-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(0,21,251);
	-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:#02bdaf !important;
}
div.StartSeiteBox {
	width: 60%;
}
div.StartSeiteBoxZeilen {
	/* width: 45%; */
	margin-right: 1%;
}
@media screen and (max-width: 480px) {
	.btn_SVB {
		font-size: 10px;
	}
	div.StartSeiteBox {
		width: 95%;
	}
	div.StartSeiteBoxZeilen {
		width: 70%;
		margin-right: 12px;
	}
}
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.tablewrapper {
	position: relative;
}




tr.myDragClass input,
tbody tr td input {
    z-index: -10;
	text-align: right;
	float: right;
    height: 12px;
    margin-top: 5px;
    margin-bottom: 5px;
}
tr.myDragClass td {
    /*position: fixed;*/
    color: yellow;
    text-shadow: 0 0 10px black, 0 0 10px black, 0 0 8px black, 0 0 6px black, 0 0 6px black;
    background-color: #999;
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}
tr.myDragClass td:first-child {
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, 12px 0 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}
tr.myDragClass td:last-child {
    -webkit-box-shadow: 0 12px 14px -12px #111 inset, -12px 0 14px -12px #111 inset, 0 -2px 2px -1px #333 inset;
}






div.table {
	display:table;
	width: 100%;
}
div.tr {
	display:table-row;
}
div.td { 
	display:table-cell; 
}
.td.trspan {
	position: absolute;
	top: 0;
	bottom: 0;
	width: 50px;
}
.td.empty {
	border: none;
	width: 50px;
}
.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;
}
.FormSpalteTextAuto {
    padding: 5px;
}
.FormSpalteTextAutoPlus {
    padding: 2px;
}
.ButtonDrittel {
	width: 32%;
}

.WidthDay {
	width: 8%;
}
.WidthMonth {
	width: 8%;
}
.WidthYear {
	width: 10%;
}
.EingabePLZ {
	width: 25%;
}
.EingabeOrt01 {
	width: 63.3%;
}
.EingabeOrt02 {
	width: 64.1%;
}
.EingabeVorwahl {
	width: 25%;
}
.EingabeHauptwahl {
	width: 63.3%;
}

@media screen and (max-width: 480px) {
	.SVBKontakt01 {
		font-size: x-large;
		margin-bottom: 10%;
	}
	.WidthDay {
		width: 20%;
	}
	.WidthMonth {
		width: 20%;
	}
	.WidthYear {
		width: 30%;
	}
	.EingabePLZ {
		width: 25%;
	}
	.EingabeOrt01 {
		width: 61%;
	}
	.EingabeOrt02 {
		width: 61%;
	}
	.EingabeVorwahl {
		width: 25%;
	}
	.EingabeHauptwahl {
		width: 61%;
	}
}






/* XXX-SLIDER-XXX */







.PDFBox {
	height: 120px;
}
.LinkBox {
	height: 120px
}

.PDFShowBGFalse {
	background: white;
}
.PDFShowBGTrue {
	background: lightgreen;
}

.sliderPDFSearch {
	width: 715px;
    position: absolute;
    left: 12em;
    top: 0.5em;
}
.PDFSearchInput {
	padding: 1%;
    width: 98%;
    margin-bottom: 0;
}
.sliderPDFUpload {
	width: 500px;
    position: absolute;
    left: 12.5em;
    top: 4.5em;
}
.sliderPDFShow {
    position: absolute;
    left: 21em;
    top: 4.5em;
}
.sliderPDFShowName {
	display: block;
    border-style: inset;
    padding: 1%;
    width: 500px;
}
input.PDFSearchButton {
	padding-left: 1%;
	border-style: none;
}

.sliderLinkSearcher {
	width: 715px;
    position: absolute;
    left: 12em;
    top: 0.5em;
}
.sliderLinkShow {
    position: absolute;
	left: 20.6em;
    top: 4.5em;
}
.sliderLinkShowName {
	display: block;
    border-style: inset;
    padding: 1%;
    width: 490px;
}
.LinkSearchInput {
	padding: 1%;
    width: 98%;
    margin-bottom: 0;
}
input.LinkSearchButton {
	padding-left: 1%;
	border-style: none;
}

.LinkShowBGFalse {
	background: white;
}
.LinkShowBGTrue {
	background: lightgreen;
}

.SVBKontakt01 {
	font-size: xx-large;
}

/* ## */
/* ################################################################## */
/* ## */
/* ## */
/* ################################################################## */
/* ## */
/* ## */
/* ################################################################## */
/* ## */
/* ## */
/* ################################################################## */
/* ## */
/* ## */
/* ################################################################## */
/* ## */
.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, #a0cbff);
  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-pdf::-webkit-file-upload-button {
  visibility: hidden;
} 
.custom-file-input-pdf::before {
  content: 'Wähle eine PDF';
  /* display: inline-block; */
  background: -webkit-linear-gradient(top, #f9f9f9, #a0cbff);
  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-pdf:hover::before {
  border-color: black;
}
.custom-file-input-pdf:active::before {
  background: -webkit-linear-gradient(top, #e3e3e3, #f9f9f9);
}
/* ## */
/* ################################################################## */
/* ## */
.custom-file-input-Link::-webkit-file-upload-button {
  visibility: hidden;
} 
.custom-file-input-Link::before {
  content: 'Wähle eine PHP';
  /* display: inline-block; */
  background: -webkit-linear-gradient(top, #f9f9f9, #a0cbff);
  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-Link:hover::before {
  border-color: black;
}
.custom-file-input-Link: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);
}
/* ## */
/* ################################################################## */


.SliderBox_PostIt {
	position: relative;
}




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;
}
.SVBLine {
	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_SVB {
	border: none;
	cursor: pointer;
	font-family: 'Quicksand';
	font-size: 20px;
	text-transform: uppercase;
	color: white !important;
	background-color: rgb(80, 119, 251);
	-webkit-appearance: none;
	padding: 0px;
	display: inline-block;
	text-decoration: none;
	width: 98%;
	height: 40px;
	margin-top: 20px;
}
.btn_Red {
	background-color: rgb(251, 80, 80) !important;
}
.btn_Green {
	background-color: rgb(26 147 2) !important;
}
.btn_Orange {
	background-color: rgb(255 150 0) !important;
}
.btn_SVBblue {
	background-color: blue !important;
}
.btn_Leer {
	background-color: #ffffff00;
}


.btn_SliderExtra {
    border: none;
    cursor: pointer;
    font-family: 'Quicksand';
    font-size: 20px;
    text-transform: uppercase;
    color: white !important;
    background-color: rgb(80, 119, 251);
    -webkit-appearance: none;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    width: 30%;
    height: 30px;
}
/* ********************************************** */
/* 15 + 45 + 15 + 5 + 2 + 2 + 2 + 2 + 12 =  100   */

.W_Name {
	width: 15%;
}
.W_Pfad {
	width: 45%;
}
					.W_URLa {
						width: 20%;
					}
.W_URLaShort {
	width: 15%;
}
.W_URLh {
	width: 5%;
}
.W_Level {
	width: 2%;
}
.W_Nummer {
	width: 2%;
}
.W_von {
	width: 2%;
}
.W_Unterlevel {
	width: 2%;
}
.W_Button {
	width: 12%;
}
.W_Button_Bild {
	width: 30%;
    border: none;
}
.NavMaster {
	background-color: aliceblue;
}
.NavUeberschrift {
	background-color: aliceblue;
}
/* ********************************** */
.KD_Folge {
	width: 1%;
}
.KD_Aufgabe {
	width: 23%;
}
.KD_Vorname {
	width: 10%;
}
.KD_Nachname {
	width: 15%;
}
.KD_TN {
	width: 12%;
}
.KD_Bereich {
	width: 10%;
}
.KD_UBereich {
	width: 12%;
}
.KD_Bereich_Select {
	padding: 2%;
    font-family: Quicksand;
    font-size: 16px;
    width: 91%;
    border: 1px solid #cecece;
	box-shadow: none;
    height: auto;
    border-radius: unset;
}
/* ********************************** */
.F_Drittel {
	width: 32%;
}
.F_Art {
	width: 29%;
}
.F_Aktuell {
	width: 10%;
}
.F_Datei {
	width: 59%;
}
/* ********************************** */
.M0_o {
	font-weight: bold;
}
.M0_m {
	font-weight: bold;
}
.M1_E {
	padding-left: 1%;
}
.M1_o {
	
}
.M1_m {
	font-weight: bold;
}
.M2_E {
	padding-left: 2%;
}
.M2_o {
	
}
.td.NavInput input {
	padding: 5px;
	font-size: 12px;
	width: 100%;
}
.NavInputBold {
	font-weight: bolder;
}
/* ********************************** */
.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;
}
@media screen and (max-width: 650px) {
	.IMTabellenKopfPC {
		display: none;
	}
	.IMTabellenKopfMobile {
		display: table;
	}
	.tdLogo {
		display: none;
	}
	.Trainingzeit span.Ueberschrift {
		font-size: x-large;
	}
	.Trainingzeit span.Trainingszeiten {
		font-size: x-small !important;
	}
}
.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_005 {
	width: 5%;
}
.W_008 {
	width: 8%;
}
.W_010 {
	width: 10%;
}
.W_015 {
	width: 15%;
}
.W_020 {
	width: 20%;
}
.W_023 {
	width: 23%;
}
.W_025 {
	width: 25%;
}
.W_030 {
	width: 30%;
}
.W_032 {
	width: 32%;
}
.W_035 {
	width: 35%;
}
.W_040 {
	width: 40%;
}
.W_045 {
	width: 45%;
}
.W_050 {
	width: 50%;
}
.W_060 {
	width: 60%;
}
.W_090 {
	width: 90%;
}
.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.TelefonEMail {
	color: white;
	bottom: 0;
	text-align: left;
	font-weight: bold;
	font-size: inherit;
}
figcaption.PersonenLogo {
	position: absolute;
	bottom: 20%;
	/* bottom: 17%; */
	/* bottom: 11%; */
	width: 100%;
	text-align: center;
}
figcaption.PersonenLogo2023 {
	position: absolute;
	bottom: 20%;
	/* bottom: 17%; */
	/* bottom: 11%; */
	width: 100%;
	text-align: center;
	top: 20px;
}
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.FussballDeLogo13 {
position: absolute;
	bottom: 56%;
	left:15%;
	width: 100%;
	text-align: center;
}
figcaption.SVBJugendInfos {
	position: absolute;
	bottom: 12%;
	left:15%;
	width: 100%;
	text-align: center;
}
figcaption.SVBJahrgangInfo {
	position: absolute;
    bottom: 20%;
    left: 17%;
    width: 100%;
    text-align: center;
}
.JahrgangInfo  {
	font-size: 300%;
    font-family: Quicksand;
    font-weight: bold;
	text-shadow: 0 0 10px 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);
}

figcaption.PersonenHinweis {
	position: absolute;
	left: 64%;
	top: 7%;
	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;
}
@media screen and (max-width: 650px) {
	.TeamInfo {
		font-size: 320%;
		font-family: Quicksand;
		font-weight: bold;
		line-height: 95%;
		text-shadow: -3px 3px #ffffff, 3px 3px #ffffff, -3px -3px 0px #ffffff, 3px -3px #ffffff, 0px 0px #ffffff, 0px 0px #ffffff;
	}
	.JahrgangInfo  {
		font-size: 210%;
	}
	figure.einzel {
		display: block;
		padding-bottom: 10%;
	}
	figcaption.PersonenLogo {
		position: inherit;
	}
	figcaption.PersonenLogo2023 {
		top: -15px;
		position: inherit;
	}
	.figcaptionImg {
		width: 50%;
	}
	.MediaHinweis {    
		color: black !important;
		position: relative !important;
		text-align: center !important;
		left: 0% !important;
		top: 0% !important;
		width: 100% !important;
	}
	.MediaPadding005 {
		padding-top: 5%;
	}
	.PassiveHistoryDatum {
		font-size: smaller;
		float: left;
		text-align: center;
		width: 100%;
	}
	.PassiveHistoryBeschreibung {
		font-size: small;
		float: left;
		text-align: center;
		width: 100%;
	}
	.PassiveHistoryAktivitaet {
		font-size: small;
		float: left;
		text-align: center;
		width: 100%;
		padding-bottom: 5%;
	}
	.PassiveHistoryImgQuer {
		width: 90%;
	}
	.PassiveHistoryImgHoch {
		width: 50%;
	}
	.PassiveHistoryKommentare {
		font-size: smaller;
	}
}
.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%;
}
.SVBIPListe {
	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;
}
.PassivenBerichtNr {
	font-size: large; 
	font-weight: bold;
}


.PassivenBerichtZelle01 {
	font-size: large; 
	vertical-align: top; 
	font-weight: bold;
	border: 1px solid silver;
	text-align: right;
    padding: 1%;
}
.PassivenBerichtZelle02 {
	font-size: large; 
	text-align: left; 
	border: 1px solid silver;
	padding-top: 1%;
    padding-left: 1%;
}
.PassivenBerichtZelle12 {
	font-size: large; 
	text-align: left; 
	border: 1px solid silver;
	padding-top: 1%;
    padding-left: 1%;
}
.PassivenBerichtZelle03 {
	font-size: small; 
	vertical-align: top; 
	text-align: center; 
	border: 1px solid silver;
	padding-top: 1%;
}


.PassivenBerichtTextArea01 {
	margin-top: 0;
    border-style: none;
    background: none;
	margin: 0;
	width: 96%;
	max-width: 100%;
}
.PB_Zelle_Text {
	font-size: small; 
	vertical-align: top; 
	width: 5%; 
	font-weight: bold;
	text-align: left;
    padding: 1%;
}
.PB_Zelle_T01 {
	font-size: large; 
	vertical-align: top; 
	width: 5%; 
	font-weight: bold;
	text-align: right;
    padding: 1%;
}
.PB_Zelle_T02 {
	font-size: small; 
	vertical-align: top; 
	width: 75%;
	text-align: center; 
	padding-top: 1%;
}
.PB_Zelle_075 {
	width: 75%;
}
.PB_Zelle_T {
	border-top-color: silver;
    border-top-style: solid;
    border-top-width: 1px;
}
.PB_Zelle_L {
	border-left-color: silver;
    border-left-style: solid;
    border-left-width: 1px;
}
.PB_Zelle_B {
	border-bottom-color: silver;
    border-bottom-style: solid;
    border-bottom-width: 1px;
}
.PB_Zelle_R {
	border-right-color: silver;
    border-right-style: solid;
    border-right-width: 1px;
}
.ErsteZeilePassivenBerichtBold {
	font-weight: bold;
}
.NeueZeilePassivenBericht {
	background: ghostwhite;
}
.AendereZeilePassivenBericht {
	background: palegreen;
}
.PassiveBerichtAusgewaehltFarbe {
	background: palegreen;
}
.ErsteZeilePassivenBericht {
	background: #9eb3ff;
}
.NavText {
	display: block;
    line-height: 25px;
    padding: 0 20px 0 10px;
    font-size: 32px;
    font-family: Quicksand;
    color: #AAAAAA;
	margin-top: 1%;
}
.SVBAbteilungOhneRahmen {
	box-shadow: none !important;
}
.svb-book .book-content .capital,
.svb-book .book-content .no-indent{
	text-indent: 0;
}
.svb-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;
}
@media screen and (max-width: 650px) {
	.MobileUL {
		list-style: none;
	}
	.svb-book .book-content  p,
	.svb-book .book-content .capital {
		text-align: justify;
		margin: 5%;
	}
	.svb-book .book-content  ul {
		text-align: left;
		margin-left: 5%;
	}
	.svb-book .book-content  h1 {
		font-weight: bold;
		/* text-align: left; */
		/* margin-left: 5%; */
	}
	.svb-book .table-contents {
		margin: 2%;
		border: #4430fd;
		border-style: double;	
	}
	.svb-book .book-content {
		margin: 2%;
		border: #4430fd;
		border-style: double;	
	}
}
.PDFUploadInputClass {
	padding-left: 2%;
    width: 20%;
}
.PostItButtonMain {
	width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.PostItButtonPDF {
	width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
	text-align: center;
    padding-top: 1%;
}
.PostItButtonPDF {
	width: 96%;
    margin-left: 2%;
    margin-bottom: 2%;
}
.LabelLink select {
	width: 500px;
}
.FS_Saisons {
    width: 12%;
}
.FS_Link {
	width: 100%;
    padding: 1%;
	font-size: 90%;
}
.FS_SaisonText {
	font-weight: bold;
    font-size: 300%;
	font-family: cursive;
	cursor: pointer;
}
.FS_td_Link {
	    width: 80%;
}
.FS_Change_Button {
	text-align: right;
    vertical-align: bottom;
    width: 7%;
}
.TTag {
	width: 33%;
    text-align: right;
    padding-right: 2%;
}
.TZeit {
	width: 33%;
	text-align: center;
    padding-left: 2%;
    padding-right: 2%;
}
.TOrt {
	width: 33%;
	text-align: left;
    padding-left: 2%;
}

.MT002 {
	margin-top: 2%;
}
.MB002 {
    margin-bottom: 2%;
}
.MB004 {
	margin-bottom: 4%;
}
.PT002 {
	padding-top: 2%;
}
.PB002 {
	padding-bottom: 2%;
}
.Trennlinie_kurz_01 {
	border-style: solid;
    border-color: #0006ff;
    border-width: thin;
    width: 20%;
    margin-top: 2.5%;
}


.select-wrapper {
  position: relative;
  width: 200px;
}

.select-wrapper::before {
  color: #fff;
  font-size: 20px;
  pointer-events: none;
  position: absolute;
  right: 15px;
  top: 10px;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
  /* color: #fff; */
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  height: 40px;
  outline: none;
  padding-left: 10px;
  width: 100%;
  -moz-padding-start: calc(10px - 3px);
}

select::-ms-expand {
  display: none;
}
select:focus::-ms-value {
  background-color: transparent;
}

select.OptimierungBereich {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat;
  border-radius: 3px;
  box-shadow: 2px 2px 5px 1px rgba(0,0,0,.3);
  cursor: pointer;
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  height: 30px;
  outline: none;
  padding-left: 10px;
  padding-right: 10px;
  width: 100%;
  -moz-padding-start: calc(10px - 3px);
  color: #555555;
}

select option {
  color: #666;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
}
.msg {
    color: firebrick;
    width: 90%;
    padding: 4px;
    display: none;
    font-size: 0.9em;
}
.TeamBerichteForm {
	/* max-width: 500px;  */
	margin:1em auto; 
	/* border-top: 4px solid lavender;  */
	/* border-bottom: 4px solid lavender;  */
	/* padding: 1em; */
}
/* .TeamBerichteForm label span { display: inline-block; width: 80px} */
/* .TeamBerichteForm input[type="text"] { width: 200px; font-size: 1em; padding: 3px;} */

.TeamSpalte {
	font-family: 'Quicksand';
	font-size: x-large;
}
.TeamSpalte_002 {
	width: 2%;
}
.TeamSpalte_010 {
	width: 10%;
}
.TeamSpalte_012 {
	width: 12%;
}
.TeamSpalte_068 {
	width: 68%;
}
.TeamBerichtArt {
	display: none;
}

.IdeenSammlungTextArea01 {
	margin-top: 0;
    border-style: double;
    background: none;
	margin: 0;
	/* width: 96%; */
	max-width: 100%;
}

.SpielberichtUeberschrift {
	/* padding-left: 1%; */
    font-family: 'Open Sans', sans-serif;
}
.AdminHintergrund01 {
	background-color: #aed4ff;
}
.AdminHintergrund02 {
	background-color: #95da75;
}




.calender {
    /* width: 280px; */
    border: 1px solid black;
	width: 30%;
}
.CalenderMessage {
	margin-left: 2%;
    /* width: auto; */
	max-width: 65%;
    /* border-style: groove; */
    padding: 0.5%;
    font-weight: bold;
    font-size: large;
}
* html .calender,
* + html .calender {
    width:282px;
}
.calender div.after,
.calender div.before{
    color:silver;
}
.day {
    float:left;
    /* width:40px; */
	width: 14.28%;
    height:40px;
    line-height: 40px;
    text-align: center;
}
.CalenderDay {
	border-style: none;
    background-color: white;
    color: black;
    font-size: 16px;
    cursor: help;
}
.CalenderDayButton {
	background: yellow;
}

.day.headline {
    background:silver;
}
.day.current {
    font-weight: bold;
	background: yellow;
}
.clear {
    clear:left;
}
.pagination {
    text-align: center;
    height:20px;
    line-height:20px;
    font-weight: bold;
}
.pagihead { 
   display:inline-block;
   background: white;
   width: 140px;
   height: 20px;
   color: black;
}
.pagination a {
    width:20px;
    height:20px;
}


.SondermeldungBorder01 {
	border-style: outset;
}
.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;
}

.JHVEhrungsJahr {
	transition: color 500ms ease-out;
	cursor: pointer;
	color: #800000;
    text-decoration: none;
	font-family: monospace;
    font-weight: bold;
    font-size: 2em;
}

.JHVEhrungsJahre {
	color: #435aff;
    text-decoration: none;
    font-family: fantasy;
    font-weight: bold;
    font-size: 3em;
}
.ButtonOpt01 {
	border: none;
    cursor: pointer;
    font-family: 'Quicksand';
    /* font-size: 20px; */
    text-transform: uppercase;
    color: white !important;
    background-color: rgb(80, 119, 251);
    -webkit-appearance: none;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 35px;
}
.FBSButtonOpt01 {
	border: none;
    cursor: pointer;
    font-family: 'Quicksand';
    /* font-size: 20px; */
    text-transform: uppercase;
    color: white !important;
    background-color: rgb(26 171 20);
    -webkit-appearance: none;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 35px;
	box-shadow: -5px 5px 5px 1px rgba(0,0,0,.3);
}
.FBSButtonOpt02 {
	border: none;
    cursor: pointer;
    font-family: 'Quicksand';
    /* font-size: 20px; */
    text-transform: uppercase;
    color: white !important;
    background-color: rgb(255 76 76);
    -webkit-appearance: none;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 35px;
	box-shadow: -5px 5px 5px 1px rgba(0,0,0,.3);
}
.FBSButtonOpt03 {
	border: none;
    cursor: pointer;
    font-family: 'Quicksand';
    /* font-size: 20px; */
    text-transform: uppercase;
    color: white !important;
    background-color: rgb(80, 119, 251);
    -webkit-appearance: none;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    width: 100%;
    height: 35px;
	box-shadow: -5px 5px 5px 1px rgba(0,0,0,.3);
}
.EhrungsEintragNeuUeberschrift {
	width: 100%;
    background-color: rgb(33, 162, 21);
    font-family: 'Quicksand';
    font-size: 20px;
    text-transform: uppercase;
    color: white !important;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    height: 40px;
    margin-top: 20px;
    text-align: center;
    padding-top: 1%;
}
.OptimierungsEintragNeuUeberschrift {
	width: 100%;
    background-color: rgb(93 124 255);
    font-family: 'Quicksand';
    font-size: 20px;
    text-transform: uppercase;
    color: white !important;
    padding: 0px;
    display: inline-block;
    text-decoration: none;
    height: 40px;
    /* margin-top: 20px; */
    text-align: center;
    padding-top: 1%;
}
.SelectFeld01 {
	width: 100%;
    height: 100%;
    background-color: #01fd01;
    /* padding-left: 20%; */
    padding-right: 20%;
}
.SelectFeld02 {
	width: 75%;
    height: 100%;
    /* background-color: #01fd01; */
    /* padding-left: 20%; */
    padding-right: 20%;
}
.SelectFeld03 {
	width: 70%;
    height: 100%;
    /* padding-right: 20%; */
}
.SelectFeld04 {
	width: 100%;
    height: 100%;
    padding-right: 20%;
}
.SelectFeld05 {
	text-align: center;
    display: inline;
    padding-left: 0;
}
.TextFeld05 {
	border-radius: 3px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
    padding-left: 10px;
    padding-top: 12px;
}
.TextFeldZIAbt {
	border-radius: 3px;
    box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
    padding-left: 10px;
    padding-top: 0;
	font-size: large;
}


.TrainingsBox01 {
  /* position: absolute; */
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.TrainingsBox01 select {
  background-color: #0563af;
  color: white;
  padding: 12px;
  width: 250px;
  border: none;
  font-size: 20px;
  box-shadow: 0 5px 25px rgba(0, 0, 0, 0.2);
  -webkit-appearance: button;
  appearance: button;
  outline: none;
}

.TrainingsBox01::before {
  content: "\f13a";
  font-family: FontAwesome;
  position: absolute;
  top: 0;
  right: 0;
  width: 20%;
  height: 100%;
  text-align: center;
  font-size: 28px;
  line-height: 45px;
  color: rgba(255, 255, 255, 0.5);
  background-color: rgba(255, 255, 255, 0.1);
  pointer-events: none;
}

.TrainingsBox01:hover::before {
  color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.2);
}

.TrainingsBox01 select option {
  padding: 30px;
}

textarea.Optimierung01 {
    font-family:Quicksand;
    padding:2%;
    border:1px solid #cecece;
	margin: 1%;
    -webkit-appearance:none;
	width: auto;
}
textarea.TurnzeitAnpassen {
	margin: 1%;
	width: 100%;
	font-size: 1.2em;
    font-weight: bolder;
}

[draggable=true] {
	cursor: move;
}
.SonderMeldungDiv {
	float: left;
	width: 5em;
	height: 600px;
	margin: 10px;
	padding: 10px;
	border: 1px solid #aaaaaa;
	background: green;
}
.ZielZone p {
	float: left;
	margin: 1em;
	border-radius: 50%;
	border: 2px solid #333;
	width: 2em;
	height: 2em;
}
/* ############################################## */
.MobilOff {
	display: block;
}
.MobilOn {
	display: none;
}
.OptText001 {
	font-size: 1.5em;
}
/* ############################################## */
@media screen and (max-width: 480px) {
	.MobilOff {
		display: none;
	}
	.MobilOn {
		display: block;
	}
	.OptText001 {
		font-size: 1em;
	}
	.FBTeam01 {
		position: absolute !important;
		top: 5% !important;
	}
	.FBJahrgang01 {
		position: absolute !important;
		top: 45% !important;
	}
	.NavTeamMobil01 {
		margin-bottom: 2% !important;
	}
	.NavTeamMobil02 {
		margin-top: -2% !important;
		margin-bottom: -5% !important;
	}
}
/* ############################################## */

iframe {
  max-width: 100%;
}
/* ############################################## */
/* ## SVB-TeamInfos-01.php                     ## */
.resultVN{
	z-index: 999;
	top: 100%;
	left: 0;
	width: 95%;
	margin-top: 1%;
}
.resultNN{
	z-index: 999;
	top: 100%;
	left: 0;
	width: 95%;
	margin-top: 1%;
}	
.resultVN p{
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
	cursor: pointer;
}
.resultNN p{
	margin: 0;
	padding: 7px 10px;
	border: 1px solid #CCCCCC;
	border-top: none;
	cursor: pointer;
}
.resultVN p:hover{
	background: #f2f2f2;
}
.resultNN p:hover{
	background: #f2f2f2;
}
/* ## SVB-TeamInfos-01.php                     ## */
/* ############################################## */

.StdOffImportant {
	display: none !important;
}

.DBUeberschrift01 {
	background-color: rgb(80, 119, 251);
    color: white !important;
	height: 40px;
}
.TrainOnOff01 {
	background-color: #d4d4d4;
}

.HauptmeldungShow {
	height: 1000px; 
	background-image: url(/01-Unterseiten/02-Aktuelles/01-Aktuelles/Dokumente/SVB-100Jahre-Blau.jpg); 
	background-size: 100%; 
	background-repeat: no-repeat;
}
@media screen and (max-width: 480px) {
	.HauptmeldungShow {
		height: 300px; 
	}
}

.FotoBlock {
	border: black;
    border-style: double;
    display: flow-root;
    padding: 1%;
}

.HptHBFotoText {
	margin-bottom: 5px;
    width: 100%;
    text-align: center;
}
#HauptmeldungUeberschriftHB {
    position: relative;
    overflow: hidden;
	text-align: center;
    margin: auto;
    color: #5077fb;
}
#HauptmeldungUeberschriftHB h1 {
    padding: 100px;
    position: relative;
    z-index: 2;
}
#HauptmeldungUeberschriftHB img {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: auto; */
    opacity: 0.2;
	margin-left: -256px;
    margin-top: -256px;
}
#HptMeldTextShowBox {
    position: relative;
    overflow: hidden;
	text-align: center;
    margin: auto;
    color: #5077fb;
}
#HptMeldTextShowBox h1 {
    padding: 100px;
    position: relative;
    z-index: 2;
}
#HptMeldTextShowBox Img {
    position: absolute;
    left: 0;
    top: 0;
    /* width: 100%; */
    /* height: auto; */
    opacity: 0.2;
	margin-left: -256px;
    margin-top: -256px;
}

/* Radio-Buttons */
#SVBAbteilung input[type="radio"] {
	display: none;
}
#SVBAbteilung input[type="radio"] + label {
	position: relative;
	cursor: pointer;
}
#SVBAbteilung input[type="radio"] + label:before {
	/* left: -1.2em; */
	color: #000;
	display: inline-block;
	/* position: absolute; */
	/* right: -1.2em; */
	/* top: -.3em; */
	width: 10%;
	text-align: left;
	/* font-size: 1.2em; */
	line-height: 1.6em;
	content: '\f10c';
	font-family: 'FontAwesome';
}
#SVBAbteilung input[type="radio"]:checked + label:before {
	content: "\f058";
}

.page input {
	font-size: 10px;
}
.page input.SVBFormular {
	font-size: 16px;
}

@media print { 
	.page input {
		border: none;
		background-color: white;
	}
}
.inputGrid01 {
	padding: 5px;
	width: 100%;
}
.PassiveBerichtFarbe {
	background: #c3c3c3;
}

/* ################################################################################################# */
/* ## */
.ZIEingabe01 {
	background-color: white;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
/* ## */
/* ################################################################################################# */

.FontXLarge {
	font-size: x-large;
}
.InformationsBlock01 {
	border-style: double;
    margin-bottom: 2%;
    padding-top: 2%;
	padding-bottom: 2%;
}


/* ######################################################################### */
/* ## */
#SVBScrollButtonPassive {
	display: inline-block;
	background-color: #0001ff;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	opacity: 1;
	visibility: visible;
}
.ScrollAussehen {
	display: inline-block;
	background-color: #0001ff;
	width: 50px;
	height: 50px;
	text-align: center;
	border-radius: 4px;
	opacity: 1;
	visibility: visible;
}
#SVBScrollButtonPassive::after {
	content: "\f077";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 2em;
	line-height: 50px;
	color: #fff;
}
#SVBScrollButtonPassive:hover {
	  cursor: pointer;
	  background-color: #333;
}
#SVBScrollButtonPassive:active {
	background-color: #555;
}
/* ## */
/* ######################################################################### */

/* ######################################################################### */
/* ## */
/* Smartphone Hochformat (Portrait) */
@media only screen
  and (min-device-width: 320px)
  and (max-device-width: 479px) {
	  
	#SVBScrollButtonPassive {
		margin: 0;
		padding-bottom: 0;
	}
	
	#SVBScrollButtonPassive {
		width: 25px;
		height: 30px;
		border-radius: 2px;
		bottom: 15px;
		right: 15px;
	}
	#SVBScrollButtonPassive::after {
		font-size: 1.5em;
		line-height: 28px;
	}
}
/* ## */
/* ######################################################################### */


.TelefonEMail br {
	content: "";
	display: block;
	/* jetzt evtl. Größenangaben, z. B. height */
	height:0;
}

.Person_01 {
	padding: 0;
	padding-left: 8px;
	/* box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%); */
	width: 100%;
	font-weight: bold;
}
.Person_02 {
	padding: 0;
	padding-left: 8px;
	box-shadow: 2px 2px 5px 1px rgb(0 0 0 / 30%);
	width: 100%;
	font-weight: bold;
}
.Person__Blau {
	color: blue;
}
.Person_HGF__Hellgrau {
	background-color: #ebebeb;
}
.Person_HGF__Hellgruen {
	background-color: #64ff64;
}
.NotShow {
	display: none;
}
.PersonUeberschrift01 {
	/* background-color: aqua; */
    /* margin-left: auto; */
    margin-right: auto;
    padding-bottom: 1%;
    font-size: x-large;
    font-weight: bold;
}


	.jconfirm {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		right: 0;
		bottom: 0;
		z-index: 99999999;
		font-family: inherit;
		overflow: hidden;
		background-color: #8898ff;
	}
	.jconfirm .jconfirm-scrollpane {
		perspective: 500px;
		perspective-origin: center;
		display: table;
		width: 100%;
		height: 100%;
	}
	.jconfirm .jconfirm-row {
		display: table-row;
		width: 100%;
	}
	.jconfirm .jconfirm-cell {
		display: table-cell;
		vertical-align: middle;
	}
	.jconfirm .jconfirm-holder {
		max-height: 100%;
		padding: 50px 0;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-color: #7f8c92;
		color: #fff;
	}
	.jconfirm .jconfirm-box-container.jconfirm-no-transition {
		transition: none !important;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-box {
		background-color: transparent;
		box-shadow: none;
	}
	.jconfirm.jconfirm-white .jconfirm-box, .jconfirm.jconfirm-light .jconfirm-box {
		box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
		border-radius: 5px;
	}
	.jconfirm .jconfirm-box.jconfirm-type-animated {
		animation-duration: 2s;
		animation-iteration-count: infinite;
	}
	.jconfirm .jconfirm-box {
		opacity: 1;
		transition-property: all;
	}
	.jconfirm .jconfirm-box {
		background: white;
		border-radius: 4px;
		position: relative;
		outline: none;
		padding: 15px 15px 0;
		overflow: hidden;
		margin-left: auto;
		margin-right: auto;
	}
	.jconfirm .jconfirm-box div.jconfirm-title-c {
		display: block;
		font-size: 22px;
		line-height: 20px;
		user-select: none;
		cursor: default;
		padding-bottom: 15px;
	}
	.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c:empty {
		display: none;
	}
	.jconfirm.jconfirm-white .jconfirm-box .jconfirm-title-c .jconfirm-icon-c, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-title-c .jconfirm-icon-c {
		margin-right: 8px;
		margin-left: 0px;
	}
	.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-icon-c {
		font-size: inherit;
		display: inline-block;
		vertical-align: middle;
	}
	.jconfirm .jconfirm-box div.jconfirm-title-c .jconfirm-title {
		user-select: none;
		font-size: inherit;
		font-family: inherit;
		display: inline-block;
		vertical-align: middle;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane.no-scroll {
		overflow-y: hidden;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane {
		margin-bottom: 15px;
		height: auto;
		transition: height 0.4s ease-in;
		display: inline-block;
		width: 100%;
		position: relative;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
		overflow: auto;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons {
		width: 100%;
		float: none;
	}
	.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons {
		float: right;
	}
	.jconfirm .jconfirm-box .jconfirm-buttons {
		padding-bottom: 11px;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button {
		float: right;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button {
		text-transform: none;
		text-align: left;
		padding: 10px 15px;
		margin-bottom: 20px;
		width: 45%;
		min-width: 128px;
		font-weight: 700;
	}
	.jconfirm.jconfirm-white .jconfirm-box .jconfirm-buttons button, .jconfirm.jconfirm-light .jconfirm-box .jconfirm-buttons button {
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
		text-shadow: none;
	}
	.jconfirm .jconfirm-box .jconfirm-buttons button {
		display: inline-block;
		padding: 6px 12px;
		font-size: 14px;
		font-weight: 400;
		line-height: 1.42857143;
		text-align: center;
		white-space: nowrap;
		vertical-align: middle;
		-ms-touch-action: manipulation;
		touch-action: manipulation;
		cursor: pointer;
		-webkit-user-select: none;
		-moz-user-select: none;
		-ms-user-select: none;
		user-select: none;
		border-radius: 4px;
		min-height: 1em;
		transition: opacity 0.1s ease, background-color 0.1s ease, color 0.1s ease, box-shadow 0.1s ease, background 0.1s ease;
		-webkit-tap-highlight-color: transparent;
		border: none;
		background-image: none;
	}
	.jconfirm .jconfirm-box .jconfirm-buttons > button {
		margin-bottom: 4px;
		margin-left: 2px;
		margin-right: 2px;
	}

	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:after, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:after {
		font-size: 27px;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:before, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:before, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:after, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:after {
		top: 8px;
	}
	.button-arrow:after {
		top: 8px;
	}
	.btn-primary-rte:after, .btn-primary-rte-left:after, .button-arrow:after {
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		/* content: "\f105"; */
		display: inline-block;
		font: 35px/1 FontAwesome;
		position: absolute;
		text-rendering: auto;
		top: 0px;
		right: 15px;
		padding-left: 10px;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:before, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:before {
		font-size: 25px;
	}
	.jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:before, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:before, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.confirm-button:after, .jconfirm.jconfirm-light .jconfirm-box-container .jconfirm-buttons button.cancel-button:after {
		top: 8px;
	}
	.back-button:before {
		-moz-osx-font-smoothing: grayscale;
		color: #fff;
		/* content: "\f104"; */
		display: inline-block;
		font: 35px/1 FontAwesome;
		position: absolute;
		text-rendering: auto;
		top: 0px;
		left: 10px;
		padding-right: 10px;
	}

.CenterImg {
	display: block;
    margin-left: auto;
    margin-right: auto;
}

.DBTabellen-Zelle {
	vertical-align: top;
	width: 500px;
	display: inline-block;
	white-space: normal;
	font-size: 12px;
	padding-left: 2px;
}

.paddR0-paddL0 {
	padding-left: 0;
	padding-right: 0;
}
.PR0 {
	padding-right: 0;
}
.PL0 {
	padding-left: 0;
}
.InputVsSelect {
	-webkit-appearance: none;
    appearance: none;
    border: none;
    /* background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mP8nwYAAmoBZ0eMiB8AAAAASUVORK5CYII=) repeat; */
    border-radius: 3px;
    box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, .3);
    /* color: #fff; */
    /* cursor: pointer; */
    font-family: 'Open Sans', sans-serif;
    font-size: 20px;
    height: 40px;
    outline: none;
    padding-left: 10px;
    width: 100%;
}
.PR0 {
	padding-right: 0;
}
.PR0 {
	padding-left: 0;
}
	
/* ########################################################### */ 
/* ## */
.SVBMitgliederAdmin01 {
	color: #fff;
	font-size: x-small;
}
.SVBMitgliederAdmin02 {
	color: #fff;
	font-size: x-small;
}
.SVBMitgliederEingabe01 {
	/* background-color: white; */
	background-color: #94b1ff;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
.SVBMitgliederEingabe02 {
	/* background-color: white; */
	background-color: #ecebef;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
/* ## */
/* ########################################################### */ 

/* ########################################################### */ 
/* ## */
.SVBMitgliederAdmin01 {
	color: grey;
	font-size: x-small;
}
.SVBMitgliederAdmin02 {
	/* color: grey; */
	font-size: x-small;
}
.SVBMitgliederEingabe01 {
	/* background-color: white; */
	background-color: #94b1ff;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
.SVBMitgliederEingabe02 {
	/* background-color: white; */
	background-color: #ecebef;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
/* ## */
/* ########################################################### */ 
	
/* ########################################################### */ 
/* ## */
.SVBAdminButtonEingabe01 {
	/* background-color: white; */
	background-color: #94b1ff;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
.GridNeuerAdminButton {
	display: grid;
	grid-row: auto;
	grid-template-columns: 43% 43% auto;	
	grid-gap: 1%;
	align-items: center;
	padding: 0% 0.5% 2% 0.5%;
	/* border: 5px solid #70a4d6; */
	margin-bottom: 1%;
}
/* ----------------------- */
.GridAdminButton__BBEZ {
	grid-column: 1/2;
	grid-row: 1;
}
.GridAdminButton__BBEF {
	grid-column: 2/3;
	grid-row: 1;
}
/* ----------------------- */
		.GridAdminButton__OnOff {
			grid-column: 3/4;
			grid-row: 1;
		}
/* ----------------------- */
.GridAdminButton__BBN {
	grid-column: 1/2;
	grid-row: 2;
}
.GridAdminButton__BRF {
	grid-column: 2/3;
	grid-row: 2;
}
/* ----------------------- */
.GridAdminButton__BPF {
	grid-column: 1/3;
	grid-row: 3;
}
/* ----------------------- */
.GridAdminButton__BPFX {
	grid-column: 1/3;
	grid-row: 4;
}
/* ----------------------- */
		.GridAdminButton__BBER {
			grid-column: 1/2;
			grid-row: 4;
		}
		.GridAdminButton__BD {
			grid-column: 2/3;
			grid-row: 4;
		}
/* ----------------------- */
.GridAdminButton__Button {
	grid-column: 4/5;
	grid-row: 1 / span 5;
}
/* ----------------------- */
.GridAdminButton__BPFX01 {
	grid-column: 1/2;
	grid-row: 4;
}
.GridAdminButton__BCOL {
	grid-column: 2/3;
	grid-row: 4;
}
/* ----------------------- */
.GridBackgroundBlue {
	background-color: #03A9F4;
}
.GridBackgroundGreen {
	background-color: lime;
}
.GridBackgroundOrange {
	background-color: rgb(255 150 0);
}
.GridBackgroundRed {
	background-color: red;
}
.GridBackgroundSVBBlau {
	background-color: blue;
}
.GridUeberschriftColorGray {
	color: grey;
}
.GridUeberschriftColorWhite {
	color: white;
}
/* ## */
/* ########################################################### */

/* ########################################################### */ 
/* ## */
.example-parent {
  border: 2px solid #DFA612;
  color: black;
  display: flex;
  font-family: sans-serif;
  font-weight: bold;
}

.example-origin {
  flex-basis: 100%;
  flex-grow: 1;
  padding: 10px;
}

.example-draggable {
  background-color: #4AAE9B;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}
.example-draggable-button {
  background-color: yellow;
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

.example-dropzone {
  background-color: #6DB65B;
  flex-basis: 100%;
  flex-grow: 1;
  padding: 10px;
}
/* ## */
/* ########################################################### */


.Admin-Draggable {
  font-weight: normal;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
}

/* ########################################################### */
/* ## */
.MoveWrapper {
	overflow: hidden;
	display: block;
	width: 100%;
	/* border-style: inset; */
	/* height: 500px; */
	position: relative;
}
.MoveWrapper02 {
	overflow: hidden;
	display: block;
	width: 100%;
	/* border-style: inset; */
	/* height: 500px; */
	position: relative;
}
.MoveButton {
	position: absolute; 
	width: 340px; 
	height: 40px;
	text-align: center;
}
/* ## */
/* ########################################################### */

.BorderStyle01 {
	border-style: ridge;
}

/* ########################################################### */ 
/* ## */
.SVBFubaAbtEingabe01 {
	background-color: #dfffea;
	padding: 1%;
	border: 2px solid rgb(75 96 224);
	border-radius: 10px;
	margin-bottom: 0.5%;
}
.SVBFubaAbtAdmin01 {
	color: grey;
	font-size: x-small;
}
.GridFubaAbt {
	display: grid;
	grid-row: auto;
	grid-template-columns: 86% auto;	
	grid-gap: 1%;
	align-items: center;
	padding: 0% 0.5% 2% 0.5%;
	border: 5px solid #70a4d6;
	margin-bottom: 1%;
}
.GridFubaAbt__Titel {
	grid-column: 1/2;
	grid-row: 1;
}
.GridFubaAbt__OnOff {
	grid-column: 2/3;
	grid-row: 1;
}
.GridFubaAbt__Info {
	grid-column: 1/2;
	grid-row: 2;
}
.GridFubaAbt__Anhang {
	grid-column: 1/2;
	grid-row: 3;
}
.GridFubaAbt__Foto {
	grid-column: 1/2;
	grid-row: 4;
}
.GridFubaAbt__Button {
	grid-column: 2/3;
	grid-row: 2 / span 4;
}
.FubaAbt_Button_C, .FubaAbt_Button_D {
	border: none;
}
.FieldSetRadio01 {
	width: max-content;
    -ms-transform: scale(3);
    -webkit-transform: scale(3);
    transform: scale(3);
	margin-left: 20%;
    margin-top: 10%;
}
/* ##                                                           ## */
/* ############################################################### */

.PBFotoNummerWhite {
	width: 16%; 
	font-size: 14px; 
	border-radius: 6px; 
	background: white; 
	padding: 0; 
	text-align: center;
}
.PBVideoLinkWhite {
	border-radius: 6px; 
	font-size: 14px; 
	text-align: center; 
	padding: 1%;
}
.PBVideoBreiteHoeheWhite {
	text-align: center; 
	font-size: 12px; 
	border-radius: 6px; 
	width: 30%; 
	padding: 0; 
	text-align: center;
}
.PBInputBackground {
	background: palegreen;
}
