/* open-sans-300 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('../fonts/open-sans-v44-latin-300.woff2') format('woff2');
}
/* open-sans-500 - latin */
@font-face {
  font-display: swap;
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 500;
  src: url('../fonts/open-sans-v44-latin-500.woff2') format('woff2');
}

html, body {
  font-weight: 300;
  color: #10232E;
  font-family: 'Open Sans', sans-serif;
  font-style: normal;
  font-size: 14pt;

  background-color: #CCCCCC; /* Fallback */
  background-image: url(../assets/back.png);
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
}

html {
  scroll-padding-top: 100px;
}

.custom-teaser {
  position: relative;
  min-height: 14em;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px solid #444;
}

.custom-teaser::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,1.0), rgba(0,0,0,0.5), rgba(0,0,0,0.0), rgba(0,0,0,0.0)), /* Overlay */
    url(../assets/header.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 50%;
  filter: blur(0px);
  z-index: 0;
}

.custom-teaser > * {
  position: relative;
  z-index: 1;
}

.headline {
  padding: 3em 2em;
  height: 100%;
}

.headline .lead, .headline h1 {
  color: #FFFFFF;
  font-weight: 300;
  text-shadow:
  0 0 3px rgba(0, 0, 0, 0.9),
  0 0 6px rgba(0, 0, 0, 0.9);
}

.tab-content {
  background-color: rgba(255, 255, 255, 1.0);
}

.tab-pane {
  min-height: 12em;
}

a.text-link:before { content: '↪ '; }
a.text-link:hover  {  }
a.text-link        { font-style: italic; }
a                  { font-weight: bold; text-decoration: underline; color: #EE5500; }
a:focus, a:hover   { }
.nav-link          { font-weight: 500; color: #EE5500 !important; padding-left:0.4rem; padding-right: 0.4rem; }
.nav-link.active   { font-weight: 500; color: #000000 !important; padding-left:0.4rem; padding-right: 0.4rem; }

section { }

div.prepad {
  height: 60px;
}

section.section-introduction {}

.lead {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-style: normal;
  font-size: 1.25rem;
  line-height: 110%;
  margin-bottom: 1em;
}

footer {
  font-size: 80%;
  color: #888;
}

.profile-image-large-device { }
.profile-image-small-device { max-width: 40%; float: right; margin-left: 1em; }

.text-justify {
  text-align: justify !important;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  font-family: 'Open Sans', serif;
  font-weight: 500;
  font-style: normal;
  color: #221100;
}

.tab-pane[tabindex="0"] {
  pointer-events: auto;
  outline: none;
}
.tab-pane:focus {
  outline: none !important;
}

.profile-picture {
}

.profile-alias {
  font-weight: 500;
  font-size: 0.8rem;
  margin: 0.2em 0;
}

.profile-title {
  font-size: 1.1rem;
  margin: 0.2em 0;
}

.profile-skills {
  font-weight: 300;
  font-size: 0.7rem;
  margin: 0.2em 0;
}

