body,
html {
  background-color: #fff;
  overflow-x: hidden;
}

body {
  color: #222;
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Permanent Marker', cursive;
}


#index_gallery .card-footer .btn {
  color: #fff;
  background-color: #fe8042;
}

#index_gallery .card-footer .btn:hover,
#index_gallery .card-footer .btn:focus {
  color: #fff;
  background-color: #5cc397;
}

#index_open .btn {
  color: #fff;
  background-color: #febbbf;
}

#index_open .btn:hover,
#index_open .btn:focus {
  color: #fff;
  background-color: #5cc397;
}


.navbar {
  margin-bottom: 20px;
}

.navbar .navbar-nav .nav-item .active {
  color: #fe8042;
}

.navbar .navbar-nav .nav-link:hover {
  color: #5cc397;
}

.navbar .navbar-nav .nav-link:focus {
  color: #5cc397;
}

@media (min-width: 992px) {
  .rounded-lg-3 {
    border-radius: .3rem;
  }
}


.list-group {
  width: 100%;
  max-width: 460px;
  margin-inline: 1.5rem;
}

.form-check-input:checked+.form-checked-content {
  opacity: .5;
}

.form-check-input-placeholder {
  border-style: dashed;
}

[contenteditable]:focus {
  outline: 0;
}

.list-group-checkable .list-group-item {
  cursor: pointer;
}

.list-group-item-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
}

.list-group-item-check:hover+.list-group-item {
  background-color: var(--bs-secondary-bg);
}

.list-group-item-check:checked+.list-group-item {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

.list-group-item-check[disabled]+.list-group-item,
.list-group-item-check:disabled+.list-group-item {
  pointer-events: none;
  filter: none;
  opacity: .5;
}


.bg-image {
  background-image: url(/img/background_3.svg);
  background-repeat: no-repeat;
  background-position: center;

}

.bg-image-2 {
  background-image: url(/img/background_2.svg);
  background-repeat: no-repeat;
  background-position: center;
}

.feature-icon {
  width: 4rem;
  height: 4rem;
  border-radius: .75rem;
}

.icon-square {
  width: 3rem;
  height: 3rem;
  border-radius: .75rem;
}

.text-shadow-1 {
  text-shadow: 0 .125rem .25rem rgba(0, 0, 0, .25);
}

.text-shadow-2 {
  text-shadow: 0 .25rem .5rem rgba(0, 0, 0, .25);
}

.text-shadow-3 {
  text-shadow: 0 .5rem 1.5rem rgba(0, 0, 0, .25);
}

.card-cover {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.feature-icon-small {
  width: 3rem;
  height: 3rem;
}

#kidgallery .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#kidgallery .card img {
  width: 100%;
  height: 5vw;

}

#fitmummy_gallery .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#fitmummy_gallery .card img {
  width: 100%;
  height: 15vw;
  object-fit: cover;
}

#index_gallery .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#rolam_gallery .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#fitmummy_foryou .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#arak_gyermekfitnesz .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#arak_fitmummy .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#arak_fitmummy_csop .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#arak_fitmummy_csop2 .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

#arak_private .card {
  box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
  border: none;
}

@media (max-width: 768px) {

  section #gyermekfitnesz_open p {
    font-size: 0.6rem;
  }

  section #gyermekfitnesz_open h2 {
    font-size: 0.9rem;
  }

  section #egyeni_open p {
    font-size: 0.6rem;
  }

  section #egyeni_open h2 {
    font-size: 0.9rem;
  }

  section #arak_open p {
    font-size: 0.6rem;
  }

  section #arak_open h2 {
    font-size: 0.9rem;
  }

  section #index_gallery .card {
    margin-top: 10px;
  }

}
@media (max-width: 576px) {

  section #gyermekfitnesz_open p {
    font-size: 0.6rem;
  }

  section #gyermekfitnesz_open h2 {
    font-size: 0.9rem;
  }

  section #egyeni_open p {
    font-size: 0.6rem;
  }

  section #egyeni_open h2 {
    font-size: 0.9rem;
  }

  section #arak_open p {
    font-size: 0.6rem;
  }

  section #arak_open h2 {
    font-size: 0.9rem;
  }

  section #index_gallery .card {
    margin-top: 10px;
  }

}
#newsletter .container {
  max-width: 660px;
  margin: 0 auto;
  padding: 0 20px;
}

#newsletter header {
  text-align: center;
  padding: 25px 0;

}

#newsletter header h1 {
  color: #fe8042;
  font-size: 7em;
  line-height: 0.8em;
  text-align: left;
  transform: skewY(-5deg);
  padding-bottom: 60px;
}

#newsletter header h1 span {
  display: block;
  text-align: right;
}

#newsletter header p {
  color: #000;
  max-width: 540px;
  margin: 0 auto;
  
}

#newsletter form {
  background: transparent;
  padding: 25px;
  font-size:1.2rem;
  position: relative;

}
#adatkezeles{
  padding: 5px;
  font-size: small;

}
#newsletter form input {
  display: block;
  width: 100%;
  border-radius: 12px;
  border: none;
  height: auto;
  padding: 10px;
  background: #fe8042;
  opacity: .85;
  color: #fff;
  transition: 0.5s;
}

#newsletter form input:focus {
  outline: none;
  box-shadow: 0px 10px 30px -20px #fe8042;
  filter: contrast(85%)
}

#newsletter form label {
  color: #000;
  font-weight: bold;
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'Permanent Marker', cursive;
}

#mc-embedded-subscribe form .subscribe {
  max-width: 300px;
  height: auto;
  background: #fe8042;
  border: #fff 2px solid;
  border-radius: 45px;
  font-weight: bold;
  line-height: normal;
  margin:  auto;
}

#mc-embedded-subscribe form .subscribe:hover {
  background: #fff;
  color: #fe8042;
  cursor: pointer;

}

/* Mailchimp CSS */

form .mc-field-group {
  margin-bottom: 35px;
}

form .indicates-required {
  color: #CCCDCF;
  font-size: 0.5em;
  margin: 20px 0;
  text-align: center;
}

form input+.mce_inline_error {
  display: inline-block;
  font-size: 0.5em;
  position: relative;
}

form input+.mce_inline_error:before {
  content: '';
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #6B0505;
  position: absolute;
  top: -10px;
}

form #mce-success-response {
  background: #5cc397;
  padding: 25px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  transition: 1s;
  animation: response 1s forwards;
}

form #mce-error-response {
  background: #6B0505;
  padding: 25px;
  text-align: center;
  color: #fff;
  border-radius: 12px;
  transition: 1s;
  animation: response 1s forwards;
}

form #mce-error-response a {
  color: #fff;
}

form label .asterisk {
  color: #fe8042;
  font-size: 0.5em;
  vertical-align: super;
}

@keyframes response {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {

  #newsletter header h1 {
    font-size: 3em;
  }
}