.kijelentkezes {
	padding: 8px;
	  border-top: 0px solid white;
  border-right: 0px solid white;
  border-bottom: 0px solid white;
	text-align: right;
	position: fixed;
	z-index: 3;

}
.kijelentkezes:hover {
	background-color: var(--main-elso-szin);
	color: var(--main-betuszin-hover);
}
.letolt-gomb
{
	clear: both;
	border:none;
	background-color: #00a7da;
	width: 50%;
	padding: 8px 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	margin-bottom: 50px;
	cursor: pointer;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index: 5000;
	font-size: 13pt;
	font-family : inherit;
	color: white;
	text-align: center;
}
.alap-gomb {
	border:none;
	background-color: orange;
	width: 30%;
	min-width: 280px;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 5px;
	margin-top: 5px;
	cursor: pointer;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:910;
	font-size: 16pt;
	font-family : inherit;
	text-align: center;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.belso_urlap li{
	list-style-type: none;
	list-style-position: outside;
	padding-left: 50px;
	padding-top: 8px;
	padding-bottom: 8px;

}
.belso_urlap input[type=checkbox]
{
width: 28px;
  height: 28px;
	margin-left: -40px;
	margin-top: -5px;
	float: left;
	}
.ok-gomb {
	border:none;
	background-color: green;
	width: 50%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 5px;
	margin-top: 5px;
	cursor: pointer;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:910;
	font-size: 16pt;
	font-family : inherit;
	text-align: center;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.piros {
	background-color: red;
}
.ajanlatkeres-gomb {
	clear: both;
	border:none;
	background-color: orange;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 6px 5px;
	margin-top: 5px;
	cursor: pointer;
	color: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	z-index:910;
	font-size: 16pt;
	font-family : inherit;
	text-align: center;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.ajanlatkeres-gomb:hover , .alap-gomb:hover , .letolt-gomb:hover
{
	background-color: var(--main-elso-szin);
}

input {
	outline: none;
	border: none;
	font-family: 'EB Garamond', serif;
}

input[type="number"] {
    -moz-appearance: textfield;
    appearance: none;
    -webkit-appearance: none;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

textarea {
  outline: none;
  border: none;
	font-family: 'EB Garamond', serif;
}

textarea:focus, input:focus {
  border-color: transparent !important;

}

button {
	outline: none !important;
	border: none;
	background: transparent;
}

button:hover {
	cursor: pointer;
}

iframe {
	border: none !important;
}

input:focus::-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus::-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder { color:transparent; }

textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-moz-placeholder { color:transparent; }
textarea:focus:-ms-input-placeholder { color:transparent; }

input::-webkit-input-placeholder { color: var(--main-elso-szin);}
input:-moz-placeholder { color: var(--main-elso-szin);}
input::-moz-placeholder { color: var(--main-elso-szin);}
input:-ms-input-placeholder { color: var(--main-elso-szin);}

textarea::-webkit-input-placeholder { color: var(--main-elso-szin);}
textarea:-moz-placeholder { color: var(--main-elso-szin);}
textarea::-moz-placeholder { color: var(--main-elso-szin);}
textarea:-ms-input-placeholder { color: var(--main-elso-szin);}

.bg0 {background-color: #fffedf;}
.bg1 {background-color: var(--main-harmadik-szin); }

.wrap-input100 {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 30px 9px 22px;
  margin-bottom: 20px;
	box-sizing: border-box;

}
.label-input100 {
	font-family: 'Courgette', cursive;
  font-size: 17px;
  color: #000;
  line-height: 1.5;
  /* text-transform: uppercase; */
}

.input100 {
  display: block;
  width: 80%;
  background: transparent;
  font-size: 18px;
  color: #555555;
  line-height: 1.2;
  padding-right: 15px;
}
.sor {
  width: 100%;
  border: 1px solid #e6e6e6;
  border-radius: 13px;
  padding: 10px 10px 10px 10px;
  margin-bottom: 20px;
	box-sizing: border-box;
	display: table;
}
.jobbra {
	float: right;
}
.balra {
	float: left;
}
.p8 {
	margin: 4px;
	min-width: 50px;
}
.vl {
	border-left: 1px solid var(--main-elso-szin);
	padding-left: 8px;
}
.ikongomb {
	border: 1px solid var(--main-elso-szin);
	margin: 0px 4px;
	border-radius: 50%;
	height: 30px;
	width: 30px;
}
.ikongomb:hover {
	background: var(--main-elso-szin);
	color: white;
}
.search {
  width: 100%;
  position: relative
}

.searchTerm {
  float: left;
  width: 100%;
  border: 1px solid var(--main-gomb-szin);
  padding: 5px;
  height: 20px;
  border-radius: 5px;

  color: #9DBFAF;
}

.searchTerm:focus{
  color: #536330;
	  outline: 1px solid #e7e7e7;
}

.searchButton {
  position: absolute;
  right: -46px;
  width: 40px;
  height: 32px;
  border: 1px solid var(--main-gomb-szin);
  background: var(--main-gomb-szin);
  text-align: center;
  color: #fff;
  border-radius: 5px;
  cursor: pointer;
  font-size: 20px;
}

/*Resize the wrap to see the search bar change!*/
.keresoalap{
	width: 45%;
	margin-top: 15px;
	margin-left: 25%;
}
@media screen and (max-width: 650px) {
	.ajanlatkeres-gomb {
	width: 100%;
	}
}