body, select, input, textarea, label, table, form, button, optgroup {
	font-family: 'Manrope', sans-serif;
}

h1 {
	font-family: 'Manrope', sans-serif !important;
}


:root {
--cyan: #10bfd7;
--blue: #286589;
--grey: #3d3e42;
--shadow: #cddbe4;
}


.c-main-inner {
    padding-left: 5%;
    padding-right: 5%;
}





/* ABOVETOPBANNER */

#abovetopbanner {
background-image: linear-gradient(120deg, var(--cyan), var(--blue));
border-radius: 0px 0px 30px 30px;
}

#abovetopbanner .htmlbox {
	width: 100%;
}

.c-top-info-left {
float: left;
padding-top: 5px;
margin-left: 20px;
display: flex;
    align-items: center;
gap: 20px;
}


.c-top-info-right{
padding-top: 5px;
float: right;
    display: flex;
    gap: 20px;
    align-items: center;
padding-right: 20px;
}

.c-top-info-right a{

}
/* end of ABOVETOPBANNER */



/* TITLES */

#contenttop h1.c-title-lg {
	border-bottom: 0px;
	text-align: left;
	font-size: 60px;
	font-weight: 800;
	margin-bottom: 0;
	padding-top: 0px;
	color: #3d3e42 !important;
}


.c-title-md {
	font-size: 30px;
	margin-bottom: 10px;
	font-weight: 800;
}

.c-title-sm {
	font-size: 20px;
	font-weight: 800;
}

/*LISTS*/
ul li {
  line-height: 1.6em;
}

.c-name-list {
padding-left: 20px !important;
list-style-position: outside!important;
}

.c-name-list li {
    border-bottom: 1px solid var(--blue);
    margin-bottom: 15px;
    padding-bottom: 5px;
}


	ul.c-ul-flex {
		display: flex;
    flex-wrap: wrap;
padding-left: 0px !important;
justify-content: center;
	}

ul.c-ul-flex li {
list-style: none;
padding: 20px;
box-shadow: 0px 0px 20px var(--shadow);
border-radius: 20px;
margin: 10px;
flex-basis: 30%;
font-weight: 700;
text-align: center;
}


ul.c-ul-flex li img{
margin-bottom: 10px;
}

@media (max-width: 760px) {
	ul.c-ul-flex {
flex-direction: column;
}
}

/*END OF LISTS*/




/* BUTTON DESIGN CITIZEN */

.c-button-container {
	border: 0px solid #dee3ef;
	display: flex;
	padding: 10px;
	border-radius: 110px;
	background-image: linear-gradient(90deg, rgb(255 255 255 / 100%), rgb(255 255 255 / 100%));
	width: auto;
	position: relative;
	text-decoration: none;
	color: #3d3e42;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-top: 20px;
	overflow: hidden;
}

.c-button-container.c-max-width {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.c-button-container::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(45deg, var(--cyan), var(--blue));
	z-index: 0;
	transition: opacity 0.5s linear;
	opacity: 0;
	width: 100%;
	transition: 0.2s;
}

.c-button-container::after{
	border: 1px solid #dee3ef;
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transition: 0.2s;
	border-radius: 110px;
}

.c-cross {
	position: relative;
	margin-left: 0;
		background-color: var(--blue);
	text-align: center;
	border-radius: 50%;
	color: white;
	transition: 0.2s;
}


.c-cross span {
	position: relative;
	font-size: 30px;
	font-weight: 800;
	width: 43px;
	height: 43px;
	display: block;
}

.c-cross span.fa {
	font-size: 24px;
	line-height: 1.9;
}

.c-cross span.fa-arrow-down:before {
	content: "\f063";
	margin-left: 6px;
}

.c-button-text {
	font-size: 16px;
	line-height: 1em;
	margin-bottom: 0px;
	position: relative;
	height: auto;
	margin-left: 20px;
	width: 100%;
}

.c-button-text span {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translate(0%, -50%);
	margin-top: -2px;
}

.c-button-container:hover {
	color: white;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}

.c-button-container:hover::before {
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	width: auto;
	opacity: 1;
}

.c-button-container:hover::after{
	border: 0px;
}

.c-button-container:hover .c-cross {
	background-color: white;
	color: var(--blue);
}


/*end of buttons*/



/* BODY MARGINS */

.c-margin-body {
	margin-left: 5%;
	margin-right: 5%;
	position: relative;
	z-index: 1;
}

.c-margin-body-1280 {
	max-width: 1280px;
	margin: auto;
	text-align: center;
	padding-left: 20px;
	padding-right: 20px;
}



/* PADDINGS */

.c-padding-top-8 {
	padding-top: 8vw;
}

.c-padding-top-7 {
	padding-top: 7vw;
}

.c-padding-top-5 {
	padding-top: 5vw;
}

.c-padding-top-2 {
	padding-top: 2vw;
}

.c-padding-bottom-8 {
	padding-bottom: 8vw;
}

.c-padding-bottom-7 {
	padding-bottom: 7vw;
}

.c-padding-bottom-5 {
	padding-bottom: 5vw;
}

.c-padding-bottom-2 {
	padding-bottom: 2vw;
}


/* BELOW TITLE PARAGRAPH */

.c-belowtitle-par {
font-size: 18px;
    width: 100%;
    max-width: 550px;
}



/* MESSAGE */

.c-message-bg {
	background-size: contain;
	background-position: left bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: 0;
	width: 100%;
	opacity: 0.1;
	height: 100%;
	z-index: 0;
}

.c-message-container {
	position: relative;
	height: auto;
	width: 100%;
}

.c-message-inner {
	position: relative;
	z-index: 1;
}

.c-message-inner p{
font-size: 1.4em;
}



/* ARXIKI NEWS */

	.firstpagenews {
		max-width: 100%;
		margin-left: 5vw;
		margin-right: 5vw;
	}





/* INNER PAGES */

.c-infobox {
   padding: 10px 15px;
    margin-bottom: 15px;
    font-size: 1.1em;
    font-weight: 900;
    line-height: 1.4;
    color: var(--blue);
    text-align: left;
    border-radius: 30px 30px 30px 0px;
    letter-spacing: 1px;
    box-shadow: 0px 0px 20px var(--shadow);
    margin-top: 20px;
	}

	.c-infobox span {
		margin-right: 10px;
		color: var(--cyan);
	}
	
	.c-ul {
		padding-left: 20px !important;
	}

	.c-ul li {
		margin-bottom: 20px;
	}




/* SCROLL BAR */
body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: var(--blue); 
}

body::-webkit-scrollbar-thumb {
  background-color: var(--cyan); /* ήπιο κυανό */
  border-radius: 6px;
  border: 0px solid var(--shadow); /* δίνει “πάχος” και καθαρό περίγραμμα */
}

body::-webkit-scrollbar-thumb:hover {
  background-color: var(--cyan); /* πρασινωπή απόχρωση στο hover */
}



/*TABLES*/
table {
		width: 90%;
		margin: 20px auto;
		border-collapse: collapse;
		background: #fff;
		box-shadow: 0px 0px 20px var(--shadow);
	}
	th, td {
		border: 1px solid #ddd;
		padding: 12px 15px;
		text-align: left;
		vertical-align: top;
	}
	th {
	background-color: var(--cyan);
	color: #fff;
	text-align: center;
height: 40px;
    vertical-align: middle;
	}

	tr:nth-child(even) {
		background-color: #ecf1f4;
	}
	tr:hover {
		background-color: #dce6ec;
	}
	caption {
		caption-side: top;
		font-size: 1.4em;
		margin-bottom: 10px;
		font-weight: 900;
		color: #333;
text-align: center;
	}
/*END OF TABLES*/
/* END SCROLL BAR */

.c-gradient-bg-container {
background-image: linear-gradient(120deg, #fbfdff, var(--shadow));
}.c-newlogo {
    background-image: url('/cache/files/a7f0942cd19f169ebf9b02aaddc5cd34d134a8aa.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}
html[lang="en"] .c-newlogo {
    background-image: url('/cache/files/72fdf0d50b212360262d4f5aad685d1e9f141561.svg');
}

a.mobile-header-startlink {
    background-image: url('/cache/files/a7f0942cd19f169ebf9b02aaddc5cd34d134a8aa.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
width: 200px;
    transform: translate(0%, 0%);
}

html[lang="en"] a.mobile-header-startlink {
    background-image: url('/cache/files/72fdf0d50b212360262d4f5aad685d1e9f141561.svg');
}


.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/edf89285fc1c8bdd963f1a5e991a112e22529a5f.svg') !important;
    color: #333;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: contain;
    margin-left: 8vh;
    margin-right: 8vh;
}

html[lang="en"] .side-nav__header {
    background-image: url('/cache/files/205cb8566796b1627c458d7625f0c972d98cd2bf.svg') !important;
}.c-newsletter {
padding-top: 100px;
padding-bottom: 100px;
width: 60%;
margin: auto;
}

.c-newsletter form {
    margin: auto;
}

.c-newsletter form label {
    display: block;
    margin-bottom: 20px;
    text-align: center;
    font-size: 1.4em;
    font-weight: 800;
font-family: 'Manrope', sans-serif;
}

.c-newsletter form input {
    padding: 10px;
    border: 2px solid #d3d3d3;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
}


.c-newsletter form input:focus-visible {
outline: none;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-newsletter form input::placeholder {
color: #d1d1d5;
font-size: 14px;
}

.c-newsletter form .submit {
margin-top: 20px;
text-align: center;
}

.c-newsletter form .submit button {
    font-size: 14px;
    font-weight: 400;
    padding: 20px 25px;
    color: white;
    background-color: #595959;
    transition: 0.3s;
    letter-spacing: 1px;
    border-radius: 3px;
    border-color: transparent;
    min-width: 170px;
}

.c-newsletter form .submit button:hover {
color: white;
background-color: #e0751b;
}

@media only screen and (max-width: 768px) {
.c-newsletter {
width: 90%;
}
}#topmenu ul{
  padding-left: 50vw;
}

#topmenu ul ul{
  padding-left: 0;
}



#innertopmenu ul li a {
  position: relative;
  display: block;
  text-decoration: none;
  text-transform: uppercase;
  transition: 0.3s;
}


#innertopmenu ul li a::after {
  position: absolute;
  content: "";
  top: 100%;
  left: 0;
  width: 100%;
  height: 2px;
background-image: linear-gradient(45deg, var(--cyan), var(--blue));
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s;
    z-index: 90;
}


#innertopmenu ul li a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}



div.topmenu ul ul {
    border-radius: 0px 30px 30px 30px;
    padding: 10px;
}

div.topmenu ul ul li {
border-radius: 5px;
}

div.topmenu ul ul ul{
background-color: var(--cyan);
}

div.topmenu ul ul ul li:hover{
background-color: var(--cyan) !important;
}/* TABLET & SMALL DESKTOP */

@media (max-width: 1024px) {
.c-button-text {
    font-size: 16px;
    line-height: 1em;
}

#contenttop h1.c-title-lg, #contenttop h1.pagetitle {
    font-size: 30px;
}

.c-belowtitle-par {
    font-size: 16px;
}

.c-button-container {
margin-right: 20px;
}

}


/* TABLET */

@media (max-width: 990px) {
.c-backbutton {
    position: relative;
    width: auto;
    top: 0;
}

.c-box-aimodosia {
    padding: 20px;
    border-radius: 40px;
    width: 100%;
}

.c-promotion-inner {
    margin-left: 0%;
}

.c-padding-bottom-5, .c-padding-top-7 {
    padding-bottom: 50px;
}
.c-padding-top-5, .c-padding-top-7 {
    padding-top: 50px;
}

.c-message-container img {
    width: 100%;
    max-width: 250px;
}

.c-message-container p {
    padding: 20px;
}

.c-title-metric {
    font-size: 40px;
}

.c-metric .c-subtitle-metric {
width: 50%;
font-size: 16px;
}

.c-grafima img {
    width: 70px;
}

.c-gradient-left, .c-gradient-right {
    width: 20%;
}

.c-carousel-1 {
    align-items: center;
}

.c-subtitle-metric {
    margin-bottom: 0;
}

.c-klinikes-container {
background-size: cover;
}

.c-klinikes-container:hover {
background-size: cover;
}

.firstpagenews {
    margin-left: 0;
    margin-right: 0;
}

div.items div.itemcontent {
    margin: 0;
}

.c-top video {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.c-footer-container {
    margin-right: 0;
    margin-left: 0;
}



.c-quick-position {
left: 0;
}

.c-kliniki-box {
    height: auto;
    border: 1px solid #c9ceda;
}

.c-kliniki-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.c-kliniki-icon img {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%,0%);
    width: 30px;
height: auto;
}

.c-kliniki-box-inner {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(0%, 0%);
    width: 100%;
    display: flex;
    align-items: center;
    text-align: left;
}

#iconsKliniki-inside .c-title-md {
    margin-top: 0;
    font-size: 16px;
    width: calc(100% - 80px);
    margin-bottom: 0;
}

#iconsKliniki-inside .col-md-3 {
    margin-top: 15px;
}

#iconsKliniki-inside .col-md-3 a {
    text-decoration: none;
}

#iconsKliniki-inside.row {
    margin-right: -30px;
    margin-left: -30px;
}

.pagetitle {
    margin-top: 0;
    text-align: center !important;
    font-size: 30px !important;
font-weight: 800;
}

}

/* MOBILE */

@media (max-width: 768px) {
.c-button-container {
    margin-right: 0px;
}
}/* DESIGN NEWS */


.notloggedin div.horizontalitemsnews div.infoboxy {
	position: relative;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 00%);
	border-radius: 30px;
	transition: 0.3s;
	overflow: hidden;
}

div.horizontalitemsnews div.infoboxy:hover {
	position: relative;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
	border-radius: 30px;
}

div.horizontalitemsnews div.textboxy {
	position: absolute;
	bottom: 0;
	height: calc(100% - 20px);
	max-height: 400px;
	padding-top: 0;
	background-image: linear-gradient(0deg, #000000ad, transparent);
	border-radius: 30px;
	display: flex;
	flex-direction: column;
	align-items: baseline;
	color: white;
	display: flex;
	justify-content: flex-end;
	width: calc(100% - 40px);
}

div.horizontalitemsnews div.item div.photos {
	border-radius: 30px;
	overflow: hidden;
}

div.horizontalitemsnews div.item div.photos img {
	transform: scale(1);
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

div.horizontalitemsnews div.infoboxy:hover  div.photos img {
	transform: scale(1.2);
}


div.horizontalitemsnews div.list h3 a {
color: white !important;
}

	div.items div.date {
		font-style: italic;
		padding-bottom: 15px;
font-size: 0.8em;
	}

	div.items div.detail h3 a {
		color: #3b5f99;
		font-weight: 800;
	}

div.items div.photos img {
border-radius: 30px;
}


	/* GO BACK BUTTON */

	div.items div.back {
		position: relative;
		float: left;
		border: 1px solid #dee3ef;
		margin-bottom: 10px;
		background-color: #f2f5fa;
		background-image: -webkit-gradient(linear,left top,left bottom,color-stop(,#ffffff),color-stop(,#ebebeb));
		background-image: -moz-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -webkit-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -o-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: -ms-linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		background-image: linear-gradient(90deg, rgb(248 251 254), rgb(248 251 254));
		-moz-border-radius: 80px;
		-webkit-border-radius: 80px;
		-khtml-border-radius: 80px;
		border-radius: 80px;
	}

	div.items div.back::before {
		position: absolute;
		content: "";
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: linear-gradient(90deg, rgb(64 117 205 / 100%), rgb(113 209 237 / 100%));
		z-index: 0;
		border-radius: 110px;
		transition: opacity 0.5s linear;
		opacity: 0;
		width: 100%;
		transition: 0.2s;
	}



	div.items div.back a {
		color: #3b5f99;
		font-weight: 800;
		text-decoration: none;
		display: block;
		padding: 15px;
		padding-left: 25px;
		padding-right: 25px;
		transition: 0.2s;
		position: relative;
		z-index: 1;
	}



	div.items div.back a:hover {
		color: white;
	}

	div.items div.back:hover::before {
		top: -1px;
		right: -1px;
		bottom: -1px;
		left: -1px;
		width: auto;
		opacity: 1;
	}.contactform h2 {
font-size: 26px !important;
}

.contactform {
max-width: 980px !important;
}

.contactform form {
display: flex;
    flex-direction: column;
}

.contactform p.notrequired select, .contactform p.notrequired textarea, .contactform p.notrequired input, .contactform p.required select, .contactform p.required textarea, .contactform p.required input {
    width: 100%;
    border-radius: 20px;
    border: 0px solid #dee3ef;
background-color: #e7eff3;
}

.contactform select {

}

.contactform p.select {
    min-height: 50px;
    display: flex;
    gap: 20px;
}



div.contactform p label, div.thelogin p label {
    padding: .7em 0 0 1em;
}


.contactform .submit {
    text-align: center;
}

.contactform button {
    display: inline-block;
    text-decoration: none;
    font-size: 18px;
    font-weight: 800;
    line-height: 1em;
    text-align: center;
    padding: 20px 25px;
    color: #3d3e42;
    margin: auto;
width: 300px;
    background-color: transparent;
    border: 1px solid #dee3ef;
    border-radius: 110px;
position: relative;
z-index: 1;
}

.contactform button:hover {
color: white;
background-color: transparent;
}

@media (max-width: 768px) {
.contactform .submit {
text-align: center;
}
}

.contactform button:before {
content: " ";
opacity: 0;
background-image: linear-gradient(45deg, var(--cyan), var(--blue));
    transition: opacity 0.5s linear;
    border-radius: 110px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.contactform button::after {
    content: "\f1d8";
    font-family: FontAwesome;
    position: absolute;
    left: 13px;
    background-color: var(--blue);
    padding: 12px;
    top: 50%;
    border-radius: 50%;
    color: white;
    transform: translateY(-50%);
    transition: 0.3s linear;
}

.contactform button:hover:before {
opacity: 1;
}

.contactform button:hover::after {
    background-color: white;
color: var(--blue);
}/* FIXED SUPPORT BUTTON */

.c-call-support-box {
    position: fixed;
    z-index: 99;
    right: -280px;
    bottom: 20px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    transition: 0.3s;
}



.c-call-support-box:hover {
    right: 0px;
}

.c-call-support-icon {
background-image: linear-gradient(90deg, var(--cyan), var(--blue));
    padding: 10px;
    border-radius: 50% 0px 0px 50%;
}


.c-call-support-icon span{
font-size: 30px;
    background-color: #fff;
    border-radius: 50%;
    padding: 10px 3px 8px 10px;
color: var(--blue);
}

.c-call-support-content {
    width: 240px;
    padding: 20px 20px 40px 20px;
background-image: linear-gradient(315deg, var(--cyan), var(--blue), var(--blue));
    border-radius: 0px 0px 0px 30px;
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.c-call-support-title {
    margin-top: 7px;
color: #fff;
    font-size: 24px;
    font-weight: 900;
    line-height: 1em;
margin-bottom: 0px;
    text-align: center;
}

.c-call-support-content a{
text-decoration: none;
}

.c-button-call-support {
display: flex;
gap: 5px;
background-color: white;
    border-radius: 110px;
padding-right: 5px;
    align-items: center;
}

.c-button-call-support-img {
    background-color: #fff;
    border-radius: 50%;
    overflow: hidden;
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 60px;
}

.c-button-call-support-img img{
height: 40px;
width: auto;
border-radius: 50%;
}

.c-button-call-support p{
font-weight: 900;
line-height: 1em;
margin-bottom: 0px;
font-size: 18px;

}

.c-button-call-support p span{
font-size: 12px;
}#copyleft {
	padding-left: 5vw;
}

#copyright {
	padding-right: 5vw;
}


#cFooter {
 background-image: linear-gradient(120deg, var(--cyan), var(--blue));
color: #fff;
padding-bottom: 100px;
border-radius: 40px 40px 0px 0px;
}


#cFooter a{
color: #fff !important;
}

.c-footer-container {
    margin-right: 5vw;
    margin-left: 5vw;
    display: flex;
    flex-direction: row;
align-items: flex-end;
    justify-content: space-between;
}


.c-socialfooter {
	display: flex;
	align-content: center;
	align-items: center;
}

.c-socialfooter p {
margin-bottom: 0px;
}

.c-socialfooter span.fa {
	background-color: white;
	border-radius: 50%;
	margin-right: 20px;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.3s;
color: var(--blue);
}

.c-socialfooter span.fa {
	    min-width: 40px;
    min-height: 40px;
	position: relative;
}

.c-socialfooter span.fa:before {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-socialfooter:hover span {
	background-color: var(--blue);
	color: white;
	box-shadow: 0px 0px 10px rgb(0 0 0 / 20%);
}

.c-footer-info{
display: flex;
gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
margin-bottom: 30px;
}

.c-footer-menu {
font-size: 0.9em;
    display: flex;
    gap: 0px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-footer-menu a{
text-decoration: none;
}

.c-footer-menu p{
margin-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
border-left : 1px solid #ffffff50;
border-right: 1px solid #ffffff50;
}


.c-footer-menu a:hover{
text-decoration: underline;
}

.c-footer-title {
margin-top: 20px;
letter-spacing: 1px;
margin-bottom: 10px;
font-weight: 700;
}

.c-footer-logos {
display: flex;
gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.c-footer-logo-box {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    padding: 10px;
width: 140px;
}

.c-footer-logo-box img{
max-height: 50px;
width: auto;
}

.notloggedin #copyinfo {
margin-top: -65px;
color: #fff;
}

.notloggedin #copyinfo a {
    color: #fff !important;

}


.c-view-also {
width: 400px;
}

.c-align-right {
text-align: right !important;
}



@media (max-width: 1280px) {
.c-footer-container {
flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.c-view-also {
    width: 400px;
    text-align: center;
    margin-bottom: 30px;
}
.c-footer-info {
    justify-content: center;
}

.c-footer-logos {
    justify-content: center;
}


.c-footer-menu {
    justify-content: center;
    float: none;
}

.c-align-right {
    text-align: center !important;
}

}

@media (max-width: 912px) {
.c-socialfooter span.fa {
    margin-right: 10px;
}
#copyleft {
	padding-left: 0vw;
}

#copyright {
	padding-right: 0vw;
}
}.mobile-header {
    box-shadow: none;
}

@media (max-width: 912px) {
#abovetopbanner {
display: none;
}
}

.mobile-header {
    min-height: 65px;


}

a.mobile-header-startlink, #mobiletopbanner a.startlink {
left: 10px;
}

.mobile-header {
    flex-direction: row-reverse;
}

#mobile-header button {
    color: #fff !important;
    font-size: 24px;
    background-image: linear-gradient(120deg, var(--cyan), var(--blue));
    padding: 10px;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}



/*MENU*/

.side-nav__container {
    background-image: linear-gradient(120deg, var(--cyan), var(--blue));
    border-radius: 10vw 0px 0px 10vw;
}

.side-nav--visible .side-nav__container {
float: right;
}

.side-nav__header {
    max-height: 150px;
    height: 30%;
}

.side-nav__footer {
    box-shadow: none;
    padding: 10px 16px;
}

.side-nav__hide {
    right: 25px !important;
    top: 25px !important;
    left: auto !important;
}

.side-nav button.side-nav__hide {
    font-size: 24px;
    color: var(--blue);
font-weight: 900;
}

.side-nav__hide:before {
    content: "";
    position: absolute;
    top: -9px;
    right: -8px;
    width: 40px;
    height: 40px;
    background-color: #fff;
    z-index: -1;
    border-radius: 50%;
}


.side-nav ul {
    margin-left: 15px !important;
    margin-right: 15px !important;
}


.side-nav ul li a {
    background-color: transparent !important;
    color: #fff;
font-weight: 900;
  transition: 0.3s;
}

.side-nav ul li.active a {
position: relative;
}
.side-nav ul li.active a::after {
  position: absolute;
    content: "";
    top: 100%;
    left: 15px;
    width: 90%;
    height: 1px;
    background-image: linear-gradient(227deg, transparent, var(--cyan), var(--blue));
}

.side-nav ul li.inactive a::after {
  position: absolute;
    content: "";
    top: 100%;
    left: 15px;
    width: 90%;
    height: 0px;
    background-image: linear-gradient(227deg, transparent, var(--cyan), var(--blue));
}


.side-nav ul li.haschilds > a::before {
    color: #fff;
    font-weight: 900;
}

.side-nav__content li {
  transition: 0.3s;
}

.side-nav__content li:hover {
    background: #ffffff10;
border-radius: 30px;
padding: 10px;
}

.side-nav__content li ul li:hover {
    background: #ffffff20;
border-radius: 30px;
padding: 0px;
}

.side-nav__content li ul li ul li a{
line-height: 1.6em !important;
margin-bottom: 10px !important;
padding-bottom: 10px !important;
padding-top: 10px !important;
}


.side-nav ul ul {
margin-left: -5px !important;
}


.side-nav ul ul ul{
margin-left: -15px !important;
}.langchooser {
    padding: 0px 0 !important;
}


#mobile-header .langchooser {
    position: absolute;
    right: 76px;
    top: 20px;
}

@media (max-width: 460px) {
    #mobile-header .langchooser {
        right: 76px;
        top: 12px;
    }
}


.side-nav__footer .langchooser {
float: right;
margin-bottom: 15px;
}

.side-nav__footer .langchooser li.active a::after {
    background-image: none;
}