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;
}


.container-fluid {
    text-align: justify;
}

@media (max-width: 760px) {
.container-fluid {
padding-left: 0px !important;
padding-right: 0px !important;
}
}


.efimereia {
	color: #3b5f99;
	font-weight: bold;
	font-size: 1.2em;
}



.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{

}



/* TOP */

.c-top {
	height: calc(100vh - 140px);
	width: 100%;
	background-size: cover;
	background-position: center;
	position: relative;
	overflow: hidden;
}

.c-top video {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

/* CITIZENS */

.c-citizens-container {
	position: relative;
	height: auto;
	    background-image: linear-gradient(120deg, #fbfdff, var(--shadow));
	overflow: hidden;
}

.c-citizens-bg {
	position: absolute;
	height: 85%;
	background-size: contain;
	width: 100%;
	background-repeat: no-repeat;
	background-position: right bottom;
	z-index: 0;
	opacity: 0.4;
	bottom: -10px;
}


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

/* 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;
}


/* 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: 750px;
}



/* 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;
min-width: 200px;
}

.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);
}


/* BUTTON DESIGN AIMODOSIA */

.c-button-container-aimodosia {
	border: 1px 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: 90%;
	position: relative;
	text-decoration: none;
	color: #3d3e42;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
}



.c-button-container-aimodosia::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #d33d48, #ed7171);
	z-index: 0;
	border-radius: 110px;
	transition: opacity 0.5s linear;
	opacity: 0;
	width: 100%;
	transition: 0.2s;
}



.c-button-container-aimodosia .c-cross {
	position: relative;
	height: 43px;
	width: 43px;
	margin-left: 0px;
	border: 1px solid #dee3ef;
	background-color: #d33d48;
	text-align: center;
	border-radius: 45px;
	color: white;
	transition: 0.2s;
}

.c-button-container-aimodosia .c-cross span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 30px;
	font-weight: 800;
	margin-top: -1px;
}

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

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

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

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

.c-button-container-aimodosia:hover .c-cross {
	background-color: white;
	color: #d33d48;
}



/* AIMODOSIA ACTIVE BUTTON */

.c-button-container-aimodosia-active {
	border: 1px 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: 90%;
	position: relative;
	text-decoration: none;
	color: white;
	font-weight: 800;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 0.2s;
	opacity: 1;
}

.c-button-container-aimodosia-active::before {
	position: absolute;
	content: "";
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-image: linear-gradient(90deg, #d33d48, #ed7171);
	z-index: 0;
	border-radius: 110px;
	transition: opacity 0.5s linear;
	opacity: 1;
	width: 100%;
	transition: 0.2s;
}

.c-button-container-aimodosia-active:hover::before {
	color: #3d3e42;
	background-color: white;
	opacity: 0;
}

.c-button-container-aimodosia-active:hover {
	color: #3d3e42;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
}



.c-button-container-aimodosia-active .c-cross {
	background-color: white;
	color: #d33d48;
}

.c-button-container-aimodosia-active:hover .c-cross {
	background-color: #d33d48;
	color: white;
}


/* ================================= */


/* 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;
}



/* CAROUSEL */

.c-maindiv {
	overflow: hidden;
	display: flex;
	white-space: nowrap;
	text-align: center;
	align-items: center;
}

.c-grafima img {
	width: 5vw;
	margin-left: 3vw;
	margin-right: 3vw;
	height: auto;
}

.c-carousel-1 {
	display: flex;
	animation: marquee 15s linear infinite;
}
.c-carousel-2 {
	display: flex;
	animation: marquee 15s linear infinite;
	animation-delay: 0s;
}

.c-carousel-3 {
	display: flex;
	animation: marquee 15s linear infinite;
	animation-delay: 0s;
}


@keyframes marquee {
	from {
		transform: translateX(0%);
	}
	to {
		transform: translateX(-100%);
	}
}


.c-metrics-container {
	background-color: var(--blue);
	position: relative;
}

.c-metrics-inner {
	color: white;
}

.c-title-metric {
	font-size: 120px;
	font-weight: 800;
	margin-bottom: 0;
	line-height: 1;
}

.c-subtitle-metric {
	font-size: 20px;
	letter-spacing: 2px;
}

.c-gradient-left {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 30%;
	background-image: linear-gradient(90deg, var(--blue) 60%, transparent 100%);
	z-index: 1;
}

.c-gradient-right{
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	width: 30%;
	background-image: linear-gradient(-90deg, var(--blue) 60%, transparent 100%);
	z-index: 1;
}

/* ==================================================== */



/* PROMOTION CONTAINER */

.c-promotion-container {
	position: relative;
	height: auto;
	background-image: linear-gradient(120deg, #fbfdff, #dee3ef);
	overflow: hidden;
}

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

.c-box-aimodosia .c-title-lg {
	color: #d33d48 !important;
}

.c-box-aimodosia {
	padding: 5vw;
	background-color: white;
	border: 1px solid #dee3ef;
	border-radius: 100px;
	width: 90%;
	margin: auto;
	box-shadow: 0px 0px 15px #0000002b;
}


/* ==================================================== */


.c-swiper-container {
padding: 9vh 5%;
}

.c-my-swiper-wrapper {
padding-top: 30px;
}

.c-my-swiper-wrapper .slider-arrows {
    background-image: linear-gradient(120deg, var(--cyan), var(--blue));
    color: white;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
padding: 5px !important;
}

.c-my-swiper-wrapper .slider-arrows span {
    font-size: 20px;
}

.c-my-swiper-wrapper .slider-arrow-right {
    right: -10px;
}

.c-my-swiper-wrapper .slider-arrow-left{
    left: -10px;
}

.c-klinikes-container {
	min-height: 600px;
	margin: 20px;
	border-radius: 40px;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 15px rgb(0 0 0 / 0%);
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

.c-klinikes-container:hover {
	box-shadow: 0px 0px 15px rgb(0 0 0 / 30%);
	background-size: 110%;
}

.c-klinikes-bg {
	height: 100%;
	position: absolute;
	width: 100%;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: center;
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
}

.c-klinikes-bg img {
	transition: 1s cubic-bezier(0, 0.03, 0.15, 1.03);
	object-fit: cover;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1);
}

.c-klinikes-container:hover .c-klinikes-bg img {
	transform: translate(-50%, -50%) scale(1.1);
}

c-klinikes-inner {
	position: absolute;
	bottom: 30px;
	left: 5%;
	width: 90%;
	text-align: left;
	color: white;
	height: 50px;
	overflow: hidden;
}

.c-klinikes-over-color-blue {
	position: absolute;
	background-color: #67d7f8;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-green {
	position: absolute;
	background-color: #6dffb2;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-red {
	position: absolute;
	background-color: #d33d48;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-yellow {
	position: absolute;
	background-color: #fff065;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-color-purple {
	position: absolute;
	background-color: #cd5eff;
	opacity: 0.6;
	z-index: 0;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-over-grad {
	position: absolute;
	background-image: linear-gradient(0deg, rgb(0 0 0 / 40%), transparent);
	opacity: 0.5;
	z-index: 1;
	transition: all 0.7s;
	width: 100%;
	height: 100%;
}

.c-klinikes-inner {
	position: absolute;
	z-index: 2;
	color: white;
	text-align: left;
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
	bottom: 30px;
	transition: 0.3s;
	transition-delay: 0.3s;
}

.c-klinikes-container:hover .c-klinikes-over-color-blue, .c-klinikes-container:hover .c-klinikes-over-color-green, .c-klinikes-container:hover .c-klinikes-over-color-red, .c-klinikes-container:hover .c-klinikes-over-color-yellow, .c-klinikes-container:hover .c-klinikes-over-color-yello, .c-klinikes-container:hover .c-klinikes-over-color-purple, .c-klinikes-container:hover .c-klinikes-over-grad {
	opacity: 0;
}

/* KLINIKES BUTTON */

.c-klinikes-container a {
    position: relative;
    display: inline-block;
    color: white;
    text-decoration: none;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 30px;
    font-size: 0.8em;
    background-image: linear-gradient(120deg, var(--cyan), var(--blue));
    background-repeat: no-repeat;
    background-size: 0% 100%;
    transition: background-size 0.4s ease;
}

.c-klinikes-container a:hover {
    /* Ανοίγει από το κέντρο προς τα άκρα */
    background-size: 100% 100%;
}

.c-text-button-flex {
display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
@media (max-width: 912px) {
.c-text-button-flex {
align-items: flex-start;
    flex-direction: column;
}
}


/* UNDERLINE BUTTON */

.c-underline-link {
	position: relative;
	display: block;
	color: #3b5f99;
	text-decoration: none;
	transition: 0.3s;
	width: fit-content;
	width: -moz-fit-content;
	padding-bottom: 15px;
	margin: auto;
}

.c-underline-link::after {
	position: absolute;
	content: "";
	top: 100%;
	left: 0;
	width: 100%;
	height: 2px;
	background: #3b5f99;
	transform: scaleX(0);
	transform-origin: right;
	transition: transform 0.3s;
}

.c-underline-link:hover {
	color: #3b5f99;
}
.c-underline-link:hover::after {
	transform: scaleX(1);
	transform-origin: left;
}






	/* ARXIKI NEWS */

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



	/* KLINIKES PAGE */

	.c-kliniki-box {
		border-radius: 30px;
		border: 1px solid #dee3ef;
		height: 13vw;
		width: 100%;
		margin: auto;
box-shadow: 0px 0px 20px #dee3ef;
		position: relative;
		transition: 0.3s;
	}

	.c-kliniki-box:hover {
		box-shadow: 0px 0px 10px rgb(0 0 0 / 15%);
	}

	.c-kliniki-box-inner {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
		text-align: center;
		width: 100%;
	}


	#iconsKliniki a {
		text-decoration: none;
		color: #3d3e42;
	}

	#iconsKliniki .c-title-md {
		font-size: 24px;
	}

	.c-icon-kliniki {
		background-repeat: no-repeat;
		background-size: 90%;
		background-position: center;
		height: 100%;
	}

	#iconsKliniki-inside p {
		color: #3d3e42;
		transition: 0.3s;
	}

	#iconsKliniki-inside .c-kliniki-box-bg {
background-image: linear-gradient(-45deg, var(--cyan), var(--blue));
		position: absolute;
		width: 100%;
		height: 100%;
		border-radius: 30px;
		opacity: 0;
		transition: 0.3s;
	}

	#iconsKliniki-inside .c-kliniki-box:hover .c-kliniki-box-bg {
		opacity: 1;
	}

	#iconsKliniki-inside .c-kliniki-box:hover p {
		color: white;
	}

	#iconsKliniki-inside .c-title-md {
		margin-top: 10px;
		font-size: 24px;
	}

	.c-kliniki-icon {
		width: 90px;
		height: 90px;
		margin: auto;
		background-color: white;
		position: relative;
		border-radius: 50%;
		border: 1px solid transparent;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 0%);
		transition: 0.3s;
	}

	.c-kliniki-icon img {
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%);
	}

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

	.c-kliniki-box:hover .c-kliniki-icon {
		border: 1px solid #dee3ef;
		box-shadow: 0px 0px 7px rgb(0 0 0 / 25%);
	}




	/*new c-infobox WCAG compliant */
	/* Infobox styles for headings */

	.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;
	}


	.c-logos-inner {
		max-width: 1280px;
		margin: auto;
	}

	.c-logos-inner img {
		width: 100%;
		height: auto;
		max-width: 200px;
	}

	

	#dioikitiki_ypiresia .col-md-offset-3 {
		margin-left: 12.5%;
	}


/*ΦΙΛΤΡΑ για τη σελίδα ΒΡΕΙΤΕ ΓΙΑΤΡΟ*/

	div.boxcollapsible a.toggle span{
		font-size: 130%;
	}

	.boxcollapsible {
		border-style: solid;
		border-width: 1px;
		border-color: #852d6a;
		padding: 10px;
	}

	/* Κενό μεταξύ του κουτιού με τα φίλτρα και των items */
	.theitems {
		margin-top: 10px;
	}
/* Τέλος CSS για φίλτρα */


/* Πίνακας για τη σελίδα εγκαταστάσεις & υποδομές*/
	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;
	}
/*Τέλος CSS πίνακα για εγκαταστάσεις και υποδομές */





/* Μπλε πλαίσιο για συγκεκριμένα κείμενα (WCAG compliant) Accessible message box  WCAG compliant */
	.message-box {
background-color: #e7eff3;
    border-radius: 12px;
    padding: 20px;
line-height: 1.6em;
font-size: 1.1em;
    box-shadow: 0px 0px 20px var(--shadow);
	}

/*Τέλος CSS μπλε πλαισίου */



/* Γκρι πλαίσιο για εξωτερικά ιατρεία / 1566 Info frame WCAG compliant*/
.info-frame {
  background-color: #f5f5f5;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 1rem 1.5rem;
  margin: 1.5rem 0;
  line-height: 1.6em;
}

.info-frame h3 {
  color: #222;
  font-size: 1.2rem;
  margin-top: 0;
}

.info-frame a {
  color: #004c8c; /* AA compliant on #f5f5f5 */
  text-decoration: underline;
}

.info-frame a:hover,
.info-frame a:focus {
  color: #003a75;
  outline: 2px solid #003a75;
  outline-offset: 2px;
}
/* Τέλος CSS γκρι πλαισίου */





/*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*/


/*WHITE BOX*/

.c-white-message {
    box-shadow: 0px 0px 20px var(--shadow);
    background-color: #fff;
    padding: 20px;
    font-size: 1.2em;
    font-weight: 700;
		border-radius: 0px 30px 30px 30px;
}


/*END OF WHITE BOX*/


.c-gradient-bg-container {
background-image: linear-gradient(120deg, #fbfdff, var(--shadow));
}



/* 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 */
}
/* END SCROLL BAR */.c-newlogo {
    background-image: url('/cache/files/9bc3e796c82313b07520d280919c3b452aba267c.svg');
    background-position: center;
    background-size: contain;
background-repeat: no-repeat;
}

html[lang="en"] .c-newlogo {
    background-image: url('/cache/files/beadce2ab71ef35443071828fad8c8fd4e234e59.svg');
}


a.mobile-header-startlink {
    background-image: url('/cache/files/9bc3e796c82313b07520d280919c3b452aba267c.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/beadce2ab71ef35443071828fad8c8fd4e234e59.svg');
}

.side-nav__header {
    background-color: transparent;
    background-image: url('/cache/files/349975190002151a0e7ff8821b9100fb070138dc.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/958883dfdd89180ab54b146b1eaf9464a64f0663.svg') !important;
}#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: 0px;
font-size: 1.2em;
}

.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-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;
}
}/* FIXED SUPPORT BUTTON */

.c-call-support-box {
    position: fixed;
    z-index: 99;
    right: -280px; 
    bottom: 110px;
    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%;
    position: absolute;
    top: 20%;
    left: -60px;
}


.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 20px 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;
}div.horizontalitems div.itemcontent {
box-shadow: 0px 0px 20px #dee3ef;
border-radius: 30px;
}

.notloggedin div.horizontalitems div.itemcontent {
overflow: hidden;
}


div.items div.list h3 a {
    color: var(--gray); !important;
margin-bottom: 10px !important;
}

div.items div.detail h3 a {
    color: var(--gray) !important;
font-size: 40px !important; /*28-50*/
line-height: 1em;
}


div.horizontalitems div.itemcontent .infoline a{
color: #fff !important;
background-image: linear-gradient(45deg, var(--cyan), var(--blue));
    padding: 6px 12px;
    border-radius: 0px 35px 25px 25px;
    text-decoration: none;
    font-weight: 800;
display: inline-block;
}




/*BADGES*/
.badgeid2465 {
background-color: var(--cyan);
color: #fff;
}

.badge_wrapper {
    width: 100px;
    height: 100px;
}

.badge_wrapper  .badge {
    color: white;
    position: absolute;
    top: 0px;
    left: 0px;
    width: auto;
    text-align: center;
    padding: 5px 4px;
    z-index: 51;
font-size: 0.75em;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transform-origin: 50% 50%;
border-radius: 0px 0px 15px 0px;
}

div.items div.detail .badge_wrapper {
left: auto;
right: 0px !important;
}


div.items div.detail .badge_wrapper  .badge {
border-radius: 15px 0px 15px 15px;
}

/*END OF BADGES*/



/*FILTERS*/
.boxcollapsible {
    border-radius: 20px;
    position: fixed;
    left: 10px;
    bottom: 20px;
    z-index: 9999;
    background-color: white;
box-shadow: 0px 0px 20px #dee3ef;
    border: 1px solid #3b5f997a;
}

.c-filters {
    display: flex;
flex-direction: column !important;
    background-color: white;
    padding-top: 50px !important;
    border-radius: 20px;
    overflow-y: auto;
    height: auto;
    justify-content: flex-start;
}


.c-filters .filterlabel {
    font-size: 16px !important;
    color: #3d3e42 !important;
font-weight: 900 !important;
}




/*END OF FLTERS*/







/*DOCTORS DETAILS*/

.c-giatroi-extra span.label {
font-weight: 900 !important;
color: var(--gray) !important;
    font-size: 36px !important;
    line-height: 1.4em;
}.popup-image {
  cursor: pointer;
  transition: 0.3s;
border-radius: 15px;
}

.popup-image:hover {
  opacity: 0.8;
}

/* Το popup */
.modal {
  display: none;
  position: fixed;
  z-index: 9999;
  padding-top: 40px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.8);
}

/* Η εικόνα μέσα στο popup */
.modal-content {
  margin: auto;
  display: block;
  max-width: 90%;
  max-height: 90%;
}

/* X για κλείσιμο */
.close {
  position: absolute;
  top: 20px;
  right: 35px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
}div.filegallery ul li div.lezanta {
    margin-left: 5px;
    padding: 15px 20px;
box-shadow: 0px 0px 20px var(--shadow);
    border-radius: 20px;
font-weight: 700;
margin-bottom: 20px !important;
}


div.filegallery ul li div.lezanta  img {
    border: none;
    height: 25px;
    margin-right: 10px;
}/* 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);
}#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: center;
}

.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;
text-align: center;
}

.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-align-right {
    text-align: center !important;
}

}

@media (max-width: 912px) {
.c-socialfooter span.fa {
    margin-right: 10px;
}

}.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;
}.c-filters {
    margin: auto;
    display: flex;
    justify-content: flex-start;
    padding-top: 30px;
    flex-direction: row;
}

.c-filters .amodule {
    // flex-basis: 500px;
}


.c-filters .chosen-container-active .chosen-single, .c-filters .chosen-container-single .chosen-single, #cCloneLehrberufe .chosen-container-active .chosen-single, #cCloneLehrberufe .chosen-container-single .chosen-single, #cCloneUnternehmen .chosen-container-active .chosen-single, #cCloneUnternehmen .chosen-container-single .chosen-single {
    background: white !important;
    border: 1px solid #bdc6ce !important;
padding: 10px 0px 10px 10px !important;
    height: auto !important;
}

.c-filters .chosen-container, #cCloneLehrberufe .chosen-container, #cCloneUnternehmen .chosen-container {
width: 100% !important;
}

.c-filters .chosen-container-single .chosen-single div b, #cCloneLehrberufe .chosen-container-single .chosen-single div b, #cCloneUnternehmen .chosen-container-single .chosen-single div b {
background-image: url('cache/files/notfound') !important;
    background-position: center !important;
    background-size: contain !important;
transform: rotate(0deg);
}


.c-filters .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneLehrberufe .chosen-container-active.chosen-with-drop .chosen-single div b, #cCloneUnternehmen .chosen-container-active.chosen-with-drop .chosen-single div b {
transform: rotate(180deg);
}

.c-filters .chosen-container-single .chosen-single div, #cCloneLehrberufe .chosen-container-single .chosen-single div, #cCloneUnternehmen .chosen-container-single .chosen-single div {
    right: 10px;
}

.c-filters .chosen-container-single .chosen-search, #cCloneLehrberufe .chosen-container-single .chosen-search, #cCloneUnternehmen .chosen-container-single .chosen-search {
    padding: 10px 10px;
}

.c-filters .chosen-container-single .chosen-search input[type="text"], #cCloneLehrberufe .chosen-container-single .chosen-search input[type="text"], #cCloneUnternehmen .chosen-container-single .chosen-search input[type="text"] {
    padding: 10px 20px 10px 10px;
    background-image: url('cache/files/notfound') !important;
    background-size: 12px !important;
    background-repeat: no-repeat !important;
    background-position: 98% center !important;
}

.c-filters .chosen-container-single .chosen-single abbr, #cCloneLehrberufe .chosen-container-single .chosen-single abbr, #cCloneUnternehmen .chosen-container-single .chosen-single abbr {
    top: 17px;
    right: 36px;
}

.c-filters ul, #cCloneLehrberufe ul, #cCloneUnternehmen ul {
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.c-filters .chosen-container-single .chosen-single span, #cCloneLehrberufe .chosen-container-single .chosen-single span, #cCloneUnternehmen .chosen-container-single .chosen-single span {
    color: #2a3056;
}

.c-filters .filterlabel, #cCloneLehrberufe .filterlabel, #cCloneUnternehmen .filterlabel {
    font-size: 20px;
    font-weight: 600;
color: #2a3056;
}


.c-filters button, #cCloneLehrberufe button, #cCloneUnternehmen button {
    margin-left: 10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    color: white;
    background-color: #2a3056;
    border-color: transparent;
    border-radius: 5px;
}

.c-filters button:hover, #cCloneLehrberufe button:hover, #cCloneUnternehmen button:hover {
    background-color: #00ccbd;
}


/* FILTERS INSIDE PAGES */

.c-filters-in {
    max-width: 1280px;
background-color: transparent;
    padding-top: 100px;
    padding-bottom: 30px;
    display: block;
}

.c-filters-in form {
    max-width: 500px;
}

a.toggle {
background-image: url('/cache/files/9ab2632d0356b758115f2d921b82bc549406e62d.svg');
    padding-left: 35px;
display: inline-block;
}

a.openedexpand {
background-image: url('/cache/files/4dfe450c3864ca3f099fb4f8baad0127a4157ab6.svg');
    padding-left: 35px;
}

.boxcollapsible {
    padding: 20px;
    border-radius: 20px;
}

/* ==================================== */


/* SCREENS */
@media (max-width: 768px) {
.c-filters {
    margin: auto;
    display: flex;
    background-color: #eff3f7;
    justify-content: center;
    padding-top: 30px;
    padding-bottom: 0px;
    flex-wrap: nowrap;
    width: 100%;
    flex-flow: column;
}
.c-filters .amodule {
    flex-basis: 100%;
    margin-bottom: 50px;
}
}