:root {
  --tcblack: #151515;
  --tcred: #8D0706;
  --tcgray: #EAEAEA;
}
body {
    margin: 0;
    display: flex;
    flex-direction: column;
    font-family: "alternate-gothic-atf", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.logo {
    font-size: 30pt;
    padding-left: 3rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.5s;
    z-index: 999;
}
.logo a {
    text-decoration: none;
    color: white;
    font-family: "alternate-gothic-atf", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}
.menu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    background: var(--tcblack);
}
.menu .buttons {
    display: flex;
    flex-direction: row;
    gap: 2rem;
    padding: 1rem 3rem;
}
.menu .buttons a {
    text-decoration: none;
    color: white;
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 16pt;
}
.menu .buttons a:hover {
    color: var(--tcred);
    transition: 0.3s;
}
.p1topsection {
    display: flex;
    flex-direction: column;
}
.p1topsectionback {
    background-color: var(--tcgray);
    width: 100%;
    height: 300px;
    position: absolute;
    z-index: -999;
}
.p1topsection .tiles {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 2rem;
    padding: 0 3rem;
}
.p1tile, .p2tile {
    height: 300px;
    width: 240px;
    display: flex;
    flex-direction: column;
    position: relative;
    overflow: hidden;
    border-radius: 3pt;
    filter: drop-shadow(0px 3px 6px #808080);
}
.p1tile a, .p2tile a {
    color: white;
    text-decoration: none;
}
.p1tile .toptext {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: white;
    font-size: 50pt;
}
.toptext1 {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    color: white;
    font-size: 32pt;
    text-align: right;
    text-wrap: wrap;
    font-weight: 600;
}
.p1tile .bottext {
    position: absolute;
    bottom: 2rem;
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 0.5rem 0;
    text-align: center;
    font-size: 24pt;
    color: white;
    background-color: rgba(21, 21, 21, 0.6);
    backdrop-filter: blur(6px);
    align-content: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: 0.3s;
    font-weight: 600;
}
.p1tile:hover .bottext {
    bottom: 5rem;
    transition: 0.3s;
    padding: 2rem 0;
}
.p1tile img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.sectiontitle {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 1rem 3rem;
    padding-top: 2rem;
    gap: 1rem;
    font-size: 24pt;
    font-weight: 600;
}
.stitletext {
    width: fit-content;
    text-wrap: nowrap;
}
.lining {
    width: 100%;
    background-color: var(--tcblack);
    height: 0.2rem;
    margin: auto 0;
}

.p1botsection {
    padding: 3rem 0;
}
.disclaimer {
    padding: 0 6rem;
    font-size: 16pt;
}

.footer {
    height: 2rem;
    text-align: right;
    padding: 1rem 3rem;
    background: var(--tcblack);
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.mactive a {
    color: var(--tcred) !important;
}

/* PAGE 2 KAMPÁNY */

.p2tiletextbox {
    background-color: white;
    border-radius: 6px;
    padding: 0 1rem;
    max-width: 50%;
    filter: drop-shadow(0px 3px 6px #808080);
    display: flex;
    flex-direction: column;
    font-size: 14pt;
}
.p2tilebuttons {
    display: flex;
    flex-direction: row;
    gap: 1rem;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 1rem;
}
.p2tilebuttons a, .reportforall a {
    background: var(--tcblack);
    color: white;
    text-decoration: none;
    padding: 0.5rem 1rem;
    font-size: 20pt;
    min-width: 12rem;
    text-align: center;
    font-weight: 600;
}

.mapscharts {
    display: flex;
    flex-direction: row;
    background-color: var(--tcgray);
    margin: 0 3rem;
    border-radius: 6px;
    overflow: hidden;
    filter: drop-shadow(0px 3px 6px #808080);
}
.mapleft {
    max-width: 40%;
    display: flex;
    position: relative;
    padding: 1rem;
}
.mapleft img {
    background-size: contain;
    width: 100%;
}
.mapright {
    padding: 1rem;
    width: 60%;
    display: flex;
    flex-direction: column;
}
.mapright h2, .mapright h3 {
    margin-bottom: 0;
}
.mapright p {
    background: white;
    margin: 0.5rem 0;
    padding: 0.5rem;
    font-size: 14pt;
}
.progressbar1, .progressbar2, .progressbar3 {
    display: flex;
    flex-direction: row;
}
.updatedate {
    position: absolute;
    right: 1rem;
}
.progress1faith, .progress1heret, .progress2faith, .progress2heret, .progress3faith, .progress3heret  {
    padding: 0.5rem 1rem;
    font-size: 20pt;
    font-weight: 600;
    color: white;
}
.progress1faith, .progress2faith, .progress3faith {
    background: navy;
}
.progress1heret, .progress2heret, .progress3heret {
    background: var(--tcred);
}
.progressegments {
    height: 0.2rem;
    display: flex;
    flex-direction: row;
    gap: 0.2rem;
    width: 100%;
    margin-top: 0.2rem;
}
.segment1, .segment2, .segment3, .segment4, .segment5, .segment6, .segment7, .segment8, .segment9, .segment10 {
    background: var(--tcblack);
    width: 10%;
    height: 100%;
}
/* PROGRESSBARS MANUAL SET */
.progress1faith {
    width: 50%;
}
.progress1heret {
    width: 50%;
}
.progress2faith {
    width: 50%;
}
.progress2heret {
    width: 50%;
}
.progress3faith {
    width: 51%;
}
.progress3heret {
    width: 49%;
}

.reportforall {
    display: flex;
    flex-direction: column;
    padding: 2rem;
    justify-content: center;
    text-align: center;
    margin-top: 3rem;
    background-image: url(./img/graphics/ctaback1.png);
    color: white;
    font-size: 14pt;
    filter: grayscale(1);
}
.reportforall a {
    max-width: 20rem;
    margin: auto;
}

/* RESPONSIVE */
.hamburger {
    position: absolute;
    right: 1rem;
    top: 0.8rem;
    filter: brightness(999%);
    display: flex;
    z-index: 999;
    transition: 0.5s;
    display: none;
}
.mobilemenu {
    position: absolute;
    right: 0;
    display: none;
    flex-direction: column;
    width: 0%;
    height: 100%;
    background: white;
    z-index: 998;
    overflow: hidden;
    transition: 0.5s;
    margin-top: -1rem;
}
@media (max-width: 441px) {
  .mobilemenu {
    display: flex;
  }
  .pcmenu {
    display: none;
  }
  .menu {
    padding: 1rem;
  }
  .menu .logo {
    font-size: 24pt;
    padding: 0;
  }
  .sectiontitle {
    padding: 1rem;
  }
  .p1topsection .tiles {
    flex-direction: column;
    padding: 0 2rem;
  }
  .p1tile, .p2tile {
    margin: auto;
  }
  .p2tile {
    height: 100%;
    width: 100%;
  }
  .p2tiletextbox {
    max-width: 100%;
  }
  .p2tilebuttons {
    flex-direction: column;
  }
  .mapscharts {
    flex-direction: column;
    margin: 0 1rem;
  }
  .mapleft {
    max-width: 100%;
    padding: 0.5rem;
  }
  .mapright {
    width: unset;
  }
  .disclaimer {
    padding: 0 2rem;
  }
  .hamburger {
      display: flex;
  }
}
.hamburger a {
    width: 100%;
    height: 100%;
}
.hamburger a img {
    width: 3rem;
}
.mobbuttons {
    position: relative;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 6rem 2rem;
    height: 100%;
    gap: 1rem;
    text-align: right;
  }
  .mobbuttons .menubutton {
    display: flex;
  }
.mobbuttons .menubutton a {
    text-decoration: none;
    color: var(--tcblack);
    font-family: "alternate-gothic-atf", sans-serif;
    font-size: 26pt;
    width: 100%;
    text-wrap: nowrap;
}
.expandlogo {
    font-size: 20pt;
    padding-left: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--tcblack);
    z-index: 999;
    position: absolute;
    top: 2.5rem;
}
.expandburger {
    filter: brightness(0%);
}
.expandlogo a {
    color: var(--tcblack);
}

.mobactive {
    width: 100%;
}
.hambactive {
    filter: brightness(0%);
}
.logactive a {
    color: var(--tcblack);
}