.headerheading {
  padding-top: 8%;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 300%;
  font-family: 'Montserrat';
}

.headerheading.white {
  padding-top: 8%;
  position: relative;
  text-align: center;
  width: 100%;
  font-size: 300%;
  color: #fff;
  font-family: 'Montserrat';
}

@media (max-width: 768px) {
  .headerheading {
    padding-top: 25%;
    position: relative;
    text-align: center;
    width: 100%;
    font-size: 250%;
    font-family: 'Montserrat';
  }
}

@media (max-width: 768px) {
  .headerheading.white {
    position: relative;
    padding-top: 25%;
    text-align: center;
    width: 100%;
    font-size: 250%;
    color: #fff;
    font-family: 'Montserrat';
  }
}

@media (max-width: 768px) {
  select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 3%;
    overflow: hidden;
    padding: 5px 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 95%;
  }
}

@media (min-width: 769px) {
  select#soflow, select#soflow-color {
    -webkit-appearance: button;
    -webkit-border-radius: 2px;
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1);
    -webkit-padding-end: 20px;
    -webkit-padding-start: 2px;
    -webkit-user-select: none;
    background-image: url(http://i62.tinypic.com/15xvbd5.png), -webkit-linear-gradient(#FAFAFA, #F4F4F4 40%, #E5E5E5);
    background-position: 97% center;
    background-repeat: no-repeat;
    border: 1px solid #AAA;
    color: #555;
    font-size: inherit;
    margin: 3% 22% 3% 22%;
    overflow: hidden;
    padding: 5px 2%;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 56%;
  }
}

@media (min-width: 768px) {
  .divlangertext {
    padding-left: 22%;
    padding-right: 22%;
  }
}

@media (min-width: 769px) {
  #checklist {
    padding-left: 5%;
  }
}

@media (max-width: 768px) {
  #checklist {
    text-align: left;
  }
}

#related_posts {
  text-align: left;
}

.flagdesc {
}

.flagdesc p {
  font-family: 'Lato';
}

.flagdesc span {
  font-family: 'Open Sans';
  margin-bottom: 5%;
}

.homedesc p {
  font-family: 'ABeeZee';
  font-size: 1.2em;
  margin-bottom: 2.5%;
}

#floatMenu {
  position: absolute;
  top: 40%;
  right: 0%;
  width: 20%;
  background-color: transparent;
  margin: 0;
  padding: 0;
  font-size: 11px;
}

.divlangertext.legal {
  text-align: left;
}

@media (max-width: 768px) {
  .divlangertext.legal h2 {
    font-size: x-large;
  }
}

#index_container div {
  text-align: left;
}

@media (max-width: 767px) {
  .flaghide {
    display: none;
  }
}

.flagpos {
}

.d-xl-flex.flex-row.flex-grow-1.justify-content-between.align-content-stretch.align-items-xl-center.teaserlist {
  padding-bottom: 15px;
}

#texticon {
  color: #2e8fc3;
}

#buttonicon {
  background: #2e8fc3;
}

a {
  color: #2e8fc3;
}

strong {
  color: #2e8fc3;
}

