body{
	background-image: url('https://www.heimatverein-digital.de/system/images/bg.jpg');
	background-attachment: fixed;
	background-size: cover;
}

.h1, .h2, .h3, h1, h2, h3{
	margin-left: 13px;
}

.top_spacing{
	margin: 50px 20px 50px 20px;
	
}

.label_margin{
	margin: 0 5px 5px 0;
	float:left;
	display:inline;
}

.footerspace{
	height: 50px;
}

.t_red{
	color: red!important;
}

.container{
	background-color: white;
	padding: 25px;
	box-shadow:  0px 8px 6px -6px #000;
	border: 1px solid #000;
	width: 90%;
}

.noborder{
	border:none!important;
	box-shadow: none;
}




.navbar{
	border-bottom: 1px solid #000;
}

.modal-content{
	text-align: center;
}

tr.group,
tr.group:hover {
    background-color: #ddd !important;
    font-weight: bold;

}

.t_green{
	color: green;
}



#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  /* change if the mask should have another color then white */
  z-index: 99;
  /* makes sure it stays on top */
}


#status {
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  /* centers the loading animation horizontally one the screen */
  top: 50%;
  /* centers the loading animation vertically one the screen */
  background-image: url('../images/status.gif');
  /* path to your loading animation */
  background-repeat: no-repeat;
  background-position: center;
  margin: -100px 0 0 -100px;
  /* is width and height divided by two */
}

.h_black{
	border-top: 1px solid #000!important;
}

#chart_div_v2, #chart_div_v2 .google-visualization-orgchart-node{
	transform: rotate(180deg);
	border: none!important;
	padding: 0!important;
}

#chart_div_v2_2, #chart_div_v2_2 .google-visualization-orgchart-node{
	
	border: none!important;
	padding: 0!important;
	
}



#chart_div_v2 .google-visualization-orgchart-linebottom, #chart_div_v2_2 .google-visualization-orgchart-linebottom{
	border-bottom: 1px solid black!important;
}

#chart_div_v2 .google-visualization-orgchart-lineleft, #chart_div_v2_2 .google-visualization-orgchart-lineleft{
	border-left: 1px solid black!important;
}

#chart_div_v2 .google-visualization-orgchart-lineright, #chart_div_v2_2 .google-visualization-orgchart-lineright {
	border-right: 1px solid black!important;
}


.male_tree{
	background-color: #87CEFA;
	border: 1px solid black;
	padding: 10px!important;
	border-radius: 5px;
}

.female_tree{
	background-color: #FF69B4;
	border: 1px solid black;
	padding: 10px!important;
	border-radius: 5px;
	
}

.start_tree{
	font-weight: bold;
	border: 1px solid black;
	padding: 10px!important;
	border-radius: 5px;
}

.male_tree a, .female_tree a{
	color: black;
	text-decoration: underline;
}

.btn-startcolor{
	background-color: #c7c7c7;
}

.btn-femalecolor{
	background-color: #FF69B4;
}

.btn-malecolor{
	background-color: #87CEFA;
}

hr{
	border-top: 1px solid grey;
}

#example input{
	max-width: 100px;
	font-size: 12px;
}

.news_dot {
  height: 10px;
  width: 10px;
  background-color: #08acdf;
  border-radius: 50%;
  display: inline-block;
  border:1px solid black;
	position: absolute;
   top: 5px;
	margin-left: 28px;
}

.a_user{
	color: white;
}

.buttonsToHide{
    display: none!important;
}

.dtsb-title{
    font-weight: bold;
    font-size: 30px;
}

.dropdown-menu-personen {
	position: inherit!important;
}

.label {
	font-size: 100%!important;
}

.suche_spezial .dt-search{
	margin-top: 30px;
	text-align: right;
}

.suche_spezial .scope-mount{
	text-align: right;
	margin-top: 10px;
}

.dt-search-wrap {
    display:flex; align-items:center; gap:.5rem;
  }
.dt-search-spinner {
width:16px; height:16px; border:2px solid #ddd; border-top-color:#666;
border-radius:50%; animation: dtspin .8s linear infinite; display:none;
}
.dt-search-spinner.is-active { display:inline-block; }
@keyframes dtspin { to { transform: rotate(360deg); } }

@media print {
	.noprint{
		display: none!important;
	}
}

@media screen{
	.onlyprint{
		display: none!important;
	}
}