html {
  height: 100%;
}

body {
  padding: 0;
  margin: 0;
}

/* MAIN CONTAINER */
.main-container {
  width: 100%;
  position: relative;
}

/* MAIN CONTAINER */
#language-select {
  width: 50px;
  z-index: 100;
  position: absolute;
  top: 20px;
  left: 20px;
  background: none;
  color: white;
  border: none;
}

#language-select option {
  color: black;
}

/* HEADER CONTAINER */
.header-container {
  background: url(../img/CH4-min.webp);
  min-height: 400px;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
}

.triangle-left {
  width: 50%;
}

.triangle-left img {
  height: 100%;
}

.triangle-right {
  width: 100%;
  height: 700px;
  position: relative;
}

.triangle-right img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 60%;
}

/* SECTION */
.section-container {
  display: flex;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
  margin-top: 150px;
  margin-bottom: 150px;
}

.section-image {
  padding: 20px;
  width: 50%;
}

.section-image:nth-of-type(2) {
  text-align: right;
}

.section-image img {
  width: 70%;
  max-width: 400px;
}

.section-content {
  width: 50%;
  font-family: "Roboto", sans-serif;
}

.section-content h1 {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 300;
}

.section-header-big {
  font-size: 7rem;
  color: #008388;
  font-weight: 600;
}

.section-content h3 {
  font-size: 1.5rem;
  color: #008388;
}

.section-content img {
  width: 100%;
}

.section-content p {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 2.2rem;
}

.section-content ul {
  list-style-type: decimal;
}

.section-content ul li {
  font-size: 1.3rem;
  font-weight: lighter;
  line-height: 2.2rem;
}

#order-button {
  border: 2px solid #ec008c;
  font-weight: bold;
  text-decoration: none;
  color: #ec008c;
  padding: 20px 30px;
  transition: 0.3s ease-in-out;
}

#order-button:hover {
  border: 2px solid #ec008c;
  font-weight: bold;
  text-decoration: none;
  color: white;
  background-color: #ec008c;
}

.section-container-alt {
  display: flex;
  flex-direction: column;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.section-container-alt .section-content {
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.section-container-alt .section-header-big {
  font-size: 7rem;
  color: #ec008c;
  font-weight: 600;
}

.section-container-alt .section-content h3 {
  font-size: 1.5rem;
  color: #ec008c;
}

.section-container-alt-two {
  display: flex;
  flex-direction: column;
  padding: 30px;
  max-width: 1000px;
  margin: 0 auto;
}

.section-container-alt-two .section-content {
  width: 100%;
  font-family: "Roboto", sans-serif;
}

.section-container-alt-two .section-header-big {
  font-size: 7rem;
  color: #008388;
  font-weight: 600;
}

.section-container-alt-two .section-content h3 {
  font-size: 1.5rem;
  color: #008388;
}

.section-price-table-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.table-mark {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  align-content: center;
}

.table-mark img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.border-green {
  border-right: 10px solid #008388;
  height: 85px;
  display: flex;
  margin: 35px 20px;
}

.border-pink {
  border-right: 10px solid #ec008c;
  height: 85px;
  display: flex;
  margin: 35px 20px;
}

.price-table {
  margin: 5px;
}

.price-table-header {
  background: #ec008c;
  color: white;
  text-align: center;
  font-family: "Roboto", sans-serif;
}

.price-table-header h2 {
  padding: 5px;
  margin: 0;
}

.price-table-content {
  background: rgba(236, 0, 140, 0.1254901961);
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: "Roboto", sans-serif;
}

.price-table-content span {
  padding: 10px 20px;
  font-weight: 500;
  font-size: 1.1rem;
  color: #000000;
  display: flex;
  align-items: center;
}

.price-table-content span:nth-of-type(even) {
  background: rgba(236, 0, 142, 0.164);
}

.section-image-tall {
  display: flex;
  align-items: center;
  padding: 20px;
  width: 50%;
}

.section-image-tall img {
  width: 100%;
  max-width: 400px;
}

#section-03 .section-header-big {
  color: #532f64;
}

#section-03 h3 {
  color: #532f64;
}

.team-container {
  display: flex;
  justify-content: space-between;
}

.team-person {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  box-shadow: 5px 10px 20px 10px rgba(0, 0, 0, 0.05);
  width: 30%;
  padding: 20px 0;
  border-radius: 10px;
  font-family: "Roboto", sans-serif;
}

.team-picture {
  -o-object-fit: cover;
     object-fit: cover;
}

.team-picture img {
  border-radius: 50%;
  height: 150px;
  width: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-person span {
  font-weight: bold;
  font-size: 1.3rem;
  margin-top: 20px;
}

.team-person p {
  font-size: 1rem;
  padding: 0 30px;
  line-height: 1.5rem;
  text-align: center;
  height: 50px;
  font-weight: lighter;
}

.team-person a {
  text-decoration: none;
  padding: 10px;
}

.team-person a img {
  width: 15px;
  opacity: 0.6;
}

a {
  color: #663366;
}

/* Tooltip container */
.tooltip {
  position: relative;
  display: inline-block;
  border-bottom: 1px dotted black;
  /* If you want dots under the hoverable text */
  font-size: 0.8rem;
}

/* Tooltip text */
.tooltip .tooltiptext {
  visibility: hidden;
  width: 400px;
  background-color: rgb(51, 51, 51);
  color: #fff;
  text-align: center;
  padding: 20px;
  border-radius: 6px;
  /* Position the tooltip text - see examples below! */
  position: absolute;
  z-index: 1;
  top: -10px;
  right: 100%;
}

.tooltip a {
  color: white;
}

/* Show the tooltip text when you mouse over the tooltip container */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.tooltip-bottom {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: rgb(51, 51, 51);
  color: white;
}

.tooltip-bottom p {
  padding: 0 20px;
}

.tooltip-bottom p:first-of-type {
  padding-top: 20px;
}

.tooltip-bottom p:last-of-type {
  padding-bottom: 20px;
  padding-top: 0;
}

.tooltip-bottom p a {
  color: white;
}

/* FOOTER SECTION */
.footer-container {
  background: url(../img/WorkWalk-Footer.webp);
  background-position: right center;
  height: 700px;
  background-size: contain;
  background-repeat: no-repeat;
}

.privacy-container {
  display: flex;
  position: absolute;
  bottom: 0;
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
  flex-wrap: wrap;
  left: 0;
  right: 0;
  font-family: "Roboto", sans-serif;
}

.privacy-container a {
  padding: 10px;
  color: #663366;
}

/* MEDIA QUERY */
@media only screen and (max-width: 1000px) {
  .triangle-left {
    height: 65%;
  }
  .section-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .section-image {
    width: 90%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
  }
  .section-image img {
    width: 90%;
  }
  .section-content {
    width: 90%;
  }
  .footer-container {
    height: 400px;
  }
  #section-about .section-content h1 {
    font-size: 3rem;
  }
  #section-contact .section-content h1 {
    font-size: 3rem;
  }
  .border-pink {
    margin: 5px 20px;
    height: 45px;
    border-right: 5px solid #ec008c;
  }
  .border-green {
    margin: 5px 20px;
    height: 45px;
    border-right: 5px solid #008388;
  }
  .header-container {
    height: 500px;
  }
  .triangle-right {
    height: 500px;
  }
  .section-image:nth-of-type(1) {
    margin-bottom: 100px;
  }
  .section-image:nth-of-type(2) {
    margin-top: 100px;
  }
  .section-image-tall {
    margin-bottom: 100px;
  }
  .team-container {
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .team-container .team-person {
    margin: 10px;
    padding: 20px;
    width: 50%;
  }
  .tooltip:hover .tooltiptext {
    visibility: hidden;
  }
}
@media only screen and (max-width: 768px) {
  .section-price-table-container {
    grid-template-columns: 1fr;
  }
  .team-container .team-person {
    margin: 10px;
    padding: 20px;
    width: 90%;
  }
  .tooltip:hover .tooltiptext {
    visibility: hidden;
  }
}
@media only screen and (min-width: 1000px) {
  .tooltip-bottom {
    display: none;
  }
}
@media only screen and (max-width: 700px) {
  .privacy-container {
    position: relative;
  }
}
@media only screen and (max-width: 450px) {
  #section-about .section-content h1 {
    font-size: 2rem;
  }
  #section-contact .section-content h1 {
    font-size: 2rem;
  }
  .team-container .team-person {
    margin: 10px;
    padding: 20px;
    width: 90%;
  }
  .section-image-tall {
    margin-bottom: 200px;
  }
  .border-pink {
    margin: 5px 20px;
    height: 35px;
    border-right: 5px solid #ec008c;
  }
  .border-green {
    margin: 5px 20px;
    height: 35px;
    border-right: 5px solid #008388;
  }
  .team-person p {
    padding: 0px;
    height: 60px;
    margin-block-start: 0.5em !important;
    margin-block-end: 0.5em !important;
  }
}/*# sourceMappingURL=style.css.map */