﻿body{
  background-color: #fefefe !important;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}

/*header*/
.masthead {
  /*height: 100px;*/
  min-height: 550px;
  padding-right: 12px;
  background-image: url('../img/header2.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media (max-width:770px) { 

  .csik{
    visibility: hidden;
  }

  .header_bal{
    min-width: 410px;
    margin-top: 20px !important;
    text-align: center;
  }
  .header_jobb{
    min-width: 410px;
    margin-top: -220px  !important;
    text-align: center;
  }
  .logo-text {
    margin-top: 30px;
    font-size: 58px;
    transform: translate(0, -50%);
    font-family: Source Serif Pro !important;
    font-style: normal !important;
    font-weight: bold !important;
  }

  /*menu egymasba log*/
  .kozep_menu .row .col-12 {
    margin-bottom: 50px !important;
  }


}


/*760tól*/  
@media (min-width:770px) { 

   .header_tartalom{
    margin-left: 211px !important;
   } 
  .header_bal{
    text-align: right;
    margin-top: 120px !important;
  }
  .header_jobb{
    text-align: left ;
    margin-top: 100px !important;
  }


  .masthead .logo{
    margin-top: -30px;
    margin-right:10px;
  }

  .logo-text {
    margin-left: 20px;
    margin-top: 35px;
    font-size: 53px !important;
    transform: translate(0, -50%);
    font-family: Source Serif Pro !important;
    font-style: normal !important;
    font-weight: bold !important;
  }

  .csik{
    margin-left: 0px;
    margin-top: -0px;
    float: left;
    margin-right: 20px;
  }

  .header_cim{
    /*  min-width:500px;
    margin-left: 645px;*/
    padding-left: 20px;
    margin-top: 266px;
    text-align: left;

  }

    .header_cim b{
      font-size: 58px;
      line-height: 8px;
  }
}

/*header eddig*/

.kozep_menu{
    margin-top: 40px;
    max-width: 1320px !important;
  }
  .kozep_menu .row .col-12{
    padding: 20px !important;

  }
  .kozep_menu .row .box{
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
    border-color: white;
    border-width: thick;
    background-image: linear-gradient(to bottom, #faf8fe, #eeeef3);
    min-height: 300px;
    padding: 23px !important;
    transition: transform 300ms;
    box-shadow: 0 0px 10px rgba(72,78,85,.6) !important;
  }
  .kozep_menu .row .col-12 .box:hover{
      filter:drop-shadow(0px 0px 4px rgba(0, 69, 134, 0.4));
      -webkit-box-shadow: 0 20px 40px rgba(145,125,163,.6);
      box-shadow: 0 20px 40px rgba(72,78,85,.6) !important;
      -webkit-transform: translateY(-15px);
      -moz-transform: translateY(-15px);
      -ms-transform: translateY(-15px);
      -o-transform: translateY(-15px);
      transform: translateY(-15px);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
  }

    .kozep_menu .row .col-12 a{
      text-decoration: none;
      display: block; 
      width: 100% !important;
      height: 100% !important;
    }

   .kozep_menu .row .col-12 .box .ikon{
      margin-top: -90px;
      
   }
   .kozep_menu .row .col-12 .box .ikon .jogszabalyi{
      height: 99px;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      background-image: url('../img/jogszabalyi_i2.png');
   }
  .kozep_menu .row .col-12 .box .ikon .szolgaltatas{
      height: 99px;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      background-image: url('../img/szolgaltatas_ikon2.png');
   }
   
   .kozep_menu .row .col-12 .box .ikon .bejelentes{
      height: 99px;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      background-image: url('../img/bejelentes_ikon2.png');
   }
   .kozep_menu .row .col-12 .box .ikon .visszaeles{
      height: 99px;
      width: 100px;
      margin-left: auto;
      margin-right: auto;
      background-image: url('../img/visszaeles_ikon2.png');
   }
   .kozep_menu .row .col-12 .box h4{
      padding-top: 35px;
      padding-bottom: 25px;
      font-weight: 700;
   }

   .kozep_menu .row .col-12 .box p{
     color: black;
     font-weight: 600;
   }

  .kezdolap_szoveg{
      max-width: 1320px !important;
      margin-top: 100px;
      margin-bottom: 0px;
  }


/*cég kereső*/
.tovabb_gomb{
    margin-top: 10px;
    width:200px;
    background: #00dbde !important;
    /*background: -webkit-linear-gradient(right,#fc00ff,#00dbde) !important;
    background: -o-linear-gradient(right,#fc00ff,#00dbde) !important;
    background: -moz-linear-gradient(right,#fc00ff,#00dbde) !important;
    background: linear-gradient(right,#fc00ff,#00dbde) !important;
    transition: background 0.5s ease, color 0.5s ease;*/
    border-radius: 20px;
    border-color: white;
    border-width: medium;
    transition: 0.7s !important;
    transition: transform 300ms;
    box-shadow: 0 0px 5px rgba(72,78,85,.6);
  }
  .tovabb_gomb:hover{
    background: #fc00ff !important;
/*
    background: -webkit-linear-gradient(right,#00dbde,#fc00ff) !important;
    background: -o-linear-gradient(right,#00dbde,#fc00ff) !important;
    background: -moz-linear-gradient(right,#00dbde,#fc00ff) !important;
    background: linear-gradient(right,#00dbde,#fc00ff) !important;
 */   color: #fff  !important;

  }

/*760tól*/  
@media (min-width:1200px) { 

    .info_cegkereso{
      margin-left: 20px;
    }
}
.info_cegkereso{
 
  margin-top: 25px;
  text-align: center;
  width: 100%;
  height: auto;
  border-radius: 5px;
  border-color: white;
  border-width: thick;
  background-image: linear-gradient(to bottom, #faf8fe, #eeeef3);   
  padding: 23px !important;   
  box-shadow: 0 0px 4px rgba(72,78,85,.6) !important;

}
.awesomplete > input {
    display: block;
    box-shadow: 0 0px 4px rgba(72,78,85,.6) !important;
}



  /*bejelentés form*/

  .custom-radio {
        text-align: center;
        border-width: 4px !important;
        border-color: #fff !important;
        border-radius: 15px;
        border-color: white;
        border-width: thick;
        background-image: linear-gradient(to bottom, #faf8fe, #eeeef3);
        min-height: 100px;
        padding: 23px !important;
        transition: transform 300ms;
        width: 100%;
        margin:10px;
        cursor: pointer;
        margin-bottom: 60px;
        margin-left: -2.5px !important;
        box-shadow: 0 0px 10px rgba(72,78,85,.6) !important;

    }

    .custom-radio h4{
        color: #624e85;
        padding-top: 25px;
        padding-bottom: 25px;
        font-weight: 700;
        font-weight: 700;

    }

    .custom-radio:hover {
        filter:drop-shadow(0px 0px 4px rgba(0, 69, 134, 0.4));
        -webkit-box-shadow: 0 20px 40px rgba(145,125,163,.6);
        box-shadow: 0 20px 40px rgba(72,78,85,.6) !important;
        -webkit-transform: translateY(-15px);
        -moz-transform: translateY(-15px);
        -ms-transform: translateY(-15px);
        -o-transform: translateY(-15px);
        transform: translateY(-15px);
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    .custom-radio input[type="radio"] {
        display: none;
      }      
      

    

    .jogi_szemely{
          height: 99px;
          width: 100px;
          margin-left: auto;
          margin-right: auto;
          background-image: url('../img/jogi_szemely.png');
       
    }
    .magan_szemely{
          height: 99px;
          width: 100px;
          margin-left: auto;
          margin-right: auto;
          background-image: url('../img/magan_szemely.png');
       
    }
    .anonim_szemely{
          height: 99px;
          width: 100px;
          margin-left: auto;
          margin-right: auto;
          background-image: url('../img/anonim_szemely.png');
       
    }
       #bejelento_valaszto .ikon{
          margin-top: -70px !important;
          
       }
       .visszaeles_valaszto_sor{
        margin-top: 60px !important;
        
       }
       .bejelenes_gomb{
          margin-top: 40px !important;
          width: 200px !important;
          margin-left: auto !important;
          margin-right: auto !important;
       }
       .bejelentes_temakor_margin{
          margin-bottom: 1rem !important;
        }




       /*bejelentés form mobilverzió simítások*/
       @media (max-width:770px) { 
          .container .row .input-group span{
            width: 100% !important;
            border-radius: 2px !important;
          }
          .container .row .input-group select{
            width: 100% !important;
            border-radius: 0px !important;
            margin-left:0px !important;
            text-align: left;
          }
          .container .row .input-group input{
            width: 100% !important;
            border-radius: 0px !important;
            margin-left:0px !important;
          }
          .container .row .input-group textarea{
            width: 100% !important;
            border-radius: 0px !important;
            margin-left:0px !important;
          }
          .bejelentes_temakor_margin{
            margin-bottom: 0px !important;
          }


       }
/*footer*/

 footer .row{
        max-width: 1320px !important;
        font-weight: 600;
        padding-top: 100px;
      }
       footer .row a{
         text-decoration: none;
      }
      footer .row a:hover{
         text-decoration: underline;
      }
    @media (min-width:1000px) { 
      footer .row{
        padding-top: 270px;
        padding-right: 23px;        
      }
      .lablec_bal{
       text-align: left;

      }
      .lablec_bal a{
        color: black;
        display: block;
        font-style: normal;
      }
      .lablec_jobb{
       text-align: right;
       color: white;

      }
      .lablec_jobb a{
        color: white;
        display: block;
        font-style: normal;
      }
    }

@media (max-width:1000px) { 

    .mastfooter {
    /*height: 100px;*/
    min-height: 550px;
    padding-right: 12px;
    
   /* max-width: 2500px;*/
    background-image: url('../img/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}


/*760tól*/  
@media (min-width:1000px) { 

  .mastfooter {
    /*height: 100px;*/
    min-height: 497px;
    padding-right: 12px;
    
   /* max-width: 2500px;*/
    background-image: url('../img/footer.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
  }

}

/*bejelentes popup*/

@media (min-width: 576px){
  .modal-dialog{
      min-width: 800px !important;
      margin: 1rem auto !important;
  }
}

@media (max-width: 600px){
  .modal-dialog{
      /*min-width: 450px !important;*/
      margin: 1rem auto !important;
  }
  .modal-dialog .modal-content .modal-body{
    padding-left: 5px !important;
  }
  .modal-dialog .modal-content .modal-body h1{
    font-size: 20px;
  }
  .modal-dialog .modal-content .modal-body{
    font-size: 14px;
  }
}

.offset-xl-2 {
     margin-left:0% !important; 
}

/* bejelentes allapota  */

.bejelentes_allapota .row b{
  width: auto;
  display: inline !important;
  padding-left: 0px !important;
  min-width: 0px;
}

.bejelentes_allapota .row h4{
  width: auto;
  display: inline !important;
  padding-left: 0px !important;
}

.bejelentes_allapota .row {
  width: auto !important;
  padding: 4px !important;
  /*padding-left: 20px !important;*/
}


/*  szolgaltatasok oldal */
.szolgaltatas_cegeknek_menu{

}

.szolgaltatas_cegeknek_menu a{
  display: block;
  color: black;
  text-decoration: none;
}

.szolgaltatas_cegeknek_menu a:hover{
  color: black;
  text-decoration: underline;
}

/* oldal tetlejére ugrás */

#btn-back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: none;
}


