/* remove vertical scroll */
.nt-body-div{
    overflow-x: hidden;
}

.MainHeading {
    font-size: 18px;
    ;
}

.nt-menu-button-hekatec {
    font-size: 20px !important;
    background-color: rgb(76, 134, 193) !important;
    background-image: none !important;
    border: 0 none !important;
    font-weight: 300 !important;
    color: white !important;
    width: 265px;
    height: 60px;
}

/* For responsive page */
.hk-menu-button{
    font-size: 20px !important;
    background-color: rgb(76, 134, 193) !important;
    background-image: none !important;
    border: 0 none !important;
    font-weight: 300 !important;
    color: white !important;
    width: 100%;
    height: 80px;
    align-items: center;
    justify-content: center;
}

/*
  Verschieden Farben, die im Theme vorkommen:

  form tab active backround: rgb(0,128,255)
  rounded header background: rgb(76,134,193)
  browse header background selected: rgb(92, 162, 232)
  rounded backround: rgb(226, 239, 252)
  */


/* Flexible Index Page */
.hk-index-container {
    display: flex;
    flex-wrap: wrap;
	max-width:1080px;
}

.hk-menu-button-div {
    margin: 3px;
    flex: 1 0 30%;
    min-width: 200px;
}

 /* End of Index Page */

.nt-menu-button {
    padding: 5px;
    font-size: 15px;
}

.ui-checkboxradio-checked {
    background-image: none;
}

.ui-checkboxradio-label {
    background-image: none;
}