@import url('https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;700&display=swap');
:root {
  --darkgreen: #005847;
  --lightgreen: #8CC63F;
}
body {
font-family:"Quicksand","Helvetica Neue",Helvetica,Arial,sans-serif;
color: #666462;
}
a, a:hover {
	color: #176599;
	text-decoration: none;
}

.headline {
	text-align: right !important;
}
.navbar-brand {
	max-width: 400px;
}
.backdrop {
	width: 100%;
	height: 100vh;
	position: fixed;
	background-color: white;
	background-image: url(../images/background.png);
	background-size: cover;
	background-repeat: no-repeat;
	top: 0;	
}
h1, h2, h3, h4, h5, h6 {
	color: var(--darkgreen);
}
.custom-navbar {
	
}

@media (max-width: 1200px) {
	
}
@media (max-width: 992px) {
	.navbar-brand {
		max-width: 300px;
	}
	.headline {
		text-align: left !important;
	}
	.headline  h1 {
		font-size: 2rem;
	}
	.headline  h4 {
		font-size: 1.2rem;
	}
	.headline  h2 {
		font-size: 1.5rem;
	}
}
@media (max-width: 768px) {
	.sticky-top {
		position: relative;
	}
	.backdrop {
		background-image: none;
	}
}
@media (max-width: 576px) {
	
}
.maincontainer {
	background-color: #ffffffc4;
	z-index: 99;
	position: relative;
}
.alert-light {
	border: 1px solid #b5c83e;
}
#register {
	padding: 15px;
}
.btn.conv {
	background-color: none;
	color: var(--lightgreen);
	border: 1px solid var(--lightgreen);
}

.btn.conv:hover , .btn.conv:active, .btn.conv:focus{
	background-color: var(--lightgreen);
	color: white;
	border: 1px solid var(--lightgreen);
}
.form-control{
	
}
.form-control:hover {
	border: 1px solid var(--lightgreen);
	
}
.form-control:focus {
	border: 1px solid var(--lightgreen);
	box-shadow: 0 0 0 .2rem var(--lightgreen);
}
.card { 
	border-radius: none;
}

.wbmarke {
	display: flex;
	flex-direction: row;
	color: white;
	justify-content: flex-end;
}

.wbmarke h2 {
	text-transform: uppercase;
	font-weight: bolder;
}
.wbmarke h5 {
	transform: rotate(-90deg);
	font-size: 11pt;
	margin-right: -42px;
	text-transform: uppercase;
}
.subheader h4 {
	font-weight: bold;
}
/*###Sponsors###*/
.sponsors {
	border: none;
	border-radius: 0px;
}
.sponsors .card-header {
	text-transform: uppercase;
	font-size: 0.8rem;
	border: 1px solid rgba(0,0,0,.125);
	border-radius: 0px;
	padding: 0 1.25rem;
}

@media (max-width: 992px) {
	
}
.footer {

}
.hiddenAlert {
	display: none;
	position: relative;
	top: -55px;
}
.displayed {
	color: red !important; 
}
.edited {
	font-size: 10px;
	text-transform: uppercase;
	color: red;
}
.privateName {
	color: transparent !important;
	text-shadow: 0 0 7px rgba(0,0,0,0.5);
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.usertracking .modal-header {
	justify-content: flex-start;
}
.usertracking .modal-footer {
	justify-content: space-between;
}
/*TRACKING*/
.time {
	display: inline-block;
	width: 80px;
	text-align: center;
}
.timeonline {
	width: 110px;
	text-align: left;
	margin-left: 10px;
	padding-left: 5px;
}