
.pageContainer{
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  margin-top: 3.3%;
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  color: #43464D;
}

.header, .mainContent, .footer{
  padding: 0 30px;
}

.header, .footer{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media only screen and (max-width: 800px) {
  .header > *{
    margin: 20px 0;
  }
}

.langMenuContainer a,
.langMenuContainer a:visited{
  padding: 12px;
  color: black;
  font-weight: 600;
  text-decoration: none;
  font-size: 18px;
}

.langMenuContainer a.current{
  color: var(--main_color);
}

@media only screen and (min-width: 800px) {
  .langMenuContainer a:first-child{
    padding-left: 0;
  }
  .langMenuContainer a:last-child{
    padding-right: 0;
  }
}

.mainContent a,
.mainContent a:visited{
    color: #0000EE;
}
.mainContent a:hover{
    color: #551A8B;
}

h3.welcomephrase{
  font-style: normal;
  font-weight: 700;
}

strong{
  font-weight: 500;
}

.mainContent hr{
  border: 2px dotted var(--main_color);
  border-top-style: dotted;
  border-right-style: dotted;
  border-bottom-style: dotted;
  border-left-style: dotted;
  border-style: none none dotted;
  color: white;
  background-color: white;
  margin: 20px 0;
}

.buttonContainer{
  margin: 35px 0;
}

.choice {
  text-align: left;
  text-decoration: none;
  padding-left: 2%;
  font-family: "Roboto", "Helvetica Neue", "Arial", sans-serif;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 14px;
  color: var(--button_text_color);
  background: none;
  border: none;
  width: 100%;
  max-width: unset;
  padding: 0;
}

.choice a:link,
.choice a:visited {
  display: block;
  text-decoration: none;
  border-radius: 8px;
  border: 22px f1f1f1;
  background-color: var(--main_color);
  min-width: 50%;
  max-width: 400px;
  padding: 20px;
  color: var(--button_text_color);
}
.choice a:hover {
  background-color: var(--hover_color);
  color: var(--button_text_color);
}
.choice a:active {
  background-color: #0083C9;
  color: white;
}

.logoTop{
  max-height: var(--height_header);
}
.logoBottom{
  max-height: var(--height_footer);
}
.logoRight{
  float: right;
}
.logoCenter{
  margin: 0 auto;
}
.logoLeft, .logoRight{
  max-width: 50%;
}
