#header {
  z-index: 0;
  height: 100vh;
  position: relative;
  top: 0;
  background: transparent url("../images/HeaderPic_3000.jpg") no-repeat center top;
  width: 100%;
  margin: 0;
  display: flex;
  flex-flow: column;
  justify-content: center;
}

#header .quantx_logo {
  box-sizing: border-box;
  display: block;
  width: 100%;
  text-align: center;
  height: 100%;
  padding: 8% 0 6% 0;
  margin: 0 auto;
}

.quantx_logo img  {
  height: 70%;
}

.text {
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1), rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  color: white;
  width: 500px;
  height: 38px;
  font-size: 40px;
  text-align: center;
  margin: 10px auto;
  padding: 20px 0;
}

span.spacer {
  display: block;
  height: 20px;
}

h1#CompanyName {
  margin: 20px 0 0 0;
  width: 100%;
  text-align: center;
  font: 200% 'dosisextralight', sans-serif;
  color: rgba(0, 0, 0, 1.0);
}

div#CompanySlogan {
  margin: 30px auto 20px auto;
  width: 500px;
  height: auto;
  font-size: 120%;
  line-height: 30px;
}

h2 {
  text-align: left;
  font: 160% 'LatoRegular';
  margin: 20px 0 10px 0;
  color: rgba(30, 30, 38, 0.9);
}

h3 {
	font: 140% 'LatoRegular';
	color: white;
	margin: 0;
	padding: 0;
	width: 100%;
}

h3.dataprotection {
  font: 130% 'LatoRegular';
  color: rgba(30, 30, 38, 0.9);
  margin: 0;
  padding: 0;
}

h3.listTitle {
  font: 110% 'LatoRegular';
  color: rgba(0, 0, 0, 0.8);
  margin: 0;
  padding: 4px 0 2px 0;
}

h3.imageTitle {
  font: 150% 'LatoRegular';
  text-align: center;
  color: rgba(0, 0, 0, 0.8);
}

p {
	color: white;
	width: 100%;
	vertical-align: middle;
}

h3.specialArea {
  font: 110% 'LatoRegular';
}

p.question {
  color: rgba(30, 30, 38, 0.8);
}

p.imageText {
  text-align: center;
}

hr {
  border: none;
  height: 1px;
  background-color: rgba(0, 0, 100, 0.3)
}

.indexItem {
  cursor: pointer;
}

.indexItem:hover {
  color: rgba(30, 30, 38, 1.0);
}

.indexItem.active {
  font-style: italic;
}

#RefCaGi {
  background: linear-gradient(to bottom, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  padding: 50px 10% 50px 10%;
  color: white;
}

#RefCaGi h3 {
  color: white;
  padding-bottom: 50px;
}

#RefCaGi a.textLink {
  color: white;
}

.caLink {
}

img#CaLogo {
  width: auto;
  padding-bottom: 50px;
}

#Memberships {
  height: 450px;
  width: 100%;
  padding: 50px 3% 90px 3%;
  background-color: rgba(237, 240, 247, 0.8);
  text-align: center;
}

#Seals {
  height: auto;
  width:100%;
  text-align: center;
  background-color: white;
}

#Memberships h3 {
  padding: 0 0 50px 0;
  font-weight: bold;
  color: rgba(16, 32, 46, 1);
}

#Seals h3 {
  padding: 40px 0 20px 0;
  color: rgba(16, 32, 46, 1);
}

#Memberships p {
  width: 20%;
  float: left;
  padding: 0 2%;
  color: rgba(16, 32, 46, 1);
}

#Seals p {
  color: rgba(16, 32, 46, 1);
  padding: 20px 1.666%;
  width: 33.3%;
  float: left;
}
span.seal_text {
  display: block;
  width: 80%;
  margin: 0 10%;
}
.centered {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  background-attachment: scroll;
  display: block;
  padding: 0 0;
  overflow: visible;
  text-align: center;
  border-top: 1px solid rgba(30, 30, 38, 0.2);
}

.published {
  position: absolute;
  top: 48px !important;
  width: 100%;
  max-width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  background-attachment: scroll;
  display: block;
  padding: 0 0;
  overflow: visible;
  text-align: center;
  z-index: 1;
}

.abstract {
  padding: 0;
  text-align: justify;
}

#Customers,
#RnD {
  padding: 30px 5%;
  text-align: right;
  width:100%;
}

#Customers {
  text-align: left;
}

a#caLink {
  display: block;
  margin-top: 10px;
  max-width: 200px;
}

div.index_crypto {
  display: block;
}

div.role {
  display: block;
  margin-bottom: 10px;
  color: rgba(0, 0, 0, 0.9);
  font-size: 115%;
}

img.crypto {
  width: 50%;
  display: block;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

img#portrait {
  position: absolute;
  top: 0;
  right: 0;
  margin-top: 30px;
  border: 1px solid rgba(30, 30, 38, 0.2);
  max-width: 30%
}

#OurService {
  padding: 5% 10% 10%;
  width: 100%;
  height: auto;
  min-height: 600px;
  box-sizing:border-box;
  background-color: rgba(237, 240, 247, 0.8);
}

#OurServiceEnglish {
  padding: 5% 10% 10%;
  width: 100%;
  height: auto;
  min-height: 600px;
  box-sizing:border-box;
  background: #fff;
}

#ServiceTitle {
  width: 100%;
  display: block;
}

#ServiceContent {
  display: flex;
}

#ServiceTitle h3 {
  margin-bottom: 50px;
  font-size: 3em;
  font-family: 'coolveticarg', sans-serif;
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#ServiceLeft {
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: left;
}

#ServiceLeft p {
  font: 100% 'LatoLight';
  text-align: left;
  color: #000;
}

.collapsible {
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid white;
  background: rgba(2, 9, 22, 1);
  width: 100%;
  font: 110% 'LatoLight';
  color: #fff;
}

.active, .collapsible:hover {
  background-color: #1c354b;
}

.collapsible:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.collapsible_en {
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid white;
  background: rgba(2, 9, 22, 1);
  width: 100%;
  font: 110% 'LatoLight';
  color: #fff;
}

.active, .collapsible_en:hover {
  background-color: #1c354b;
}

.collapsible_en:after {
  content: '\002B';
  color: white;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.active:after {
  content: "\2212";
}

.content {
  padding: 0 18px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  border: 2px solid white;
  background-color: #a1bdcf;
}


#ServiceRight {
  padding: 0;
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: right;
  margin: auto;
}

#OurExpertise {
  padding: 5% 10% 5%;
  width: 100%;
  text-align: left;
  height: auto;
  min-height: 660px;
  display: flex;
  box-sizing:border-box;
  background: rgba(0, 3, 5, 1.0) url("../images/ServiceBackground_large.jpg") no-repeat center;
  background-size: cover;
}

#ExpertiseRight {
  padding: 0;
  height: 600px;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
  z-index: 1;
}

#ExpertiseRight ul li {
  margin: 30px 0;
  padding: 20px;
  box-sizing: border-box;
  border: 2px solid white;
  background: rgba(2, 9, 22, 1);
}

#ExpertiseRight ul li a {
  color: white;
  display: block;
  width: 100%;
  text-align: center;
}

#ExpertiseLeft {
  padding: 0;
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: left;
  color: white;
  z-index: 3;
  display: flex;
  margin: 10% 0 20% 0;
}

.expertise-bg {
  width: 70%;
  margin: auto;
  background: 2px 2px rgba(0,0,0, 0.5);
  box-shadow: 2px 2px rgba(0,0,0, 0.5);
  -webkit-box-shadow: 2px 2px rgba(0,0,0, 0.5);
  -moz-box-shadow: 2px 2px rgba(0,0,0, 0.5);
}

#ExpertiseLeft h3 {
    color: white;
    font-size: 42px;
    font-family:'coolveticarg', sans-serif;
    display: block;
    width: 100%;
}

#ExpertiseLeft p {
    display: block;
    width: 100%;
}

ul {
  margin: 0;
  padding: 0;
  width: 100%;
  display: block;
  box-sizing:border-box;
  height: auto;
  color: white;
}

ul {
  list-style: none;
}

div#CustomerSection {
  width: 100%;
  text-align: left;
  height: auto;
  display: flex;
  box-sizing: border-box;
  padding: 10%;
}

div#CustomerSection div#ImageLeft {
  padding: 0;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: left;
  margin: auto;
}

div#CustomerSection div.TextRight {
  padding: 0;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: justify;
  color: black;
}

div#CustomerSection div#MobileCustomerImage {
  display: none;
}

div#CustomerSection div.TextRight h3 {
  font-size: 3em;
  font-family:'coolveticarg', sans-serif;
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  margin: -25px 0 50px 0;
}

div#CustomerSection div.TextRight h3,
div#CustomerSection div.TextRight p {
  color: black;
  line-height: 1.5;
}

img.customer_image {
  width: auto;
  max-width: 90%;
  height: 300px;
  box-shadow: 25px -25px rgba(16, 32, 46, 1);
}

div#ResearchAndDevelopment {
  padding: 10%;
  min-height: 600px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: rgba(0, 3, 5, 1.0) url("../images/iStock-1183051044_pqsec_cropped.jpg") no-repeat right;
}

div#ResearchAndDevelopment div.TextRight {
  padding: 0;
}

div#ResearchAndDevelopment h3 {
  padding: 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 42px;
  line-height: 1;
  font-family:'coolveticarg', sans-serif;
  color: white;
  margin: 30px 0 50px 0;
}

div#ResearchAndDevelopment p {
  padding: 10px;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.5;
  background-color: rgba(1, 6, 9, 0.6);
  box-shadow: 0 0 20px rgba(1, 6, 9, 0.6);
  -moz-box-shadow:0 0 20px rgba(1, 6, 9, 0.6);
  -webkit-box-shadow: 0 0 20px rgba(1, 6, 9, 0.6);
}

div#AboutUsSection {
  width: 100%;
  text-align: left;
  height: auto;
  display: flex;
  box-sizing:border-box;
  padding: 10%;
}

div#AboutUsSection div#TextLeft {
  padding: 0;
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: justify;
  color: black;
}

div#AboutUsSection h3 {
  font-size: 3em;
  font-family:'coolveticarg', sans-serif;
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
   -webkit-background-clip: text;
   -webkit-text-fill-color: transparent;
  margin: 0 0 50px 0;
}

div#AboutUsSection div#TextLeft h3,
div#AboutUsSection div#TextLeft p {
  color: black;
  line-height: 1.5;
}

div#AboutUsSection div#ImageRight {
  padding: 0;
  height: auto;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: right;
  margin: auto;
}

ul.workFields {
  list-style: none;
}

ul.workFields li.workField,
.workField {
  box-sizing: border-box;
  padding: 30px 5%;
  margin: 0;
  width: auto;
  max-width: 100%;
  height: 0;
  border-radius: 0;
  text-align: left;
}

ul.workFields li.workField:hover,
.workField {
  background-color: rgba(255, 255, 255, 0.01);
}

li.workField.grey,
.workField.grey {
  background-color: rgba(0, 0, 100, 0.1)
}

li.server_logs::before,
ul.workFields li ul li::before,
ul.operationMode li::before {
  content: '_';
  position: absolute;
  margin-left: -12px;
}

.fieldDescription {
  padding: 10px;
}

.fieldDescription ul {
  padding: 5px 20px;
}

#aboutBackground {
	position: relative;
	float: left;
	top: 0;
	width: 90%;
	margin: 0 5%;
	height: auto;
	display: inline-block;
}

#aboutText {
  position: relative;
  text-align: justify;
  padding-bottom: 30px;
}

.aboutLinks {
  text-align: left;
}

a {
	font-weight: 100;
}

a.logoLink {
  display: block;
}

a:link {
  color: rgba(30, 30, 38, 0.6);
  text-decoration: none;
}

a:hover {
	color: rgba(30, 30, 38, 0.7);
  z-index:2;
}

a.download {
	border: 1px solid rgba(255, 255, 255, 0.3);
	padding: 5px;
	position: relative;
	top: 20px;
	margin: 10px;
}

a:visited {
    color: rgba(0, 0, 0, 0.6);
    border-collapse: collapse;
    border: 1px solid transparent;
}

a.textLink {
  width: 100%;
  font-size: 100%;
  color: rgba(122, 161, 187, 1);
  font-style: italic;
}

a.textLink:visited {
  font-size: 100%;
  color: rgba(122, 161, 187, 1);
  font-style: italic;
}

a.textLink span.linkExplanation {
    color: rgba(30, 30, 38, 0.6);
    display: inline-block;
    padding: 0 20px;
 }

a.textLink.publishedLine {
    display: inline-block;
    margin: 6px 0;
}


/*///////////////////////////// for tablet ////////////////////////////////*/

@media (max-width: 1060px) {

  body {
    font-size: 17pt;
	  min-width: 200px;
  }

  h1 {
  	font-size: 24pt;
  }

  h2 {
    font-size: 22pt;
    margin: 20px 0 10px 0;
  }

  h3 {
    font-size: 20pt;
  }

  h3.listTitle {
    font: 110% 'LatoRegular';
  }

  #linkListBackground {
    position: fixed;
    top: 0;
    height: 40px;
    width: 100%;
    background-color: rgba(255, 255, 255, 1.0);
    z-index: 4;
    border-bottom: 1px solid rgba(30, 30, 38, 0.2);
  }

  #header {
	z-index: 0;
	height: 100vh;
    background: rgba(0, 3, 5, 1.0) url("../images/HeaderPic_1000.jpg") no-repeat center;
    width: auto;
  }

  #header .quantx_logo {
    box-sizing: border-box;
    display: block;
    width: 100%;
    text-align: center;
    height: auto;
  }

  .quantx_logo img  {
    padding: 0;
    width: 60%;
    height: auto;
  }

  h1#CompanyName {
    margin: 0 0 30px 0;
    width: 100%;
    text-align: center;
    font: 180% 'dosisextralight', sans-serif;
    color: rgba(0, 0, 0, 1.0);
  }

  div#CompanySlogan {
    height: auto;
    margin: 20px auto;
    width: 450px;
    font-size: 120%;
    line-height: 24px;
  }

  h1 div.indexItem.title {
    font: 110% 'dosisextralight';
    color: rgba(0, 0, 0, 1.0);
    padding: 40px 0;
  }

  .centered {
    top: 166px !important;
    padding: 0 0;
  	margin-top: 0;
  }

  #ServiceContent {
  display: block;
  }

  #ServiceTitle h3 {
    text-align: center;
  }

  #ServiceLeft {
    width: 100%;
    float: none;
    margin-bottom: 50px;
  }
  #ServiceRight {
    width: 100%;
    float: none;
  }

  div#CustomerSection {
    padding:10% 10%;
    display: block;
  }
  .TextRight h3 {
    text-align: center;
  }

  div#CustomerSection div#ImageLeft {
    display: none;
  }

  div#CustomerSection div.TextRight {
    padding: 0 0 60px 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
    text-align: justify;
  }

  div#CustomerSection div#MobileCustomerImage {
    display: block;
    padding: 30px 0;
    width: 100%;
    box-sizing: border-box;
    float: none;
    text-align: left;
  }

  img.customer_image {
    width: 80%;
    height: auto;
    display: block;
    margin: auto;
  }

  #OurExpertise {
    padding: 0;
    width: 100%;
    text-align: justify;
    min-height: auto;
    background: rgba(0, 3, 5, 1.0);
    display: block;
  }

  #ExpertiseRight {
    padding: 0 0 5% 0;
    height: auto;
    width: 100%;
    box-sizing: border-box;
    float: none;
    background: rgba(0, 3, 5, 1.0) url("../images/iStock-493917725_quantum_1000.jpg") no-repeat center;
    background-size: cover;
  }

  #ExpertiseRight ul li {
    padding: 15px;
    box-sizing: border-box;
    border: 2px solid white;
    background: rgba(2, 9, 22, 1);
    width: 70%;
    margin: 20px 15%;
  }

  #ExpertiseRight ul li a {
    color: white;
    display: block;
    width: 100%;
    font-size: 100%;
  }

  #ExpertiseLeft {
    padding: 20px;
    width: 100%;
    min-height: auto;
    float: none;
    text-align: center;
    margin: 0;
  }

  #ExpertiseLeft h3 {
    font-size: 42px;
    font-family:'coolveticarg', sans-serif;
    margin: 30px 0 50px 0;

    display: block;
    width: auto;
    background: rgba(0,0,0, 0.5);
  }

  #ExpertiseLeft p {
    display: block;
    width: 100%;
    background: rgba(0,0,0, 0.5);
    box-shadow: 2px 2px rgba(0,0,0, 0.5);
    -webkit-box-shadow: 2px 2px rgba(0,0,0, 0.5);
    -moz-box-shadow: 2px 2px rgba(0,0,0, 0.5);
  }

  div#AboutUsSection {
    padding: 5% 10% 10%;
    display: block;
  }

  div#AboutUsSection div#TextLeft {
    width: 100%;
    color: black;
    padding: 0 0 60px 0;
    float: none;
    text-align: justify;
  }

  #TextLeft h3 {
    text-align: center;
  }

  div#AboutUsSection div#TextLeft p {
    margin-bottom: 50px;
  }

  div#AboutUsSection div#ImageRight {
    padding: 0;
    height: auto;
    width: 100%;
    float: none;
    text-align: left;
    margin-bottom: 20px;
  }

  div#ResearchAndDevelopment {
    min-height: auto;
  }

  div#ResearchAndDevelopment div.TextRight {
    padding: 0;
  }

  div#ResearchAndDevelopment h3 {
  }

  div#ResearchAndDevelopment p {
    padding: 0 0 0 0;
    box-sizing: border-box;
    text-align: justify;
    line-height: 1.5;
    background-color: rgba(1, 6, 9, 0.6);
    box-shadow: 0 0 20px rgba(1, 6, 9, 0.6);
    -moz-box-shadow:0 0 20px rgba(1, 6, 9, 0.6);
    -webkit-box-shadow: 0 0 20px rgba(1, 6, 9, 0.6);
  }

  img#CaLogo {
    width: auto;
    max-width:60%;
  }

  a#caLink {
    display: block;
  }

  #Memberships {
    box-sizing: border-box;
    padding: 10px 5%;
    height: auto;
    width: 100%;
    text-align: center;
    background-color: rgba(237, 240, 247, 0.8);
  }

  #Memberships h3 {
    padding: 20px 0 20px 0;
  }

  #Memberships p,
  #Seals p {
    width: 100%;
    float: none;
    margin: 0;
    padding: 0;
  }

  #Memberships img {
    height: 50px;
  }

  .impressum {
    top: 40px !important;
    margin-top: 0;
  }

  a.textLink,
  a.textLink:visited {
    font-size: 17pt;
    display: inline-block;
    width: auto !important;
    font-style: italic;
  }

  a.textLink.publishedLine {
    margin: 5px 0;
  }

  .abstract {
    padding: 0;
    text-align: left;
  }

  #aboutBackground {
    width: 94%;
    margin: 0 3%;
  }

  #aboutText {
    padding-bottom: 30px;
  }

  ul.workFields li.workField,
  .workField {
    max-width: 100%;
  }

  .aboutLinks a {
    font-size: 17pt;
  }

}

/*///////////////////////////// for mobile ////////////////////////////////*/

@media (max-width: 800px) {

  body {
    font-size: 15pt;
    min-width: 200px;
  }

  h1 {
	  font-size: 22pt;
    width: 94%;
  }

  h2 {
    font-size: 20pt;
  }

  h3 {
    font-size: 18pt;
  }

  .centered {
    padding-bottom: 40px;
  }

  #header .quantx_logo {
    text-align: center;
    height: auto;
  }

  h1#CompanyName {
    margin-top: 20px;
    font: 170% 'dosisextralight';
    color: rgba(0, 0, 0, 1.0);
  }

   div#CompanySlogan {
    width: 380px;
  }

  #ExpertiseRight ul li {
    width: 90%;
    margin: 20px 5%;
  }

  #ExpertiseRight ul li a {
    font-size: 90%;
  }

  a.textLink,
  a.textLink:visited {
    font-size: 15pt;
    font-weight: 100;
  }

  .aboutLinks a {
    display: inline-block;
    min-width: 100%;
    font-size: 15pt;
    line-height: 16pt;
    margin: 0 0 8px 0;
  }

  img.crypto {
    width: 100%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  img#CaLogo {
    width: 94%;
  }

}

@media (max-width: 560px) {

  body {
    font-size: 13pt;
    min-width: 200px;
  }

  h1 {
    font-size: 20pt;
    width: 94%;
  }

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 16pt;
  }

  #header {
    width: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
    position: relative;
  }

  #header .quantx_logo {
    text-align: center;
    height: auto;
    padding: 0;
    margin: 0;
  }

  h1#CompanyName {
    font: 140% 'dosisextralight';
  }

  div#CompanySlogan {
    height: 20px;
    font-size: 100%;
    line-height: 0;
    margin: 20px auto;
    width: 260px;
  }

  #ExpertiseRight {
    background: rgba(0, 3, 5, 1.0) url("../images/iStock-493917725_quantum_600.jpg") no-repeat center;
  }

  .indexItem.title {
    font: 100% 'dosisextralight', sans-serif;
    color: rgba(0, 0, 0, 1.0);
  }

  .centered {
    padding-bottom: 40px;
  }

  a.textLink,
  a.textLink:visited {
    font-weight: normal;
    font-size: 13pt;
  }

  .aboutLinks a {
    display: inline-block;
    min-width: 100%;
    font-size: 14pt;
    line-height: 13pt;
    margin: 0 0 8px 0;
  }

}



