@import url(https://fonts.googleapis.com/css2?family=Cairo:wght@400;500;600;700&display=swap);

body{
    font-family: Cairo;
    -webkit-text-size-adjust: 100%;

    font-size: 1.25rem;
    line-height: 1.75rem;
}

.blue {
 /*   color: rgb(22 53 101);*/
    color: #3C3C3B;
}

.sotetszurke {
  background-color: #3c3b3b;
  color: #e0e0e0;
  z-index: 20;
}

.sotetszurke a {
  color: #ffffff;
  text-decoration: none;
}

.sotetszurke a:hover {
  color: #f0f0f0;
  text-decoration: underline;
}

.bg-blue{
    background-color: #fdad70;
}

.bg-tpblue {
    background-color: rgba(255, 255, 255, 0.25);
    color: #3c3c3b;
    transition: 0.3s;
}

.column-title .icon{
    fill: #ffffff;
}



.bg-tpblue:hover .column-title .icon{
    fill:rgb(46 72 70)
}

.bg-tpblue:hover .text-iapp{
    color: rgb(46 72 70);
}

.bg-tpblue:hover {
    background-color: rgb(0 0 0 / 14%);
    color: rgb(255 255 255);
    transition: 0.3s;
}

.pt-6 {
    padding-top: 4rem!important;
}


.hover\:text-primary:hover {
    --tw-text-opacity: 1;
    color: rgb(43 71 94 / var(--tw-text-opacity));
}

.bg-opacity-5 {
    --tw-bg-opacity: 0.05;
}

.bg-bg-darkblue {
    background-color: rgb(255 255 255);
}

.text-white {
    color: rgb(60 60 59);
}

.text-iapp {
    color: rgb(255 255 255);
}

.bigtext{
    font-size: 1.25rem;
    line-height: 1.75rem;
}

.subtext{
    font-size: 2.25rem;
    line-height: 2.5rem;
}

.maintext{
    font-size: 3.45rem;
    line-height: 1;
    padding-top: 12rem;
}

.submaintext{
    font-size: 1.8rem;
    line-height: 2.0rem;
}

#mainmenu .nav-item:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(112 199 174 / 0.25);
}

.navbar-brand {
    width:203px;
    font-size: 24px;
  }
  .navbar-brand img {
  /*  height: 75px;*/
    float: left;
    min-width:100px;
    margin-right: 7px;
  }

.btn-primary{
    background-color: #fbc509;
    border: 0;
    font-size: 1.25rem;
    line-height: 1.75rem;
}
.btn-primary:hover{
    background-color: rgb(0 0 0 / 80%);
    border: 0;
}


/*Pricetable*/
section.pricing {
    background: rgb(120 217 236);
  }

  .pricing .card {
    border: none;
    border-radius: 1rem;
    transition: all 0.2s;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
  }

  .pricing hr {
    margin: 1.5rem 0;
  }

  .pricing .card-title {
    margin: 0.5rem 0;
    font-size: 0.9rem;
    letter-spacing: .1rem;
    font-weight: bold;
  }

  .pricing .card-price {
    font-size: 3rem;
    margin: 0;
  }

  .pricing .card-price .period {
    font-size: 0.8rem;
  }

  .pricing ul li {
    margin-bottom: 1rem;
  }

  .pricing .text-muted {
    opacity: 0.7;
  }

  .pricing .btn {

    letter-spacing: .1rem;
    font-weight: bold;
    padding: 1rem;
    opacity: 0.7;
    transition: all 0.2s;
  }

  /* Hover Effects on Card */

  @media (min-width: 992px) {
    .pricing .card:hover {
      margin-top: -.25rem;
      margin-bottom: .25rem;
      box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.3);
    }

    .pricing .card:hover .btn {
      opacity: 1;
    }
}

 .onoffswitch {
  width: 70px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  margin: 0 auto;
}

 .onoffswitch-label {
  cursor: pointer;
  border: 2px solid transparent;
  border-radius: 20px;
}

 .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}

 .onoffswitch-inner::before,
 .onoffswitch-inner::after {
  display: block;
  float: left;
  width: 50%;
  height: 30px;
  padding: 0;
  line-height: 30px;
  font-size: 14px;
  color: white;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

 .onoffswitch-inner::before {
  content: "";
  padding-right: 27px;
  background-color: #2cdd9b;
  color: #FFFFFF;
}

 .onoffswitch-inner::after {
  content: "";
  padding-right: 24px;
  background-color: #3e4555;
  color: #999999;
  text-align: right;
}

 .onoffswitch-switch {
  width: 23px;
  margin: 6px;
  height: 23px;
  top: -1px;
  bottom: 0;
  right: 35px;
  border-radius: 20px;
  -webkit-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}

 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}

 .onoffswitch-checkbox:checked+.onoffswitch-label .onoffswitch-switch {
  right: 0px;
}


/*Űrlap*/
#tartalom37 {
  background-color: rgb(47 45 52);
  padding-top: 20px;
}

.tartalomkont h1 {
  margin-top: 0px;
}
.zold{
  color: #ffffff;
}
.zold h1 {
  color: #ffffff;
  font-size: 42px;
}

.textcont {
  padding-top: 20px;
  padding-bottom: 25px;
}

.urlap {
  padding: 40px;
}

.kapcsolatfelvetel {
  padding-bottom: 40px;
  color: #808080;
}

.urlap li {
  list-style: none;
  margin-top: 10px;
  margin-bottom: 5px;
}

.kapcsolatfelvetel label {
  display: inline-block;
  margin-bottom: 5px;
  font-weight: 500;
  color: #222222;
}

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #808080;
  border-radius: 4px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.urlapcol {
  background-color: #ffffff;
}

.infocol {
  background-color: #f0f0f0;
}

.kapcsolatfelvetel .szoveg {
  float: left;
  margin-left: 30px;
}

.kapcsolatfelvetel a {
  color: #fb6340 !important;
}

.kapcsolatfelvetel a:hover {
  color: #fb6340 !important;
  text-decoration: underline;
}

.kapcsolatfelvetel .icon {
  float: left;
  margin-left: 20px;
  font-size: 26px;
  color: #52391d;
}

.kapcsolatfelvetel .point {
  margin-top: 20px;
  margin-bottom: 20px;
  overflow: hidden;
}

.kapcsolatfelvetel .point:first-child {
  margin-top: 60px;
}

textarea.form-control {
  height: auto;
}

#plusszmezodiv {
  display: none;
}

.card-block {
  padding: 10px !important;
}

.card-header:first-child {
  border-radius: 1rem 1rem 0 0;
}

.card .card-header {
  display: none;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #fff;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125);
}

.card .textcont{
  padding: 15px;
}

.nopadding {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.kisszovegmezo h3 {
  color: #116ca3;

  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.kisszovegmezo .tartalom {
  background-color: #ffffff;
  padding: 0px;
  font-size: 14px;
  padding-bottom: 5px;
}

.kisszovegmezo .rejtett {
  padding-left: 10px;
}

.kisszovegmezo .balsarok {
  color: #ffffff;
  font-size: 24px;
  padding-top: 7px;
}

.kisszovegmezo {
  margin-top: 10px;
  margin-bottom: 10px;
}

.kisszovegmezo h3 {
  color: #116ca3;

  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 10px;
  cursor: pointer;
}

.kisszovegmezo .nyitosor:hover h3 {
  color: #0a8bd9;
}



.kisszovegmezo .nyito {
  font-size: 24px;
  margin-top: 7px;
  color: #808080;
  cursor: pointer;
}

/*
 * Row with equal height columns
 * --------------------------------------------------
 */
 .row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display:         flex;
}


/*
 * Callout styles copied from Bootstrap's main docs.
 */
/* Common styles for all types */
.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border-left: 3px solid #eee;
}
.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px;
}
.bs-callout p:last-child {
  margin-bottom: 0;
}
.bs-callout code {
  background-color: #fff;
  border-radius: 3px;
}
/* Variations */
.bs-callout-danger {
  background-color: #fdf7f7;
  border-color: #d9534f;
}
.bs-callout-danger h4 {
  color: #d9534f;
}
.bs-callout-warning {
  background-color: #fcf8f2;
  border-color: #f0ad4e;
}
.bs-callout-warning h4 {
  color: #f0ad4e;
}
.bs-callout-info {
  background-color: #f4f8fa;
  border-color: #5bc0de;
}
.bs-callout-info h4 {
  color: #5bc0de;
}