.letolt-gomb
{

	border:none;
	background-color: var(--main-harmadik-szin);
	width: 300px;
	padding: 8px 6px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 20px;
	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;
	transition: 0.6s;
}
.ajanlatkeres-gomb {
	border:none;
	background-color: orange;
	width: 48%;
	padding: 6px 5px;
	margin: 1%;
	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;
	float: left;
}
.ajanlatkeres-gomb:hover, .letolt-gomb:hover
{
	background-color: var(--main-elso-szin);
	color: var(--main-harmadik-szin);
}
.ok-gomb {
	border:none;
	background-color: green;
	width: 30%;
	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;
}
.d100 {
	clear: both;
	width: 98%;
}
input {
	outline: none;
	border: none;
}

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;
}

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: #adadad;}
input:-moz-placeholder { color: #adadad;}
input::-moz-placeholder { color: #adadad;}
input:-ms-input-placeholder { color: #adadad;}

textarea::-webkit-input-placeholder { color: #adadad;}
textarea:-moz-placeholder { color: #adadad;}
textarea::-moz-placeholder { color: #adadad;}
textarea:-ms-input-placeholder { color: #adadad;}

.bg0 {background-color: #fff;}
.bg1 {background-color: var(--main-masodik-szin); }
.bg2 {background-color: #fff4b9; }
.bg3 {background-color: #e5e5e5; }

.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-size: 10px;
  color: #393939;
  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;
}
@media screen and (max-width: 650px) {
	.ajanlatkeres-gomb {
	width: 100%;
	}
}