/*@import url("font-awesome.min.css");*/
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400;1,500;1,600;1,700;1,800&display=swap");
@import url("/styles/prolight_chronicals/theme/colours_override.css");

html,
body {
	position: relative;
    min-height: 100vh;
	scroll-behavior: smooth;
}

html {
	cursor: url('https://chronicals.de/cms/images/cursors/left_ptr.png'), auto;
	scrollbar-color: rgba(var(--main-scrollbar-primary-color), 1) rgba(var(--main-scrollbar-secondary-color), 1);
	scrollbar-width: thin;
}

body {
	font-family:"Source Sans Pro", sans-serif;
}

input, textarea, select, option {
	font-family: 'Source Sans Pro', sans-serif;
	font-weight: 300;
	line-height: 1.75em;
	background: rgba(var(--main-bg-secondary-color), 0.8);
	color: rgba(var(--main-text-color), 1);
	letter-spacing: 0.5px;
}

option {
	-webkit-backdrop-filter: blur(10px);
	backdrop-filter: blur(10px);
}

input:autofill {
  -webkit-box-shadow: 0 0 0 1000px rgb(var(--main-bg-secondary-color)) inset;
  -webkit-text-fill-color: rgba(var(--main-text-color), 1);
}

fieldset.quick-login input.inputbox {
	width: inherit;
}

#headerwrap {
	font-size: 24px;
	line-height: 1.75em;
	letter-spacing: 0.5px;
}

.headerwrap {
	background-color: rgb(var(--main-bg-color));
}

.footerwrap {
	background-color: rgb(var(--main-bg-secondary-color));
    border-top: 1px solid rgb(var(--main-border-lowc-color));
    padding: 0 0 10px 0;
    width: 100%;
}

.lightnav {
	background-color: rgb(var(--main-bg-color));
	border-bottom: 2px solid rgba(var(--main-border-lowc-color), 0.35);
	margin-top: 7.2em;
}

.navbar-top {
	background-color: rgb(var(--main-bg-color));
}

.avatar {
	max-width: 190px !important;
	max-height: 190px !important;
}

.header-avatar img.avatar {
	max-width: 35px !important;
	max-height: 35px !important;
	top: -1px;
}


a.header-avatar span:after {
    content: unset;
    display: unset;
    font: unset;
    padding-left: unset;
    padding-top: unset;
    vertical-align: unset;
}

.phpbbad-slide-up {
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: fit-content;
}

.phpbbad-slide-up-close {
    background-color: rgb(var(--main-bg-secondary-color));
    width: 30px;
    cursor: pointer;
}

/*
 *  Scrollbar
 */

/* size */
::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0px transparent;
  border-radius: 10px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: rgb(var(--main-scrollbar-primary-color));
  border-radius: 10px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: rgb(var(--main-scrollbar-primary-active-color));;
}

/*
 *  Rank images
 */

span.rank-img img {
	max-width: 35px !important;
	max-height: 35px !important;
}

dl.left-box dd:nth-child(3) img {

	max-width: 64px !important;
	max-height: 64px !important;
}

.profile-rank img {
	max-height: 64px;
	max-width: 100%;
}

.postprofile dd {
    overflow: unset;
    text-overflow: ellipsis;
}

.dropbtn span.username-coloured {
	color: unset !important;
}

#nav ul li a .username-coloured {
	font-weight: inherit;
}


h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
	color: inherit;
	font-family: 'Montserrat';
}

h2 {
	color: unset;
}

#logo img.desktop {
	top: 0.45em;
}

@media screen and (max-width: 1920px) {
	#headerwrap {
		font-size: 22.66px;
	}
	.lightnav {
		margin-top: 6.8em;
	}
}

@media screen and (max-width: 1680px) {
	#headerwrap {
		font-size: 20px;
	}
	.lightnav {
		margin-top: 6.1em;
	}
	#logo img.desktop {
		top: 0.4em;
	}
}

@media screen and (max-width: 1280px) {
	#headerwrap {
		font-size: 17.33px;
	}
	.lightnav {
		margin-top: 5.4em;
	}

	#logo img.desktop {
		top: 0.35em;
	}
	.postprofile .avatar img {
		width: 150px !important;
		height: 150px !important;
	}
}

@media screen and (max-width: 736px) {
	#headerwrap {
		font-size: 16px;
	}
	.lightnav {
		margin-top: 1.65em;
	}
	.avatar {
		max-width: 300px !important;
		max-height: 300px !important; 
	}

	.postprofile .avatar img {
		width: 75px !important;
		height: 75px !important;
	}
}
	
	header {
		display: block;
	}
	
	header p {
		display: block;
		margin: 1em 0 0 0;
		padding: 0 0 0.5em 0;
	}
	
	header h1 {
		font-size: 2.25em;
		letter-spacing: -2px;
		line-height: 1.25em;
	}
	
	#logo img.desktop {
		display: inline-block;
	}

	#logo img.mobil {
		display: none;
	}

	footer {
		/*margin-top: 2em;
		position: absolute !important; */
		display: block;
		left: 0 ; right: 0; 
		bottom: 0 !important;
	}
	
	ul.menu {
		cursor: default;
	}

		ul.menu li {
			display: inline-block;
			line-height: 1em;
			border-left: solid 1px rgba(145, 146, 147, 0.25);
			padding: 0 0 0 0.5em;
			margin: 0 0 0 0.5em;
		}

			ul.menu li:first-child {
				border-left: 0;
				padding-left: 0;
				margin-left: 0;
			}
			
	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			/*font-family: 'FontAwesome';*/
			font-size: 1.25em;
			text-decoration: none;
			font-weight: 900; 
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing: antialiased;
			-moz-osx-font-smoothing: grayscale;
		}

		.icon > .label {
			display: none;
		}

/* Header */

	#header {
		position: fixed;
		z-index: 9999;
		left: 0;
		top: 0;
		width: 100%;
		color: rgba(var(--nav-text-color), 1);
		background: rgb(var(--main-bg-color));
		background: rgba(var(--main-bg-color), 0.65);
		height: 3em;
		line-height: 2em;
		box-shadow: 0 0 0.15em 0 rgba(0, 0, 0, 0.1);
		font-size: 1em;
		letter-spacing: 0.5px;
	}

	#header:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		-webkit-backdrop-filter: blur(10px);
		backdrop-filter: blur(10px);
	}


	#logo {
		opacity: 100%;
		position: absolute;
		left: 25px;
		height: 50%;
		line-height: 3em;
		letter-spacing: -1px;

	}

/*		#logo a {
			font-size: 1.25em;
		} */

#nav {
	position: absolute;
	right: 0.5em;
	top: 0;
	height: 3em;
	line-height: 3em;
	font-size: 0.7;
	font-family: "Source Sans Pro", sans-serif;
}

	
	
	#nav h2{
		/* color: #fff; */
		font-size: 1.5em;
		font-weight: 700;
		line-height: 1.1em;
 		/* font-family: "Source Sans Pro", sans-serif; */
		margin: unset;
	}


	#nav b{
		font-weight: 700;
 		font-family: 'Montserrat', sans-serif;
	}
	
	#nav ul {
		margin: 0;
	}

		#nav ul li {
			display: inline-block;
			margin-left: 0.5em;
			font-size: 0.8em;
		}

			#nav ul li a {
				display: block;
				color: inherit;
				text-decoration: none;
				height: 3em;
				line-height: 3em;
				padding: 0 0.5em 0 0.5em;
				outline: 0;
			}
			#nav ul li.mobil{
				display: none;
			}

/* Footer */


	.footerwrap {
		padding-bottom: 16.5em;
	}

	#footer {
		position: absolute;
		font-size: 24px;
		height: 5em;
		line-height: 5em;
		margin: 0;
		margin-top: -2.5em;
		background: rgba(var(--footer-bg-color), 1);
		color: rgba(185, 186, 187, 0.5);	/* TODO */
		overflow: hidden;
		margin-top: -3.5em;
	}

		#footer a {
			color: inherit;
		}

			#footer a:hover,
			#footer a:focus {
				color: rgba(var(--footer-text-color-active), 1);
			}

		#footer ul.actions {
			position: absolute;
			display: inline-flex;
			align-content: flex-start;
			align-items: center;
			flex-wrap: nowrap;
			flex-direction: row;
			left: 1em;
			top: 0.25em;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}

			#footer ul.actions li {
				display: flex;
				margin: 0;
			}

				#footer ul.actions li a {
					padding: 0.5em;
					font-size: 24px;
				}

				#footer ul.actions li a.baron_icon {
					padding-top: 0.3em;
				}

				#footer ul.actions li a:before {
					font-size: xx-large;
				}

		#footer ul.menu {
			position: absolute;
			right: 2em;
			top: 0;
			height: 5em;
			line-height: 5em;
			margin: 0;
		}

			#footer ul.menu li {
				border-left-color: rgba(185, 186, 187, 0.2);
				font-size: 0.9em;
			}

		.search-header {
			margin-top: 0.2em;
		}

		/* Narrower */

	@media screen and (max-width: 1000px) {

		/* Footer */

		.footerwrap {
			padding-bottom: 25.5em;
		}

		#footer {
			height: 8.5em;
			line-height: inherit;
			text-align: center;
			padding: 2em 1em 2em 1em;
		}

			#footer .actions {
				position: relative;
				left: 0;
				top: 0;
				height: auto;
				line-height: inherit;
				margin: 0 0 1em 0;
			}

			#footer .menu {
				position: relative;
				right: 0;
				top: 0;
				height: auto;
				line-height: inherit;
			}
			
			#nav ul li.mobil{		
				display: inline-block;		
			}		
			#nav ul li.deskt{		
				display: none;	
			}
			
			#nav ul li span.mobil{		
				display: inline-block;		
			}		
			#nav ul li span.deskt{		
				display: none;	
			}
			#nav ul li p.mobil{		
				display: inline-block;		
			}		
			#nav ul li p.deskt{		
				display: none;	
			}

			#footer {
				height: 5em;
				line-height: inherit;
				text-align: center;
				padding: 2em 1em 2em 1em;
			}

			#footer ul.actions {
				position: relative;
				left: 0;
				top: 0;
				height: auto;
				line-height: inherit;
				margin: 0 0 1em 0;
			}

			#footer ul.menu {
				position: relative;
				right: 0;
				top: 0;
				height: auto;
				line-height: inherit;
			}

			/*.search-header {
				display: none !important;
			}*/
			
		}

		@media screen and (max-width: 736px) {
			
			#logo img.desktop {		
				display: none;		
			}		
				
			#logo img.mobil {		
				font-size: 1em;		
				size: 1.5em;		
				display: inline-block;		
				top: 50%;		
				margin-left: -19px;
			}		
			
			#header {
				height: 2.5em;
				line-height: 2.5em;
			}

			body {
				padding-top: 2.5em;
			}

			#logo {
				text-align: left;
				position: absolute;
				left: 0.1em;
				top: 0.4em;
				height: 2.5em;
				line-height: 2.5em;
				margin-left: 7px;
			}

			.footerwrap {
				padding-bottom: 34em;
			}

			#footer ul.menu li {
				/* border-left: 0; */
				/* padding: 1em 0 0 0; */
				/* margin: 0; */
				/* display: block; */
			} 

			#footer ul.menu li:first-child {
				padding-top: 0;
			}

			#footer ul.menu li a {
				line-height: 1.5em;
			}
			
			#nav {
				font-size: 1em;
			}


			#nav {
				position: absolute;
				right: 0.5em;
				top: 0;
				height: 3em;
				line-height: 3em;
			}

			#nav ul {
				margin: 0;
			}

			#nav ul li {
				display: inline-block;
				margin-left: 0.15em;
				/*font-size: 0.9em;*/
			}

			#nav ul li a {
				display: block;
				color: inherit;
				text-decoration: none;
				height: 3em;
				line-height: 3em;
				padding: 0 0.2em 0 0.2em;
				outline: 0;
			}
			
			#footer {
				height: 8.5em;
				line-height: inherit;
				text-align: center;
				padding: 2em 0.25em 2em 0.25em;
			}

			#footer .actions {
				position: relative;
				left: 0;
				top: 0;
				height: auto;
				line-height: inherit;
				margin: 0 0 1em 0;
			}

			#footer .menu {
				position: relative;
				right: 0;
				top: 0;
				height: auto;
				line-height: inherit;
				font-size: 0.9em;
			}

			#footer .menu .desktop {
				display: none;
			}
			
		}


kbd {
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
	color: #333;
	display: inline-block;
	font-size: .85em;
	font-weight: 700;
	line-height: 1;
	padding: 2px 4px;
	white-space: nowrap;
}

.blurspan {
	backdrop-filter: blur(1px);
	/* height: 100%;
	width: 100%; */
	padding: 10px 10px;
}
	
.column {
	box-sizing: border-box;
}

/* Create two equal columns that floats next to each other */
.column {
	display: inline-block;
	float: left;
	width: 50%;
	height: auto !important;
	padding: 10px;
	align-items: stretch;
	color: white !important;
	opacity: 0.93;
	position: relative;
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url('/cms/templates/bigpicture/assets/css/images/overlay.png'), linear-gradient(rgba(255, 255, 255, 0.7),rgba(255, 255, 255, 0.8)); background-position: center; background-size: cover;
}

.column.nobackground {
	background-image: linear-gradient(rgba(0, 0, 0, 0.0), rgba(0, 0, 0, 0.0)) !important;
}

.column.nobackground:hover,
.column.nobackground:focus {
	background-color: #f1f1f1;
}

.column.nohoverchange a:hover,
.column.nohoverchange a:focus {
	background-color: inherit !important;
}

.column.inheritcolor {
	color: inherit !important;
}

.column-4 {
	width: 25.00%;
}

.column:hover,
.column:focus {
	opacity: 1;
	transform: scale(1.03);
	-webkit-box-shadow: 0px 0px 40px 15px rgba(24,114,166,0.65);
	-moz-box-shadow: 0px 0px 40px 15px rgba(24,114,166,0.65);
	box-shadow: 0px 0px 40px 15px rgba(24,114,166,0.65);
	z-index: 200;
	cursor: url('https://chronicals.de/cms/images/cursors/pointing_hand.png'), pointer !important;
}

.column.full {
	width: 100% !important;
	margin: 0;
}

.column.forcepad {
	padding: 10px !important;
}

.column.nopad {
	padding: 0px !important;
}

.column.static {
	opacity: 1;
	transform: scale(1.0) !important;
	cursor: url('https://chronicals.de/cms/images/cursors/left_ptr.png'), auto !important;
}

.column.static:hover {
	cursor: url('https://chronicals.de/cms/images/cursors/left_ptr.png'), auto !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	background-color: inherit;
}

.column.darktitle {
	-webkit-box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
	-moz-box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
	box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
}

.column.darktitle:hover,
.column.darktitle:focus {
	-webkit-box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
	-moz-box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
	box-shadow: inset 10px 10px 57px 30px rgba(0,0,0,0.7) !important;
}

.column-ribbon-left {
    position: absolute;
    top: 5px;
    left: 15px;
	z-index: 300 !important;
	font-size: 13.5px;
}

.column-ribbon-left.top {
	line-height: 2.5em;
}

.column-ribbon-right {
    position: absolute;
    top: 5px;
    right: 12px;
	z-index: 300 !important;
	font-size: 13px;
}

.column-ribbon-right.top {
	line-height: 2.5em;
	margin-top: 0;
}

@media screen and (max-width: 1000px) {
	#nav ul li a.column-ribbon-left.top, #nav ul li a.column-ribbon-right.top {
		top: 50%;
		transform: translate(9px, -50%);
		vertical-align: middle;
	}
}

#nav ul li a.column-ribbon-left:hover,
#nav ul li a.column-ribbon-left:focus,
#nav ul li a.column-ribbon-right:hover,
#nav ul li a.column-ribbon-right:focus {
	color: rgba(var(--nav-text-color-active), 1);
}

.wdropdown-contentf a.column  {
	border-radius: unset;
	-moz-transition: unset;
    -webkit-transition: unset;
    -ms-transition: unset;
    transition: unset;
}

#nav ul li a.column:hover,
#nav ul li a.column:focus,
#nav ul li div.column:hover,
#nav ul li div.column:focus {
	opacity: 1;
	background-color: rgba(var(--main-column-bg-active-color), 1);
	transform: scale(1.015);
	-webkit-box-shadow: 0px 0px 15px 1px rgba(24,114,166,0.08);		/* TODO */
	-moz-box-shadow: 0px 0px 15px 1px rgba(24,114,166,0.08);		/* TODO */
	box-shadow: 0px 0px 15px 1px rgba(24,114,166,0.08);				/* TODO */
	z-index: 200;
	cursor: url('https://chronicals.de/cms/images/cursors/pointing_hand.png'), pointer !important;
}

/* ================ */
/* = GAMING STUFF = */
/* ================ */

.column.arma {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/arma.jpg"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center; background-size: cover;
}

.column.arkse {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/arkse.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center; background-size: cover;
}

.column.minecraft {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/mc.jpg"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: top center; background-size: cover;
}

.column.csgo {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/csgo.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: top center; background-size: cover;
}

.column.rust {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/rust.webp"); background-position: center; background-size: cover;
}

.column.terraria {
	background-image: linear-gradient(rgba(0, 0, 0, 0.36), rgba(0, 0, 0, 0.28)), url("https://chronicals.de/cms/images/buttons/terraria.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center center; background-size: cover;
}

/* =============== */
/* = OTHER STUFF = */
/* =============== */


.column.discord {
	background-image: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.18)), url("https://chronicals.de/cms/images/buttons/discord.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center center; background-size: cover;
}

.column.events {
	background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.58)), url("https://chronicals.de/cms/images/buttons/events.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center center; background-size: cover;
}

.column.forum {
	background-image: linear-gradient(rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.58)), url("https://chronicals.de/cms/images/buttons/forum.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: top center; background-size: cover;
}

.column.teamspeak {
	background-image: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.18)), url("https://chronicals.de/cms/images/buttons/teamspeak.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center center; background-size: cover;
}

.column.tournament {
	background-image: linear-gradient(rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.18)), url("https://chronicals.de/cms/images/buttons/tournament.webp"), linear-gradient(rgba(255, 255, 255, 1),rgba(255, 255, 255, 1)); background-position: center center; background-size: cover;
}

/* Clear floats after the columns */
.row {
	max-width: 90%;
	margin:0 auto;
	display: flex;
	flex-wrap: wrap;
	border: 0;
}

li.row {
	max-width: unset;
}

.row.full {
	width: 100%;
	max-width: 100%;
	margin:0 0;
	display: flex;
	flex-wrap: wrap;
	border: 0;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 1150px) {
	.column {
		width: 100%;
	}
	.column.forcesplit {
		width: 50%;
	}
	
	.column-4 {
		width: 50%;
	}
	.column-4.forcesplit {
		width: 25%;
	}
}

@media screen and (max-width: 736px) {
	.column {
		width: 100%;
	}
	.column.forcesplit {
		width: 50%;
	}
	.column-4.forcesplit {
		width: 25%;
	}
}

@media screen and (max-width: 480px) {
	.column {
		width: 100%;
	}
	.column.forcesplit {
		width: 100%;
	}
	.column-4 {
		width: 100%;
	}
	.column-4.forcesplit {
		width: 50%;
	}
}
	
	
/* BUTTONS */


	.chron-button {
		appearance: none;
		transition: all 0.2s ease-in-out;
		background-color: rgba(var(--main-bg-brand-color), 1);
		border: 0;
		border-radius: 3.5em;
		color: rgba(var(--main-bg-color), 1);
		display: inline-block;
		height: 3.5em;
		line-height: 3.5em;
		outline: 0;
		padding: 0 2em 0 2em;
		position: relative;
		text-align: center;
		text-decoration: none;
		cursor: url('/./cms/images/cursors/pointing_hand.png'), pointer !important;
	}

		.chron-button.down {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("images/dark-arrow.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

			.chron-button.down.anchored {
				bottom: 0;
				border-bottom: 0;
				border-radius: 3em 3em 0 0;
				height: 4.5em;
				margin-left: -2.5em;
			}

		.chron-button.round {
			width: 5em;
			height: 5em;
			line-height: 4.5em;
			padding: 0;
			background-image: url("https://chronicals.de/cms/images/logos/chronicalsde/color_1x1.svg");
			background-position: center center;
			background-repeat: no-repeat;
			text-indent: -10em;
			overflow: hidden;
		}

a.chron-button {
    appearance: none;
    transition: all 0.2s ease-in-out;
    background-color: rgba(var(--main-bg-brand-color), 1);
    border: 0;
    border-radius: 3.5em;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    height: 2em;
	width: 15em;
    line-height: 2em;
    outline: 0;
    padding: 0 2em 0 2em;
    position: relative;
    text-align: center;
    text-decoration: none;
	background-image: url("https://chronicals.de/cms/images/logos/chronicalsde/color_1x1.svg");
	background-size: auto 80%;
	background-repeat: no-repeat;
	background-position: 0.15em 50%;
}

/* See original .button class */
a.chron-button-noa {
	height: 3.5em;
	line-height: 3.5em;
	padding: 0 2em 0 2em;
	border-radius: 3.5em;
}

a.chron-button-grey {
	background-color: rgba(var(--main-bg-brand-color), 1);
}
a.chron-button-grey:hover,
a.chron-button-grey:focus {
	background-color: rgba(var(--main-brand-color), 1);
}
a.chron-button-game {
	   height: 6em;
	   width: 17em;
	   font-family: 'Montserrat', sans-serif;
	   font-weight: 700;
	   line-height: 2em;
}
a.chron-button-game:hover,
a.chron-button-game:focus {
	   background-color: rgba(var(--main-brand-color), 1);
	   opacity: 0.95;
}

.chron-button.shine {
	box-shadow: 0 0 30px 0 rgb(255 255 255 / 50%);
}

.chron-button.shine:hover,
.chron-button.shine:focus {
	box-shadow: 0 0 30px 0 rgb(120 206 255);
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.chron-button.shine:hover:before,
.chron-button.shine:focus:before {
	-webkit-animation: shine 0.5s 0s linear;
	-moz-animation: shine 0.5s 0s linear;
	animation: shine 0.5s 0s linear;
}
.chron-button.shine:before {
	content: "";
	display: block;
	width: 0px;
	height: 86%;
	position: absolute;
	opacity: 0;
	top: 7%;
	left: 0%;
	box-shadow: 0 0 15px 4px white;
}

/* MENÜ START */


/* Dropdown Content (Hidden by Default) */
.dropdown-contentf {
    display: none; 
    position: absolute;
    background-color: rgba(var(--nav-bg-color), 0.6);
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-radius: 3px;
}
.sdropdown-contentf {
    display: none;
    position: absolute;
    background-color: rgba(var(--nav-bg-color), 0.6);
    min-width: 160px;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-radius: 3px;
}


.wdropdown-contentf {
    display: none;
    position: absolute;
    background-color: rgba(var(--nav-bg-color), 0.6);
	width: 600px;
    min-width: 400px;
	max-width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-radius: 3px;
}
@media screen and (max-width: 1000px) {
	.wdropdown-contentf {
		display: none;
		position: fixed;
		background-color: rgba(var(--nav-bg-color), 0.6);
		width: auto;
		left: 26px !important;
		right: 26px !important;
		min-width: unset;
		max-width: 100%;
		box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
		-webkit-backdrop-filter: blur(18px);
		backdrop-filter: blur(18px);
		border-radius: 3px;
	}
}
.fdropdown-contentf {
    display: none;
    position: fixed;
    background-color: rgba(var(--nav-bg-color), 0.6);
	width: auto;
	left: 25px;
	right: 25px;
	max-width: 100%;
    box-shadow: 0px 4px 8px 0px rgba(0,0,0,0.3);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    border-radius: 3px;
}

.closehover:hover > .fdropdown-contentf,
.closehover:focus > .fdropdown-contentf {
    display: none !important;
}

/* Links inside the dropdown */
.dropdown-contentf a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}
/* Links inside the dropdown */
.sdropdown-contentf a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}
.wdropdown-contentf a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}
.fdropdown-contentf a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-radius: 3px;
}

/* Change color of dropdown links on hover */
.dropdown-contentf a:hover,
.dropdown-contentf a:focus-within {
	background-color: rgba(var(--main-column-bg-hover-color), 1);
}
.sdropdown-contentf a:hover,
.sdropdown-contentf a:focus-within {
	background-color: rgba(var(--main-column-bg-hover-color), 1);
}
.wdropdown-contentf a:hover,
.wdropdown-contentf a:focus-within {
	background-color: rgba(var(--main-column-bg-hover-color), 1);
}
.fdropdown-contentf a:hover,
.fdropdown-contentf a:focus-within {
	background-color: rgba(var(--main-column-bg-hover-color), 1);
}


/* Show the dropdown menu on hover */
.dropdownf:hover .dropdown-contentf,
.dropdownf:focus-within .dropdown-contentf {
    display: block;
    z-index:100;
}
.sdropdown:hover .sdropdown-contentf,
.sdropdown:focus-within .sdropdown-contentf {
    display: block;
    left:155px; 
    right: 5em;
    z-index:100;
}
.wdropdown:hover .wdropdown-contentf,
.wdropdown:focus-within .wdropdown-contentf {
    display: block;
    right: 5em;
    z-index:100;
}
@media screen and (max-width: 1000px) {
	.wdropdown:hover .wdropdown-contentf,
	.wdropdown:focus-within .wdropdown-contentf {
		left: 25px;
	}
}

.fdropdown:hover .fdropdown-contentf,
.fdropdown:focus-within .fdropdown-contentf {
    display: block;
    z-index:100;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdownf:hover .dropbtn,
.dropdownf:focus-within .dropbtn {
    background-color: rgba(var(--nav-bar-bg-focus), 0.31);
}
.sdropdown:hover .dropsbtn,
.sdropdown:focus-within .dropsbtn {
	background-color: rgba(var(--main-column-bg-hover-color), 1);
}
.wdropdown:hover .dropbtn,
.wdropdown:focus-within .dropbtn {
	background-color: rgba(var(--nav-bar-bg-focus), 0.31);
}
.fdropdown:hover .dropbtn,
.fdropdown:focus-within .dropbtn {
	background-color: rgba(var(--nav-bar-bg-focus), 0.31);
}

.wdropdown-contentf .row .column:first-child {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.wdropdown-contentf .row .column {
	opacity: 0.87;
}	
	
.wdropdown-contentf .row .column:last-child {
	border-bottom-left-radius: 3px;
	border-bottom-right-radius: 3px;
}

.dontdisplay {
	display: none;
}

.loadingdisplay {
	opacity: 0.3;
	display: none;
}

.loadingdisplay {
	content: "Serverstatus wird abgerufen...";
}

.powWrong {
  content: "Zurzeit Leistungsprobleme bei einigen Diensten";
  display: block;
}

.sthWrong {
  content: "Zurzeit teilweise Ausfälle bei einigen Diensten";
  display: block;
}

.allWrong {
  content: "Zurzeit schwere Ausfälle bei einigen Diensten" !important; 
  display: block;
}

.allGood {
  content: "Alle Dienste laufen einwandfrei! :)";
}

/* lässt sich nicht stacken */ 
.wD1 {
	opacity: 0.5 
}
.wD2 {
	opacity: 0.5 
}
.wD3 {
	opacity: 0.5 
}
.wD1:hover,
.wD1:focus {
	opacity: 0.95;
}
.wD2:hover,
.wD2:focus {
	opacity: 0.95;
}
.wD3:hover,
.wD3:focus {
	opacity: 0.95;
} 

/* MENÜ ENDE */


.chat-avatars .avatar {
	height: 20px !important;
	width: 20px !important;
}

.chat-avatars span .avatar {
	height: 100px !important;
	width: 100px !important;
}

.content .info ,
.content .success ,
.content .warning ,
.content .error ,
.content .validation  {
	border: 1px solid;
	margin: 10px 0px;
	padding:15px 10px 15px 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	position:relative;
}
.content .info  {
	color: rgb(var(--main-info-color));
	background-color: rgba(var(--main-info-bg-color), 0.81);
}
.content .info:before  {
	content: "\f05a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
}
.content .info:after  {
	content: "\10f05a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
	opacity: var(--fa-secondary-opacity, 0.4);
}
.content .success  {
	color: rgb(var(--main-success-color));
	background-color: rgba(var(--main-success-bg-color), 0.81);
}
.content .success:before  {
	content: "\f058";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
}
.content .success:after  {
	content: "\10f058";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
	opacity: var(--fa-secondary-opacity, 0.4);
}
.content .warning  {
	color: rgb(var(--main-warning-color));
	background-color: rgba(var(--main-warning-bg-color), 0.81);
}
.content .warning:before  {
	content: "\f071";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
}
.content .warning:after  {
	content: "\10f071";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
	opacity: var(--fa-secondary-opacity, 0.4);
}
.content .error  {
	color: rgb(var(--main-error-color));
	background-color: rgba(var(--main-error-bg-color), 0.81);
}
.content .error:before  {
	content: "\f06a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
}
.content .error:after  {
	content: "\10f06a";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
	opacity: var(--fa-secondary-opacity, 0.4);
}
.content .validation  {
	color: rgb(var(--main-validation-color));
	background-color: rgba(var(--main-validation-bg-color), 0,81);
}
.content > .validation:before  {
	content: "\f321";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
}
.content .validation:after  {
	content: "\10f321";  /* this is your text. You can also use UTF-8 character codes as I do here */
    font-family: 'Font Awesome 6 Duotone';
    left:0px;
    position:absolute;
    top:0;
	padding: 17px 0 0 25px;
	opacity: var(--fa-secondary-opacity, 0.4);
}
	


label {
	display: inline-block;
	/* width: 5em; */
	font-size: 11pt;
}


body .ui-tooltip {
	border-width: 0;
	letter-spacing: 0;
	-webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
	white-space: pre-line;
/* 	z-index: 999999; */
}

.ui-tooltip.ui-widget-content {
	background: rgba(var(--main-bg-color), 0.66);
}

.ui-tooltip-content {
	color: rgb(var(--main-text-color));
	font-size:11pt;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	white-space: pre-line;
}

.tooltip-inner {
	white-space: pre-line;
}


.icon-acp > a:before 				{ content: "\f085"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-ban > a:before 				{ content: "\f05e"; font-family: 'Font Awesome 6 Pro';  font-weight: 900; }
.icon-boardrules > a:before 		{ content: "\f03a"; font-family: 'Font Awesome 6 Pro'; }
.icon-bookmark > a:before 			{ content: "\f02e"; font-family: 'Font Awesome 6 Pro'; }
.icon-bump > a:before 				{ content: "\f102"; font-family: 'Font Awesome 6 Pro'; }
.icon-comments > a:before 			{ content: "\f086"; font-family: 'Font Awesome 6 Pro'; }
.icon-contact > a:before 			{ content: "\f003"; font-family: 'Font Awesome 6 Pro'; }
.icon-check > a:before				{ content: "\f00c"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-delete-cookies > a:before 	{ content: "\f1f8"; font-family: 'Font Awesome 6 Pro'; }
.icon-discord > a:before 			{ content: "\f392"; font-family: 'Font Awesome 6 Brands'; }
.icon-download > a:before 			{ content: "\f019"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-faq > a:before 				{ content: "\f059"; font-family: 'Font Awesome 6 Pro'; }
.icon-forum > a:before 				{ content: "\f4b0"; font-family: 'Font Awesome 6 Pro'; }
.icon-gamepad > a:before 			{ content: "\f11b"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-handshake-o > a:before 		{ content: "\f2b5"; font-family: 'Font Awesome 6 Pro'; }
.icon-home > a:before 				{ content: "\f015"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-info-circle > a:before 		{ content: "\f05a"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-key > a:before 				{ content: "\f084"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-king > a:before 				{ content: "\f6a4"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-lifering > a:before			{ content: "\10f1cd"; font-family: 'Font Awesome 6 Duotone'; font-weight: 900;  }
.icon-logout > a:before 			{ content: "\f011"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-map-signs > a:before			{ content: "\f277"; font-family: 'Font Awesome 6 Pro'; }
.icon-mark:before 					{ content: "\f046"; font-family: 'Font Awesome 6 Pro'; }
.icon-mark-read > a:before			{ content: "\f046"; font-family: 'Font Awesome 6 Pro'; }
.icon-mcp > a:before 				{ content: "\f0e3"; font-family: 'Font Awesome 6 Pro'; }
.icon-members > a:before 			{ content: "\f0c0"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-microphone > a:before 		{ content: "\f130"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-newspage > a:before 			{ content: "\f0a1"; font-family: 'Font Awesome 6 Pro'; }
.icon-notification > a:before 		{ content: "\f0f3"; font-family: 'Font Awesome 6 Pro'; }
.icon-pages > a:before 				{ content: "\f0c5"; font-family: 'Font Awesome 6 Pro'; }
.icon-paint-roller > a:before 		{ content: "\f5aa"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-pm > a:before 				{ content: "\f01c"; font-family: 'Font Awesome 6 Pro'; }
.icon-print > a:before 				{ content: "\f02f"; font-family: 'Font Awesome 6 Pro'; }
.icon-profile > a:before 			{ content: "\f007"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-register > a:before 			{ content: "\f044"; font-family: 'Font Awesome 6 Pro'; }
.icon-restore-permissions > a:before { content: "\f079"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-search > a:before 			{ content: "\f002"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-advanced > a:before 	{ content: "\f1de"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-self > a:before 		{ content: "\f007"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-unanswered > a:before 	{ content: "\f1ae"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-unread > a:before 		{ content: "\f06e"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-new > a:before 		{ content: "\f0e7"; font-family: 'Font Awesome 6 Pro'; }
.icon-search-active > a:before 		{ content: "\f0e6"; font-family: 'Font Awesome 6 Pro'; }
.icon-sendemail > a:before 			{ content: "\f0e0"; font-family: 'Font Awesome 6 Pro'; }
.icon-star > a:before 				{ content: "\f005"; font-family: 'Font Awesome 6 Pro'; }
.icon-subscribe > a:before 			{ content: "\f046"; font-family: 'Font Awesome 6 Pro'; }
.icon-suitcase > a:before 			{ content: "\f0f2"; font-family: 'Font Awesome 6 Pro'; }
.icon-team > a:before 				{ content: "\f132"; font-family: 'Font Awesome 6 Pro'; font-weight: 900; }
.icon-teamspeak > a:before 			{ content: "\f4f9"; font-family: 'Font Awesome 6 Brands'; }
.icon-ucp > a:before 				{ content: "\f013"; font-family: 'Font Awesome 6 Pro'; }
.icon-unsubscribe > a:before 		{ content: "\f147"; font-family: 'Font Awesome 6 Pro'; }
.icon-view > a:before				{ content: "\f06e"; font-family: 'Font Awesome 6 Pro'; }

.baron_icon.style2 {
	transition: filter 0.2s ease-in-out;
}

.baron_icon.style2 img {
	position: inherit;
	height: 1.3em;
	width: auto;
	top: 0;
}

.baron_icon.style2 {
	filter: grayscale(1) opacity(0.34);
}

.baron_icon.style2:hover,
.baron_icon.style2:focus {
	/*color: #47D3E5;*/
	color: rgba(var(--footer-text-color-active), 1);
	filter: grayscale(0) opacity(1);
	cursor: url(/./cms/images/cursors/pointing_hand.png), pointer !important;
}


/** CONTENTS OF COLORS.CSS **/


@media (prefers-color-scheme: light) {
    :root {
        --main-bg-color: 255, 255, 255;
        --main-bg-secondary-color: 245, 246, 247;
        --main-bg-alt-color: 221, 221, 221;
        --main-brand-color: 24, 114, 166;
        --main-bg-brand-color: 95, 95, 95;
        --main-text-color: 57, 69, 75;
        --main-text-midc-color: 107, 119, 125;
        --main-text-lowc-color: 157, 169, 175;
        --main-text-inverted-color: 241, 241, 241;
        --main-text-dark-color: 14, 14, 14;
        --main-text-bright-color: 241, 241, 241;
        --main-scrollbar-primary-color: 24, 114, 166;
        --main-scrollbar-primary-active-color: 29, 138, 201;
        --main-scrollbar-secondary-color: transparent;
        --main-border-color: 136, 136, 136;
        --main-border-alt-color: 180, 180, 180;
        --main-border-midc-color: 201, 201, 201;
        --main-border-lowc-color: var(--main-bg-alt-color);
        --main-interactive-color: var(--main-brand-color);
        --main-interactive-focus-color: 154, 200, 233;
        --main-interactive-active-color: 0, 112, 204;
        --main-column-bg-active-color: 241, 241, 241;
        --main-column-bg-focus-color: var(--main-column-bg-active-color);
        --main-column-bg-hover-color: var(--main-column-bg-active-color);
        --nav-bar-bg-focus: 187, 187, 187;
        --nav-bar-bg-hover: var(--nav-bar-bg-focus);
        --nav-bg-color: 249, 249, 249;
        --nav-text-color: 57, 69, 75;
        --nav-text-color-active: 0, 0, 0;
        --nav-text-color-focus: var(--nav-text-color-active);
        --nav-premium-bg-color: 255, 255, 255;
        --footer-bg-color: 57, 69, 75;
        --footer-text-color-active: 185, 186, 187;
        --footer-text-color-focus: var(--footer-text-color-active);
        --card-info-bg-color: 250,250,255;
        --card-info-border-color: 0,135,255;
        --card-success-bg-color: 250,255,242;
        --card-success-border-color: 0,177,14;
        --card-warning-bg-color: 255,246,238;
        --card-warning-border-color: 255,196,139;
        --card-alert-bg-color: 255,240,243;
        --card-alert-border-color: 255,179,192;
        --main-info-color: 0, 135, 255;
        --main-info-bg-color: 189, 229, 248; /* #BDE5F8CF */
        --main-success-color: 0, 177, 14;
        --main-success-bg-color: 223, 242, 191; /* #DFF2BFCF */
        --main-validation-color: 255, 75, 7;
        --main-validation-bg-color: 255, 204, 186; /* #FFCCBACF */
        --main-warning-color: 255, 153, 0;
        --main-warning-bg-color: 254, 239, 179; /* #FEEFB3CF */
        --main-error-color: 255, 0, 15;
        --main-error-bg-color: 255, 186, 186; /* #FFBABACF */
        --slider-current-bg-primary-color: var(--main-bg-color);
        --slider-current-bg-secondary-color: 235, 250, 255; /*#ebfaff;*/
    }
}

@media (prefers-color-scheme: dark) {
    :root {
        --main-bg-color: 18, 18, 18;
        --main-bg-secondary-color: 23, 23, 23;
        --main-bg-alt-color: 27, 27, 27;
        --main-brand-color: 24, 114, 166;
        --main-bg-brand-color: 95, 95, 95;
        --main-text-color: 241, 241, 241;
        --main-text-midc-color: 191, 191, 191;
        --main-text-lowc-color: 141, 141, 141;
        --main-text-inverted-color: 57, 69, 75;
        --main-text-dark-color: 14, 14, 14;
        --main-text-bright-color: 241, 241, 241;
        --main-scrollbar-primary-color: 24, 114, 166;
        --main-scrollbar-primary-active-color: 29, 138, 201;
        --main-scrollbar-secondary-color: transparent;
        --main-border-color: 136, 136, 136;
        --main-border-alt-color: 112, 112, 112;
        --main-border-midc-color: 80, 80, 80;
        --main-border-lowc-color: var(--main-bg-alt-color);
        --main-interactive-color: 95,166,221;
        --main-interactive-focus-color: 154, 200, 233;
        --main-interactive-active-color: 0, 112, 204;
        --main-column-bg-active-color: 14, 14, 14;
        --main-column-bg-focus-color: var(--main-column-bg-active-color);
        --main-column-bg-hover-color: var(--main-column-bg-active-color);
        --nav-bar-bg-focus: 187, 187, 187;
        --nav-bar-bg-hover: var(--nav-bar-bg-focus);
        --nav-bg-color: 6, 6, 6;
        --nav-text-color: 255, 255, 255;
        --nav-text-color-active: 255, 255, 255;
        --nav-text-color-focus: var(--nav-text-color-active);
        --nav-premium-bg-color: 0, 0, 0;
        --footer-bg-color: 0, 0, 0;
        --footer-text-color-active: 185, 186, 187;
        --footer-text-color-focus: var(--footer-text-color-active);
        --card-info-bg-color: 5,5,25;
        --card-info-border-color: 0,85,160;
        --card-success-bg-color: 18,25,5;
        --card-success-border-color: 60,160,66;
        --card-warning-bg-color: 25,12,5;
        --card-warning-border-color: 160,96,41;
        --card-alert-bg-color: 25,5,10;
        --card-alert-border-color: 160,47,68;
        --main-info-color: 0, 135, 255;;
        --main-info-bg-color: 0, 33, 48;
        --main-success-color: 0, 177, 14;
        --main-success-bg-color: 30, 40, 12;
        --main-validation-color: 255, 75, 7;
        --main-validation-bg-color: 38, 18, 10;
        --main-warning-color: 255, 153, 0;
        --main-warning-bg-color: 58, 51, 23;
        --main-error-color: 255, 0, 15;
        --main-error-bg-color: 44, 11, 11;
        --slider-current-bg-primary-color: 10, 7, 0; /*#0a0700*/
        --slider-current-bg-secondary-color: 5, 28, 40; /*#051c28*/
    }
}


/** WAVES **/

.waves-wrap {
	position: relative;
	top: 1rem;
	left: 0;
	right: 0;
	display: table;
	width: 100%;
	height: 100%;
	min-height: 322px;
	overflow: visible;
}

.waves {
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	min-width: 100%;
	min-height: 70%;
	margin: auto 0;
}

.waves-wrap .text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: block;
	width: 83%;
	height: 100%;
	text-size: 300%;
	text-align: center;
	margin: auto;
	text-shadow: 1px 1px 5px rgba(var(--main-bg-color), 1), 1px 1px 5px rgba(var(--main-bg-color), 1), 0px 0px 4px rgba(var(--main-bg-color), 1), 0px 0px 12px rgba(var(--main-bg-color), 1), 0px 0px 12px rgba(var(--main-bg-color), 1), 0px 0px 20px rgba(var(--main-bg-color), 1);
}


.waves-wrap .text .button {
    text-shadow: 0px 0px 6px rgba(var(--main-brand-color), 1), 1px 1px 10px rgba(var(--main-bg-color), 1);
}

.waves-wrap .text:after {
	color: rgba(var(--main-bg-color), 1);
	mix-blend-mode: difference;
}

.waves-standalone .waves {
	max-width: 100vw !important;
}

.waves-standalone img,
.waves-standalone svg {
	display: block;
	overflow: visible;
	pointer-events: none;
}
