/* ====================================================   GLOBAL DEFINITION   ==================================================== */

@import url('https://fonts.googleapis.com/css?family=Roboto');

body{
	font-family: 'Roboto', sans-serif;
	background: #fffffa;
}

/*
#293239 navy
#D2E5E9 hellblau
#E3ECED hellblau_grau
#FDFDF2 weiß
*/

/* ====================================================   HEADER   ==================================================== */

/** CONTENT **/

h1,
h2, 
h3 {
	font-family: 'Roboto', sans-serif;
	color: #FDFDF2; 
	text-transform: none;
}
	
h2 {
	font-family: 'Roboto', sans-serif;
	text-transform: uppercase;
	border-left:none;
}
	
h2 span {
	font-size: 0.70em; 
	color: #111; 
	text-transform: none;
}

h3 { 
	font-size: 1.25em; 
	font-weight: normal; 
	color:#293239;
	padding: 10px; 
	margin: 10px; 
}	

h3 span {
	font-size: 0.70em; 
	color: #111; 
	text-transform: none;
}
h4{
	font-size: 1.1em;
	font-weight: normal; 
	padding: 10px; 
	margin: 10px; 
	color: #4E68AD
}

p {
	text-align: left; 
	padding: 5px 0px
}

a {
	color:#FDFDF2;
}

.mybuttonoutline
{
	border: solid 1px #293239;
	color: #293239;
	height: fit-content;
}

.mybuttonoutline:hover
{
	background: #293239;
	color:#FDFDF2;
}

.mycollapsbtn
{
	background: #293239;
	color: #FDFDF2;
	width:100%;
}

.mycollapsbtn:hover
{
	background: #607686;
	color: #FDFDF2;
	width:100%;
}

.footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	min-height: 40px; /* Set the fixed height of the footer here */
	max-height: 40px; /* Set the fixed height of the footer here */
	padding: 10px 0 0 0;
  }

.navbar-logo{
	padding: 15px;
	color: #fff;
}
.navbar-mainbg{
	background-color: #293239;
	padding: 15px;
}

ul{
	padding:0;
}


.mybtn {
	color: #fdfdf2;
	background: #293239;
	border: solid 1px #fdfdf2;
	transition: all 0.3s ease-in;
	margin-bottom:10px;
}

.mybtn:hover
{
	color: #293239;
	background: #fdfdf2;
}

.mymiddle
{

	background: #fffffa;
}

.freigabetext
{
	font-size: 1em;
	font-weight: normal; 
	color: #4E68AD;
	text-align: left; 
	padding: 5px 0px;
	float:left;
}

.mylogincard
{
	border-radius:20px !important;
	color:white;
	box-shadow: 0 0 10px;
	background: #293239;
	animation: loadingLogin 0.5s ease-in forwards;
	opacity: 0;
}

@keyframes loadingLogin
{
	0% {
		opacity: 0;
		transform: scale(0.7);
	}
	80% {
		opacity: 1;
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

@keyframes changeTable
{
	0% {
		opacity: 0;
	}
	70% {
		transform: scale(1.1);
	}
	100% {
		opacity: 1;
		transform: scale(1);
	}
}

.select
{
	font-size: 12px;
    margin-left: 10px;
    background: #293239;
    color: #fdfdf2;
    border-radius: 5px;
	height:24px;
	margin-top:5px;
}

.myselectbtn
{
	padding: 0px;
    height: 24px;
    width: 24px;
    margin-left: 10px;
	margin-top: 5px;
}

.detaildiv
{
	background: #f5efe8;
	border-radius:10px;
	margin-bottom: 10px;
	padding:15px;
}

.mybilderdiv
{
	display: grid;
	grid-template-columns: auto auto auto auto;
	align-items: center;
	justify-content: center;;
}

@media (min-width:200px) {
	.mybilderdiv
	{
		grid-template-columns: auto;
	}
}

@media (min-width:850px) {
	.mybilderdiv
	{
		grid-template-columns: auto auto;
	}
}

@media (min-width:1200px) {
	.mybilderdiv
	{
		grid-template-columns: auto auto auto auto;
	}
}

.myaufgabendiv
{
	display:flex;
	flex-wrap: wrap;
}

.infologin
{
	color:#FDFDF2; 
	margin-top:25px; 
	text-align:center;
	animation: loadingLogin 1s ease-in forwards;
	opacity: 0;
}

.hide {
	display: none;
}

.visible {
	display: block;
	opacity: 0;
	transform: scale(0.8);
	animation: changeTable 0.5s ease-in forwards;
}

.visible2 {
	display: block;
	opacity: 0;
	transform: scale(0.8);
	animation: changeTable 0.7s ease-in forwards;
}

label {
	color:gray;
}

a { 
	outline: none; 
	text-decoration: none; 
}
a:hover, 			/* Durch Maus oder Tastatur angewählte Verweise werden sichtbar gemacht */
a:focus { 
	text-decoration: underline; 	
}

.progress-radial {
	position: relative;
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border: 2px solid #293239;
	background-color: tomato;
	float:right;
  }
  
  /* -------------------------------------
   * Optional centered circle w/text
   * ------------------------------------- */
  .progress-radial .overlay {
	position: absolute;
	width: 15px;
	height: 15px;
	background-color: lightgray;
	border-radius: 50%;
	margin-left:3px;
	margin-top: 3px;
	text-align: center;
	line-height: 60px;
	font-size: 16px;
  }
  
  /* -------------------------------------
   * Mixin for progress-% class
   * ------------------------------------- */
  .progress-0 {
	background-image: linear-gradient(90deg, #293239 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(90deg, #ff6347 50%, #293239 50%, #293239);
  }
   
  .progress-25 {
	background-image: linear-gradient(90deg, #293239 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(180deg, #ff6347 50%, #293239 50%, #293239);
  }
  
  .progress-50 {
	background-image: linear-gradient(-90deg, #f7d723 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f7d723 50%, #2f3439 50%, #2f3439);
  }
  .progress-60 {
	background-image: linear-gradient(-54deg, #48e1f5 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #48e1f5 50%, #2f3439 50%, #2f3439);
  }
  .progress-75 {
	background-image: linear-gradient(0deg, #154af8 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #154af8 50%, #293239 50%, #293239);
  }
  
  .progress-90 {
	background-image: linear-gradient(54deg, #f510f5 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f510f5 50%, #293239 50%, #293239);
  }
  
  .progress-95 {
	background-image: linear-gradient(72deg, #f510f5 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #f510f5 50%, #2f3439 50%, #2f3439);
  }

  .progress-100 {
	background-image: linear-gradient(90deg, #0aee7c 50%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0)), linear-gradient(270deg, #0aee7c 50%, #293239 50%, #293239);
  }
  

  th, td{
	text-align: center;
	vertical-align: middle;
	background: #293239 !important;
	color:#fdfdf2 !important;
  }

  td {
	
  }


  .card-custom {
	overflow: hidden;
	min-height: 450px;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
  }
  
  .card-custom-img {
	height: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-color: inherit;
  }
  
  /* First border-left-width setting is a fallback */
  .card-custom-img::after {
	position: absolute;
	content: '';
	top: 161px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 40px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 545px;
	border-left-width: calc(575px - 5vw);
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
  }
  
  .card-custom-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 100px;
	left: 1.25rem;
	width: 100px;
	height: 100px;
  }
  

  /*Formular zum Eingeben/Ändern der eigenen Daten*/
.mydatenform{
	margin: 0 15px;
}
.mydatenform input:not(.form-check-input),
.mydatenform textarea,
.mydatenform select	{
  margin: 10px 0;
}
.mydatenform label{
	white-space: nowrap;
}
.mydatenform label:not(.form-check-label){
	font-size: 12px;
}
.about{
	margin: 0 auto;
	padding: 15px;
}

.modal-dialog
{
	width: 90vw;
	max-width:900px;
}

.modal-header
{
	background-color: #293239 !important;
	color: rgba(255,255,255,1) !important;
}

.modal .table
{
	width:95%;
	margin:0.5em;
}

.modal .table td:first-child
{
	border:solid 1px lightgray;
}

.hiddenRow {
    padding: 0px !important;
}

.pconly
{
	display: block;
}

@media (min-width:200px) {
	.pconly
	{
		display: none;
	}
}

@media (min-width:850px) {
	.pconly
	{
		display: block;
	}
}

p{
	margin-bottom: 0px;;
}

.leftdiv
{
	background: #293239;
	color:#FDFDF2;
	padding:10px;
}

input[type="file"] {
	display: none;
  }
  
  .custom-file-upload {
	border: 1px solid #ccc;
	display: inline-block;
	padding: 6px 12px;
	cursor: pointer;
  }

  label{
	margin-left:10px;
  }