hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0; } 
    
button, input[type=submit]{
      font-family: inherit;
  /* letter-spacing: 0.1em; */
  /* text-transform: uppercase; */
  cursor:pointer;
  color: black;
    border: 0;
    border-radius: 0;
    
    font-size: inherit;
    font-weight: 800;
    background: var(--grey);
    padding: 0.8em 4.7em;
    margin-top: 1.3em;
    height: auto;
  box-sizing: border-box;
  text-decoration: none;
    -webkit-transition: background-color .2s ease-out, color .2s ease-out;
    -moz-transition: background-color .2s ease-out, color .2s ease-out;
    -o-transition: background-color .2s ease-out, color .2s ease-out;
    transition: background-color .1s ease-out, color .1s ease-out;
     -webkit-appearance: none;
}

button:hover{
    background: black;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
.odeslatform {font-size:1.2em} 
.button-arrow {height:0.85em; margin-left: 0.7em;} 
 
button.black, input[type=submit] {background-color: black; color: white; font-weight: 500;}
button.black:hover, input[type=submit]:hover {background-color: #252525; color: white;}
  /*forms*/
 


input[type=text], input[type=date], input[type=email], input[type=number], input[type=tel] {
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.0em;
    text-align: left;
    margin-bottom: 1em;
    font-size: inherit;
    /* font-size: 18px;
    font-size: 1.1em; */
    color: black;
    background: white;
    position: relative;
    bottom: 0;
    padding: 0.7em 0.8em;
    text-decoration: none;
    border: 0px solid grey;
    box-sizing: border-box;
    width: 100%;
}


textarea {
    height:9em;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: normal;
    font-style: normal;
    letter-spacing: 0.0em;
    text-align: left;
    margin-bottom: 1.3em;
    
    font-size: inherit;
    /* font-size: 18px;
    font-size: 1.1em; */
    color: black;
    background: white;
    position: relative;
    bottom: 0;
    padding: 0.7em 0.8em;
    text-decoration: none;
    border: 0px solid grey;
    box-sizing: border-box;
    width: 100%;
}

.zeptejtese textarea {height: 5.6em;}

select { 
    font-size: 1em;
    padding: 0.4em;
    font-family:inherit;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0.0em;
    text-align: left;
    margin-bottom: 0;
    margin-right: 0em;
    font-size: 18px;
    font-size: 1.1em;
    color: black;
    background: white;
    position: relative;
    bottom: 0;
    text-decoration: none;
    width:80%;
    border: 0px solid grey;
    box-sizing: border-box;}

    
       
label {font-style: italic;}  



input[type=text]:focus::-webkit-input-placeholder { color:transparent; }
input[type=text]:focus:-moz-placeholder { color:transparent; }
input[type=text]:focus::-webkit-input-placeholder{ color: transparent!important;}
input[type=text]:focus::-moz-placeholder{color: transparent!important;}
input[type=text]:focus:-moz-placeholder{color: transparent!important;}
textarea:focus::-webkit-input-placeholder { color:transparent; }
textarea:focus:-moz-placeholder { color:transparent; }
textarea:focus::-webkit-input-placeholder{ color: transparent!important;}
textarea:focus::-moz-placeholder{color: transparent!important;}
textarea:focus:-moz-placeholder{color: transparent!important;}

    .remove_from_input {
    position: relative;
    display: block;
    top: 30%;
    bottom:0;
    left: 0;
    width: 1.1em;
    float:left;
    border:0px solid grey;
    /*background-image:url("../images/x.png");
    background-repeat:no-repeat;
    background-size:100%;
    background-position:center center;*/
    cursor:pointer;
    }
    
    .submit-btn {
    /*display:inline-block;*/
    -webkit-appearance: none;
    position: relative;
    top: 0.7em;
    box-sizing: border-box;
    font-family: 'Source Sans Pro', sans-serif; font-weight: normal; font-style: normal;
    letter-spacing: 0.07em;line-height: 1.7em; margin-bottom:0;  margin-left: 0.8em;
    font-size: 17px;
    font-size: 1.1vw;
    color: #65b200;
    background-color: white;
    color:white;
    width: 26% ;
    height: 2.8em;
    border: none;
    margin: -2% 0 0 0px;
    padding: 0px 0 3.4px 0;
    text-align: center;
    font-weight: bold;
    text-transform: uppercase;
    outline: none !important;
    cursor:pointer
    }
    @-moz-document url-prefix() {.submit-btn {top: 0.1em;}}
    
    .submit-btn:hover {background: #170101;} 
    
    .submit-btn img{width:100%}
    

.form-top {overflow:auto}
.form-middle {overflow:auto}
.form-end {overflow:auto}
select#form-balicek {margin-bottom:2em; overflow:auto;    text-transform: uppercase;}
.od-do {
/* display:none; */
text-align: left;
overflow: auto;
    margin:1em 0 1em 0;
    background: #c2e4e5;
    padding: 0.4em 0 0 1.3em;
}
.datum-od, .datum-do {display:block}
.termin-block {overflow:auto; margin-bottom:1em}
label {float:left; cursor:pointer}
span.wpcf7-list-item {margin:0}
.wpcf7-checkbox {}







    /*MEDIA*/  
      
@media only screen and (max-width: 1024px) { 
      
    input[type=text] {}
   .inputdiv { width: 68%; height: 1.8em; }
   .remove_from_input {top: 8%;}
   input[type=text], input[type=date], input[type=email]  {
    /* height:100%; */
    /* font-size: 14px; */
    /* padding-bottom: 5px; */
    }

}

@media only screen and (max-width: 768px) {
.mailcont { width: 56%;} 
     
       .submit-btn {height:39px; font-size: 13px; top: 6px;}
       }  
 
 
@media only screen and (max-width: 667px) { 
.submit-btn {height: 33px;}
.buttext {bottom: 14%;}  
input[type=text], input[type=date], input[type=email] {width:100%}  
}      
@media only screen and (max-width: 414px) { 
     
  .mailcont {width: 90%;; margin:0 auto}
  .inputdiv {width: 88%;margin-left: 16px; display: block; margin-bottom: 13px;}
  .submit-btn {margin: 1em auto; display:block}

  button {width: 100%; padding:0.8em 0}

  
  
  }