.pozi {
    text-align: left;
}

@media screen and (max-width: 960px) {



.urlap-form {
	position: relative;
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]height: auto;
*/
	margin-top: 2%;
}

.urlap-form:before, .urlap-form:after {
	content: " ";
	display: table;
}
.urlap-form:after {
	clear: both;
}
.urlap-column {
	width: 49%;
	padding-right: 2%;
	float: left;
	margin-right: 1%;
}
.urlap-form input, .urlap-form select {
	line-height: 1.5;
	font-size: 0.8em;
	padding-top: 8px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 8px;
	color: #000000;
	display: block;
	width: 100%;
	background: transparent;
	margin-bottom: 5%;
}
.urlap-form input, .urlap-form textarea {
	background-repeat: no-repeat;
	border-radius: 5px;
	border: 2px solid #e5bf3a;
	background-color: rgba(238,238,238,1.00);
}
.urlap-form textarea {
	min-height: 170px;
	font-size: 0.8em;
	font-family: 'Oxygen', sans-serif;
}
 .urlap-form input:focus, .urlap-form textarea:focus, {
 outline: none;
 border: 2px solid #d7bd3d;
}
.urlap-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #8d8d8d;
 font-weight: lighter;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8d8d8d;
 font-weight: lighter;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8d8d8d;
 font-weight: lighter;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8d8d8d;
 font-weight: lighter;
}
.urlap-submit-wrap {
	text-align: center;
	float: left;
	height: auto;
}
.urlap-form input.urlap-submit {
	background: #ff9900;
	border: none;
	color: #fff;
	width: 70%;
	cursor: pointer;
	display: inline-block;
	/* [disabled]padding-right: 10%;
*/
	/* [disabled]padding-left: 10%;
*/
	font-size: 1.5em;
	border-radius: 10px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px #ff5700;
	box-shadow: 0px 5px #ff5700;
	text-shadow: 1px 3px rgba(211,142,9,1.00);
	margin-left: auto;
	margin-right: auto;
}
.urlap-form input.urlap-submit:hover {
	background-color: #FFAB2E;
	-webkit-box-shadow: 0px 5px #b07400;
	box-shadow: 0px 5px #b07400;
	margin-left: auto;
	margin-right: auto;
	width: 70%;
}


}

@media screen and (max-width: 768px) {
/* contao urlap */
.formbody {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: both;
	text-shadow: 1px 1px rgba(246,126,9,1.00);
	border-radius: 10px;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.urlap-form-jobb {
    margin-top: 2rem;
}
.invisible {
	display: none;
}
.adat {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	border-radius: 5px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 16px;
	border: 2px solid #e5bf3a;
	background-color: #eeeeee;
	margin-bottom: 2%;
}

.textarea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
	border: 2px solid rgba(229,191,58,1.00);
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	max-width: 100%;
}
.formbody .submit {
	width: 100%;
	background-color: #ff7200;
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px #db6200;
	box-shadow: 0px 5px #db6200;
	float: left;
	font-family: 'Russo One', sans-serif;
	font-style: normal;
}
.formbody .submit:hover  {
	width: 100%;
	background-color: rgba(255,151,49,1.00);
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px rgba(207,102,0,1.00);
	box-shadow: 0px 5px rgba(207,102,0,1.00);
	float: left;
}
.button {
    font-size: 1.1rem;
}
.button:hover {
    font-size: 1.1rem;
    font-weight: normal;
}



}

@media screen and (max-width: 640px) {
.urlap-form {
	position: relative;
	margin-top: 2%;
	width: 100%;
}

.urlap-form:before, .urlap-form:after {
	content: " ";
	display: table;
}
.urlap-form:after {
	clear: both;
}
.urlap-column {
	width: 100%;
	float: left;
	clear: both;
}
.urlap-form input, .urlap-form select {
	line-height: 1.5;
	font-size: 0.8em;
	padding-top: 9px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 9px;
	color: #000000;
	display: block;
	width: 100%;
	background: transparent;
	margin-bottom: 3%;
}
.urlap-form input, .urlap-form textarea {
	background-repeat: no-repeat;
	border-radius: 5px;
	width: 100%;
	border: 2px solid #e5bf3a;
	background-color: rgba(238,238,238,1.00);
}
.urlap-form textarea {
	min-height: 170px;
	font-size: 0.8em;
	font-family: 'Oxygen', sans-serif;
}
 .urlap-form input:focus, .urlap-form textarea:focus, {
 outline: none;
 border: 2px solid #d7bd3d;
}
.urlap-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #8d8d8d;
 font-weight: lighter;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8d8d8d;
 font-weight: lighter;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8d8d8d;
 font-weight: lighter;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8d8d8d;
 font-weight: lighter;
}
.urlap-submit-wrap {
	text-align: center;
	float: left;
	height: auto;
	clear: both;
	width: 100%;
	margin-top: 5%;
}
.urlap-form input.urlap-submit {
	background: #ff9900;
	border: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5em;
	border-radius: 10px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px #ff5700;
	box-shadow: 0px 5px #ff5700;
	text-shadow: 1px 3px #ff5700;
	margin-left: auto;
	margin-right: auto;
}
.urlap-form input.urlap-submit:hover {
	background-color: #FFAB2E;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
/* contao urlap */
.formbody {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: both;
	text-shadow: 1px 1px rgba(246,126,9,1.00);
	border-radius: 10px;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.invisible {
	display: none;
}
.adat {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	border-radius: 5px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 16px;
	border: 2px solid #e5bf3a;
	background-color: #eeeeee;
	margin-bottom: 2%;
}

.textarea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
	border: 2px solid rgba(229,191,58,1.00);
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	max-width: 100%;
}
.formbody .submit {
	width: 100%;
	background-color: #ff7200;
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px #db6200;
	box-shadow: 0px 5px #db6200;
	float: left;
	font-family: 'Russo One', sans-serif;
	font-style: normal;
}
.formbody .submit:hover  {
	width: 100%;
	background-color: rgba(255,151,49,1.00);
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px rgba(207,102,0,1.00);
	box-shadow: 0px 5px rgba(207,102,0,1.00);
	float: left;
}
/* Blog uzenetes */

.urlap-form-blog-uzenetes {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 5%;
	width: 100%;
	padding-left: 5%;
	padding-right: 5%;
	padding-top: 5%;
	margin-bottom: 5%;
}
.urlap-blog-szoveg {
	text-align: center;
	font-size: 24px;
	padding-top: 1%;
	padding-bottom: 1%;
}

.urlap-form-blog-uzenetes:before, .urlap-form-blog-uzenetes:after {
	content: " ";
	display: table;
}
.urlap-form-blog-uzenetes:after {
	clear: both;
}
.urlap-column-blog-uzenetes {
	width: 100%;
	float: left;
}

.urlap-form-blog-uzenetes input, .urlap-form-blog-uzenetes select {
	line-height: 1.5;
	font-size: 0.9em;
	padding-top: 7px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 7px;
	color: #000000;
	display: block;
	width: 100%;
	margin-bottom: 5%;
	margin-top: 3%;
	background-color: rgba(255,253,253,1.00);
	text-align: center;
	border-radius: 0px;
}
.urlap-form-blog-uzenetes input, .urlap-form-blog-uzenetes textarea {
	background-repeat: no-repeat;
	border-radius: 6px;
	font-size: 0.9em;
}
.urlap-form-blog-uzenetes textarea {
	width: 100%;
	padding-top: 10px;
	padding-left: 10px;
	min-height: 170px;
	font-size: 0.9em;
	font-family: 'Oxygen', sans-serif;
}
 .urlap-form-blog-uzenetes input:focus, .urlap-form-blog-uzenetes textarea:focus, {
 outline: none;
 border: 2px solid #d7bd3d;
}
.urlap-form-blog-uzenetes select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #8d8d8d;
 font-weight: lighter;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8d8d8d;
 font-weight: lighter;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8d8d8d;
 font-weight: lighter;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8d8d8d;
 font-weight: lighter;
}
.urlap-submit-wrap-blog-uzenetes {
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
	
}
.urlap-form-blog-uzenetes input.urlap-submit-blog-uzenetes {
	background-color: #ff8a0d;
	border: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	display: inline-block;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 1.5em;
	border-radius: 25px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px #b35800;
	box-shadow: 0px 5px #b35800;
	text-shadow: 1px 3px #b35800;
	margin-left: auto;
	margin-right: auto;
	margin-top: 3%;
	margin-bottom: 10%;
	font-family: 'Alfa Slab One', cursive;
	font-style: normal;
	font-weight: lighter;
	-webkit-transition: background 0.3s linear;
	-moz-transition: background 0.3s linear;
	-o-transition: background 0.3s linear;
	-ms-transition: background 0.3s linear;
	transition: background 0.3s linear;
}
.urlap-form-blog-uzenetes input.urlap-submit-blog-uzenetes:hover {
	background-color: #FFBC58;
	-webkit-box-shadow: 0px 5px #b07400;
	box-shadow: 0px 5px #b07400;
}
/* kepes */
.urlap-form-kepes {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	/* [disabled]height: auto;
*/
	margin-top: 1%;
}
.urlap-form-kepes:before, .urlap-form-kepes:after {
	content: " ";
	display: table;
}
.urlap-form-kepes:after {
	clear: both;
}
.urlap-column-kepes {
	/* [disabled]width: 51%;
*/
	padding-right: 2%;
	padding-left: 2%;
	float: left;
	margin-right: 3%;
}
.urlap-form-kepes input, .urlap-form-kepes select {
	line-height: 1.5;
	font-size: 0.8em;
	padding-top: 2%;
	padding-right: 8%;
	padding-left: 8%;
	padding-bottom: 2%;
	color: #000000;
	display: block;
	width: 90%;
	background: transparent;
	margin-bottom: 2%;
	text-align: center;
	margin-right: 5%;
	margin-left: 5%;
}
.urlap-form-kepes input, .urlap-form-kepes textarea {
	background-repeat: no-repeat;
	border-radius: 5px;
	background-color: rgba(255,253,253,1.00);
}
.urlap-form-kepes textarea {
	width: 100%;
	padding-top: 5px;
	padding-left: 10px;
	min-height: 170px;
	font-size: 0.8em;
	font-family: 'Oxygen', sans-serif;
}
 .urlap-form-kepes input:focus, .urlap-form-kepes textarea:focus, {
 outline: none;
 border: 2px solid #d7bd3d;
}
.urlap-form-kepes select:focus {
	outline: none;
}
.urlap-submit-wrap-kepes {
	text-align: center;
	height: auto;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	float: left;
}
.urlap-form-kepes input.urlap-submit {
	background-color: #FF0000;
	border: none;
	color: #fff;
	width: 90%;
	cursor: pointer;
	display: inline-block;
	padding-right: 10%;
	padding-left: 10%;
	font-size: 1.5em;
	border-radius: 10px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px #B00000;
	box-shadow: 0px 5px #B00000;
	font-weight: bold;
	text-shadow: 1px 3px rgba(189,13,13,1.00);
	margin-left: auto;
	margin-right: auto;
	-webkit-transition: background 0.2s linear;
	-moz-transition: background 0.2s linear;
	-o-transition: background 0.2s linear;
	-ms-transition: background 0.2s linear;
	transition: background 0.2s linear;
}
.urlap-form-kepes input.urlap-submit:hover {
	background-color: #FF3D3D;
	-webkit-box-shadow: 0px 5px #B00000;
	box-shadow: 0px 5px #B00000;
}
/* kepes vege*/

}

@media screen and (max-width: 480px) {
.urlap-form {
	position: relative;
	margin-top: 2%;
	width: 100%;
}
.urlap-form:before, .urlap-form:after {
	content: " ";
	display: table;
}
.urlap-form:after {
	clear: both;
}
.urlap-column {
	width: 100%;
	float: left;
	clear: both;
}
.urlap-form input, .urlap-form select {
	line-height: 1.5;
	font-size: 0.8em;
	padding-top: 5px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 5px;
	color: #000000;
	display: block;
	width: 100%;
	background-color: rgba(238,238,238,1.00);
	margin-bottom: 3%;
}
.urlap-form input, .urlap-form textarea {
	border-top: 2px solid #e5bf3a;
	border-bottom: 2px solid #e5bf3a;
	border-right: 2px solid #e5bf3a;
	border-left: 2px solid #e5bf3a;
	background-repeat: no-repeat;
	border-radius: 5px;
}
.urlap-form textarea {
	min-height: 170px;
	font-size: 0.8em;
	font-family: 'Oxygen', sans-serif;
}
 .urlap-form input:focus, .urlap-form textarea:focus, {
 outline: none;
 border: 2px solid #d7bd3d;
}
.urlap-form select:focus {
	outline: none;
}

::-webkit-input-placeholder { /* WebKit browsers */
 color: #8d8d8d;
 font-weight: lighter;
}

:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
 color: #8d8d8d;
 font-weight: lighter;
}

::-moz-placeholder { /* Mozilla Firefox 19+ */
 color: #8d8d8d;
 font-weight: lighter;
}

:-ms-input-placeholder { /* Internet Explorer 10+ */
 color: #8d8d8d;
 font-weight: lighter;
}
.urlap-submit-wrap {
	text-align: center;
	float: left;
	height: auto;
	clear: both;
	width: 100%;
	margin-top: 5%;
}
.urlap-form input.urlap-submit {
	background: ff9900;
	border: none;
	color: #fff;
	width: 100%;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5em;
	border-radius: 10px;
	letter-spacing: 1px;
	-webkit-box-shadow: 0px 5px #ff5700;
	box-shadow: 0px 5px #ff5700;
	text-shadow: 1px 3px rgba(211,142,9,1.00);
	margin-left: auto;
	margin-right: auto;
}
.urlap-form input.urlap-submit:hover {
	background-color: #ffab2e;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}


/* contao urlap */
.formbody {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	float: left;
	clear: both;
	text-shadow: 1px 1px rgba(246,126,9,1.00);
	border-radius: 10px;
	padding-top: 2%;
	padding-bottom: 2%;
	margin-bottom: 2%;
	margin-top: 2%;
}
.invisible {
	display: none;
}
.adat {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	float: left;
	clear: both;
	border-radius: 5px;
	padding-top: 2%;
	padding-bottom: 2%;
	padding-left: 2%;
	padding-right: 2%;
	font-size: 16px;
	border: 2px solid #e5bf3a;
	background-color: #eeeeee;
	margin-bottom: 2%;
}

.textarea {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	border-radius: 5px;
	border: 2px solid rgba(229,191,58,1.00);
	padding-left: 2%;
	padding-top: 2%;
	padding-right: 2%;
	padding-bottom: 2%;
	max-width: 100%;
}
.formbody .submit {
	width: 100%;
	background-color: #ff7200;
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px #db6200;
	box-shadow: 0px 5px #db6200;
	float: left;
	font-family: 'Russo One', sans-serif;
	font-style: normal;
}
.formbody .submit:hover  {
	width: 100%;
	background-color: rgba(255,151,49,1.00);
	border-radius: 10px;
	padding-top: 3%;
	padding-bottom: 3%;
	color: rgba(255,253,253,1.00);
	font-size: 18px;
	text-shadow: 0px 3px rgba(219,98,0,1.00);
	margin-top: 2%;
	margin-bottom: 2%;
	border-style: none;
	-webkit-box-shadow: 0px 5px rgba(207,102,0,1.00);
	box-shadow: 0px 5px rgba(207,102,0,1.00);
	float: left;
}
.button {
    font-size: 1rem;
}
.button:hover {
    font-size: 1rem;
    font-weight: normal;
}


}

