/*
Theme Name: ExHis theme
Theme URI: http://exhis.eu/
Author: Tamas Schneider
Author URI: http://exhis.eu/
Description: ExHis theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: exhis-eu
*/

:root {
	--Exhis-kzpkk: #4360ed;
	--Exhis-sttkk: #082470;
	--Exhis-fehr: #ececec;
	--Exhis-kzpkk-HOVER: #2346f5;
	--white: #ffffff;
	--black: #000000;
	--Exhis-nb-fonsize: 16px;
	--Exhis-width: 1560px;
	scroll-behavior: smooth;
}

*,
html {
	scroll-behavior: smooth;
}

html:focus-within {
	scroll-behavior: smooth;
}

body {
	scroll-behavior: smooth;
	padding: 0;
	margin: 0;
	font-family: 'Poppins', sans-serif;
	font-size: 0;
	background-color: var(--Exhis-fehr, #ececec);
}

.head_navbar {
	color: #000000;
	/* Head nav bar normal */
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 14px; /* 77.778% */
	letter-spacing: 0.9px;
}

.head_navbar a {
	color: #000000;
	text-decoration: none;
	text-transform: capitalize;
}

.head_navbar a:hover {
	color: var(--Exhis-kzpkk, #4360ed);
}

.lang_selector a {
	text-transform: uppercase;
}

a.lang_selected,
a.current-category-item {
	color: var(--Exhis-kzpkk, #4360ed);
	font-weight: 800;
}

h1{
	text-align: left;
}

.button {
	display: inline-flex;
	padding: 12px 28px;
	justify-content: center;
	align-items: center;
	border-radius: 8px;
	background: var(--Exhis-kzpkk, #4360ed);
	color: #fff;
	font-family: Poppins;
	font-size: var(--Exhis-nb-fonsize);
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.button:hover {
	color: #fff;
	border-radius: 8px;
	background: var(--Exhis-kzpkk-HOVER, #2346f5);
	/* Button hover */
	box-shadow: 4px 4px 10px 0px rgba(8, 36, 112, 0.1);
}

.button:active {
	color: #fff;
	border-radius: 8px;
	background: var(--Exhis-kzpkk-HOVER, #2346f5);
	/* Button pressed */
	box-shadow: 0px 4px 4px 0px rgba(8, 36, 112, 0.15) inset;
}


/* Custom styles for the header */
header.m {
    height: 56px;
    background-color: #f8f9fa; /* Adjust as needed */
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px;
}

header.m .navbar-brand img {
    height: 40px;
}

header.m .navbar-toggler {
    display: block;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}

header.m .navbar-toggler-icon {
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--Exhis-sttkk);
    position: relative;
}

header.m .navbar-toggler-icon::before,
header.m .navbar-toggler-icon::after {
    content: '';
    display: inline-block;
    width: 30px;
    height: 2px;
    background-color: var(--Exhis-sttkk);
    position: absolute;
    left: 0;
}

header.m .navbar-toggler-icon::before {
    top: -10px;
}

header.m .navbar-toggler-icon::after {
    top: 10px;
}

header.m .navbar-collapse {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

header.m .navbar-collapse.show {
    display: flex;
}

header.m .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
}

header.m .navbar-nav > li {
    height: 25px; /* Menüpontok magassága */
    width: 100%;
    text-align: left;
}

header.m .navbar-nav > li > a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #082470;
}

header.m .navbar-nav > li > a:hover {
    background-color: #e9ecef; /* Adjust as needed */
}
/* ---------------------------------- */

article,
div#contactus {
	scroll-margin-top: 146px;
	scroll-margin-block-start: 146px;
}

.card {
	width: 100vw;
	min-width: var(--Exhis-width, 1560px);
	max-width: 1920px;
	padding: 0;
	margin: auto;
	height: 680px;
	background-color: var(--Exhis-fehr, #ececec);

	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;

	color: #000000;

	display: flex;
	flex-direction: column;
	align-items: center;
}

.blue {
	background: var(--Exhis-kzpkk, #4360ed);
	color: #ffffff;
}

.card-inner {
	width: 1440px;
	margin: auto;
	padding: 74px 0;
	height: 100%;
}

.card-inner img {
	width: 585px;
	/*  height: 532px;*/
	height: auto;
	flex-shrink: 0;
	float: left;
}

.card-text {
	float: left;
	margin-left: 78px;
	padding-top: 38px;
	width: 775px;
	text-align:justify;
}

.card-text p {
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	margin: 0 0 14px 0;
}

.card-title {
	font-family: Poppins;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px;
	margin: 0 0 48px 5px;
}

.exhis-listing h2.card-title {
	font-size: 40px;
	line-height: 45px;
}

p.card-leader {
	/* Highlighted body inverz */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}

p.mie {
	color: #000;

	/* Highlighted body */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
}

.card a,
.card a:hover,
.card a:active {
	color: var(--Exhis-kzpkk, #4360ed);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: underline;
}

.card.blue a {
	color: #ffffff;
}

.card img {
	width: 586px;
}

.ngg-gallery-thumbnail img {
	width: auto;
	height: auto;
}

.narrow-card {
	width: 100vw;
	/* min-width: 1440px; */
	min-width: var(--Exhis-width, 1560px);
	max-width: 1920px;
	height: 249px;
	padding: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--Exhis-sttkk, #082470);
}

.narrow-card h2 {
	color: #fff;

	/* Header inverz */
	font-family: Poppins;
	font-size: 60px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px; /* 116.667% */

	margin: 89px 0 0 0;
	padding: 0;
}

.contacta a {
	color: #fff;

	/* Highlighted body inverz */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	text-decoration: none;
}

.contacta a:hover {
	text-decoration: underline;
}

#ourpartners h1 {
	color: #000;
	/* Header */
	font-family: Poppins;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px; /* 125% */
text-align:left;
	margin: 0;
	padding: 0;
}

header.navbarm {
	height: 56px;
	background: #f8f9fa;
	display: block;
	padding: 0px;
	min-width: 300px;
	max-width: 900px;
	margin: auto;
	border-bottom: #082470 2px solid;
	position: relative; /* Ensure the header is positioned relative for z-index to work */
    z-index: 1000; /* Ensure the header is above other elements */
}

header.navbarm .navbar-collapse {
    display: none;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
}

header.navbarm .navbar-collapse.show {
    display: flex;
}

header.navbarm .navbar-nav {
    list-style: none;
    padding: 0;
    margin: 0;
    width: 100%;
	font-size: 18px;
	line-height: 20px;
	background: #f8f9fa;
	font-weight: 500;
}

header.navbarm .navbar-nav > li {
    height: 40px; /* Menüpontok magassága */
    width: 100%;
    text-align: right;
}

header.navbarm .navbar-nav > li > a {
    display: block;
    padding: 10px 30px;
    text-decoration: none;
    color: #082470;
}

header.navbarm .navbar-nav > li > a:hover {
    background-color: #e9ecef; /* Adjust as needed */
}



/* Hamburger menu styles for exhish */
#exhish {
    display: block;
    width: 40px;
    height: 40px;
    background-image: url('assets/hamburger_h.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    float: right;
    margin-top: 8px;
	margin-right: 20px;
}

#exhish.collapsed {
    background-image: url('assets/hamburger_h.png');
}

#exhish:not(.collapsed) {
    background-image: url('assets/hamburger_x.png');
}

.footer {
	width: 100vw;
	min-width: var(--Exhis-width, 1560px);
	max-width: 1920px;
	height: 447px;
	padding: 0;
	margin: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	background: var(--Exhis-sttkk, #082470);
	position: relative;
	z-index: 2000;
}

.footerm {
	background: var(--Exhis-sttkk, #082470);
	min-width: 300px;
	max-width: 800px;;
	margin: auto;
	display: block;
	padding: 17px 20px 0 20px;
	color: #fff;
}

.m-contact a {
	color: #fff;
}

.footerm {
	font-weight: 500; font-size: 14px; line-height: 20px;
}

.footerm p {
	margin: 0;
	padding: 0;
}

.footerm a {
	color: #fff;
	text-decoration: none;
	margin-top: 10px;
	display: block;
	font-size: 14px;
}

.footer-menus p {
	display: block;
}

.m article {
	min-width: 300px;
	max-width: 900px;
	margin: auto;
}

div.mcard {
	padding: 20px;
}

div.mcard img {
	width: 100%;
}

div.mcard h1, #ourpartners div.mcard h1 {
	font-family: Poppins;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 44px;
	margin: 0 0 20px 0;
}

div.mcard .card-leader, div.mcard .card-leader a {
	font-family: Poppins;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 30px;
	margin: 0 0 20px 0;
}

div.mcard.blue .card-leader, div.mcard.blue .card-leader a {
	font-weight: 600;
}

div.mcard a {
	color: var(--Exhis-kzpkk, #4360ed);
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	text-decoration-line: none;
}

div.mcard.blue a {
	color: #ffffff;
}

#ourpartners a {
	display: block;
	margin: 30px auto;

}

#contactus a {display: block;
	line-height: 50px;
}

div.mcard p, div.mcard li, div.mcard li a, div.mcard table {
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
}

div.mcard p a {
	font-size: 14px;
}

div.mcard h2 {
	font-size: 20px;
	font-weight: 500;
	line-height: 30px;
	color: var(--Exhis-kzpkk, #4360ed);
}

div.mcard.blue h2 {
	color: #ffffff;
}

div.mcard tr {
	vertical-align: top	;
}

footer nav p {
	color: #fff;

	/* Footer title */
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	letter-spacing: 0.9px;
	padding: 0;
	margin: 0 0 25px 0;
}

footer {
	overflow: hidden;
}

footer nav a {
	color: #fff;

	/* Footer text */
	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: normal;
	letter-spacing: 0.9px;

	text-decoration: none;

	margin: 0 0 12px 0;
	padding: 0;
	padding: 0;
	display: block;
}

footer nav a:hover {
	text-decoration-line: underline;
}

.copy {
	color: #fff;
	text-align: center;

	/* Footer copyright */
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

a.pollink {
	display: flex;
	width: 438px;
	justify-content: left;
	align-items: center;
	flex-shrink: 0;

	color: #000;

	/* Highlighted body inverz */
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;

	margin: 0 0 10px 0;
	padding: 0;
	text-decoration: none;
}

.polcont {
	width: 100vw;
	min-width: var(--Exhis-width, 1560px);
	max-width: 1920px;
	padding: 0;
	margin: auto;
	height: 680px;
	background-color: var(--Exhis-fehr, #ececec);

	font-family: Poppins;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;

	color: #000000;
}

.polcontinner {
	width: 1440px;
	margin: auto;
	padding: 0;
}

.polcontcont {
	width: 778px;
	height: 100%;
	float: left;
	display: block;
	padding: 0 0 60px 0;
}

.polcontcont h1 {
	margin: 112px 0 0 0;
	padding: 0;
	font-family: Poppins;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 70px; /* 125% */
}

.polcontcont h2 {
	margin: 60px 0 28px 0;
	padding: 0;
	color: #4360ed;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	scroll-margin-top: 270px;
	scroll-margin-block-start: 270px;
}

.polcontcont p {
	padding: 0;
	margin: 0 0 12px 0;
}

.polcontcont em {
	padding: 0;
	margin: 0 0 12px 0;
	display: block;
}

.polcontcont ul {
	padding: 0 0 0 25px;
	margin: 12px 0 12px 0;
	list-style-position: outside;
}

.polcontcont li {
	margin: 0 0 8px 0;
}

.polcontcont table,
.polcontcont tbody,
.polcontcont tr {
	padding: 0;
	margin: 0;

	color: #000;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}

.polcontcont td {
	padding: 0 0 16px 0;
	vertical-align: top;
}

.polcontcont strong {
	color: #000;
	font-family: Poppins;
	font-size: 24px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}

em.spacer60 {
	margin-top: 60px;
}

em.spacer28 {
	margin-top: 28px;
}
