html {
    padding: 0;
    margin-bottom: -5px;
}

body {
    width: 100%;
    height: 100vh;
    min-height: 100vh;
    top: 0;
    bottom: 0;
   	margin: 0;
    padding: 0;
  	background-color: rgba(255, 255, 255, 1.0);
  	color: rgba(0, 0, 0, 0.7);
  	font: 140% 'LatoLight', sans-serif;
    font-stretch: condensed;
  	z-index: 0;
}

@font-face {
  font-family: 'LatoThin';
  src: url('../fonts/Lato/Lato-Thin.ttf');
}

@font-face {
  font-family: 'LatoThinItalic';
  src: url('../fonts/Lato/Lato-ThinItalic.ttf');
}

@font-face {
  font-family: 'LatoLight';
  src: url('../fonts/Lato/Lato-Light.ttf');
}

@font-face {
  font-family: 'LatoLightItalic';
  src: url('../fonts/Lato/Lato-LightItalic.ttf');
}

@font-face {
  font-family: 'LatoRegular';
  src: url('../fonts/Lato/Lato-Regular.ttf');
}

@font-face {
  font-family: 'LatoItalic';
  src: url('../fonts/Lato/Lato-Italic.ttf');
}

@font-face {
  font-family: 'LatoBold';
  src: url('../fonts/Lato/Lato-Bold.ttf');
}

@font-face {
  font-family: 'LatoBoldItalic';
  src: url('../fonts/Lato/Lato-BoldItalic.ttf');
}

@font-face {
  font-family: 'LatoBlack';
  src: url('../fonts/Lato/Lato-Black.ttf');
}

@font-face {
  font-family: 'LatoBlackItalic';
  src: url('../fonts/Lato/Lato-BlackItalic.ttf');
}

@font-face {
  font-family: 'dosisextralight';
  src: url('../fonts/Dosis/static/Dosis-ExtraLight.ttf');
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: 'dosislight';
  src: url('../fonts/Dosis/static/Dosis-Light.ttf');
  font-weight: 300;
}

@font-face {
  font-family: 'dosisregular';
  src: url('../fonts/Dosis/static/Dosis-Regular.ttf');
  font-weight: 400;
}

@font-face {
  font-family: 'dosismedium';
  src: url('../fonts/Dosis/static/Dosis-Medium.ttf');
  font-weight: 500;
}

@font-face {
  font-family: 'dosissemibold';
  src: url('../fonts/Dosis/static/Dosis-SemiBold.ttf');
  font-weight: 700;
}

@font-face {
  font-family: 'coolveticacompressedrg';
  src: url('../fonts/Coolvetica/coolvetica compressed rg.ttf');
}

@font-face {
  font-family: 'coolveticacondensedrg';
  src: url('../fonts/Coolvetica/coolvetica condensed rg.ttf');
}

@font-face {
  font-family: 'coolveticacrammedrg';
  src: url('../fonts/Coolvetica/coolvetica crammed rg.ttf');
}

@font-face {
  font-family: 'coolveticarg';
  src: url('../fonts/Coolvetica/coolvetica rg.ttf');
}

@font-face {
  font-family: 'bebasneueregular';
  src: url('../fonts/bebas_neue/BebasNeue-Regular.ttf');
}

.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 680px 0 700px;
  padding: 20px 0;
}

#MobileMenu {
  display: none;
}

#linkListBackground {
  position: fixed;
  top: 0;
  height: 53px;
  width: 100%;
  z-index: 2;
  text-align: center;
}

.linkList {
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  position: fixed;
  width: 100%;
  top: 0;
  margin: 0;
  text-decoration: none;
  display: inline-block;
  padding: 8px 0;
  z-index: 3;
  text-align: center;
  color: white;
}

.linkListCentered {
  float: none;
  margin: 0 auto;
  width: 720px;
  padding: 0;
}

div.link {
  float: left;
  padding: 0 0 0 50px;
  font-size: 100%;
  width: auto;
  margin: 0;
  text-align: center;
}

.link a, a:link, .activeLink, a:visited {
  font: 110% 'LatoLight';
}

div.linkList div.link a {
  color: white;
  position: relative;
  top: 0;
}

div.linkList div.link a:hover {
  color: rgba(125, 143, 151, 1);
}

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

span.quant-x {
  font-family: 'dosisextralight', sans-serif;
}

h1 {
	font: 180% 'LatoRegular';
	color: rgba(30, 30, 38, 0.8);
	margin: 20px 0 20px 0;
    text-align: left;
}

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

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%;
}

h4 {
	font: 100% 'LatoRegular';
	color: black;
	margin: 0;
	padding: 0;
	width: 100%;
}

h5 {
	font: 100% 'LatoRegular';
	color: black;
	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.title {
  font: 150% 'dosisextralight';
  color: rgba(0, 0, 0, 1.0);
}

.indexItem.title:hover {
  color: rgba(0, 0, 0, 1.0);
}

.indexItem {
  cursor: pointer;
}

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

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

#Customers {
  height: 400px;
  width:100%;
  text-align: center;
  background-color: rgba(99, 130, 151, 0.7);
}

.centered {
  width: 100%;
  max-width: 100%;
  height: auto;
  min-height: auto;
  background-attachment: scroll;
  display: block;
  padding: 0;
  overflow: visible;
  text-align: center;
  border-top: 1px solid rgba(30, 30, 38, 0.2);
}

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

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

}

#Customers {
  text-align: left;
}

p#ContactText {
  padding: 0 0 900px 0;
}

a#CaLink {
  display: block;
  margin-top: 10px;
}

div.index_crypto {
  display: block;
}

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

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

img#CaLogo {
    width: auto;
}

img.memberLogo {
  max-width: 200px;
}

#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);
}

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

div#CustomerSection {
  width: 100%;
  text-align: left;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 150px 200px;
}

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

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

}

div#CustomerSection div.TextRight h3 {
  font-size: 3em;
  font-family:sans-serif, 'coolveticarg';
  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-top: -25px;
}


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

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

div#ResearchAndDevelopment {
  padding: 150px 200px;
  min-height: 600px;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
  background: rgba(0, 3, 5, 1.0) url("../images/Background_Box_2_new.png") no-repeat center;
}

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

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

div#ResearchAndDevelopment p {
  padding: 15px 0 0 0;
  box-sizing: border-box;
  text-align: justify;
  line-height: 1.5;
}

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

div#AboutUsSection div#TextLeft {

}

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;
}

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

}

div#AboutUsSection div#ImageRight {
  padding: 150px 200px 0 100px;
  width: 50%;
  box-sizing: border-box;
  float: left;
  text-align: center;
}

.fieldDescription {
  padding: 10px;
  color: black;
}

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

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;
 }

.activeLink {
  z-index: 2;
}

.impressum {
  top: 50px !important;
  min-width: 100%;
  width: 100%;
}

.impressum div {
	text-align: justify;
	padding: 20px 5%;
}

.impressum h1 {
    margin: 50px 0 20px 0;
}

.impressum h2 {
    margin: 30px 0 20px 0;
}

.impressum h3 {
    font: 120% 'LatoRegular';
    color: rgba(30, 30, 38, 0.8);
    margin: 20px 0 20px 0;
}

.impressum p {
    color: rgba(30, 30, 38, 0.8);
    margin: 15px 0;
}

.impressum ul {
    color: rgba(30, 30, 38, 0.8);
    margin: 15px 0;
    padding: 20px;
    list-style: inside;
    text-align: left;
}

#languageButton {
  margin: 0;
  padding: 0 0 0 50px;
  cursor: pointer;
}

#languageButton a {
  color: white;
}

#languageButton a span#languageDeco {
  font-size: 110%;
  display: block;
  float: left;
  padding: 5px 0;
}
#languageButton a span#languageText {
  font-size: 110%;
  display: block;
  float: left;
  padding: 5px 0;
}

#languageButton a:hover {
  color: rgba(125, 143, 151, 1);
}

footer {
  height: 75px;
}

.footer {
  background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  height: 75px;
  width: 100%;
  display: inline-block;
  padding: 0;
  z-index: 5;
  text-align: center;
  color: white;
}

.footerListCentered {
  float: none;
  padding: 20px 0 0 0;
  margin: 0 auto;
  width: 610px;
  height: auto;
}

div.footer div.link a {
  color: white;
  position: relative;
}
div.footer div.link a:hover {
  color: rgba(125, 143, 151, 1);
}

#copyright {
  width: auto;
  box-sizing: border-box;
  float: right;
  padding: 30px 1rem 1rem 1rem;
  color: rgba(255, 255, 255, 0.5);
  text-align: right;
  font-size: 14px;
}

@media (max-width: 1200px) {

  .link {
    float: left;
    padding: 0 0 0 6px;
    font-size: 90%;
    width: auto;
    margin: 0;
    text-align: center;
  }
}


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

@media (max-width: 1060px) {

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

  h1 {
  	font-size: 24pt;
  }

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

  h3 {
    font-size: 20pt;
  }

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

  #MobileMenu {
    position: fixed;
    top: -5px;
    left: 0;
    width: 100%;
    height: 50px;
    font: 22pt 'dosisextralight';
    line-height: 54px;
    text-transform: uppercase;
    color: white;
    text-indent: 20px;
    display: inline-block;
    z-index: 4;
    cursor: pointer;
    background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  }

  #MobileMenu:hover {
    background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  }

  #linkListBackground {
    position: fixed;
    top: 0;
    height: 46px;
    width: 100%;
    z-index: 4;
    background: transparent;
  }

  .linkList {
    display: none;
    position: fixed;
    width: 100%;
    top: 46px;
    margin: 0;
    text-decoration: none;
    padding: 0 0;
    border-bottom: none;
    z-index: 3;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-image: linear-gradient(to right, rgba(16, 32, 46, 1) , rgba(16, 32, 46, 0.7), rgba(16, 32, 46, 1));
  }

  .footerListCentered {
    padding: 0;
    width: 100%;
  }

  div.link {
    box-sizing: border-box;
    float: left;
    font-size: 17pt;
    width: 100%;
    margin: 0;
    text-align: left;
    padding: 12px 20px;
    border-bottom: 1px solid rgba(30, 30, 38, 0.4);
    border-right: 1px solid rgba(30, 30, 38, 0.4);
    color: white;
    background-color: transparent;
  }

  div.link a, a:link, .activeLink, a:visited {
    width: 100%;
  	font-size: 16pt;
    display: inline-block;
    margin: 0;
  }

  div.linkList div.link a {
    color: white;
    margin: 0;
  }

  div.linkList div.link a:hover {
    color: rgba(255, 255, 255, 0.8);
  }

  .centered {
    top: 50px;
    padding: 0 0;
  	margin-top: 0;
  }

  img#portrait {
    display: none;
  }

  img#mobile_portrait {
    display: block;
    position: relative;
    max-width: 100%;
    border: 1px solid rgba(30, 30, 38, 0.7);
  }

  img#CaLogo {
    width: auto;
  }

  a#CaLink {
    display: block;
  }

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

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

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

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

  .linkList #languageButton {
    display: none;
  }

  #MobileLanguageButton {
    position: fixed;
    float: right;
    width: auto;
    display: inline-block;
    top: 0;
    right: 3%;
    border: none;
    text-align: right;
    padding: 0;
    background-color: transparent;
    z-index: 5;
  }

  #MobileLanguageButton a {
    display: block;
    padding: 0;
    height: 100%;
    line-height: 40px;
    color: white;
    font-size: 22pt;
    z-index: 5;
  }

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

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

  .contactLink {
    display: block;
    max-width: 100%;
    margin: 5px 0;
  }

  .footer {
    background: linear-gradient(to right, rgba(16, 32, 46, 1) , rgb(65, 82, 98), rgba(16, 32, 46, 1));
    height: auto;
  }

  .footerListCentered {
    height: auto;
    width: 100%;
  }

  .footer div.link a {
    display: block;
    text-align: center;
    width: 100%;
  }

  div.footer div#copyright {
    width: 100%;
    text-align: center;
  }

}

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

@media (max-width: 800px) {

  body {
    font-size: 15pt;
    min-width: 100%;
    width: 100%;
  }

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

  h2 {
    font-size: 20pt;
  }

  h3 {
    font-size: 18pt;
  }

  .link a, a:link, .activeLink, a:visited {
  	font-size: 100%;
    margin: 0;
  }

  #MobileMenu {
    font-size: 22pt;
    line-height: 40pt;
    margin: 0;
  }

  #MobileLanguageButton {
    font-size: 22pt;
    border: 1px solid rgba(0, 0, 0, 0.1);
    z-index: 5;
  }

  ul li {
    font-size: 15pt;
  }

  .centered {
    padding-bottom: 0;
  }

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

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

  a.contactLink {
    font-size: 15pt;
  }

  #copyright {
    font-size: 12pt;
    text-align: center;
  }

}

@media (max-width: 560px) {
  body {
    font-size: 14pt;
    min-width: 200px;
    width: 100%;
  }

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

  h2 {
    font-size: 18pt;
  }

  h3 {
    font-size: 16pt;
  }

  .link a, a:link, .activeLink, a:visited {
    font-size: 100%;
    margin: 0;
  }

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

  #MobileMenu {
    font: 100% 'dosisextralight';
    font-size: 22pt;
    line-height: 38pt;
  }

  #MobileLanguageButton {
    font-size: 14pt;
    border: 1px solid rgba(0, 0, 0, 0.1);
  }

  .centered {
    padding-bottom: 40px;
  }

  a.textLink,
  a.textLink:visited {
    font-size: 14pt;
  }

  ul li {
    font-size: 14pt;
  }

}