
html, body{
	height: 100%;
	font-size: 15pt;
	font-family: Arial, sans-serif;
	text-shadow: 0px 0px 3px #000;
	line-height: 1.3;
	color: #fff;
	padding: 0;
	margin: 0;
}

body{
	background: url(/media/img/bg/IMG_0244.jpg) no-repeat center top;
	background-size: cover;
	background-color: #5e5e5e;
	overflow-y: scroll;
}

ul, .m-auto{
	max-width: 1200px;
}

p{
	max-width: 1400px;
}

#content_bg, .topmenu_content{
	width: 77%;
}

#content{
	padding-top: 5px;
	margin: 0px 6%;
}
#content_bg{
	min-width: 270px;
	min-height: 100%;
	margin: 0 auto;
	padding-top: 50px;
	background-color: #000;
	background-color: rgba(0,0,0,0.7);
	box-shadow: 0px 0px 30px #000;
	box-shadow: 0px 0px 30px rgba(0,0,0,0.5);
}
#content_bg, .topmenu_content{
	max-width: 2200px;
}
#content_wrapper{
	width: 100%;
	height: 100%;
	transition: filter 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	position: relative;
	z-index: 1;
}

#search{
	user-select: auto;
}

img{
	width: 100%;
	box-sizing: border-box;
}
h2{
	font-size: 1.7em;
	font-family: Times New Roman, serif;
	font-weight: normal;
	line-height: 1.2;
	color: #fff;
}

a:link, a:visited{
	text-decoration: none;
}
a:link:not(.menuli), a:visited:not(.menuli){
	color: #add1f5;
}
a:hover{
	color: #83c0fe;
	text-decoration: underline;
	text-shadow: none;
}
a:active{
	color: #57aaff;
}
a.adminMenutext:link, a.adminMenutext:visited{
	color: #619ddd;
}
a.adminMenutext:hover{
	color: #7fb8f4;
}
a.small:active{
	color: #57aaff;
}

li{
	padding: 7px 0px;
}

label, input[type=checkbox]{
	cursor: pointer;
}
video{
	width: 100%;
}
button{
	font-size: 17px;
	font-weight: bold;
	color: black;
	cursor: pointer;
	margin: 10px;
	margin-left: 0px;
	padding: 10px 20px;
	border: 0px;
	border-radius: 20px;
	background: #fff;
}
button:hover{
	background: #ededed;
}
button:active{
	background: #fff;
}

.admin_input{
	width: 100%;
}

.admin_checkbox{
	position: relative;
	left: 0px;
}

.link{
	color: #add1f5;
	text-shadow: none;
	cursor: pointer;
}
.link:hover{
	text-decoration: underline;
}

a.anchor_link:link, a.anchor_link:visited{
	color: #444444;
}
a.anchor_link:hover{
	color: #aaaaaa;
}
.anchor {
    display: block;
    position: relative;
    top: -55px;
    visibility: hidden;
}

.hidden{
	display: none !important;
}
.nonselectable{
	user-select: none;
	cursor: default !important;
}

.language_span{
	float: right;
	margin-top: 15px;
}

.flag_icon{
	width: 20px;
	height: 20px;
	background-size: 72px;
	background-position: center;
	background-size: cover;
	filter: grayscale(0.4);
	display: inline-block;
	border-radius: 50%;
	cursor: pointer;
	opacity: 0.3;
}

#se{
	margin-right: 8px;
	background-image: url('/media/img/icon/flag_se.png');
}
#en{
	background-image: url('/media/img/icon/flag_en.png');
}
#se:hover, #en:hover, .se_selected, .en_selected{
	filter: grayscale(0);
	opacity: 0.8;
}
.se_selected, .en_selected{
	pointer-events: none;
}

.icon{
	width: auto;
	height: 18px;
	padding: 1px;
	vertical-align: text-bottom;
}
.icon-bar{
	pointer-events: none;
}
.cardRole > .icon{
	height: 16px;
}

.workSummary{
	font-size: 0.7em;
	font-style: italic;
	margin-block-end: 1em;
}

.gameSummary{
	font-size: 0.8em;
}

.linkList{
	line-height: 2.2;
}
.linkIcon{
	width: 18px;
	display: inline;
	vertical-align: middle;
	margin-bottom: 5px;
	margin-right: 10px;
}

.justify{
	font-size: 0px;
	text-align: justify;
	text-align-last: justify;
}
.justify:after{
	width: 100%;
	content: "";
	display: inline-block;
}

.shadow{
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.profilePic{
	width: 33%;
	max-width: 180px;
	min-width: 100px;
	border-radius: 50%;
}

.noScroll{
	overflow: hidden;
}

.topmenu_main{
	margin-top: 13px;
	padding-left: 45px;
	position: absolute;
}

.topmenu_main > a{
	font-size: 15px;
	font-weight: bold;
	padding: 0px 20px;
	list-style: none;
	float: left;
}

.topmenu_content{
	height: 38px;
	min-width: 300px;
	margin: 0 auto;
	text-shadow: none;
}
.topmenu_wrapper{
	position: relative;
	margin: 0px 6%;
}

.navmenu{
	margin: 0px;
	margin-top: 12px;
	max-width: 300px;
	background-color: #fff;
	border-radius: 5px;
	padding: 15px 0px;
	position: absolute;
	left: -20px;
	top: 12px;
}
.navmenu > .search_span--menu, .navmenu > .navmenu_list > *{
	display: block;
	font-size: 15px;
	font-weight: bold;
	list-style: none;
	padding: 10px 20px;
}
.navmenu_list > a:hover{
	background-color: #eee;
}
.navmenu_list > a:visited{
	color: #000;
}

.menuli{
	color: #000 !important;
	text-transform: uppercase;
}
.menuli:hover:not(.selected){
	color: #777 !important;
}

a.selected{
	text-decoration: underline;
}

#navmenu_button{
	width: 30px;
	height: 30px;
	position: absolute;
	margin-top: -7px;
	margin-left: -10px;
	padding: 5px;
	border: 1px solid transparent;
	cursor: pointer;
}
#navmenu_button:hover{
	background-color: rgba(0,0,0,0.05);
	border-radius: 50%;
}
#navmenu_button:hover > .icon-bar{
	background-color: #555;
}

#navmenu_button .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	margin: 4px;
	margin-top: 8px;
	border-radius: 1px;
	background-color: #000;
}
#navmenu_button .icon-bar + .icon-bar {
	margin-top: 2px;
}

#topmenu{
	width: 100%;
	height: 50px;
	position: fixed;
	z-index: 2;
	left: 0px;
	top: 0px;
	margin: 0 auto;
	background-color: #fff;
	border-bottom: solid black 2px;
	transition: transform 0.3s ease;
	line-height: 25px;
	color: black;
}
#topmenu.hide{
	transform: translateY(-95%);
}

.sitemap{
	font-size: 12px;
	margin-bottom: -0.3em;
	opacity: 0.8;
}
.sitemap_title{
	color: #add1f5;
	opacity: 0.8;
}
.sitemap_divider{
	font-size: 9px;
	margin: 5px 7px;
	pointer-events: none;
}

.small{
	font-size: 0.8em;
}

.cardContainer{
	width: 49%;
	position: relative;
	padding-top: 27.5%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
	cursor: pointer;
	display: inline-block;
}
.cardContainer:hover > .cardImg{
	background-size: 102%;
	filter: saturate(1);
}
.cardContainer:active > .cardImg{
	background-size: 101%;
}
.cardImg{
	width: 100%;
	height: 100%;
	top: 0px;
	position: absolute;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
	transition: background-size 0.1s;
	filter: brightness(0.9);
}
.cardRole{
	font-size: 14px;
	margin-top: 1.5%;
}
.cardAward{
	width: 6%;
	max-width: 35px;
	min-width: 24px;
	top: 0px;
	right: 0px;
	opacity: 0.8;
	position: absolute;
	margin: 3%;
	z-index: 5;
}
.cardAward:hover{
	opacity: 1;
}
.cardAwardGlow{
	background: linear-gradient(to bottom left, rgba(197, 181, 53, 0.5) 0%, transparent 200px, transparent 100%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    z-index: 1;
}
.cardText_container{
	color: #fff;
	position: absolute;
	bottom: 0;
    padding: 4% 5%;
	text-align: left;
	text-align-last: left;
	text-shadow: 0px 0px 7px #000;
	backdrop-filter: blur(1px);
    z-index: 3;
}
.cardTitle{
	font-family: Times New Roman, serif;
    font-size: 35px;
	line-height: 0.88;
	margin: -0.1em 0;
}
.cardText{
	font-size: 21px;
	margin-top: 10px;
	line-height: 1.3;
}
.cardShadow{
	width: 100%;
	height: 60%;
	max-height: 200px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(0deg,rgba(0,0,0,.7) 0%, rgba(0,0,0,0) 100%);
	z-index: 2;
}
.cardShadowWhite{
	width: 100%;
	height: 50%;
	max-height: 200px;
	position: absolute;
	bottom: 0px;
	background: linear-gradient(0deg,rgba(255,255,255,.2) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
}

.videoDiv{
	position: relative;
	padding-bottom: 56.3%;
	box-shadow: 0px 0px 15px rgba(0,0,0,0.3);
}
.videoDiv video{
	height: auto;
	position: absolute;
	left: 0;
	top: 0;
}
.videoDiv iframe{
	position: absolute;
	left: 0;
	top: 0;
}

.award{
	width: auto;
	max-width: 30%;
	min-width: 150px;
	max-height: 300px;
	padding: 10px;
}

.m-auto{
	margin-left: auto;
	margin-right: auto;
}
.m-left{
	margin-left: 20px;
}

.toolColumn{
	list-style: none;
	column-count: 4;
}

.rocklou--top{
	left: 5px;
	right: 0px;
	position: absolute;
	margin-top: 13px;
	font-size: 12px;
	font-family: sarif;
	text-align: center;
	letter-spacing: 7px;
	pointer-events: none;
	text-shadow: none;
}
.rocklou--bottom{
	font-size: 0.6em;
	text-align: center;
	letter-spacing: 7px;
	pointer-events: none;
}

.adminMenu{
	font-size: 15px;
	text-align: right;
	line-height: 14px;
	padding: 5px;
	margin-right: 10px;
	text-shadow: 0px 0px 0px;
	float: right;
}
.adminMenutext{
	padding: 0px 5px;
	white-space: pre;
}

.awakeningwiki{
	color: gray;
	font-size: 11px;
}

.square_alt{
	display: none;
}

@media only screen and (max-width: 2200px){
	#content_bg, .topmenu_content{
		width: 80%;
	}
	.cardTitle{
		font-size: 32px;
	}
	.cardText{
		font-size: 19px;
	}
}

@media only screen and (max-width: 1700px){
	#content, .topmenu_wrapper{
		margin: 0px 5%;
	}
	#content_bg, .topmenu_content{
		width: 90%;
	}
	.cardTitle{
		font-size: 30px;
	}
}

@media only screen and (max-width: 1400px){
	html, body{
		font-size: 14pt;
	}
	.cardTitle{
		font-size: 30px;
	}
	.cardText{
		font-size: 18px;
	}
	.cardRole{
		font-size: 13px;
	}
}

/* Minimum pad breakpoint */
@media only screen and (min-width: 1201px){
	.hidden--desktop{
		display: none !important;
	}
	
	.navmenu{
		top: 35px;
	}
	#navmenu_button{
		margin-top: 4px;
	}
	.adminMenu{
		margin-top: 13px;
	}
}

@media only screen and (max-width: 1200px){
	html, body{
		font-size: 13pt;
	}
	h2{
		margin: 20px 0px;
	}
	button{
		font-size: 15px;
	}
	
	#content_bg, .topmenu_content{
		width: 100%;
	}
	#topmenu{
		height: 40px;
	}
	#content_bg{
		padding-top: 40px;
	}
	
	#se{
		margin-right: 5px;
	}
	.flag_icon{
		width: 18px;
		height: 18px;
	}
	
	.hidden--pad{
		display: none !important;
	}
	.rocklou--top{
		font-size: 11px;
		margin-top: 8px;
	}
	
	.sitemap{
		font-size: 11px;
	}
	.navmenu > li{
		font-size: 15px;
	}
	.topmenu_main{
		margin-top: 2px;
		padding-left: 40px;
	}
	.topmenu_main > a{
		font-size: 14px;
		padding: 0px 15px;
	}
	.language_span{
		margin-top: 5px;
	}
	
	.topmenu_wrapper{
		margin-top: 6px;
	}
	
	.toolColumn{
		column-count: 3;
	}
	.cardRole{
		font-size: 12px;
	}
	.icon{
		height: 16px;
	}
	
	.cardTitle{
		font-size: 27px;
	}
	.cardText{
		font-size: 16px;
	}
	.cardRole{
		font-size: 11px;
	}
	.cardRole > .icon{
		height: 13px;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 800px){
	.cardTitle{
		font-size: 23px;
	}
	.cardText{
		font-size: 14px;
		margin-top: 5px;
	}
	.cardRole{
		font-size: 10px;
		margin-top: 1%;
	}
	.cardRole > .icon{
		height: 15px;
    }
}

/* Minimum mobile breakpoint */
@media only screen and (max-width: 800px){
	html, body{
		font-size: 11.5pt;
	}
	h2{
		font-size: 1.6em;
	}
	
	.hidden--mobile{
		display: none !important;
	}
	.rocklou--top{
		display: none;
	}
	
	.videoDiv{
		width: 100%;
	}
	.cardContainer{
		width: 100%;
		padding-top: 56.25%;
	}
	.icon{
		height: 14px;
    }
	.square_alt{
		display: inline;
	}
}

@media only screen and (max-width: 800px) and (min-width: 600px){
	.cardTitle{
		font-size: 28px;
	}
	.cardText{
		font-size: 19px;
	}
	.cardRole{
		font-size: 12px;
	}
	.cardRole > .icon{
		height: 16px;
    }
}

@media only screen and (max-width: 600px){
	button{
		font-size: 13px;
		padding: 8px 16px;
	}
	
	.cardTitle{
		font-size: 24px;
	}
	.cardText{
		font-size: 15px;
		margin-top: 5px;
	}
	.toolColumn{
		column-count: 2;
	}
	.gameSummary{
		font-size: 0.7em;
	}
	.cardRole{
		font-size: 11px;
	}
	.cardRole > .icon{
		vertical-align: text-top;
		height: 12px;
    }
}

@media only screen and (max-width: 400px){
	.hidden--role{
		display: none;
	}
	.toolColumn{
		column-count: 1;
	}
}

@media only screen and (max-height: 690px){
	.navmenu_list{
		max-height: calc(80vh - 80px);
		overflow: auto;
	}
	.navmenu > .search_span--menu, .navmenu > .navmenu_list > *{
		font-size: 14px;
		padding: 7px 20px;
	}
}
