* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.container{
  width:100%;
}
/*body {
  padding: 20px 15%;
  font-family: "RobotoCondensed-Regular", Arial;
}*/
.button{
  background-color: #008CBA;
  border: none;
  color: white;
  padding: 15px 40px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  cursor:pointer;
  border-radius: 30px 30px;
  transition-duration: 0.4s;
}
.button:hover{
  box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}
.fixed{
  position: fixed;
}
.bottom-bar{
  width:100%;
  bottom:10px;
}
h3 {
  margin: 20px 0px 10px;
  font-size: 30px;
  background: #fdf8e3;
  padding: 30px;
  border: 10px #008cba solid;
}
	
form header {
  margin: 0 0 20px 0; 
}
form header div {
  font-size: 90%;
  color: #999;
}
form header h2 {
  margin: 0 0 5px 0;
}
form > div {
  clear: both;
  overflow: hidden;
  padding: 1px;
  margin: 0 0 10px 0;
}
form > div > fieldset > div > div {
  margin: 0 0 5px 0;
}
form > div > label,
legend {
	width: 25%;
  float: left;
  padding-right: 10px;
}
form > div > div,
form > div > fieldset > div {
  width: 75%;
  float: right;
}
form > div > fieldset label {
	font-size: 90%;
}
fieldset {
	border: 0;
  padding: 0;
}
h3 a{
  font-style: normal;
  color:inherit;
}
.ugyfelkapu-leiras{
  text-align: center;
}
.ugyfelkapu-leiras p{
  text-align: left;
}
.ugyfelkapu-img{
  width:50%;
  margin:0 auto;
  box-shadow: 0 10px 6px -6px #777;
}
.ugyfelkapu-img-small{
  width:25%;
  margin:0 auto;
  box-shadow: 0 10px 6px -6px #777;
}
input[type=text],
input[type=email],
input[type=url],
input[type=password],
textarea {
	width: 100%;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  min-height: 26px;
}
input[type=text],
input[type=textarea],
input[type=email],
input[type=url],
input[type=password] {
  width: 50%;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
textarea:focus {
  outline: 0;
  border-color: #4697e4;
}

@media (max-width: 600px) {
  form > div {
    margin: 0 0 15px 0; 
  }
  form > div > label,
  legend {
	  width: 100%;
    float: none;
    margin: 0 0 5px 0;
  }
  form > div > div,
  form > div > fieldset > div {
    width: 100%;
    float: none;
  }
  input[type=text],
  input[type=email],
  input[type=url],
  input[type=password],
  textarea,
  select {
    width: 100%;
	min-height:36px;
  }
  div {font-size: 20px;
  font-family: "RobotoCondensed-Regular", Arial;}
}
@media (min-width: 1200px) {
  form > div > label,
	legend {
  	text-align: right;
  }
  div {font-size: 16px;
  font-family: "RobotoCondensed-Regular", Arial;}
}

.kotelezo {
    display: none;
    color: #b01f1f;
    background: #ffd8d8;
    width: 50%;
    font-size: 12px;
    padding: 3px 0 3px 3px;
}
@media (max-width: 600px) {
    .kotelezo {
        width: 100%;
    }
}

@media screen and (max-width:998px) {
  body {
    font-size:400%;
  }
  form > div > div, form > div > fieldset > div {
    width:100%;
  }
  textarea, input[type=text], input[type=textarea], input[type=email], input[type=url], input[type=password], input[type=text], input[type=textarea], input[type=email], input[type=url], input[type=button] {
    width:100%;
    padding: 30px;
    font-size:100%;
  }
  form > div > label, legend {
    width: 100%;
    padding: 10px 0;
    font-size:100%;
  }
  input[type=button] {
    padding: 10px;
    font-size: 100%;
  }
	#uzenet {
		display:none;
	}
	select {
		width: 100%;
		padding: 5px;
		font-size: 71%;
		margin: 5px 0 30px;
	}
}