@import url("./colors.css");
language-changer {
  position: absolute;
}

loading-screen {
  background-color: var(--primary-color);
}

body {
  background-color: --secondary-color;
}
body background img {
  display: none;
}
body {
  font-family: Arial, Helvetica, sans-serif;
}

section {
  background-color: transparent;
}

header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 7vh;
  background-color: var(--primary-color);
  /*background-image: url("./media/header/logo_1.jpg");*/
  backgroung-size: cover;
  background-repeat: no-repeat;
}
header row {
  height: 100%;
  max-width: 30%;
  justify-content: space-evenly;
  align-items: center;
}
header row #logo_link {
  height: 100%;
  margin-left: 25px;
}
header row #logo_link img {
  height: 100%;
  width: auto;
}
header row h1 {
  margin: 0 0 0 20px;
  font-size: 7vh;
  white-space: nowrap;
  font-family: Arial;
  font-weight: 900;
}
header ham-list {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 50%;
  margin-right: 20px;
}
header ham-list ham-list-content {
  width: -moz-fit-content;
  width: fit-content;
  min-width: 100%;
  justify-content: space-between;
}
header ham-list ham-list-content language-toggler {
  margin-right: 20px;
}
header ham-list ham-list-content language-toggler button {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--secondary-color);
  font-family: Arial;
  font-size: large;
  border: none;
  padding: 10px;
  border-radius: 5px;
}
header ham-list ham-list-content row {
  min-width: -moz-fit-content;
  min-width: fit-content;
}
header ham-list ham-list-content row a {
  font-weight: bold;
  color: var(--secondary-color);
  text-decoration: none;
  margin-right: 10px;
  white-space: nowrap;
}
header ham-list ham-list-content row a img {
  height: 40px;
  width: 40px;
  margin: 0 10px 0 10px;
}
header ham-list ham-list-content #social-media {
  margin-left: 20px;
}
header ham-list ham-list-content link-list {
  padding: 0 0 0 10px;
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid var(--secondary-color);
  font-size: large;
  font-family: Arial;
}
header ham-list ham-list-content link-list #sub-links {
  background-color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  border-top: 2px solid var(--secondary-color);
}
header ham-list ham-list-content link-list button {
  font-weight: bold;
}
header ham-list ham-menu {
  background-color: var(--primary-color);
}
header ham-list ham-menu language-toggler {
  margin-left: 10px;
  margin-bottom: 10px;
}
header ham-list ham-menu language-toggler button {
  background-color: rgba(255, 255, 255, 0.2);
  color: var(--secondary-color);
  font-family: Arial;
  font-size: large;
  border: none;
  padding: 10px;
  border-radius: 5px;
}
header ham-list ham-menu row {
  max-height: -moz-fit-content;
  max-height: fit-content;
  align-items: start;
  min-width: 100%;
}
header ham-list ham-menu row link-list {
  background-color: rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid var(--secondary-color);
  min-width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  min-height: 30px;
  font-size: large;
  font-family: Arial;
  line-height: 50px;
}
header ham-list ham-menu row link-list button {
  height: 50px;
  width: 50px;
}
header ham-list ham-menu row link-list #main-link {
  min-width: 100%;
}
header ham-list ham-menu row link-list #sub-links.open {
  background-color: var(--primary-color);
  border-bottom: 2px solid var(--secondary-color);
  border-top: 2px solid var(--secondary-color);
  display: flex;
  position: static;
}
header ham-list ham-menu #links {
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
header ham-list ham-menu #links a {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  font-weight: bold;
  color: var(--secondary-color);
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid var(--secondary-color);
}
header ham-list ham-menu #links a img {
  height: 40px;
  width: 40px;
  margin: 0 10px 0 10px;
}
header ham-list ham-menu #social-media {
  margin-top: 20px;
  height: -moz-fit-content;
  height: fit-content;
  width: 100%;
}
header ham-list ham-menu #social-media a img {
  height: 40px;
  width: 40px;
  margin: 0 10px 0 10px;
}
header ham-list ham-menu #close {
  color: var(--secondary-color);
  background-color: transparent;
  border: none;
}

#home {
  scroll-margin-top: 10vh;
}
#home title-card {
  align-items: start;
}
#home title-card content h1 {
  background-color: transparent;
  color: var(--primary-color);
  line-height: 40vh;
  font-size: 30vh;
  font-weight: 900;
  -webkit-text-stroke: 4px var(--secondary-color);
  margin: 10px 0 10px 0;
}
#home title-card content h2 {
  background-color: transparent;
  line-height: 7vh;
  font-size: 7vh;
  font-weight: 800;
  margin: 0px 0 10px 0;
}

#about {
  scroll-margin-top: 20vh;
}
#about info {
  display: block;
  width: 50%;
  height: -moz-fit-content;
  height: fit-content;
}
#about info h1 {
  width: 100%;
  background-color: var(--primary-color);
  color: var(--secondary-color);
  text-align: center;
  padding: 10px;
  font-family: Arial;
}
#about info row {
  align-items: start;
}
#about info row #info_box {
  background-color: var(--secondary-color);
  padding: 10px;
  width: 70%;
}
#about info row #info_box text-column {
  margin-right: 30px;
}
#about info row #info_box text-column p {
  width: 100%;
  text-align: justify;
}
#about info row card-img {
  width: 250px;
  height: 300px;
  background-color: var(--primary-color);
  color: var(--secondary-color);
}
#about info row card-img content h3 {
  border-bottom: 2px solid var(--secondary-color);
  text-align: center;
}
#about info row card-img content a {
  display: block;
  width: 100%;
  text-align: center;
  text-decoration: none;
  color: var(--secondary-color);
  margin-top: 20px;
  font-size: larger;
}

#gallery {
  scroll-margin-top: 20vh;
  background-color: rgba(var(--primary-color), 0.2);
}
#gallery section-title {
  background-color: var(--primary-color);
  border: none;
  font-weight: bold;
  padding: 20px 0 20px 0;
  font-size: 3em;
  align-items: center;
  margin-bottom: 20px;
}
#gallery section-title a {
  display: block;
  height: 100%;
  font-size: large;
  color: var(--secondary-color);
  text-decoration: none;
}
#gallery div {
  margin-bottom: 20px;
}
#gallery div row {
  width: 100%;
  justify-content: center;
}
#gallery div row media-displayer {
  background-image: url("./media/background/bg_4.jpg");
  margin: 10px;
  max-width: 50vw;
  max-height: 50vh;
  border: none;
  padding: 20px;
  border-radius: 10px;
}
#gallery div row media-displayer img {
  max-height: 50vh;
}
#gallery div row media-displayer video {
  max-height: 50vh;
}

full-screen-media {
  background-image: url("./media/background/bg_4.jpg");
  background-size: cover;
}

footer {
  background-color: var(--primary-color);
  height: -moz-fit-content;
  height: fit-content;
  width: 100vw;
}
footer sponsors {
  display: block;
  width: 50%;
  height: 100%;
  margin-top: 10px;
}
footer sponsors a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 100px;
}
footer sponsors a img {
  height: 100%;
  width: auto;
}
footer copyright {
  position: relative;
  margin-top: 50px;
}
footer copyright a {
  color: var(--secondary-color);
}

@media screen and (max-width: 500px) {
  header row {
    max-width: 70%;
  }
  header row h1 {
    font-size: 5vh;
  }
  header ham-list {
    min-width: 10%;
    margin-right: 0;
  }
  #home title-card {
    justify-content: start;
    height: 50vh;
    max-height: 300px;
  }
  #home title-card content h1 {
    line-height: 10vh;
    font-size: 4em;
    -webkit-text-stroke: 2px var(--secondary-color);
  }
  #home title-card content h2 {
    line-height: 3vh;
    font-size: 1em;
    font-weight: 600;
  }
  #about {
    scroll-margin-top: 20vh;
  }
  #about info {
    width: 100%;
  }
  #about info h1 {
    width: 100%;
    padding: 10px 0 10px 0;
    font-family: Arial;
  }
  #about info row {
    align-items: center;
  }
  #about info row #info_box {
    width: 80%;
  }
  #about info row #info_box text-column {
    margin-right: 0;
  }
  #gallery section-title {
    padding: 10px 0 10px 0;
    font-size: 2em;
  }
  #gallery div {
    margin-bottom: 20px;
  }
  #gallery div row media-displayer {
    max-width: 90vw;
    padding: 10px;
  }
  footer section-title {
    font-size: 1.5em;
  }
  footer sponsors {
    width: 100%;
    margin-top: 10px;
  }
  footer sponsors grid-generator {
    align-items: center;
  }
  footer copyright {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  header row {
    max-width: 70%;
  }
  header row h1 {
    font-size: 5vh;
  }
  header ham-list {
    min-width: 10%;
    margin-right: 0;
  }
  #home title-card {
    justify-content: start;
    height: 50vh;
    max-height: 300px;
  }
  #home title-card content h1 {
    line-height: 10vh;
    font-size: 4em;
    -webkit-text-stroke: 2px var(--secondary-color);
  }
  #home title-card content h2 {
    line-height: 3vh;
    font-size: 1em;
    font-weight: 600;
  }
  #about {
    scroll-margin-top: 20vh;
  }
  #about info {
    width: 100%;
  }
  #about info h1 {
    width: 100%;
    padding: 10px 0 10px 0;
    font-family: Arial;
  }
  #about info row {
    align-items: center;
  }
  #about info row #info_box {
    width: 80%;
  }
  #about info row #info_box text-column {
    margin-right: 0;
  }
  #gallery section-title {
    padding: 10px 0 10px 0;
    font-size: 2em;
  }
  #gallery div {
    margin-bottom: 20px;
  }
  #gallery div row media-displayer {
    max-width: 90vw;
    padding: 10px;
  }
  footer section-title {
    font-size: 1.5em;
  }
  footer sponsors {
    width: 100%;
    margin-top: 10px;
  }
  footer sponsors grid-generator {
    align-items: center;
  }
  footer copyright {
    font-size: 0.8em;
  }
  header {
    height: 9vh;
    padding: 0;
  }
  #home title-card {
    justify-content: center;
    height: 100vh;
    max-height: 450px;
  }
  #home title-card content h1 {
    line-height: 1em;
    font-size: 6em;
  }
  #home title-card content h2 {
    line-height: 1em;
    font-size: 1.5em;
  }
  #gallery div row media-displayer {
    max-width: 90vw;
    padding: 10px;
    height: 90vh;
    max-height: 400px;
  }
  #gallery div row media-displayer img, #gallery div row media-displayer video {
    height: 90vh;
    max-height: 400px;
  }
  footer section-title {
    font-size: 1.5em;
  }
  footer sponsors {
    width: 100%;
    margin-top: 10px;
  }
  footer sponsors grid-generator {
    align-items: center;
    justify-content: center;
  }
  footer copyright {
    font-size: 0.8em;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1500px) {
  #about info {
    width: 80%;
  }
  footer sponsors grid-generator {
    align-items: center;
    justify-content: center;
  }
}/*# sourceMappingURL=index.css.map */