@charset "UTF-8";
@import "fonts.css";
@import "global.css";

.transitions {
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
::-webkit-input-placeholder { color:grey; font-size:15px; top:-15px; }
:-ms-input-placeholder { color:grey; font-size:14px; top:-15px; }
::-moz-placeholder { color:grey; opacity:1; font-size:15px; top:-15px; }
:-moz-placeholder { color:grey; opacity:1; font-size:15px; top:-15px; }
.no-padding {
	padding-left:0;
	padding-right:0;
}
body, html { 
	height:100%; 
	min-height:100vh; 
}
body::after {
	content:		 "";
	display: 		block;
	position: 		fixed;
	top: 			0px;
	bottom: 		0px;
	left: 			0;
	right: 			0;
	background:		url("../images/background.jpg") no-repeat top center;
	background-size: cover;
	z-index:		-2;
	transition: 	background-position 0.3s ease-out;
}
body.page-contents::after {
	background-position: top left;
}

.button {
	background: #283785;
	color:white;
	display: inline-block;
	padding:7px 20px;
	border-radius:20px;
	font-size:15px;
	margin: 2px 0;
	margin-top:10px;
}
.button:hover {
	text-decoration: none;
	color: #283785;
	background: white;

}
.button + .button {
	margin-top:2px;
}

.image_logo {
	height: 170px;
}
.editor {
	display: block;
	font-size: 16px;
	margin-top: 5px;
}
.resources {
	color: white;
	padding: 30px 60px;
	background: rgb(40,55,133);
	background: linear-gradient(90deg, rgba(40,55,133,1) 0%, rgba(60,163,203,1) 100%);
}
.next-button, .sa-button, .fullscreen-button, .download-button {
	color:white !important; 
	position:absolute; 
	bottom:15px; 
	right:10px; 
	border-radius:35px; 
	padding:7px 25px; 
	background:rgba(0, 0, 0, 0.7);
}
.sa-button, .download-button {
	display:none;
}
html:-webkit-full-screen-ancestor { background-color: inherit; }
html:-moz-full-screen-ancestor { background-color: inherit; }

.fullscreen-button {
	top: 10px;
	bottom: auto;
	color:black;
	padding: 5px 14px 7px 14px;
    background: rgba(0, 0, 0, 0.2);
}
.download-button {
	left: 10px;
	right:auto;
	padding-right:20px;
	background:rgba(0, 0, 0, 0.4);
}
.next-button:hover, .sa-button:hover, .download-button:hover {
	background:rgba(0, 0, 0, 0.9);
	text-decoration: none;
}
.hide { display: none; }
a:link, a:visited { color:inherit; }
img { max-width: 100%; }
.inactive, .module_title.inactive li {
	cursor: default !important;
	opacity:0.5;
}
.noscroll { 
  overflow: hidden;
}
/* HEADER */ 
.header { 
	z-index: 1003;
	position: relative;
}
.page-contents .header,
.page-lecture .header,
.page-contents .nav-buttons-container,
.page-contents .nav-buttons-container
{
	display: none;
}

.organizedby {
	height: 58px;
	margin: 15px 0;
}
.menu-container { 
	background: rgba(255, 255, 255, 0.8);
	margin-left: -15px;
	width: calc( 100% + 30px );
}
.menu-container .logo { /* Comment it if you want the logo to appear on the menu */
	display: none !important;
}
.page-login .menu-container .logo, 
.page-contents .menu-container .logo, 
.page-lecture .menu-container .logo {
	display: inline-flex !important;
}
.page-login .menu-container .logo br, 
.page-contents .menu-container .logo br, 
.page-lecture .menu-container .logo br {
	display: none;
}

.home_image {
	margin-top:30px;
}
.page-contents .home_image {
	display: none;
}
.logo {
	margin:			0;
	margin-top:  	20px;
}
.logo a:hover {
	text-decoration:	none;
}
.logo h1 {
	font-size:  	78pt;
	margin-bottom:	0;
	line-height:   	70px;
	transition: 	all 0.3s ease-out;
}
.logo h3 {
	font-size:		55px;
	font-weight: 	bold;
	margin-top:  	-10px;
	transition: 	all 0.3s ease-out;
}
.page-guest h1 {
	font-size: 		78pt;
	margin: 		10px 0 20px 0;
	line-height: 	70px;
}
.page-guest h3 {
	font-size: 		55px;
}
.logo:hover { text-decoration:none; }
.page-contents .logo, 
.page-lecture .logo {
	padding-top:	0;
}
.page-contents .logo h2, 
.page-lecture .logo h2 {
	font-size: 		21px;
}
.page-contents .logo h1, 
.page-lecture .logo h1 {
	font-size: 		66px;
	margin-top: 	0;
	line-height:  	34px;
}
.page-contents .logo h3, 
.page-lecture .logo h3 {
	font-size:		36px;
	margin:			0;
}
.logo-bottom_container {
	padding-top: 	10vh;
	padding-bottom: 5vh;
}
.logo-bottom {
	color: 			#ffc526;
}
.logo-bottom a:hover { text-decoration:none; }
.logo-bottom h1 {
	font-size: 		60px;
	font-weight:	700;
	margin-bottom:0;
	line-height: 	50px;
}
.logo-bottom h2 {
	font-size:		35px;
	font-weight: 	400;
	margin-bottom:-5px;
}
.logo-bottom h3 {
	font-size:		34px;
	font-weight: 	500;
}
.usermenu-container {
	background:		var(--primary-color);
}
.usermenu-container a {
	text-decoration: underline;
	line-height: 58px;
}
.usermenu { 
	position:		relative; 
	padding:		15px; 
	color: 			white;
	font-weight: 	500;
	font-size: 		14px;
	vertical-align: middle;
}
.usermenu * {
	vertical-align: middle;
}

/* NAVIGATION */ 
.nav-button2, input[type=submit].nav-button2 {
	display: 		inline-block;
	cursor: 		pointer;
	width:			auto;

	background: var(--secondary-color);
	border-radius: 30px;
	font-size: 16px;
	font-weight: 	normal;
	padding: 		15px 26px;
	margin:			0px 5px;
}
.nav-button2:hover, input[type=submit].nav-button2:hover {
	text-decoration:none;
}
.mob_menu .nav-button2 {
	background:none;
	color:white;
	margin:0;
}
.page-contents .nav-buttons, 
.page-contents .home_text, 
.page-contents .footer-container {
	display: none;
}
.nav-buttons {
	margin-bottom: 100px;
}
.nav-buttons-container {
	margin-bottom:20px;
}
.nav-buttons .before {
	background: url(../images/roundarrow.png?id=1);
	content: "";
	display: inline-block;
	height: 41px;
	top: 0;
	left: 0;
	position: absolute;
	width: 43px;
}
.nav-buttons h2 {
	/*background: rgba(10,27,65,0.4);*/
	background: #bd1629;
	border-radius: 22px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	opacity: 0;
	padding: 11px 45px;
	position: relative;
	text-shadow: 4px 4px 7px rgba(0,0,0,0.2);
	margin: 0 auto;
	margin-bottom: 4px;
	z-index: 	999;
}
.nav-buttons h2 .break {
	display: block;
	height: 1px;
	width: 100%;
	content: "";
}
.nav-buttons .after {
	background: url(../images/roundarrow.png?id=1);
	content: "";
	display: inline-block;
	height: 41px;
	top: 0;
	right: 0;
	position: absolute;
	width: 43px;
}
.nav-buttons {
	position: 	relative; 
	z-index: 	999;
}
.nav-buttons-div {
	opacity: 				0;
	margin:					0 auto;
	display: 				inline-block;
}
.nav-buttons-div a:hover {
	text-decoration:none;
}
.nav-button {
	color: 					#001663;
	font-weight: 			400;
	font-size:				15px;
	z-index: 				1003;
	padding: 				15px;
	line-height: 			22px;
}
.nav-button strong {
	text-transform: uppercase;
}
.nav-button:hover, .nav-button.active { text-decoration: none; }
.nav-button .article_dot {
	display: none;
}
.nav-button p {
	margin-bottom:0;
	padding:24px 0px; 
	display: block;
}
.nav-button.active {
	font-weight: 700;
}

/* TOP Navigation, text */
.nav-container {
	padding: 	20px 10px;
	padding-left: 15px;
}
.header_module_title {
	display: block;
	margin-left:  -10px;
	margin-right: 10px;
	padding-left: calc( 10px + 10px);
	padding-right: calc( 10px + 10px);
}
.nav-title {
	position: relative;
}
.nav-container .nav-divider {
	padding:  	0 20px;
}
.nav-container a {
	text-decoration: none;
}
.nav-container .nav-submenu a:hover {
	text-decoration: underline;
}

.nav-title .nav-submenu {
	color: 		white;
	display: 	none;
	font-size: 	16px;
	background: var(--background-color);
	border-radius: 0 0 10px 20px;
	padding: 	10px 25px 15px 25px;
	position: 	absolute;
	top: 		100%;
	left: 		0;
	min-width: 	100%;
	width: 		auto;
	z-index: 	1001;
}
.nav-title:hover .nav-submenu {
	display:  	inline-block;
}
.nav-title .nav-submenu a {
	margin:  2px 0;
	display: inline-block;
}
.nav-title .nav-submenu .article_dot, .submenuMod .article_dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: white;
	/*border: 	1px solid green;*/
	border-radius: 3px;
	margin-left: -13px;
	float: left;
	margin-top: 10px;
}
.submenuMod .article_dot {
	width: 		12px;
	height: 	12px;
	border-radius: 6px;
	margin-right: 10px;
	margin-left: 	0;
	margin-top: 6px;
}
.nav-title .nav-submenu .article_dot span, 
.nav-title .article_dot span,
.submenuMod .article_dot span, 
.submenuMod .article_dot span
 {
	display: none;
}
.nav-title .nav-submenu .article_dot_read, 
.nav-title .submenuMod .article_dot_read 
{
	background:green;
}
.nav-title .nav-submenu .article_dot_read:after, 
.nav-title .submenuMod .article_dot_read:after 
{
	position: 	absolute;
	left:		0;
	top:		0;
	width: 		16px;
	height: 	16px;
	content: 	'<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="currentColor" class="bi bi-check-circle-fill" viewBox="0 0 16 16"><path d="M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z"/></svg>';
}

/* BOXES at home */
.box-container {
	display: flex;
	justify-content: center;
}
.box {
	background:   	#f5f5f2;
	display: 		block;
	flex:			1;
	padding:		15px;
	transition: all .3s cubic-bezier(0,0,.5,1);
	position: 		relative;
	text-align: 	left;
	margin-left:	15px;
}
.box-container .box:first-child {
	margin-left:0;
}
.box .title {
	display: 		block;
	font-size:  	24px;
	font-weight:  	300;
	margin: 		10px 0px;
	margin-top:   	10px;
	line-height: 	20px;
	text-align: 	left;
}
.box p {
	font-size: 		18px;
	font-weight: 	500;
	line-height: 	22px;
}
.box .author {
	display: 		block;
	font-size: 		15px;
	font-weight: 	400;
	margin-top:		10px;
}
.box:hover strong .box:hover p {
	text-decoration: none !important;
}
html:not(.touch) .box:not(.inactive):hover {
	transform: scale3d(1.05,1.05,1.05);
}

/* End */
.submenuMod {
	display: none;
	background:var(--primary-color);
	border-radius: 20px;
}
.submenu2 {
	display: none;
	border-top:1px white solid; 
	border-bottom: 1px white solid; 
	background:		rgba(255,255,255,0.1);
}
.submenu2 a {
	border-bottom:1px solid rgba(0,0,0,0.2);
	text-transform: none; 
	line-height: 22px;
	padding: 15px;
}

/* MODULE SECTION */
.module-section {
	display:none;
	margin: 0;
}
.module-section.current {
	display: flex;
}
.module-section .text {
	background: #e2e2df;
	color:#010101;
	padding: 40px 15px 40px 8%;
}
.module-section .text .title {
	font-size:		32px; 
	font-weight:	300;
}
.module-section .text .details {
	font-size:24px; 
	font-weight:500; 
	display:block; 
	margin-top:15px;
}

/* PDF popup */
.pdf-container {
	background:white;
}
/*.page-contents .pdf-container,
.page-lecture .pdf-container {
	height: calc( 100vh - 330px );
}*/
.pdf {
	display:none;
	position:fixed; 
	z-index:1003;
	top:325px; 
	bottom:0px;
	left:0; 
	right:0; 
	margin:0 auto; 
	overflow:hidden;
}
.pdf_is_relative .pdf {
	position:relative;
	top:0;
	overflow: visible;
}
.touch .pdf { 
	-webkit-overflow-scrolling:touch; 
	overflow-y: scroll; 
}

.pdf .iframe { 
	height:100%; 
	overflow: hidden;
}
.pdf_is_relative .pdf .iframe {
	height:auto;
	padding:0;
}
.pdf .iframe iframe { 
	background:none; 
	border:none; 
	border: 1px solid #33373a; 
	padding-top:0px; 
	padding-bottom:0px;
	overflow: visible;
}
.pdf_is_relative .pdf .iframe iframe,
.pdf_is_relative .pdf .iframe .pdfobject {
	background:white;
	padding-bottom:65px;
	padding-top: 50px;
}

/* SIDEBAR */
.sidebar { 
	background: var(--background-color);
	color: var(--primary-color);
	padding:0;
	position: relative;
	overflow-y:hidden; 
	height: 100%;
	/*box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.14); */
}
.sidebar .volume-container .subtitle a.assesslink {
	display: none;
}
.assesslink_placeholder {
	display: block;
}
.pdf_is_relative .pdf .sidebar {
	overflow-y: auto;
	height:auto;
}
.sidebar h2 { 
	font-weight:700; 
	padding:30px 25px 10px 40px; 
	margin-bottom:0px; 
	font-size:17px; 
}
.sidebar .volume-container { 
	display:none; 
	font-size: 15px;
	list-style-type:none; 
}
.sidebar .volume-container .subtitle  { 
	display:  			block;
}
/*.subitems {
	margin: 			10px 0;
}*/
.subitems .subitems {
	margin: 			0 0 0 15px;
	padding:  			5px 15px 5px 5px;
}
.sidebar .volume-container .subtitle.module_title {
	padding-left:0;
	padding-bottom:8px;
	font-size: 24px;
	font-weight:400;
	padding-top: 6px;
	border-bottom: 1px solid black;
}
.sidebar .volume-container .subtitle.module_title.current {
	color:				black;
}
.sidebar .volume-container .subtitle.section_title {
	border-bottom: 2px solid rgba(255, 255, 255, 0.5);
	/*color: #b5cdd7;*/
	font-weight: bold;
	padding-bottom:8px;
	padding-top: 15px;
	padding-left:15px;
}
.sidebar .volume-container div a {
	font-size: 15px;
	font-weight: 300;
	text-transform: none;
    display: inline-block;
}
.sidebar .volume-container .subtitle a { 
	border-bottom:		1px solid black;
	display:  			block;
	font-weight:		400; 
	background:			none; 
	border-radius:		0; 
	cursor: 			pointer; 
	text-align: 		left; 
	padding: 			12px 0 12px 0;
	width: 				100%;
}
.sidebar .volume-container li:hover { opacity:0.8; }
.sidebar .volume-container a.current li { 
	color:white; 
	position:relative; 
	background:rgba(255,255,255,0.4); 
	margin-left: -25px;
	margin-right: -25px; 
	padding-left: 40px; 
}
.sidebar .volume-container a.current { font-weight: 700; }
.sidebar .volume-container div a.current { position: relative; font-weight:500; }
.sidebar .openmenu.opened .ospan { display:inline; }
.sidebar .openmenu.opened .cspan { display:none; }
.sidebar .openmenu.closed .ospan { display:none; }
.sidebar .openmenu.closed .cspan { display:inline; }
.sidebar .fixed { 
	position: absolute; 
	top:40px; 
	left:40px; 
	right:40px; 
}
.pdf_is_relative .pdf .sidebar .fixed {
	position:relative;
	top:0;
	left:0;
	right:0;
	padding:40px 15px 0px 15px;
}
.sidebar .menu { 
	overflow-y: auto;
	position: absolute;
	left: 40px;
	right: 40px;
	bottom: 0;
	top: 60px;
}
.pdf_is_relative .sidebar .menu {
	position: relative;
	left:0;
	right:0;
	top: 0;
	padding: 20px 15px 0 15px;
}
.sidebar .article_dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	background: white;
	border-radius: 3px;
	margin-left: -13px;
	float: left;
	margin-top: 4px;
}
.sidebar .article_dot span {
	display: none;
}
.sidebar .article_dot_read .article_dot, .sidebar .article_dot_read {
	background:green; 
	position:relative;
}
.sidebar .article_dot_read .article_dot:after, 
.sidebar .article_dot_read:after
{
	background: 	var(--background-color);
	border-radius: 	6px;
	position: 		absolute;
	left:			-2px;
	top:			-3px;
	width: 			12px;
	height: 		12px;
	content: 		url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='green' class='bi bi-check-circle-fill' viewBox='0 0 16 16'><path d='M16 8A8 8 0 1 1 0 8a8 8 0 0 1 16 0m-3.97-3.03a.75.75 0 0 0-1.08.022L7.477 9.417 5.384 7.323a.75.75 0 0 0-1.06 1.06L6.97 11.03a.75.75 0 0 0 1.079-.02l3.992-4.99a.75.75 0 0 0-.01-1.05z'/></svg>");
}
.sidebar .progressbar-container {
	border-radius:  			5px;
	background:					white;
	overflow: 					hidden;
}
.sidebar .progressbar-container div {
	height:						10px; 
	background:					var(--primary-color); 
	border-radius:  			5px;
	font-size:					10px; 
	-webkit-transition: width 2s; 
	transition: 				width 2s;
}
.buttons-home-container {
	display: table;
	height:100%;
	width: 100%
	
	;
}
.buttons-home-container .buttons-home {
	display: table-cell;
	vertical-align: bottom;
	text-align: right;
}
.buttons-home .button2 {
	color:white !important;
	font-size: 18px;
	vertical-align: bottom;
	margin-bottom: 10px;
	min-width: 275px;
	text-align: center;
}
/* FORM */
input[type=email], 
input[type=text], 
input[type=number], 
input[type=password] 
{
	background:		#edf8f7;
	border:			none;
	border-bottom:  1px solid #a1a1a1;
	font-size:		18px; 
	padding:		7px 12px; 
	margin:			5px 0px;
	width: 			100%;
	text-indent: 	23px;
}
input:disabled {
	color:grey;
}
input[name=email] {
	background: white url(../images/icon_email.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=name], input[name=lastName], input[name=lastName2], input[name=prefix] {
	background: white url(../images/icon_person.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[type=password] {
	background: white url(../images/icon_password.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=company] {
	background: white url(../images/icon_hospital.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=address], input[name=population] {
	background: white url(../images/icon_home.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=city] {
	background: white url(../images/icon_city.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=position] {
	background: white url(../images/icon_position.png) no-repeat 4px 4px;
	background-size: 30px;
}
input[name=country] {
	background: white url(../images/icon_country.png) no-repeat 4px 4px;
	background-size: 30px;
}
select {
	font-size:		13px; 
	padding:		12px 18px; 
	margin:			5px 0px;
	background:		rgba(0,0,0,0.1); 
	border:			1px solid rgba(0,0,0,0.4);
	height:			50px; 
	width: 			100%;
	border-radius:	0;
	color: 	white;
}
select * {
	color:black; 
}
.text-red-600 {
	margin-left:0;
	padding-left:0;
	--tw-text-opacity: 1;
	color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600 li {
	list-style: none;

}
/* LOGIN & REGISTER */ 
.theform {
	display: 		block;
	position: 		relative;
	width: 			auto;
	z-index: 		6; 

	/* User defined values */
	background: 	var(--background-color);
	margin-top: 	30px;
	margin-bottom: 	30px;
	/*margin-left:	15px;*/
	padding: 		20px 40px;
}
.theform.login-form,
.theform.forgot-password-form
{
	max-width: 700px;
}
.theform .details { 
	width:auto; 
	display:block; 
	text-align:left; 
	font-size:14px; 
	margin:7px 0px 12px 0;
	color:			white;
}
.theform form input:focus { outline:none; }
.theform .hdr { 
	display:block; 
	text-align:center; 
	margin:0 auto; 
	margin-bottom:15px;
}
.theform h2 { 
	/* User defines values */
	font-weight:	200; 
	font-size: 		32px;
	text-align:		left; 
	padding:		0px; 

}
.theform form h3 { 
	color:#373737; 
	font-size:20px; 
	font-weight:bold; 
	margin:5px 0; 
	display:block; 
}
.small_letters { 
	font-size:14px; 
	margin-top:5px; 
	margin-bottom:20px;
	display:block; 
}
.small_letters a { 
	text-decoration:underline; 
	font-weight: bold; 
}
.theform input[type=submit], 
.theform button[type=submit], 
button[type=submit],
.button2 { 
	height:				auto !important; 
	display:			inline-block; 
	cursor:				pointer; 

	/* User defined values */
	color:				white; 
	background:			var(--button-color); 
	border:   			1px solid var(--button-color);
	border-radius: 		0px;
	font-size:			15px;
	font-weight: 		400;
	padding:			10px 40px;
	margin-bottom:  	20px;
	border:   			1px solid var(--button-color);
	box-shadow: 		rgba(0, 0, 0, 0) 0px 5px 10px 0px;
	transition: 		box-shadow 0.2s ease-in-out;
}
.theform input[type=submit]:hover, 
button[type=submit]:hover,
.button2:hover
{
	/*background:			var(--button-hover-color); */
	text-decoration:none;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 5px 10px 0px;
}
.login-page .logo, .register-page .logo { margin-top:30px; }
.login-page .mt_logo, .register-page .mt_logo { margin-top:35px; vertical-align:bottom; }

/* REGISTER */ 
#register.theform { 
	margin:0; 
	text-align: center; 
	padding: 20px 20px; 
	margin-top:30px;
}
#register.theform .hdr p { font-size:20px; font-weight:300; margin-top:0px; margin-bottom:5px; }
#register.theform h3 { font-size:13px; margin-bottom:15px; margin-top:15px; position:relative; }
#register.theform input[type=submit] {
	width:		50%;
}
#register.theform form input:focus { outline:none; }

/* FOOTER */ 
.footer-container {
	background: white;
	position: fixed;
	bottom: 0px;
	left: 0;
	right: 0;
	height:auto;
	z-index: 999;
}
.page-certificate .footer-container, .page-profile .footer-container {
	position: relative;
}
footer {
	position: relative;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 10px auto 15px auto;
	line-height: 17px;
	font-size: 14px;
	display: block;
	text-align: center;
	z-index: 998;
}
footer p {
	margin-top: 5px;
	font-weight: 500;
	/* width: 53%; */
	display: inline-block;
	padding: 0 5px;
	margin-bottom:5px;
	max-width: 45%;
}
footer p a {
	text-decoration: underline;
}
.page- footer p, 
.page-home footer p, 
.page-footer p, 
.page-contents footer p {
	width: 100%;
}

.desktop .onlymobile { display: none; }

.touch .hideonmobile { display: none; }

@media (min-width:768px) {
	.set-size {
		padding-left: 8%;
		padding-right:	8%;
	}
	.set-size-left,
	.module-section .text.set-size-left {
		padding-left: calc( 8% + 25px );
	}
	.set-size-right,
	.module-section .image.set-size-right {
		padding-right:	calc( 8% + 25px );
	}
	.nav-buttons { margin-top:2vh; }
}
@media (max-height: 980px) {
	.page- .footer-container { position: relative; }
	.nav-buttons {
		margin-bottom: 10px;
	}
	.page-guest .footer-container { position: relative; z-index: 1; }
}

@media (min-height: 821px) {
	.footer-container { height:auto; }
}
@media (min-height:778px ) {
	.nav-buttons { margin-top:2vh; }
}
@media (max-width:1090px) {
	.logo-bottom {
		margin-top: 0;
	}
}
@media (min-width: 768px) {
	.hideondesktop { display: none;  }
}
@media (orientation:landscape) and (max-height:420px) {

	.nav-buttons-div {
		margin-bottom:20px;
	}

	.header {
		margin-bottom:10px;
	}

	.logo-bottom {
		margin-top:10px;
		margin-bottom: 18px;
	}
	.credits {
		padding-top:0;
	}
	footer {
		line-height: 40px;
	}
	.intro-text img {
		display: none;
	}
	.login-container {
		margin-top:0;
	}
}
@media (min-width: 468px) {
	.xs-hidden { display:inline; }
	.xs-visible { display:none; }
}
@media (max-height:600px) and (orientation:landscape) {
	.credits { margin-bottom:20px !important; }
}
/*Bootstrap breakpoint */
@media (max-width:  992px) {
	.nav-button, .nav-container.nav-button {
		padding: 		10px;
		border-bottom: 1px solid #94b2d0;
	}
}
@media (max-width: 767px) {
	.container { min-width:auto; }
	.logo {
		padding-top:10px;
		margin-top:0px;
	}

	.logo h1 { 
		font-size: 60pt;
		line-height: 45px;
		margin: 5px 0 10px 0;
	}
	.logo h1 br {
		display: none;
	}
	.logo h2, 
	.logo h3 {
		font-size:38px;
	}
	.image_logo {
		height: auto;
	}
	.nav-button p {
		padding:9px 9px; 
	}
	.nav-button.active {
		padding-top:10px;
	}
	.nav-button.active::after, .nav-button:not(.inactive):hover::after {
		height: 1px;
	}
	.nav-buttons-div {
		display: block;
	}
	.nav-button2,input[type=submit].nav-button2 {
		display: block;
		width: 100%;
		margin-bottom:5px;
	}
	.submenuMod .nav-button2, .submenuMod input[type=submit].nav-button2 {
		color:white !important;
		background:none;
		border-radius: 0;
	}
	footer {
		position: relative;
		padding-bottom:10px;
	}
	footer p br {
		display: none;
	}

	.usermenu {
		font-weight: 500;
		padding: 10px 15px;
		line-height: 20px;
	}
	.xs-hidden { display:none; }
	.xs-visible { display:inline; }
	.hideonmobile { display: none; }
	/*
	Uncomment it if you want the title to appear on top
	.menu-container .logo {
		display: inline-block !important;
	}*/
	.home_text {
		margin-top: 20px;
	}
	#register.theform input[type=submit] { width:100%; }
	.header {
		background:none;
	}

	.page-, .page-videos, .page-login, .page-register, .page-recover {
		background:white;
	}
	.nav-buttons {
		margin-top: 15px;
		border-radius: 15px;
	}
	footer { 
		/*position: absolute;*/
		margin-bottom:0px;
		margin-top:0;
	}
	footer img { float: none !important; }
	.footer-container {
		position:relative;
		padding-top:15px;
		margin-top:0 !important;
	}
	.page- .footer-container {
		margin-top:20px;
	}
	.nav-buttons-div {
		border-radius: 0;
		border-radius: 15px;
		padding:0;
	}
	.login-container {
		margin-top:20px;
	}
	.login-page .intro-text, .register-page .intro-text {
		display: none;
	}
	.theform, #register.theform {
		padding: 25px;
		margin-bottom:25px;
	}
	#register.theform {
		padding: 15px 5px 5px 5px;
	}
	.nav-container {
		padding: 	0 20px;
	}
	.nav-title .nav-submenu {
		display: none !important;
		position: relative;
		display: block;
		width: 100;
		top: 0;
	}
	.nav-title .nav-title {
		width: 100% !important;
		display: block;
		color: white !important;
		background: var(--primary-color);
		border-radius: 30px;
		font-size: 17px;
		font-weight: bold;
		display: inline-block;
		font-weight: normal;
		cursor: pointer;
		padding: 10px 20px;
		width: auto;
		margin: 5px 0px;
		text-align: center;
		text-transform: uppercase;
	}
	.nav-container .nav-divider {
		display: none;
	}
	.logo-bottom h2 {
		display: none;
		font-size: 42px;
	}
	body::after {
		opacity: 0.8;
	}
	.progressbar {
		display: none;
	}
	.nav-button::after {
		display: none;
	}
	.usermenu-container a {
		line-height: 20px;
	}
	.usermenu-container .organizedby {
		height: 50px;
		margin-top:0;
	}
	.buttons-home-container {
		margin-top: 10px;
	}
	.buttons-home-container .button2 {
		width: 100%;
	}
	.box {
		margin-top:	20px;
		margin-left: 0px;
	}
	.module-section .text {
		padding: 20px;
	}
	.module-section .text .title {
		font-size:		30px; 
	}
	.module-section .text .details {
		font-size:18px; 
		margin-top:10px;
	}

}
@media (max-height: 420px) and (orientation:landscape) {
	.nav-container {
		padding: 0;
	}
}

@media (max-height:630px) and (orientation:landscape) {
	.page- .footer-container {
		position: relative;
		margin-top: 20px;
		padding-top:20px;
	}
	body::before {
		position: fixed;
	}
}