html {
	font-family: var(--bs-font-sans-serif);
	line-height: var(--bs-body-line-height);
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	font-size: var (--bs-body-font-size) !important;
	font-weight: var(--bs-body-font-weight) !important;
	color: var(--bs-body-color);
	background-color: var(--bs-body-bg);
}

footer.bp-page-footer {
	border-top: 3px solid #ccff33;
	background-color: #006666;
	color: #ffffff;
	font-size: 0.8rem;
}

footer.bp-page-footer {
	position: fixed;
	height: auto;
	bottom: 0;
	width: 100%;
	text-align: center;
}

.footer-copyright {
	padding-top: 0.25rem;
	padding-bottom: 0.25rem;
	display: inline-block;
}

.desktoplogo {
	min-width: 16%;
	width: 16%;
	max-width: 16%;
	min-height: auto;
	height: auto;
	max-height: auto;
	margin: 1rem;
}

.bg-primary {
	background-color: var(--bs-primary) !important;
	color: var(--bs-white) !important;
}

.border-navbar {
	border-top: 3px solid #ccff33 !important;
	border-bottom: 3px solid #ccff33 !important;
}

.bg-white {background-color: #fff;}

.btn-link {color: var(--bs-primary) !important; text-align:left !important;}

a {
	color: black;
	text-decoration: none !important;
	}

i {font-size: 1rem;}

/*.fa, .fas, .far, .fal, .fad, .fab {
	color: black;
}*/


/* Language selector */

li.dropdown-list-item {
	display: inline-block;
	width: 160px;
	max-width: auto;
}

li.dropdown-list-item img {
	padding-right: 0.5rem;
}

/*Unterart des inline-group Elements ohne span TAG und Hintergrund */


.input-group-inline {
	border-collapse: separate;
	display: table;
	position: relative;
	white-space: nowrap;
}

div.centered  {
	height: 90vh;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center; 
	justify-content: center;
  }  

.form-signin {
  max-width: 500px;
  text-align: center;
  display: flex;
  align-items: center;
  align-content: center;
  height: 50vh; 
}

.form-signin .checkbox {
  font-weight: 400;
}

.form-signin .form-floating:focus-within {
  z-index: 2;
}

.form-signin input[type="username"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

form.login {
	padding: 30px;
	border: 2px solid var(--bs-primary);
	background: rgba(129, 189, 0, 0.25);
	min-width: 330px;
}

div.upload {
	padding: 10px;
	border: 2px solid var(--bs-primary);
	background: rgba(129, 189, 0, 0.25);
	width: 100%;	
}

.translatorbox {
	width: 100%;
	height: 50vh;
	max-height: auto;
	resize: none;
}

/* Ajax Loader */
#overlay{	
	position: fixed;
	top: 0;
	z-index: 100;
	width: 100%;
	height:100%;
	display: none;
	background: rgba(0,0,0,0.6);
  }
  .cv-spinner {
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;  
  }
  .spinner {
	width: 40px;
	height: 40px;
	border: 4px #ddd solid;
	border-top: 4px #006666 solid;
	border-radius: 50%;
	animation: sp-anime 0.8s infinite linear;
  }
  @keyframes sp-anime {
	100% { 
	  transform: rotate(360deg); 
	}
  }
  .is-hide{
	display:none;
  }