@media (min-width: 576px) {
  .masthead .masthead-heading {
    font-size: 9vw !important;
    line-height: 2.75rem;
}
}
.csomagbox{
  background-color: white;
  color: black;
  margin-top: 25px;
  font-size: 17px;
  letter-spacing: 1px;
  padding: 30px;
  text-transform: uppercase;
  position: relative;
  top:150px;
  border-top: 5px solid #ffc505;
  width: 70%;
}
.csomagbox span{
  color: gray;
  text-decoration: none;
  font-size: 12px;
}

.kovetesinput{
  width: 150px;
}

.csomagbox input{
    width: 98%;
    height: 54px;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: -1px 1px 20px rgb(0 0 0 / 12%);
    box-shadow: -1px 1px 20px rgb(0 0 0 / 12%);
}
.section-title h3 {
  font-size: 30px;
  padding: 0;
  margin: 0;
  line-height: 1;
  position: relative;
  text-transform: uppercase;
  z-index: 2;
}
.section-title h3 .font-backend {
  bottom: -26px;
  color: #f6f6f6;
  font-size: 114px;
  width:100%;
  height: 90px;
  line-height: 90px;
  position: absolute;
  z-index: -1;
  letter-spacing: normal;
  overflow: hidden;
  font-family: "Poppins",sans-serif;
}
.section-title .lead {
  font-size: 15px;
  max-width: 580px;
  text-transform: lowercase;
  position: relative;
  padding: 0;
  margin-top: 40px!important;
  color: #b0b0b0;
  letter-spacing: 1px;
}
.icon-container {
  display: inline-block;
  font-size: 43px;
  text-align: left;
  width: 70px;
  float: left;
}
.service-box{
  margin-top: 15px;
}
img.alignright {
  padding: 0;
  float: right;
  margin: 6px 0 6px 20px;
  border: 0;
  display: block;
  background: none;
}
img {
  height: auto;
  max-width: 100%;
}
.calc label {
  float: left;
  text-transform: uppercase;
  color: #121212;
  font-weight: 700;
  line-height: 26px;
}
.calc .form-control {
  
  width: 65%;
    float: right;
    -o-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
}
.calc p {
  display: block;
  width: 100%;
  float: left;
  margin-bottom: 15px;
}
label {
  display: inline-block;
  max-width: 100%;
  padding-top: .4em;
  padding-bottom: .4em;
}

/* Custom checkbox */
.custom-checkbox {
position: relative;
}
.custom-checkbox input[type="checkbox"] {    
opacity: 0;
position: absolute;
margin: 5px 0 0 3px;
z-index: 9;
}
.custom-checkbox label:before{
width: 18px;
height: 18px;
}
.custom-checkbox label:before {
content: '';
margin-right: 10px;
display: inline-block;
vertical-align: text-top;
background: white;
border: 1px solid #bbb;
border-radius: 2px;
box-sizing: border-box;
z-index: 2;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
content: '';
position: absolute;
left: 6px;
top: 3px;
width: 6px;
height: 11px;
border: solid #000;
border-width: 0 3px 3px 0;
transform: inherit;
z-index: 3;
transform: rotateZ(45deg);
}
.custom-checkbox input[type="checkbox"]:checked + label:before {
border-color: #03A9F4;
background: #03A9F4;
}
.custom-checkbox input[type="checkbox"]:checked + label:after {
border-color: #fff;
}
.custom-checkbox input[type="checkbox"]:disabled + label:before {
color: #b8b8b8;
cursor: auto;
box-shadow: none;
background: #ddd;
}
/* Modal styles */
.modal .modal-dialog {
max-width: 400px;
}
.modal .modal-header, .modal .modal-body, .modal .modal-footer {
padding: 20px 30px;
}
.modal .modal-content {
border-radius: 3px;
font-size: 14px;
}
.modal .modal-footer {
background: #ecf0f1;
border-radius: 0 0 3px 3px;
}
.modal .modal-title {
display: inline-block;
}
.modal .form-control {
border-radius: 2px;
box-shadow: none;
border-color: #dddddd;
}
.modal textarea.form-control {
resize: vertical;
}
.modal .btn {
border-radius: 2px;
min-width: 100px;
}	
.modal form label {
font-weight: normal;
}	
.kotelezo{
  color:red;
}
.text-narancs{
  color: #ffc505 !important;
}
