body {
	background-color: #0a0e13;
	color: #fff;
	overflow-x: hidden;
	}

a {
	color: inherit;
	text-decoration: inherit;
	}

a:hover {
	color: inherit;
	text-decoration: inherit;
	}

.border-bottom-main {
	border-bottom: 1px solid #273036;
	}

.sub-navbar {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
	align-items: center;
	padding: 0px 15px 0px 15px;
	margin-top: 6px;
	width: 100%;
	background: #0f1519;
	}

.sub-navbar .tab {
	padding: 15px 15px 15px 15px;
	border-radius: 5px;
	transition: background-color .15s ease-in-out;
	cursor: pointer;
	}

.sub-navbar .tab:hover {
	background: #0a0e13;
	transition: all 0.3s ease;
	}

.sub-navbar .tab .name {
	font-size: 1.6rem;
	}

.flex-expand {
	flex: 1;
	}

.flex-box-navigation {
	display: flex;
	align-items: center;
	justify-content: space-around;
	flex-direction: row;
	height: 85%;
	}

.flex-box-navigation-bottom {
	display: flex;
	justify-content: center;
	width: 75%;
	}

.button-login {
	margin-right: 5rem;
	}



.navbar-flex-complete {
	display: flex;
	width: 100%;
	flex-direction: row;
	}


/* Oben rechts  */
.info-flex-box {
	display: flex;
	justify-content: flex-end;

	}

.info-flex-box .inner-box {
	background: #0f1519;
	height: 215px;
	display: flex;
	flex-direction: column;
	padding: 1rem 1rem 1rem 1rem;
	}

.info-flex-box .inner-box .info {
	}

.info-flex-box .inner-box .info .text {
	border-bottom: 1px solid rgb(157 140 144 / 13%);
	}

.info-flex-box .inner-box .tabgroup {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding-top: 3px;
	}

.info-flex-box .inner-box .tabgroup .tab {
/*	padding: 15px 15px 15px 15px;*/
	border-radius: 5px;
	margin-right: 10px;
	transition: background-color .15s ease-in-out;
	}

.info-flex-box .inner-box .tabgroup .tab:hover {
	background-color: #171c26;
	cursor: pointer;
	transition: all 0.3s ease;
	}

.info-flex-box .inner-box .tabgroup .link {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 5px 10px 5px 10px;
	}

.info-flex-box .inner-box .tabgroup .link .title {
	color: #524f4f;
	font-size: 0.8rem;
	}

.info-flex-box .inner-box .tabgroup .focused {
/*	border-bottom: 1px solid #2b6f87;*/
	background-color: #1f292a;
	transition: all 3.3 ease;
	}

.home-icons-8 {
	position: fixed;
	bottom: 2px;
	right: 150px;
	color: white;
	font-size: 0.7em;
	}

.privacy-policy {
	position: fixed;
	bottom: 2px;
	right: 5px;
	color: white;
	font-size: 0.7em;
	}


/* width */
.customstats-scrollbar::-webkit-scrollbar {
	width: 5px;
	height: 10px;
	}

/* Track */
.customstats-scrollbar::-webkit-scrollbar-track {
	background: #0a0e13;
	}

/* Handle */
.customstats-scrollbar::-webkit-scrollbar-thumb {
	background: #bbedff;
	}

/* Handle on hover */
.customstats-scrollbar::-webkit-scrollbar-thumb:hover {
	background: #555;
	}


/* Navigationsleiste eingeloggt */
.navbar-flex-box {
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: center;
	padding: 0px 15px 0px 15px;
	height: 115px;
	border-radius: 5px;
	background: linear-gradient(to right bottom, #aafff7, #ffffff);
/*	background: linear-gradient(to right bottom, #9fb4ff, #2b6f87); /* standard blue */
/*	background: linear-gradient(to right bottom, #3c3f4a, #2b6f87);*/ /*dark blue*/
/*	background: linear-gradient(to right bottom, #918e8e, #2b3858);*/ /*gray*/
	}

.navbar-flex-box .tab {
	border-radius: 5px;
	transition: background-color .15s ease-in-out;
	}

.navbar-flex-box .tab:hover {
  background-color: #171c26;
  cursor: pointer;
  transition: all 1s ease;
	}

.navbar-flex-box .tab .link {
	display: flex;
	align-items: center;
	flex-direction: column;
	border-radius: 10px;
	padding: 10px 15px 10px 15px;
	}

.navbar-flex-box .tab .link .title {
	color: #524f4f;
	font-size: 0.6rem;
	}

.navbar-flex-box .focused {
/*	border-bottom: 1px solid #000;*/
	background-color: #b7d5d5;
	}

.loading-div {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: visible;
  opacity: 0.5;
  background: #000 url('../../public/img/basic/loading_circle.gif') no-repeat center center;
  }

.ta-center {
	text-align: center !important;
	}

.v-middle {
	vertical-align: middle !important;
	}

.font-bold {
	font-weight: bold;
	}

.tc-green {
	color: #6daf8d;
	}

.tc-red {
	color: #cf6060;
	}

.tc-teal {
	color: #bbedff;
	}

@media screen and (min-width: 601px){
	.button-log-reg {font-size: 4vw}
	}

@media screen and (max-width: 600px){
	.button-log-reg {font-size: 2vw}
	}

/* 1175px and smaller  */
@media screen and (max-width: 1175px){

	.navbar-flex-complete {
		justify-content: space-around;
		}

	.navbar-flex-box {
		flex-direction: row;
		height: auto;
		flex-wrap: wrap;
		width: 225px;
		}
	}

.button-main-tab {
	--def: #96B7C4;
	--inv: #1f292a;
	position: relative;
	padding: 2.4rem 6.2rem;
	padding-right: 5.1rem;
	font-size: 1.4rem;
	width: 75%;
	margin-top: 4rem;
/*	color: var(--inv);*/
	color: white;
	letter-spacing: 1.1rem;
	border: 1px solid #1c1c1c;
	border-radius: 10px;
	text-align: center;
	text-transform: uppercase;
	transition: all 300ms cubic-bezier(0.77, 0, 0.175, 1);
	cursor: pointer;
	user-select: none;
	animation: fadein .9s;
}

.button-main-tab:before,
.button-main-tab:after {
	content: "";
	position: absolute;
	transition: inherit;
	z-index: -1;
}

.button-main-tab:hover {
/*	color: var(--def);*/
	color: #000;
	transition-delay: 0.5s;
}

.button-main-tab:hover:before {
	transition-delay: 0s;
}

.button-main-tab:hover:after {
/*	background: var(--inv);*/
	background: linear-gradient(to right bottom, #aafff7, #1c9093);
	transition-delay: 0.35s;
}


/* From Left */

.from-left:before,
.from-left:after {
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 10px;
}

.from-left:before {
	right: 0;
	border: 1px solid var(--inv);
	border-left: 0;
	border-radius: 10px;
	border-right: 0;
}

.from-left:after {
	left: 0;
	border-radius: 10px;
}

.from-left:hover:before,
.from-left:hover:after {
	width: 100%;
}