/* lora-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/lora-v36-latin-regular.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: italic;
  font-weight: 400;
  src: url('../fonts/lora-v36-latin-italic.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* lora-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Lora';
  font-style: normal;
  font-weight: 700;
  src: url('../fonts/lora-v36-latin-700.woff2') format('woff2'); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
    background: #f8f8f8;
    font-family: 'Lora', 'Helvetica', 'Arial', sans-serif;
    color: #767676;
    font-weight: 400;
  margin:40px 0;
}

h1, .h1 {
    font-size: 3.5em;
    line-height: 1.015625em;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'PT Serif', serif;
    color: #343434;
    font-weight: 400;
    font-variant-ligatures: common-ligatures;
} 
h6, .h6 {
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
    font-size: 0.625em;
    line-height: 2.6em;
}
.title {
    font-weight: 400;
    font-size: 1.4375em;
    line-height: 1.69565217em;
  margin-bottom:0;
}

.space { margin-bottom:30px; }
ul  { margin-bottom:30px; }

ul li a {
    text-decoration: underline;
}
a:hover, a:focus, a:active {
    text-decoration: none;
    outline: none;
}
a {
    color: #1c1c1c;
}

footer { color:#ccc; border-top:1px solid #ccc; font-size:0.8em; text-align:center; margin-top:30px; }

#textOverlay {
    
}

#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: #0062cc;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.top { font-size:10px; text-align: right; }

.fa {
  padding: 10px;
  font-size: 15px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  margin: 2px;
}

.fa:hover {
    opacity: 0.7;
}
.fa-linkedin {
  background: #007bb5;
  color: white;
}
.fa-whatsapp {
  background: #25D366;
  color: white;
}
.fa-xing {
  background: white;
  color: #126567;
  border: 1px solid #ccc;
}
