@charset "UTF-8";
/*!
* Start Bootstrap - Resume v7.0.6 (https://startbootstrap.com/theme/resume)
* Copyright 2013-2023 Start Bootstrap
* Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-resume/blob/master/LICENSE)
*/

:root {
  --custom-color-1: #78876a;
  --custom-color-2: #ca9f2e;
  --custom-color-3: #c78710;
  --custom-color-4: #e3c782;
  --custom-color-5: #b2bca9;
}

/* open-sans-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: "Open Sans";
  font-style: normal;
  font-weight: 400;
  src: url("../assets/fonts/open-sans-v36-latin-regular.woff2") format("woff2");
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body {
  padding-top: 3.375rem;
  color: var(--custom-color-1);
}

@media (min-width: 992px) {
  body {
    padding-top: 0;
    padding-left: 17rem;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: var(--custom-color-2);
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}


h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.h6 a {
  color: var(--custom-color-2);
  -moz-hyphens: auto;
  -o-hyphens: auto;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

div.subheading a,
div.lead a {
  color: var(--custom-color-1);
}

h1,
.h1 {
  line-height: 1;
  font-size: 5rem;
}

h2 {
  font-size: 3.5rem;
}

h3 {
  font-size: 1.7rem;
  font-weight: 500;
}

p.lead {
  font-size: 1.2rem;
  font-weight: 400;
  margin-bottom: 0.4em !important;
}

.custom-cert:hover {
  color: var(--custom-color-5) !important;
}

.custom-cert {
  color: var(--custom-color-1) !important;
}

.custom-date {
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--custom-color-1);
}

.custom-text-prime {
  color: var(--custom-color-1);
  --bs-text-opacity: 1;
}

.custom-ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.custom-li {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
}

.custom-li-intend {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  margin-left: 1.5rem;
  text-indent: -1.5rem;
}

.custom-li-dd {
  font-size: 1.2rem;
  margin-bottom: 0.2rem;
  margin-left: 1.5rem;
  text-indent: 0;
}

.custom-li-dt {
  font-size: 1.2rem;
  font-weight: 600;
}

.subheading {
  font-family: var(--bs-font-sans-serif);
  font-weight: 500;
  font-size: 1.3rem;
  line-height: 100%;
  color: var(--custom-color-1);
}

.custom-h3-date {
  margin-right: 1rem;
}

div.lead {
  font-size: 1.1rem;
  font-weight: 400;
}

.bg-primary {
  background-color: var(--custom-color-2) !important;
}

#sideNav {
  padding-left: 1rem;
  padding-right: 1rem;
}

.nav-link {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

#sideNav .navbar-nav .nav-item .nav-link {
  font-weight: 800;
  letter-spacing: 0.05rem;
  font-family: "Open Sans";
  text-transform: uppercase;
}

#sideNav .navbar-toggler:focus {
  outline-color: var(--custom-color-2);
}

@media (min-width: 992px) {

  h1,
  .h1 {
    line-height: 1;
    font-size: 6rem;
  }

  #sideNav {
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    position: fixed;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    width: 17rem;
    height: 100vh;
  }

  #sideNav .navbar-brand {
    display: flex;
    margin: auto auto 0;
    padding: 0.5rem;
  }

  #sideNav .navbar-brand .img-profile {
    /* margin-top: 1rem; */
    max-width: 12rem;
    max-height: 12rem;
    border-radius: 10px;
    border: 0.2rem solid white;
  }

  #sideNav .navbar-collapse {
    display: flex;
    align-items: flex-start;
    flex-grow: 0;
    width: 100%;
    margin-bottom: auto;
  }

  #sideNav .navbar-collapse .navbar-nav {
    flex-direction: column;
    width: 100%;
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item {
    display: block;
  }

  #sideNav .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: block;
  }
}

.social-icons .social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 3.5rem;
  width: 3.5rem;
  background-color: var(--custom-color-1);
  color: white;
  border-radius: 100%;
  font-size: 1.5rem;
  margin-right: 1.5rem;
}

.social-icons .social-icon:last-child {
  margin-right: 0;
}

.social-icon:hover {
  cursor: pointer;
  background-color: var(--custom-color-5);
}

.dev-icons {
  font-size: 1.7rem;
}

section.resume-section {
  display: flex;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  max-width: 75rem;
}

section.resume-section .resume-section-content {
  width: 100%;
}

@media (min-width: 768px) {
  section.resume-section {
    min-height: 100vh;
  }
}

@media (min-width: 992px) {
  section.resume-section {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
}

.custom-link {
  color: var(--custom-color-2);
}

.custom-link:hover {
  color: var(--custom-color-4);
  cursor: pointer;
}

.custom-link-g:hover {
  color: var(--custom-color-5);
}

a {
  text-decoration: none;
}

.mybadge {
  font-size: 0.9rem;
  color: white;
  margin: 0.1rem;
  border-radius: 5px;
  background: var(--custom-color-1);
  opacity: 0.6;
  padding: 3px 6px;
  flex-wrap: wrap;
  text-wrap: nowrap;
}

.mybadge-container {
  line-height: 1.8rem;
}

.university {
  line-height: 2rem;
}

.university-intend1 {
  margin-left: 6.2rem;
  text-indent: -6.2rem;
}

.university-intend {
  margin-left: 8.6rem;
  text-indent: -8.6rem;
}

.mything {
  margin-right: 0.5rem;
  font-weight: 600;
}

strong {
  font-weight: 500;
}


ol li,
ul li {
  font-size: 1.2rem;
}

.custom-p {
  margin-top: 1rem;
}

.custom-center {
  display: block;
}

.image-size {
  max-height: 70%;
  max-width: 70%;
}

.center-table {
  margin-left: auto;
  margin-right: auto;
}

.link-skill {
  color: white;
}

.custom-h3 {
  margin-top: 2rem;
}

.mytable {
  border-collapse: collapse;
  width: 90%;
  font-size: 1.2rem;
}

.mytable td, th {
  border: 1px solid var(--custom-color-1);
  text-align: left;
  padding: 8px;
}

.mytable thead tr th, .mytable tbody tr th {
  background-color: var(--custom-color-2);
  color: white;
}

pre {
  font-size: 1.2rem;
  margin-bottom: 0;
  margin-left: 2rem;
  margin-top: 1rem;
}

.custom-comment {
  font-size: 1.2rem;
  font-weight: 600;
  margin-left: 2rem;
  font-family: var(--bs-font-monospace);
}

.custom-comment2 {
  font-size: 1.2rem;
  font-weight: 400;
  margin-left: 2rem;
  font-family: var(--bs-font-monospace);
}

.skill-icon {
  font-size: 1.7rem;
}

.navbar-scroll {
  overflow: auto;
}

a[href*="//"]:not([href*="romankorf.de"]):after {
  /* external link styles, use :before or :after if you want! */
  content: "\f35d";  /* this is your text. You can also use UTF-8 character codes as I do here */
  font-family: FontAwesome;
  margin-left: .3rem;
  font-size: .9rem;
}