/*rgb(41, 189, 181); türkis*/
/*rgb(46, 52, 53); grau */

/* Fonts */

/* open-sans-300 - 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: 300;
  src: url("../fonts/open-sans-v34-latin-300.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-300.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-300.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-300.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-300.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-300.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* 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("../fonts/open-sans-v34-latin-regular.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-regular.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-regular.woff2")
      format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-regular.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-regular.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-600 - 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: 600;
  src: url("../fonts/open-sans-v34-latin-600.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-600.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-600.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-600.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-600.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-600.svg#OpenSans") format("svg"); /* Legacy iOS */
}
/* open-sans-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: "Open Sans";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/open-sans-v34-latin-700.eot"); /* IE9 Compat Modes */
  src: url("../fonts/open-sans-v34-latin-700.eot?#iefix")
      format("embedded-opentype"),
    /* IE6-IE8 */ url("../fonts/open-sans-v34-latin-700.woff2") format("woff2"),
    /* Super Modern Browsers */ url("../fonts/open-sans-v34-latin-700.woff")
      format("woff"),
    /* Modern Browsers */ url("../fonts/open-sans-v34-latin-700.ttf")
      format("truetype"),
    /* Safari, Android, iOS */
      url("../fonts/open-sans-v34-latin-700.svg#OpenSans") format("svg"); /* Legacy iOS */
}

/* Ende Fonts */
html {
  scroll-behavior: smooth;
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Open Sans", sans-serif;
  position: relative;
  height: 100%;
  font-size: 1rem;
  line-height: 1.4;
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

.hintergrund {
  background-color: rgb(46, 52, 53);
}

.iconFarbe {
  background-color: rgb(41, 189, 181);
}

.farbeWeiss {
  color: #ffffff;
  font-size: 11px;
}

.textCenter {
  text-align: center;
}

.skillLinks {
  width: 70%;
}

.skillRechts {
  width: 30%;
}

.spacer {
  padding: 16px;
}

h2 {
  color: rgb(81, 89, 90);
}

h3 {
  color: rgb(81, 89, 90);
}

h1 {
  color: #ffffff;
}

h4 {
  color: rgb(81, 89, 90);
}

.wasserzeichen {
  position: fixed;
  top: 50px;
  left: 10%;
  z-index: -1;
  width: 800px;
  user-select: none;
  opacity: 0.1;
  object-fit: cover;
}

.kopfleiste {
  display: flex;
  justify-content: space-between;
  color: rgb(41, 189, 181);
  align-items: center;
}

.titelBild {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
  height: 700px;
  object-fit: cover;
}

.footerBild {
  display: table;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  min-height: 100px;
  /* height: 700px; */
  object-fit: cover;
  object-position: top;
  bottom: 0;
  /*!!!!*/
}

.textZumTitelbildRechts {
  position: absolute;
  bottom: 20px;
  right: 10px;
  /*background: rgb(28, 157, 167); */
  background: rgba(49, 84, 87, 0.5);
  /*farbiger Hintergrund mit 0,5 Opacity */
  color: #ffffff;
  width: 30%;
  padding: 16px;
}

.textZumFooterbildRechts {
  position: absolute;
  bottom: 50px;
  right: 10px;
  background: rgba(49, 84, 87, 0.5);
  color: #ffffff;
  width: 35%;
  padding: 12px;
  box-sizing: border-box;
}

@media (max-width: 480px) {
  .textZumFooterbildRechts {
    position: absolute;
    width: 70%;
    /* left: 15%; */
    bottom: 70px;
    margin-top: 0;
    /* background: rgba(49, 84, 87, 0.9); */
    font-size: 7px;
    padding: 5px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  .parentTitelBild {
    position: relative;
    min-height: 300px;
  }

  .footerBild {
    position: relative;
    width: 100%;
    z-index: 0;
  }
}

.impressumTable {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.impressumTable td {
  padding: 1px 0;
  vertical-align: middle;
  line-height: 0;
}

.impressumTable td:first-child {
  width: 60%;
  padding-right: 8px;
}

.impressumTable td:last-child {
  width: 40%;
}

.impressumRow {
  height: 2px;
}

.impressumTable img {
  max-height: 40px;
  width: auto;
}

.exali img {
  max-height: 80px;
}

.textZumTitelbildLinks {
  position: absolute;
  bottom: 20px;
  left: 10px;
  /*background: rgb(28, 157, 167); */
  background: rgba(49, 84, 87, 0.5);
  /*schwarzer Hintergrund mit 0,5 Opacity */
  color: #ffffff;
  width: 20%;
  padding: 16px;
}

.textVerfuegbarAb {
  text-align: center;
  color: #ffffff;
}

.textSAPEntwickler {
  font-size: 36px;
  font-weight: bold;
}

@media (max-width: 768px) {
  .textSAPEntwickler {
    font-size: 20px;
    line-height: 1.2;
  }
  .textVerfuegbarAb {
    font-size: 12px;
    text-align: left;
  }

  .textZumTitelbildLinks {
    width: 25%;
  }
  .Blocküberschrift {
    font-size: 12px;
  }
  .farbeWeiss {
    font-size: 7px;
  }
  .impressumTable img {
    max-height: auto;
    width: 60px;
  }
}

/*
object-fit: cover;  // verzerrtes Bild wieder entzerren
*/
.parentTitelBild {
  position: relative;
  margin: 0 auto;
}

a {
  text-decoration: none;
  margin-left: 16px;
  font-weight: bold;
  color: rgb(41, 189, 181);
}

a:hover {
  text-decoration: underline;
}

.skillContainer {
  /* background-color: rgb(41, 189, 181); */
  color: rgb(46, 52, 53);
  /* selbe Farbe wie der Background*/
  display: flex;
  justify-content: space-between;
  padding: 16px;
}

@media (max-width: 768px) {
  .skillContainer {
    flex-direction: column;
    gap: 16px;
  }

  .skillLinks,
  .skillRechts {
    width: 100%;
  }

  .skills.skillLinks {
    text-align: left;
  }

  .skills.skillLinks table td:empty {
    display: none;
  }

  /* Mobile CV Table Heading Colors */
  .projects table td:first-child {
    /* color: rgb(41, 189, 181) !important; */
    color: rgb(2, 8, 7) !important;
    font-weight: bold !important;
  }
}

.skillUeberschriften {
  /* width: 30%; */
  color: rgb(46, 52, 53);
  /* selbe Farbe wie der Background*/
}

.skills {
  color: rgb(46, 52, 53);
  background: linear-gradient(145deg, rgb(228, 145, 52), rgb(208, 125, 32));
  padding: 8px;
  align-items: center;
  border-radius: 12px;
  margin: 2px 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2),
    -1px -1px 2px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

/* Diagnostic styles */
@media (max-width: 768px) {
  body::after {
    content: "Tablet styles active (max-width: 768px)";
    position: fixed;
    bottom: 0;
    left: 0;
    background: red;
    color: white;
    padding: 5px;
    z-index: 9999;
    font-size: 12px;
  }

  .skills h2,
  .skills h3,
  .skills h4,
  .skills td,
  .skills th,
  #skillSAP .skills h2,
  #skillSAP .skills h3,
  #skillSAP .skills h4,
  #skillSAP .skills td,
  #skillSAP .skills th,
  #skillAdHocABAP .skills h2,
  #skillAdHocABAP .skills h3,
  #skillAdHocABAP .skills h4,
  #skillAdHocABAP .skills td,
  #skillAdHocABAP .skills th {
    font-size: 18px !important;
  }
  .skills,
  #skillSAP .skills,
  #skillAdHocABAP .skills {
    font-size: 15px !important;
  }
}

@media (max-width: 420px) {
  body::after {
    content: "Mobile styles active (max-width: 420px)";
    position: fixed;
    bottom: 0;
    left: 0;
    background: blue;
    color: white;
    padding: 5px;
    z-index: 9999;
    font-size: 12px;
  }

  .skills h2,
  .skills h3,
  .skills h4,
  .skills td,
  .skills th,
  #skillSAP .skills h2,
  #skillSAP .skills h3,
  #skillSAP .skills h4,
  #skillSAP .skills td,
  #skillSAP .skills th,
  #skillAdHocABAP .skills h2,
  #skillAdHocABAP .skills h3,
  #skillAdHocABAP .skills h4,
  #skillAdHocABAP .skills td,
  #skillAdHocABAP .skills th {
    font-size: 16px !important;
  }
  .skills,
  #skillSAP .skills,
  #skillAdHocABAP .skills {
    font-size: 14px !important;
  }
}

.skills::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(rgba(255, 255, 255, 0.3), transparent);
}

.skills table {
  width: 100%;
  border-collapse: collapse;
}

.skills table td {
  padding: 8px;
  vertical-align: top;
  border-bottom: 1px solid rgba(46, 52, 53, 0.2);
}

.skills table td:first-child {
  width: 15%;
  font-weight: bold;
}

.skills table td:nth-child(2) {
  width: 15%;
}

.skills table td:nth-child(3) {
  width: 15%;
}

.skills table td:last-child {
  width: 55%;
}

.skills table tr:last-child td {
  border-bottom: none;
}

.skillsCV {
  width: 100%;
  color: rgb(46, 52, 53);
  background: linear-gradient(145deg, rgb(228, 145, 52), rgb(208, 125, 32));
  padding: 16px;
  align-items: center;
  border-radius: 12px;
  margin: 4px 0;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.2),
    -1px -1px 2px rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  overflow: hidden;
}

@media (max-width: 768px) {
  .skillsCV h2,
  .skillsCV h3,
  .skillsCV h4,
  .skillsCV td,
  .skillsCV th {
    font-size: 18px !important;
  }
  .skillsCV {
    font-size: 15px !important;
  }
}

@media (max-width: 420px) {
  .skillsCV h2,
  .skillsCV h3,
  .skillsCV h4,
  .skillsCV td,
  .skillsCV th,
  #skillAdHocABAP .skills h2,
  #skillAdHocABAP .skills h3,
  #skillAdHocABAP .skills h4 {
    font-size: 16px !important;
  }
  .skillsCV,
  #skillAdHocABAP .skills {
    font-size: 14px !important;
  }

  /* Mobile CV Table Styles */
  .projects table {
    display: block;
    width: 100%;
  }
  .projects table tr {
    display: block;
    margin-bottom: 16px;
    border-bottom: 2px solid rgba(46, 52, 53, 0.3);
    padding-bottom: 8px;
  }
  .projects table td {
    display: block;
    width: 100% !important;
    padding: 4px 0;
    border-bottom: none;
  }
  .projects table td:first-child {
    font-weight: bold;
    color: rgb(41, 189, 181);
  }
  .projects table td:nth-child(2) {
    font-weight: bold;
    color: rgb(46, 52, 53);
  }
  .projects table td:nth-child(3) {
    font-size: 0.9em;
    color: rgb(81, 89, 90);
  }
  .projects table td:last-child {
    padding-top: 8px;
  }
}

.skillsCV::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 20%;
  background: linear-gradient(rgba(255, 255, 255, 0.3), transparent);
}

.skillParent {
  color: rgb(41, 189, 181);
  /* selbe Farbe wie der Background*/
  padding-top: 16px;
}

.Blocküberschrift {
  color: rgb(41, 189, 181);
  margin: 8px 0;
  font-size: 18px;
}

.Abschnitt {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 10px;
  padding-bottom: 16px;
}

.projects {
  padding: 16px;
}

.roundButton {
  display: block;
  position: inherit;
  border-radius: 12px;
  font-size: 16px;
  background-color: rgb(41, 189, 181);
  color: rgb(46, 52, 53);
  height: 24px;
  width: 100%;
  text-align: center;
  padding: 0 8px;
  line-height: 24px;
  margin: 4px 0;
}
.exali {
  vertical-align: top;
  text-align: right;
}
.impressumRow {
  height: 5px;
}
.impressumTable {
  width: 100%;
  border-collapse: collapse;
}
