
body, html {
	height: 100%;
	margin: 0;
	font-family: Roboto;
}
/*

Fejléc

*/

.header-oldal {
	display: flex;
	justify-content: space-between;
	background-color: #2b2b2b;
	box-shadow: 5px 2px 8px rgba(0, 0, 0, 0.15);
	border-bottom: 1px solid rgb(232, 232, 232);
}
.headerlogo {
	display: flex;
	height: 70px;
	padding:20px;
	margin-left: 3%;
}
.menu-nev {
	color:rgb(255, 255, 255);
	font-family: Roboto;
	font-size:18px;
	text-decoration: none;
	margin-right: 3%;
	padding: 20px;
	font-weight: 400;
}
.menu-ketto {
	display: flex;
	align-items: center;
}
.menu-ketto a {
	text-decoration: none;
}
.kereso {
	margin-right: 3%;
}
.keresomobil {
	padding:2%;
	background-color: #2b2b2b;
}


@media only screen and (max-width: 768px)  {
	.header-oldal {
		flex-direction: column;
		align-items: center;
	}
	.menu-ketto {
		display: flex;
	}
	.kereso {
		width:100%;
	}
	.keresomobil {
		display: flex;
	}

}
@media only screen and (max-width: 500px)  {
	.headerlogo {
		display: flex;
		height: 50px;
		padding:20px;
		margin-left: 3%;
	}
}
/*

Fejléc vége

*/
input[type=text] {
	background-color: rgb(209, 203, 194);
	height: 20px;
	outline: none;
	border:none;
	border: 1px solid rgb(255, 255, 255);
    background-color: transparent;
    resize: none;
    outline: none;
	height: 35px;
	font-size: 22px;
	border-radius: 10px;
}

input[type=password] {
	background-color: rgb(211, 210, 209);
	height: 20px;
	outline: none;
	border:none;
	border: 1px solid rgb(255, 255, 255);
    background-color: transparent;
    resize: none;
    outline: none;
	height: 35px;
	border-radius: 10px;
}

/* input:is([type="button"], [type="submit"], [type="reset"]), input[type="file"]::file-selector-button, button {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	padding: 10px 30px 10px 30px;
	border: 1px solid rgb(27, 27, 27);
	border-radius: 10px;
	width: 70%;
	color:rgb(27, 27, 27);
} */


 .button-primary {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
	padding: 10px 30px 10px 30px;
	border: 1px solid rgb(246, 246, 246);
	border-radius: 10px;
	width: 70%;
	color:rgb(228, 228, 228);
	text-align: center;
}

.fooldal {
	padding: 0;
    margin: 0;
	height: 100%;
	display: block;
	background-image: url("https://ugyfelportal.mediterrankeramia.hu/wp-content/themes/Ugyfelportal/images/arajanlathatter.jpg");
	background-size: cover;
	overflow: hidden;
	background-repeat: no-repeat;

}

.kijelentkezes{
	font-family: Roboto;
	color:#fff;
	border: 1px solid rgb(255, 255, 255);
	padding:10px;
	text-decoration: none;
	text-transform: uppercase;
	padding: 20px;
	margin-top: 25px;

}

.kijelentkezes:hover {
	color: black;
	background-color: white;
}
.kint {
	margin:auto;
	display: flex;
	justify-content: center;

}


.form {	
	font-family: Roboto;
	font-size: 20px;
	line-height: 30px;
	width: 40%;
	height: 100vh;
	background-color: rgba(29, 29, 29, 0.791);
	padding-top: 3%;
	padding-bottom: 3%;
}

.logo {
	display: flex;
	justify-content: center;
	padding: 10px;
	padding-top: 10px;

}
.logokep {
	height: 120px;
}
.szoveg {
	text-align: center;
	font-family: Roboto;
	color:#fff;
	margin: auto;

}

.hibauzenet {
	text-align: center;
	font-family: Roboto;
	color:rgb(240, 122, 122);
}

#loginform {
	height: 120px;
	display: block;
	text-align: center;
	width: auto;
	color:#fff;

}
#user_pass {
	display: block;
	margin:auto;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 22px;
	font-family: Roboto;
	color:#fff;
}

#user_login {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	color:#fff;
}



/*Tábla*/

table {
	display: table;
}

.styled-table {
	width: 95%;
	border-collapse: collapse;
    font-size: 0.9em;
    font-family: Roboto;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	text-align: center;
	font-weight: 500;
	color:rgb(89, 89, 89);
	margin:2%;
	overflow: scroll;


}
.styled-table thead {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}
.styled-table thead tr {
    /*background-color: #6e759f;*/
	background-color: #FFDB2C;
    color: #000000;
    text-align: center;

}
.styled-table th:first-of-type {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 0px;
}
.styled-table th:last-of-type {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
}
.styled-table th,
.styled-table td {
    padding: 15px 17px;
	width:33%;

	
}
.styled-table tbody tr {
    border-bottom: thin solid #328fed;
	width:100%;
	background-color: #ffffffa5;
}

.styled-table tbody tr:nth-of-type(even) {
    background-color: #010202;
}

.styled-table tbody tr:last-of-type {
    border-bottom: 2px solid #4f7ba720;
}

/* Tábla vége */

.tabla-ket-resz {
	display: flex;
	flex-direction: row;
	justify-content: center;
	background-color: #fff4bdfe;
	padding:10px;
	margin-bottom:20px;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.114);
}
.tabla-elso-resz {
	width: 30%;

}
.tabla-masodik-resz {
	width: 70%;

	padding:10px;

}

@media only screen and (max-width: 768px)  {
	.tabla-ket-resz {
		flex-direction: column;
		overflow: scroll;
		
	}
	.tabla-elso-resz {
		width: 100%;
	}
	.tabla-masodik-resz {
		width: 100%;
		margin-right: 5px;
		margin:0px;
		overflow: scroll;
	}
	.egysroba2 {
		display: flex;
		align-items: center;
	}
	.styled-table {
		width: 90%;
		padding:20px;
		overflow: scroll;
	}
	table {
		width: 100%;
		padding:20px;
		overflow: scroll;
	}

}


.accordion {
	background-color: #ffffff;
	color: rgb(60, 60, 60);
	font-family: Roboto;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	padding: 18px;
	width: 100%;
	text-align: center;
	outline: none;
	border:none;
	transition: 0.1s;
	box-shadow: 0px 1px 10px rgba(69, 69, 69, 0.734);
	margin-bottom: 7px;
	border-radius: 6px;

  }
  .active, .accordion:active {
	background-color: #838383;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
  }
  /* Add a background color to the button if it is clicked on (add the .active class with JS), and when you move the mouse over it (hover) */
  .active, .accordion:hover {
	background-color: #f8f8f8;

  }

  
  /* Style the accordion panel. Note: hidden by default */
  .panel {
	background-color: #2b2b2b;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in;
  }
  
    .panelo {
	background-color: white;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.5s ease-in;
  }

.accordion:after {

	content: '\02795'; /* Unicode character for "plus" sign (+)    \02795 */
	font-size: 20px;
	float: right;
	margin-left: 5px;
	  }
	  
.active:after {
	color:white;
	content: '\2796'; /* Unicode character for "minus" sign (-)  \2796 */
	  }
.lista {
	list-style-type: dot;
	line-height: 40px;
	color:black;
	font-family: Roboto;
	font-size: 15px;
	font-weight: 400;

}

li .projekt-link {
	text-decoration: underline;
	color:rgb(14, 14, 14);

}
.projekt-link:hover {
	color:rgb(112, 112, 112);
}

/*author oldal*/

.authoroldal {
	display: flex;
	width: 100%;
	align-content: center;
	justify-content: center;
}
.oldalsav {
	padding:2%;
	width: 20%;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	z-index: 999;
	background-color: #ffffff;

}
.magassag {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding:15px;
	border-radius: 10px;
	margin-bottom:30px;
}
.magassag2 {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
	padding:15px;
	border-radius: 10px;
	margin-top:20px;
}
.fo-resz {
	width: 90%;
	margin:2%;
	padding-left: 2%;
	margin-top:0%;
}
.fo-resz-folott {
	width:100%;
	background-color: #2b2b2b;
}
.cimek {
	color:rgb(255, 255, 255);
	font-family: Roboto;
	font-size: 30px;
	font-weight: 600;
	text-align: center;
	line-height: 1em;
	margin-bottom: 2px;
}
.adatok {
	color:rgb(32, 32, 32);
	font-family: Roboto;
	font-size: 20px;
	font-weight: 700;
	margin-left: 10px;
}

hr {
	width: 10%;
	border: 1.5px solid #FFDB2C;
	margin-bottom: 25px;
}

.ikonok {
	display: flex;
	justify-content:flex-start;
	align-items: center;
	color:rgb(32, 32, 32);
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
}
.svgikon {
	height: 20px;
}
.alad {
	margin:5px;
	margin-bottom:30px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 23px;
	font-weight: 600;
	font-family: Roboto;
	color:rgb(32, 32, 32);
} 

.ugyfellista-li a {
	text-decoration: none;
	display: flex;
	justify-content: center;
	align-items: center;
	color:rgb(32, 32, 32);
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
	text-decoration: underline;
}
.ugyfellista-li a:hover {
	color:rgb(88, 88, 88);
}
.adatszoveg {
	margin-left:10px;
}
.ugyfellista-li2 a {
	text-decoration: none;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	color:rgb(32, 32, 32);
	font-size: 15px;
	font-family: Roboto;
	font-weight: 500;
}

/* Author mobil */
@media only screen and (max-width: 768px) {

	.form {
		font-family: Roboto;
		font-size: 20px;
		line-height: 30px;
		width: 100%;
		height: 100%;
		background-color: rgba(29, 29, 29, 0.791);
		padding-top: 3%;
		padding-bottom: 3%;
		}
	.authoroldal {
		display: flex;
		flex-direction: column-reverse;
		}
		.oldalsav {
			width: 100%;
		}
		.fo-resz-folott {
			padding:0px;
		}
		.oldalsav {
			padding:0px;
		}
		.magassag {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		margin:15px;
		border-radius: 10px;
		margin-bottom:30px;
	}
	.magassag2 {
		box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
		margin:15px;
		border-radius: 10px;
		margin-bottom:30px;
	}
	}

/* Bejegyzés oldal */

.ertekesites-oldal {
	background-color:#F9F9F9;
	display: flex;
	width: 100%;
}
.oldalsav2 {
	padding:3%;
	width: 20%;
	box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
	background-color: #ffffff;
}

.foresz2 {
	width: 90%;
	margin:2%;
	margin-top:30px;
}

.egysorba {
	display: flex;
	align-items: center;
}

.projekt_cim {
	margin:0px;
	padding-top:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 50px;
	font-weight: 800;
	font-family: Roboto;
	color:black;
}
.adatok {
	margin:0px;
	padding-top:10px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 25px;
	font-weight: 600;
	font-family: Roboto;
	color:black;
}
.eros {
	font-weight: 800;
	font-size: 19px;
	font-family: Roboto;
}
.eroslink a{
	color:black;
	text-decoration: underline;
}
.eroslink a:hover{
	color:rgb(114, 114, 114);
	text-decoration: underline;
}

.acf-button {
    display:flex !important;
    justify-content:center;
	border: 1px solid black;
	background-color: white;
	color:black;
}


.acf-button:hover {
	border: 1px solid black;
	background-color: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
}
.button-primary {
	margin-top:30px;
	margin-bottom:30px;
	display:flex;
	text-align:center;
    justify-content:center;
}

.button-primary:hover {
	margin-top:30px;
	margin-bottom:30px;
	text-align:center;
    justify-content:center;
}

.button-primary:disabled {
	margin-top:30px;
	color:#888888;
	background-color: #404040;
}
.button-large {
	padding: 15px 25px;
	border: 1px solid black;
	background-color: white;
	color:black;
	text-align: right;
	font-weight: 500;
	font-size: 17px;
	text-decoration: underline;
	display:flex !important;
    justify-content:center;
}
.button-large:hover {
	padding: 15px 25px;
	border: 1px solid black;
	background-color: rgb(0, 0, 0);
	color:rgb(255, 255, 255);
	text-align: right;
	font-weight: 500;
	font-size: 17px;
	text-decoration: underline;
	margin-top:30px;
	display:flex !important;
    justify-content:center;
}
.acf-actions {
	margin-top:25px;
	text-align: center !important;
    justify-content:center;
}
.acf-form-submit {
	text-align:center;
	text-align:center;
    justify-content:center;
}
.acf-repeater .acf-actions .acf-button {
    float:none !important;
}
.acf-input-wrap {
	border: 1px solid black !important;
}
.acf-table {
	border: 1px solid black !important;
	border-collapse: collapse;
}
.acf-th {
	border: 1px solid black !important;
}
.acf-tr {
	border: 1px solid black !important;
}
.acf-td {
	border: 1px solid black !important;
}
.acf-row-handle {
	border: 1px solid black !important;
}
.acf-field {
	border: 1px solid black !important;
}


.alkalmazottaknak {
	padding:4%;
	background-color: #F9F9F9;
}

@media only screen and (max-width: 768px){
	.ertekesites-oldal {
		flex-direction: column-reverse;
	}
	.oldalsav2 {
		width: 100%;
		margin:0px;
		padding:0px;
		text-align: center;
	}
	.foresz2 {
		padding:0px;
		width: 100%;
	}
	.ertkesitestabla {
		width: 100%;
		width: auto;
		overflow-x: scroll;
	}
	.projekt_cim {
		text-align: center;
	}
}

/* Keresés oldal */

.archive-oldal {
	padding:4%;
	background-color: #F9F9F9;
}

.archive-loop {
	display: flex;
}
.egysoros a{
	display: flex;
	justify-items:flex-start;
	align-items: center;
}
.keres-zona {
	margin-bottom:20px;

}

/* Lablec */
.lablec {
	background-color: #2b2b2b;
	color:white;
	display: flex;
	padding:3%;
	justify-content: space-between;
	text-align: center;
	border-top: 1px solid white;
}
.lablecelso a {
	color:white;
	text-align: center;
}
.lablecelso a:hover {
	color:rgb(176, 176, 176);
}

.lableclogo {
	height: 70px;
	margin:auto;
}

@media only screen and (max-width: 768px) {
	.lablec {
		flex-direction: column;
	}
}
/* Nincs bejelentkezve */

.nincsbejelentkezve {
	margin:2%;
	font-family: Roboto;
	font-weight: 800;
	text-align: center;
	height: 50vh;
}