*{box-sizing: border-box}

body{
    font-family: 'Rajdhani', sans-serif;
}
#header{
    background-image: url(images/banner-bg.png);
    background-repeat:no-repeat;
    width: 100%;
    height: auto;
    float: left;
    padding: 3%;
    
    background-size: 100%;
}
#header-bal{
    height: auto;
    padding:20px;
    
}

#header-jobb{
    height: auto;
    padding: 20px;
    
}
h1{
    width: 100%;
    float: left;
    font-size: 40px;
    color: #181919;
    font-weight: bold;
    text-transform: uppercase;
    height: auto;

}
h2{
    width: 100%;
    float: left;
    font-size: 55px;
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    height: auto;
}
p{
    width: 80%;
    float: left;
    font-size: 16px;
    color: #f8fdfe;
    margin-left: 0px;
    height: auto;
}

footer li{
    width: 1px !important;
    display: inline 
}

a{
    width: 100%;
    text-decoration: none;
    outline: none;
    color: #f8fdfe;
    float: left;
    height: auto;
}

a:hover{
    color: #181919;
}

.sotet{
    color: #181919;
}

.sotet a:hover{
    color: #addaed    !important;                                    /* nem működik */
}

.cim{
    width: 100%;
    font-size: 50px;
    color: #addaed;
    font-weight: 600;
    text-align: center;
    height:max-content;
    margin: 100px;
    margin-left: auto;
}

.box{
    width: 100%;
    float: left;
    border: 1px solid #90ceec;
}

.box-szam{
    width: 100%;
    float: left;
    font-size: 50px;
    color: #90ceec;
    text-align: center;
    font-weight: bold;
    padding-bottom: 0px;
}

.box-szoveg{
    width: 100%;
    float: left;
    font-size: 20px;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
}

.kapcsolat-szöveg{
    color:#f8fdfe;
    text-transform: none;
    padding:10px;
    padding-top: 40px;
    text-align: center;
    font-weight: normal;

}

.kapcsolat-input{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    padding: 20px 15px 10px 15px;
    text-transform: uppercase;
    height: auto;
}

.kapcsolat-uzenet{
    width: 100%;
    float: left;
    font-size: 18px;
    color: #717471;
    background-color: transparent !important;
    border-bottom: 2px solid #6f6f6f !important;
    border: 0px;
    height: 90px;
    text-transform: uppercase;
    padding: 40px 15px 0px 15px;  
}

.kapcsolat-button{
    
    width: 150px;
    float: left;
    margin-top: 40px;
}

.kapcsolat-button a{
        width: 100%;
        float: left;
        font-size: 20px;
        color: #393a40;
        text-align: center;
        background-color: #89cbeb;
        padding: 10px 0px;
        text-transform: uppercase;
        border-radius: 40px;
    }


.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 4;
    top: 0;
    left: 0;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
    color:#717471;
}
.overlay a {
    padding: 0px;
    text-decoration: none;
    font-size: 22px;
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
}
.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}
.toggle_menu {
    top: 8px;
    position: relative;
    left: 0px;
}

/*
REG/BEJ
*/

/* Full-width input fields */
input[type=text], input[type=password] {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    display: inline-block;
    border: none;
    border-radius: 5px;
    background: #a5c8fa;
  }
  
  /* Add a background color when the inputs get focus */
  input[type=text]:focus, input[type=password]:focus {
    background-color: #ddd;
    outline: none;
  }
  
  /* Set a style for all buttons */
  button {
    background-color: rgb(255, 243, 19);
    color: black;
    padding: 14px 20px;
    margin: 8px 0;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    width: 100%;
    opacity: 1;
  }
  
  button:hover {
    opacity:0.8;
  }
  
  /* Extra styles for the cancel button */
  .cancelbtn {
    
      width: auto;
      padding: 10px 18px;
      background-color: #f44336;
    }
  
  /* Float cancel and signup buttons and add an equal width */
  
  
  /* Add padding to container elements */
  .container {
    padding: 16px;
    color:white;
  }
  
  /* The Modal (background) */
  .modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
     background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
    padding-top: 50px;
  }
  
  /* Modal Content/Box */
  .modal-content {
    background-image: url("https://www.heet.org.uk/wp-content/uploads/2016/06/gradient-background-26046-26731-hd-wallpapers.jpg.png");
    margin: 5% auto 15% auto; /* 5% from the top, 15% from the bottom and centered */
    border: 1px solid #888;
    width: 80%; /* Could be more or less, depending on screen size */
    border-radius: 5px;
  }
  
  /* Style the horizontal ruler */
  hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
  }
   
  /* The Close Button (x) */
  .close {
    position: absolute;
    right: 35px;
    top: 15px;
    font-size: 35px;
    font-weight: bold;
    color: #f1f1f1;
  }
  
  .close:hover,
  .close:focus {
    color: #f44336;
    cursor: pointer;
  }
  
  /* Clear floats */
  .clearfix::after {
    content: "";
    clear: both;
    display: table;
  }
  
  /* Change styles for cancel button and signup button on extra small screens */
  @media screen and (max-width: 300px) {
    .cancelbtn, .signupbtn {
       width: 100%;
    }
  }
  
  /* Add Zoom Animation */
  .animate {
    -webkit-animation: animatezoom 0.6s;
    animation: animatezoom 0.6s
  }
  
  @-webkit-keyframes animatezoom {
    from {-webkit-transform: scale(0)} 
    to {-webkit-transform: scale(1)}
  }
    
  @keyframes animatezoom {
    from {transform: scale(0)} 
    to {transform: scale(1)}
  }
  
  /* Change styles for span and cancel button on extra small screens */
  @media screen and (max-width: 300px) {
    span.psw {
       display: block;
       float: none;
       color:white;
    }
    .cancelbtn {
       width: 100%;
    }
  }