section {
  background-color: transparent;
}

section-title {
  display: block;
  width: 100vw;
  height: -moz-fit-content;
  height: fit-content;
  font-size: 2em;
  text-align: center;
  color: white;
  border-bottom: 2px dashed white;
  margin-bottom: 20px;
  padding-bottom: 2px;
}

sidebar-fixed {
  background-color: black;
  color: white;
}
sidebar-fixed button {
  background-color: black;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  padding: 5px;
}
sidebar-fixed media-displayer {
  width: 100%;
}
sidebar-fixed text-column h1 {
  border-bottom: 2px solid white;
}

sticky-header {
  border-bottom: 2px dashed white;
}
sticky-header language-toggler button {
  background-color: black;
  border: 2px solid white;
  border-radius: 5px;
  color: white;
  padding: 5px;
}
sticky-header div {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
sticky-header div link-list {
  margin-right: 20px;
}
sticky-header div link-list a {
  border-left: 2px solid white;
  border-right: 2px solid white;
  border-radius: 5px;
  padding: 0 5px 0 5px;
  font-size: large;
}
sticky-header div #title {
  pointer-events: none;
  position: absolute;
  width: 100vw;
  text-align: center;
}
sticky-header div a {
  margin-left: 10px;
  text-decoration: none;
}
sticky-header div a h1 {
  width: -moz-fit-content;
  width: fit-content;
  color: white;
}

title-card .card {
  position: relative;
  flex: 0 0 100%;
}
title-card .card img {
  width: 100%;
  height: auto;
}
title-card .card h1 {
  color: white;
  position: absolute;
  width: 40%;
  left: 30%;
  top: 40%;
  background-color: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 5px;
}
title-card .card p {
  position: absolute;
  color: white;
  width: 35%;
  left: 32.5%;
  top: 50%;
  background-color: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 5px;
  font-size: large;
}

footer simple-contact a {
  font-size: x-large;
}

#text-column row {
  width: 100%;
}
#text-column row text-column {
  background-color: white;
  margin: 5px;
  width: 30%;
  max-height: 50vh;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
#text-column row text-column h1 {
  border-bottom: 2px solid black;
}
#text-column row text-column:last-of-type {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
#text-column row column {
  margin: 5px;
  width: 20%;
}
#text-column row column text-column {
  width: 100%;
  max-height: 60vh;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
  padding: 5px;
}
#text-column row column text-column:last-of-type {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

#cards custom_center row card-img {
  width: 300px;
  height: 500px;
  margin: 10px;
}
#cards custom_center row column {
  justify-items: center;
}
#cards custom_center row column card-img {
  width: 500px;
  height: 300px;
  background-color: transparent;
}
#cards custom_center row column card-img content {
  position: relative;
  background-color: transparent;
  background-image: linear-gradient(to left, transparent, white 10% 90%, transparent);
  height: 70%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
#cards custom_center row column card-img content h3 {
  width: 80%;
}
#cards custom_center row column card-img content p {
  width: 80%;
}
#cards custom_center row column card-img:last-of-type {
  width: 300px;
  height: 150px;
  background-color: gray;
}
#cards custom_center row column card-img:last-of-type content {
  background-color: white;
  background-image: none;
  display: block;
  height: 90%;
}
#cards custom_center row column card-img:last-of-type content h3 {
  width: 100%;
}
#cards custom_center row column card-img:last-of-type content p {
  width: 100%;
}

#media-displayers text-column {
  color: white;
  width: 50%;
  font-size: 1.5em;
}
#media-displayers grid-generator {
  justify-content: center;
  gap: 10px;
}
#media-displayers media-displayer {
  width: 500px;
  height: 300px;
}
#media-displayers media-displayer:hover {
  cursor: pointer;
}
#media-displayers .red {
  border-style: dashed;
  position: relative;
}

@media screen and (max-width: 500px) {
  sticky-header div {
    justify-content: center;
  }
  sticky-header div #title {
    display: none;
  }
  sticky-header div link-list {
    display: none;
  }
  sticky-header div a {
    position: relative;
    right: 20%;
    margin: 0;
  }
  sticky-header div a h1 {
    margin: 0;
  }
  title-card .card h1 {
    width: 70%;
    left: 15%;
    top: 10%;
  }
  title-card .card p {
    width: 50%;
    left: 25%;
    top: 40%;
  }
  #text-column row text-column {
    width: 80%;
    max-height: 100vh;
  }
  #text-column row text-column:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #text-column row text-column:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #text-column row column {
    width: 80%;
  }
  #text-column row column #c_text_1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #cards custom_center row {
    justify-content: center;
  }
  #cards custom_center row card-img {
    width: 80vw;
    height: 80vh;
  }
  #cards custom_center row column card-img {
    width: 80vw;
    height: 80vh;
  }
  #cards custom_center row column card-img:last-of-type {
    width: 150px;
    height: 300px;
  }
  #media-displayers text-column {
    width: 80%;
    font-size: 1.1em;
    text-align: center;
  }
  #media-displayers grid-generator {
    align-items: center;
  }
  #media-displayers media-displayer {
    width: 90vw;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  sidebar-fixed media-displayer.vertical {
    width: 100%;
    border: none;
  }
  footer simple-contact a {
    font-size: large;
  }
}
@media screen and (min-width: 500px) and (max-width: 1030px) {
  sticky-header div {
    justify-content: center;
  }
  sticky-header div #title {
    display: none;
  }
  sticky-header div link-list {
    display: none;
  }
  sticky-header div a {
    position: relative;
    right: 20%;
    margin: 0;
  }
  sticky-header div a h1 {
    margin: 0;
  }
  title-card .card h1 {
    width: 70%;
    left: 15%;
    top: 10%;
  }
  title-card .card p {
    width: 50%;
    left: 25%;
    top: 40%;
  }
  #text-column row text-column {
    width: 80%;
    max-height: 100vh;
  }
  #text-column row text-column:first-child {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }
  #text-column row text-column:last-of-type {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #text-column row column {
    width: 80%;
  }
  #text-column row column #c_text_1 {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
  #cards custom_center row {
    justify-content: center;
  }
  #cards custom_center row card-img {
    width: 80vw;
    height: 80vh;
  }
  #cards custom_center row column card-img {
    width: 80vw;
    height: 80vh;
  }
  #cards custom_center row column card-img:last-of-type {
    width: 150px;
    height: 300px;
  }
  #media-displayers text-column {
    width: 80%;
    font-size: 1.1em;
    text-align: center;
  }
  #media-displayers grid-generator {
    align-items: center;
  }
  #media-displayers media-displayer {
    width: 90vw;
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
  sidebar-fixed media-displayer.vertical {
    width: 100%;
    border: none;
  }
  footer simple-contact a {
    font-size: large;
  }
  #cards custom_center row card-img {
    height: 500px;
    width: 300px;
  }
  #cards custom_center row column card-img:last-of-type {
    width: 300px;
    height: 150px;
  }
  footer {
    height: 20vh;
  }
  #media-displayers media-displayer {
    width: 500px;
  }
}
@media screen and (min-width: 1030px) and (max-width: 1500px) {
  #cards custom_center row card-img {
    width: 250px;
    height: 400px;
  }
  #cards custom_center row column card-img {
    width: 400px;
    height: 250;
  }
  sticky-header div #title {
    display: none;
  }
  #text-column row text-column {
    background-color: white;
    margin: 5px;
    width: 30%;
    max-height: 50vh;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
  }
  #text-column row text-column h1 {
    border-bottom: 2px solid black;
  }
  #text-column row text-column:last-of-type {
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  #text-column row column {
    margin: 5px;
    width: 30%;
  }
  #text-column row column text-column {
    width: 100%;
    max-height: 60vh;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 5px;
  }
  #text-column row column text-column:last-of-type {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
  }
  #media-displayers media-displayer {
    width: 500px;
  }
}/*# sourceMappingURL=header.css.map */