footer {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.socialMedia__icons ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.socialMedia__icons li {
  margin: 1rem 0;
}

.socialMedia__icons a {
  text-decoration: none;
  color: #1a1a1a;
  font-size: 3rem;
}

.socialMedia__icons__x:hover {
  color: #555;
}

.socialMedia__icons__facebook:hover {
  color: #0077e2;
}

.socialMedia__icons__youtube:hover {
  color: #ef1a1a;
}

.footerLinks {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.footerLinks a,
.footerLinks p {
  margin: 1rem 0;
  text-decoration: none;
  color: #1a1a1a;
  font-size: 1rem;
}

.footerLinks a:hover,
.footerLinks a:active {
  color: var(--primary-dark);
}

.divider__footer {
  width: 70%;
  height: 1px;
  background: #1a1a1a;
}

.divider__footer__2 {
  height: 1px;
  width: 45%;
  background: #1a1a1a;
  margin-bottom: 1rem;
}

.copyright {
  font-size: 0.8rem;
  color: #7d7d7d;
}

.cookieLink {
  color: white;
  text-decoration: underline;
}

.select-wrapper {
  width: 100px;
}

/* select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  height: 40px;
  margin: 0 10px;
  background: none;
  color: #1a1a1a;
  font-size: 1rem;
  font-family: 'Montserrat', sans-serif;
  outline: none;
  cursor: pointer;
}

select option {
  text-align: center;
}

select::-ms-expand {
  display: none;
}

select:focus::-ms-value {
  background-color: transparent;
} */

.partner {
  background: #1a1a1a;
  height: auto;
  /* width: 100%; */
  /*padding-top: 1rem;*/
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  /*overflow: hidden;*/
}

.contact {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #e8e8e8;
  margin-top: 3rem;
}

.partner-container {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-text {
  width: 100%;
  height: auto;
  padding: 4rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.partner-text h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2rem;
}

.partner-icons {
  width: 90%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  padding: 1rem;
  background-color: white;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto 10%;
}

/* .partner-icons__container {
  width: 100%;
  height: 100%;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
} */

.partner-icon {
  max-width: 70%;
  height: auto;
  margin: 1.5rem 0;
}

.btn-partner {
  position: relative;
  border-radius: 2px;
  -webkit-box-shadow: 0 0 4px rgb(255, 255, 255);
  box-shadow: 0 0 4px rgb(255, 255, 255);
  background-color: #1a1a1a;
  color: #ecf0f1;
  font-family: 'Montserrat', sans-serif;
  font-size: 1.2rem;
  text-align: left;
  display: block;
  width: 20rem;
  margin: 30px auto;
  padding: 1rem;
  overflow: hidden;
  border-width: 0;
  outline: none;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
}

.btn-partner:hover,
.btn-partner:focus,
.btn-partner a:hover {
  background-color: #e8e8e8;
  color: #1a1a1a;
  -webkit-transition: all 0.5s ease-in;
  -o-transition: all 0.5s ease-in;
  transition: all 0.5s ease-in;
  cursor: pointer;
}

.btn-partner > * {
  position: relative;
}

.btn-partner:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 0;
  padding-top: 0;
  border-radius: 100%;
  background-color: rgba(26, 26, 26, 0.2);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.btn-partner:active:before {
  width: 120%;
  padding-top: 120%;
  -webkit-transition: width 0.2s ease-out, padding-top 0.2s ease-out;
  -o-transition: width 0.2s ease-out, padding-top 0.2s ease-out;
  transition: width 0.2s ease-out, padding-top 0.2s ease-out;
}

.btn-partner span {
  font-family: 'PT Sans', sans-serif;
}

.mailchimp {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 20rem;
  font-size: 1.2rem;
  min-height: 3rem;
  display: block;
  min-width: 130px;
}

/******************************************************************************/

.language-container {
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 80px;
}

.language-options-container {
  display: flex;
}

.language-option {
  display: flex;
  width: 3rem;
  height: 3rem;
  filter: saturate(.3);
  cursor: pointer;
}

.language-option.selected,
.language-option:hover {
  filter: saturate(1);
}

.language-option.not-supported {
  display: none;
}

.language-option img {
  width: 2rem;
  outline: 2px solid lightgrey;
  border-radius: 50%;
  margin: auto;
}

.language-option:hover img {
  outline: 2px solid white;
}

.language-option.selected img {
  width: 46px;
  outline: .2rem solid var(--white);
}

/******************************************************************************/

.google-translate-container {
  position: fixed;
  display: flex;
  bottom: 0;
  left: 80px;
}

#use-own-language-selection {
  cursor: pointer;
  color: var(--primary);
  margin-left: -28px;
  margin-top: 17px;
}

.goog-te-gadget {
  background-color: #FFFFFFCC;
  padding: 10px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.goog-te-combo {
  background-color: white;
  border: 1px solid var(--dark);
  width: 11rem;
  height: 30px;
  text-align: center;
  border-radius: 5px;
}

.VIpgJd-ZVi9od-ORHb-OEVmcd {
  visibility: hidden !important;
}

/******************************************************************************/

.cookiefirst-root button {
  outline: .2rem solid var(--white);
}

.cookiefirst-root button:focus {
  outline-color: white !important;
}

.cookiefirst-root .cf2EfR:focus {
  outline: none !important;
}

/******************************************************************************/

@media (min-width: 800px) {
  .partner {
    background: #1a1a1a;
    height: auto;
    width: 100%;
    /*margin-top: 1rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /*overflow: hidden;*/
  }

  .partner-text {
    width: 100%;
    height: 30%;
    /*padding: 4rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    color: white;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 2rem;
  }

  .partner-icons {
    /* width: 90%; */
    padding: 2rem 5rem;
    margin: 0 auto 5rem;
  }

  /* .partner-icons__container {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  } */

  .partner-icon {
    width: 15%;
    height: inherit;
    margin: 2rem;
    align-self: center;
  }

  .mailchimp {
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    width: 20rem;
    font-size: 1.2rem;
    min-height: 3rem;
    display: block;
    padding: 0 0.4em;
    margin: 0 4% 10px 0;
    min-width: 130px;
  }

  .partner-container {
    width: 100%;
    height: 100%;
  }

  .socialMedia__icons ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .socialMedia__icons li {
    margin: 0 2rem;
  }

  .socialMedia__icons a {
    font-size: 2rem;
  }

  footer {
    min-height: 20rem;
    height: 20rem;
  }

  .footerLinks {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .divider__footer {
    width: 1px;
    height: 1rem;
    margin: 1rem;
  }

  .divider__footer__2 {
    height: 1px;
    width: 55rem;
    max-width: 500px;
    background: #1a1a1a;
    margin-bottom: 1rem;
  }
}

@media (min-width: 1024px) {
  .partner {
    background: #1a1a1a;
    /* height: 360px; */
    width: 100%;
    /*margin-top: 3rem;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
  }
  /* .partner-icons {
    padding: 2rem 5rem;
  } */
}
