.my-page-wrapper {
  max-width: 1400px;
  margin: 0 auto;
  background-color: white;
  box-shadow: 0 0 20px rgba(0,0,0,0.1);
  overflow: visible;
  position: relative;
}

body {
  background-image: url('../media/background.jpg');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}
body.normal {
  font-size: 1rem;
}
body.large {
  font-size: 1.3rem;
}

h1 {
  font-size: 2rem;
  font-weight: bold;
  margin: 20px 0 30px 0;
  line-height: 1.2;
  letter-spacing: 1.5px;

  font-family: 'Montserrat', sans-serif;
}
@media (max-width: 767px) {
  h1 {
    font-size: 1.5rem;
  }
}
h2 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
}

.my-btns a {
  color: inherit;
  flex: 1;
  max-width: 200px;
}

#no-link-t,
#no-link-b {
  visibility: hidden;
}

.custom-link {
  color: black;
  font-weight: inherit;
}
.custom-link:visited {
  color: rgb(99, 99, 99);
}


/* - - - - - MAIN - MAIN IMAGE - - - - - */

.my-text-container {
  position: relative;
  width: 100%;
  height: 200px;
  padding: 2rem;
  overflow: hidden;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
#main-container {
  height: 400px;
}
@media (max-width: 991px) {
  #main-container {
    height: 300px;
  }
}
@media (max-width: 767px) {
  .my-text-container {
    height: 150px;
  }
  #main-container {
    height: 220px;
  }
}
.my-text-container::before {
  background-image: url('../media/pics/bg_txt_main.jpg');
  background-size: cover;
  background-position: center;
  content: "";
  position: absolute;
  filter: blur(2px) brightness(60%);
  transform: scale(1.1);
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.my-text-container h1,
.my-text-container p {
  color: whitesmoke;
  text-shadow: 0 3px 5px rgba(0,0,0,0.9);
}
@media (max-width: 767px) {
  .my-text-container h1,
  .my-text-container p {
    transform: translateY(30px);
  }
}

/* - - - - - MAIN - MID TEXT - - - - - */

.my-mid-container {
  background-image: url('../media/pics/bg_txt_2_wide.jpg');
  background-size: cover;
  background-position: center;
}
.my-mid-text {
  background-color: whitesmoke;
  border: 2px solid rgb(234, 234, 234);
  border-radius: 10px;
}
@media (max-width: 991px) {
  .my-mid-text {
    margin: 0 2rem;
  }
}
@media (max-width: 767px) {
  .my-mid-text {
    margin: 0;
  }  
}
.my-mid-text strong {
  font-size: 1.2rem;
}

/* - - - - - MAIN - 3 TEXT - - - - - */

.inner-box-v,
.inner-box-g,
.inner-box-f {
  border-radius: 10px;
  min-height: 150px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  color: inherit;
  text-decoration: none;
  
  background-color: whitesmoke;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  transition: transform 0.25s, box-shadow 0.25s;
}
.inner-box-v {
  border-bottom: 5px solid rgb(0, 0, 200);
}
.inner-box-g {
  border-bottom: 5px solid rgb(190, 190, 0);
}
.inner-box-f {
  border-bottom: 5px solid rgb(200, 40, 0);
}

.inner-box-v:hover,
.inner-box-g:hover,
.inner-box-f:hover {
  transform: translateY(-5px);
  box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

/* - - - - - MAIN - QUOTE - - - - - */

.my-highlight-container {
  margin: 0 auto;
  max-width: 1200px;
  padding: 0 2rem;
}
.my-highlight-box {
  padding: 1rem;
  font-size: 1.2rem;
  z-index: 2;
}
@media (max-width: 991px) {
  .my-highlight-container {
    padding: 0;
  }
}
.box-left {
  background-color: rgb(222, 222, 0);
  text-shadow: 0 2px 3px rgba(202, 202, 202, 0.5);
}
.box-right {
  color: whitesmoke;
  text-shadow: 0 2px 3px rgba(0,0,0,0.5);
  background-color: rgb(60, 60, 255);
  transform: translateY(20px);
}
@media (max-width: 767px) {
  .box-right {
    transform: translateY(0);
  }
}
.my-quote {
  background-image: url('../media/pics/bg_txt_imp.jpg');
  background-size: cover;
  background-position: center;
  position: relative;
  padding: 3rem 1.5rem;
  color: white;
}
.my-quote::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

/* - - - - - FOOTER - - - - - */

footer {
  background-color: rgba(202, 202, 202, 0.85);
  padding: 20px 10px;
}
footer.main-footer {
  background-color: white;
}
.my-footer {
  justify-content: space-between;
}
.my-footer,
.footer-left,
.footer-right {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.footer-right {
  margin-left: 12px;
  padding-right: 20px;
  font-size: 1.2rem;
}
footer div {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
}
footer a {
  color: inherit;
  font-weight: 500;
  text-decoration: none;
}
footer a.active {
  font-weight: bold;
}
@media (max-width: 767px) {
  body.normal footer {
    font-size: 0.8rem;
  }
  body.large footer {
    font-size: 0.9rem;
  }
  .footer-right {
    font-size: 1rem;
  }
}
@media (max-width: 600px) {
  .my-footer {
    flex-direction: column;
    text-align: center;
  }
  .footer-left,
  .footer-right {
    justify-content: center;
    margin: 5px 0;
  }
}

/* - - - - - ROLUNK - - - - - */

.rolunk-figure img {
  max-width: 300px;
  width: 100%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.rolunk-text {
  padding-right: 4rem;
}
@media (max-width: 767px) {
  .rolunk-text {
    padding: 2rem 4rem;
  }
}
.rolunk-text h2 {
  margin-bottom: 2rem;
}
.rolunk-column {
  padding-bottom: 10rem;
}
.rolunk-column h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .rolunk-table {
    max-width: 600px;
  }
}

#partners h2 {
  font-size: 1.2rem !important;
}
.partner-logo {
  max-height: 70px;
  width: auto;
}

/* - - - - - KAPCSOLAT - - - - - */

body.normal legend {
  font-size: 1rem;
}
body.large legend {
  font-size: 1.2rem;
}
.btn {
  width: 110px;
}
.my-contact-container {
  background-color: rgb(15, 55, 15);
  text-align: center;
  padding: 2rem;
  color: whitesmoke;
}

/* - - - - - TABLES - - - - - */

thead th{
  background-color: rgb(222, 222, 222) !important;
  border: 2px solid #777 !important;
}
table tbody td {
  vertical-align: middle;
}
.my-equal-height-table {
  table-layout: fixed;
  width: 100%;
}
body.normal .my-equal-height-table th,
body.normal .my-equal-height-table td {
  vertical-align: top;
  height: 90px;
}
body.large .my-equal-height-table th,
body.large .my-equal-height-table td {
  vertical-align: top;
  height: 110px;
}
@media (min-width: 768px) {
  .my-table-wrapper {
    display: flex;
  }
  .my-table-wrapper .table {
    margin-bottom: 0;
  }
  .my-table-right {
    margin-left: -2px;
  }
}
@media (min-width: 992px) {
  body.normal .my-equal-height-table th,
  body.normal .my-equal-height-table td {
    vertical-align: top;
    height: 70px;
  }
}
@media (max-width: 767px) {
  body.normal .my-equal-height-table th,
  body.normal .my-equal-height-table td {
    vertical-align: top;
    height: 70px;
  }
  body.large .my-equal-height-table th,
  body.large .my-equal-height-table td {
    vertical-align: top;
    height: 70px;
  }
}
.my-caption {
  color: #6c757d;
}
