body {
    width: 90%;
    max-width: 1020px;
    margin: auto;
    font-family: Sans-serif;
    color: #444444;
    color: #003366;
    background-color: #f5fcfc;
    background-color: #ffffff;
}

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

header.language-bar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0px 10px;
    overflow: hidden;
}

a.inactive-language {
    text-decoration: none;
    margin: 5px 0px 3px 5px;
    border: 1px solid #000066;
    border-radius: 50%;
    padding: 3px 3px 3px 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    color: #000066;
    background-color: #ffffff;
}

a.inactive-language:hover {
    cursor: pointer;
    background-color: #dddddd;
}

span.active-language {
    margin: 5px 0px 3px 5px;
    border: 1px solid #000066;
    border-radius: 50%;
    padding: 3px 3px 3px 3px;
    width: 20px;
    height: 20px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    background-color: #004080;
}

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

div.vc_banner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  text-align: left;
  background-color: #333333;
  background-color: #000066;    /* web-safe navy blue color scheme */
  color: white;
  font-size: 25px;
}

div.vc_bannerelement {
  display: flex;
  align-items: center;
  text-align: left;
  color: white;
  font-size: 25px;
}

div.vc_slogan {
  text-align: left;
  color: white;
  font-size: 25px;
}

img.vc_logo {
  margin: 5px 10px;
  padding: 10px;
  border: 2px solid white;
  border-radius: 50%;
  width: 35px;
  height: 35px;
}

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

div.vc_contact_header {
  display: inline-block;
  width: 140px;
}

a.vc_contact_header {
  text-decoration: none;
  color: #666666;
  font-size: 14px;
}

a.vc_contact_header:hover {
  text-decoration: underline;
  color: black;
}

span.vc_contact_icon {
  color: red;
}

a.vc_contact {
  text-decoration: none;
  color: #444444;
  color: #004080;
  font-size: 14px;
}

a.vc_contact:hover {
  text-decoration: underline;
  color: red;
}

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

div.vc_footer {
  margin: 30px auto 5px auto;
  padding: 10px 20px;
  text-align: left;
  background-color: #333333;
  background-color: #000066;
  color: white;
  font-size: 14px;
}

div.vc_footer_text {
  margin: 10px 0px;
}

a.vc_contact_footer {
  text-decoration: none;
  color: #ffffff;
  font-size: 14px;
}

a.vc_contact_footer:hover {
  text-decoration: underline;
}

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

div.vc_page_intro {
  margin: 0px auto 0px auto;
  width: fit-content;
  padding: 10px 10px 0px 10px;
  text-align: center;
  font-size: 25px;
  font-style: italic;
  color: #003366;
}

div.vc_centered_text {
  margin: 0px auto 5px auto;
  width: fit-content;
  padding: 0px 10px 10px 10px;
  text-align: center;
  font-size: 16px;
  color: #003366;
}

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

div.vc_service {
  margin: 10px auto 5px auto;
  width: fit-content;
  padding: 10px;
  text-align: center;
  font-size: 3.6vw;
  color: #003366;
}

div.vc_servicebox {
  margin: 0px 0px 15px 0px;
  border: 1px solid #666666;
  border: 1px solid #003366;
  padding: 0px 15px;
  line-height: 1.5;
  color: #003366;
  background-color: white;
}

h1.vc_servicename {
  margin: 5px auto;
  width: fit-content;
  padding: 10px;
  border-bottom: 1px solid #666666;
  border-bottom: 1px solid #003366;
  text-align: center;
  font-size: 4vw;
  line-height: 1.1;
  font-weight: normal;
  color: #000066;
}

h2.vc_service_text_header {
  margin-top: 25px;
  margin-bottom: 0px;
  font-size: 16px;
  line-height: 1.1;
  font-weight: bold;
  color: #000066;
}

p.vc_serviceoneliner {
  text-align: center;
  font-size: 16px;
}

p.vc_highlight {
  padding: 0px 0px 0px 10px;
  font-style: italic;
  font-size: 17px;
  color: #333333;
  color: #000066;
}

ul {
  margin-top: -10px;
  list-style-type: circle;
}

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


@media screen and (max-width: 300px) {

  div.vc_contact_header {
    display: block;
  }
}


@media screen and (max-width: 400px) {

  div.vc_contact_header {
    width: 126px;
  }

  a.vc_contact_header {
    font-size: 12px;
  }
}

@media screen and (max-width: 500px) {

  body {
    width: 95%;
  }

  div.vc_service {
    font-size: 18px;
  }

  h1.vc_servicename {
    font-size: 20px;
  }
}

@media screen and (max-width: 740px) {

  div.vc_banner {
    flex-direction: column;
  }

  div.vc_slogan {
    font-size: 20px;
    text-align: center;
  }

  ul {
    margin-left: 0px;
    padding-left: 25px;
  }

  div.vc_page_intro {
    font-size: max(3.2vw, 18px);
    font-size: 18px;
  }
}

@media screen and (min-width: 833px) {

  div.vc_service {
    font-size: 30px;
  }
}

@media screen and (min-width: 1000px) {

  h1.vc_servicename {
    font-size: 40px;
  }
}