body {
  margin: 0;
  font-family: Helvetica Neue, Helvetica;
  color: rgba(232, 230, 227, 0.75);
  background-color: #1C1D1F;
  overflow-x: hidden;
}

#wrapper {
  overflow-x: hidden;
  max-width: 100%;
  word-wrap: break-word;
  overflow-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;

  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  -ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

a {
  color: #43A3DB;
  text-decoration: none;
}

h2 {
  margin-bottom: 0px;
  /*margin-left: 55px;*/
}

ul {
  margin-block-start: 1em;
  margin-block-end: 2em;
}

li {
  margin-top: 4px;
  margin-bottom: 4px;
}

.article {
  margin-left: 35px;
  max-width: 100%;
  margin-right: 15px;
  margin-top: 25px;
}

@media only screen and (max-width: 600px) {
  .article {
    margin-left: 10px;
    margin-top: 10px;
    max-width: 100%;
  }
}

.title {
  margin-bottom: 40px;
}

.title span {
  padding-bottom: 3px;
  padding-right: 7px;
  border: solid;
  border-top: none;
  border-left: none;
  border-right: none;
  border-width: 3px;
}


/* Add a black background color to the top navigation */
.active {
  box-shadow: 0 -3px 0 rgba(232, 230, 227, 0.75) inset;
}

.topnav {
  background-color: #2A2C2E;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

/* Style the links inside the navigation bar */
.topnav a {
  float: left;
  display: block;
  color: rgba(232, 230, 227, 0.75);
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  font-size: 17px;
}

/* Change the color of links on hover */
.topnav a:hover:not(.active) {
  background-color: #282828;
}

.topnav .active {
  cursor: default;
}

/* Add an active class to highlight the current page */
/*.topnav a.active {
  background-color: #4CAF50;
}*/

/* Hide the link that should open and close the topnav on small screens */
.topnav .icon {
  display: none;
}

/* When the screen is less than 600 pixels wide, hide all links, except for the first one ("Home"). Show the link that contains should open and close the topnav (.icon) */
@media only screen and (max-width: 600px) {

  /*.topnav {min-width: 100%;}*/
  .topnav a:not(:first-child) {
    display: none;
  }

  .topnav a.icon {
    float: right;
    display: block;
  }
}

/* The "responsive" class is added to the topnav with JavaScript when the user clicks on the icon. This class makes the topnav look good on small screens (display the links vertically instead of horizontally) */
@media only screen and (max-width: 600px) {
  .topnav.responsive {
    position: relative;
  }

  .topnav.responsive a.icon {
    position: absolute;
    right: 0;
    top: 0;
  }

  .res:hover {
    box-shadow: 0 -3px 0 rgba(232, 230, 227, 0.75) inset;
  }

  #pdpimage {
    position: absolute;
    right: 50px;
    top: 0;
  }

  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }

  #siteNameShort {
    position: absolute;
    right: 50px;
    top: 0;
  }
}

.icon:hover {
  /*box-shadow:0 -3px 0 rgba(232, 230, 227, 0.75) inset;*/
}

#siteName {
  float: right;
  display: block;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;

  /*cursor: default;*/
  text-align: center;

}

#siteName:hover {
  background-color: #2A2C2E;
}

#siteName:a {
  cursor: auto;
}


@media only screen and (max-width: 610px) {
  #siteName {
    display: none;
  }
}

#siteNameShort {
  float: right;
  display: block;
  text-align: center;
  padding: 20px 16px;
  text-decoration: none;
  margin-right: 60px;
  /*cursor: default;*/
  text-align: center;

}

#siteNameShort:hover {
  background-color: #2A2C2E;
}

#siteNameShort:a {
  cursor: auto;
}

@media screen and (min-width: 610px) {
  #siteNameShort {
    display: none;
  }
}

@media screen and (max-width: 320px) {
  #siteNameShort {
    display: none;
  }
}

#pdpimage {
  float: right;
  width: 50px;
  display: block;
  border-radius: 15%;
  margin-top: 5px;
  margin-right: 5px;
}

@media only screen and (max-width: 200px) {
  #pdpimage {
    display: none;
  }
}

.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}


/* Tooltip found here: https://codepen.io/A973C/pen/dcypl */
.has-tooltip {
  position: relative;
}

.has-tooltip .tooltip {
  opacity: 0;
  visibility: hidden;
  /*-webkit-transition: visibility 0s ease 0.5s,opacity .3s ease-in;
  -moz-transition: visibility 0s ease 0.5s,opacity .3s ease-in;
  -o-transition: visibility 0s ease 0.5s,opacity .3s ease-in;
  transition: visibility 0s ease 0.5s,opacity .3s ease-in;*/
  cursor: default;
}

.has-tooltip:hover .tooltip {
  /*opacity: 1;
  visibility: visible;*/
}

/* Tooltip Body */
.tooltip {
  background-color: #222;
  bottom: 130%;
  color: #fff;
  font-size: 12px;
  left: 50%;
  margin-left: -66px;
  padding: 6px;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 120px;
  z-index: 4;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

/* Tooltip Caret */
.tooltip:after {
  border-top: 5px solid #222;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  bottom: -5px;
  content: " ";
  font-size: 0px;
  left: 50%;
  line-height: 0%;
  margin-left: -4px;
  position: absolute;
  width: 0px;
  z-index: 1;
}

.languageDropdown {
  position: absolute;
  right: 30px;
  display: flex;
  flex-flow: column;
}

.languageDropdown img {
  visibility: hidden;
  width: 40px;
  cursor: pointer;
  margin-top: 5px;
}

.languageDropdownSelecting img {
  visibility: visible;
}

.languageDropdown img.activeLanguage {
  visibility: visible;
}