      html {
        font-family: “Helvetica Neue”, Helvetica, Arial, sans-serif;
        -ms-text-size-adjust: 100%;
        -webkit-text-size-adjust: 100%;
        box-sizing: border-box;
        
      }
#header-start{
  max-width:100%;
}
.title{
  margin-top:33px;
}
.header-row {
  background-color:#0B6574;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  margin: 0 auto 20px;
  padding: 0 20px;
  position: relative;
  padding:15px;
}

.logo-left,
.logo-center {
  height: 65px;
}
.qr-code-right{
  height:100px;
}

.logo-center{
  height:80px;
  positions :absolut;
   left: 50%;
  transform: translateX(-50%);
  border-radius:25px;
  margin-bottum:10px;
  width:100px;
  height:130px;
  
}

.logo-left {
  margin-left: 10px;
}

.logo-center {
    border-radius: 240px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    height: 118px;
    width: 120px;
}

.header-text {
  text-align: center;
  margin-bottom: 20px;
}

 
      body {
        background-color:#A3D3D9;
        /*#4CA4B1*/ 
        margin-left: 0%;
        margin-right: 0%;
        color: #333;
        font-size: 15px;
        font-weight: 300;
      }
 
      p {
        margin: 5px 0;
        line-height: 25px;
      }
 
      a {
        text-decoration: none;
        color: #384249;
      }
 
      h1 {
        font-size: 1.25rem;
      }

 
      b, strong {
        font-weight: 400;
      }
 
      /* ========================================== */
      /* HEADER UND NAVIGATION */
      header {
        position: relative;
        margin: 20px auto 30px;
        width: auto;
        max-width: 800px;
        height: auto;
        text-align: center;
      }
 
     
 
      /* ========================================== */
      /* BLOECKE / BEREICHE DER SEITE */
      section {
        position: relative;
        margin: 0 auto;
        text-align: center;
      }
 
      #block-1 {
 
      }
 
      #block-2 {
 
      }
 
      #block-3 {
 
      }
 
      #block-4 {
 
      }
 
      section:nth-child(even) {
        background-color: #eef2f5;
      }
 
      figure {
        margin: 0;
      }
 
      figure img {
        max-width: 100%;
      }
 
      .multicolumn {
        -webkit-perspective: 1; /* Anzahl Spalten */
        -webkit-column-count: 2; /* Ch, Saf, And, BB  */
        -moz-column-count: 2; /* Fx */
        column-count: 2; /* IE 10, Op 11.1+ */ /* Abstand Spalten */
        -webkit-column-gap: 4em;
        -moz-column-gap: 4em;
        column-gap: 4em;
      }
 
      .one-column {
        margin-bottom: 60px;
      }
 
      .one-column p {
        margin-bottom: 1.5rem;
      }
 
      article {
        overflow: hidden;
        width: 50%;
        display: table-cell;
      }
 
      article h3 {
        margin: 10px 0;
      }
 
      figcaption {
        display: inline-block;
        line-height: 25px;
        margin-top: 20px;
        max-width: 75%;
      }
 
      figcaption span {
        display: block;
        margin-bottom: 10px;
        font-weight: 400;
      }
 
      .callout {
        position: relative;
        overflow: hidden;
        margin: 0 auto;
        padding: 0 10px 30px;
        width: auto;
        max-width: 800px;
      }
 
      .callout a {
        text-decoration: underline;
      }
 
      .callout a:hover {
        color: #333;
      }
 
      .callout > h2 {
        font-weight: 300;
        font-size: 30px;
        text-align: center;
      }
 
      .callout > ul {
        padding-left: 1rem;
      }
 
      .callout > ul li {
        margin: 5px 0;
      }
 
      .definition-list dt {
        margin-bottom: 0.21rem;
        font-weight: bold;
      }
 
      .definition-list dd {
        margin: 0 0 1.5rem 0;
      }
 
      .secondary-heading {
        font-weight: normal;
        font-size: 15px;
        color: #12a8b5;
      }
 
      .competency-heading {
        margin-top: 60px;
        font-weight: 400;
      }
 
      /* Lebenslaufbild oben */
      .cliped-image {
        border-radius: 100%;
        /* ff */
        /* Clip-Path als Alternative
        -webkit-clip-path: circle(50% at 50% 50%);
        clip-path: circle(50% at 50% 50%);
        */
      }
 
      .zitat-image {
        display: inline-block;
        padding-right: 2px;
        width: 45px;
        height: 45px;
        vertical-align: top;
        line-height: 50px;
        text-align: center;
        background: #12a8b5;
      }
 
      .zitat-image + p {
        display: inline-block;
        margin: -5px 0 0 20px;
        width: 90%;
      }
 
      .section-arrow {
        position: relative;
        top: -20px;
        display: inline-block;
        width: 40px;
        height: 40px;
        background: #a0adb7;
        border-radius: 50%;
        line-height: 40px !important;
        text-align: center;
        color: #fff;
        font-size: 22px;
        font-weight: bold;
      }
 
      .back-to-top-button {
        position: relative;
        top: -35px;
        display: inline-block;
        width: 70px;
        height: 70px;
        background: #12a8b5;
        border-radius: 50%;
        line-height: 70px !important;
        text-align: center;
        color: #fff;
      }
 
      .back-to-top-button:hover {
        text-decoration: none;
      }
 
      .back-to-top-button span {
        position: relative;
        top: 5px;
        font-size: 28px;
        font-weight: bold;
      }
 
      /* ========================================== */
      /* FOOTER */
      footer {
        clear: both;
        position: relative;
        margin: 26px auto 0;
        width: auto;
        height: 100px;
        text-align: center;
        background: #0B6574;
        color: #3b3737s;
      }
.footer-links a{
  color:#3b3737;
  padding:6px;
}
.footer-links{
  margin-bottom:1px;
}
 
      footer a:hover {
        color: initial;
      }
 
      footer .footer-copyright {
        margin: -45px auto 0; /* -40px --> gleicher Wert wie bei .back-to-top-button*/
        max-width: 800px;
        text-align: center;
        padding-left: 10px;
      }
 
      footer i.rotate {
        /* Pfeil nach oben - rotieren */
        -webkit-transform: rotate(180deg); /* Ch <36, Saf 5.1+, iOS < 9.2, An =<4.4.4 */
        -ms-transform: rotate(180deg); /* IE 9 */
        transform: rotate(180deg); /* IE 10, Fx 16+, Op 12.1+ */
      }
 
      /* ========================================== */
      /* HELFER-KLASSEN */
      .text-center {
        text-align: center;
      }
 
      .text-left {
        text-align: left !important;
      }
 
      .clear {
        clear: both;
      }
 
      .mt30 {
        margin-top: 35px !important;
      }
 
      .motto {
        margin-bottom: 50px;
      }
 
      .hr-small {
        margin: -20px auto 30px;
        width: 40px;
        border: solid 1px #12a8b5;
      }
 
      .font-licence {
        margin-top: 10px;
        font-size: 11px;
      }
 
      /* ========================================== */
      /* ICONS */
      .icons-social-media {
        list-style: none;
        padding-left: 0;
      }
 
      .icons-social-media > li {
        display: inline-block;
        padding: 0 7px 0 7px;
        color: #999999;
        font-size: 14px;
      }
 
      /* ========================================== */
      /* MEDIA QUERIES FUER RESPONSIVE LAYOUT */
      @media (max-width: 726px) {
        .motto {
          text-align: center;
        }
 
        .motto p {
          margin-top: 10px;
        }
      }
 
      @media (max-width: 641px) {
        article {
          display: block;
          width: 100%;
        }
 
        figure {
          margin: 30px auto 0;
        }
 
        figcaption {
          display: block;
          width: 55%;
          margin: 0 auto;
        }
 
        .multicolumn {
          -webkit-column-gap: 2em;
          -moz-column-gap: 2em;
          column-gap: 2em;
        }
        
      }

   .popup-overlay {
  display: none;
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.6);
  z-index: 9999;
  justify-content: center;
  align-items: center;
}

.popup-content {
  background: white;
  max-width: 600px;
  width: 90%;
  max-height: 80%;
  overflow-y: auto;
  padding: 30px;
  border-radius: 10px;
  position: relative;
}

.popup-close {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 24px;
  cursor: pointer;
}

.popup-content h2 {
  margin-top: 0;
}

.kontakt-flexbox {
  display: flex;
  justify-content: center;
  gap: 60px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  text-align: center;
}

.kontakt-links,
.kontakt-rechts {
  min-width: 200px;
}
.kontakt-rechts p a{
  text-decoration:none;
}

.kontakt-footer a {
  text-align: center;
  font-weight: normal;
  color: #333;
  text-decoration:none;
}
.kontakt-popup-link {
  display: inline-block;
  margin-top: 10px;
  font-weight: bold;
  color: #007c91;
  text-decoration: none;
  transition: all 0.8s ease;
}

.kontakt-popup-link:hover {
  color: #007c91;
  text-decoration: none;
  transform: scale(1.06);
}

.kontaktformular {
  max-width: 500px;
  margin: 20px auto;
  padding: 20px;
  background: #f5f5f5;
  border-radius: 8px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.kontaktformular input,
.kontaktformular textarea {
  width: 100%;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.kontaktformular button {
  background-color: #0073aa;
  color: white;
  border: none;
  padding: 10px 20px;
  border-radius: 5px;
  cursor: pointer;
}

.kontaktformular button:hover {
  background-color: #005f8d;
}.popup-success {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #27ae60;
  color: white;
  padding: 12px 24px;
  border-radius: 8px;
  font-weight: bold;
  box-shadow: 0 4px 8px rgba(0,0,0,0.2);
  z-index: 9999;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.popup-success.show {
  display: block;
  opacity: 1;
}



.kontakt-formular {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: Arial, sans-serif;
}

.kontakt-formular label {
  font-weight: bold;
  margin-top: 8px;
}

.kontakt-formular input,
.kontakt-formular select,
.kontakt-formular textarea {
  padding: 8px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
}

.kontakt-formular button {
  margin-top: 12px;
  background-color: #12a8b5;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

.kontakt-formular button:hover {
  background-color: #0f8a95;
}


body{
  margin:0;
}
p {
  text-align:center;
}


.kompetenz-block {
  margin-bottom: 2rem;
}

.kompetenz-block h3 {
  font-size: 1.3rem;
  margin-bottom: 0.5rem;
  color: #005a8d;
}

.kompetenz-block ul {
  padding-left: 1.5rem;
  line-height: 1.6;
}

.callout ul {
  padding-left: 1.5rem;
  line-height: 1.7;
}

.callout ul li {
  margin-bottom: 0.8rem;
}

/* === Navigation (Sticky + Styling) === */
nav {
  position: sticky;
  top: 0;
  z-index: 1000;
  background-color: #0B6574;
  border-radius: 5px;
  margin: 45px 5% 0 5%;
}

nav ul {
  list-style: none;
  font-size:15px;
  padding: 1px;
  margin: 0;
  text-align: center;
}

nav ul li {
  display: inline-block;
  padding: 3px 20px;
}

nav ul li a {
  position: relative;
  display: inline-block;
  padding: 5px 0;
  font-weight: 400;
  color: #1e1f21;
  transition: color 0.5s ease, transform 0.3s ease;
  text-decoration: none;
}

nav ul li a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background-color: black;
  transition: width 0.5s ease;
}

nav ul li a:hover {
  color: black;
}

nav ul li a:hover::after {
  width: 100%;
}
.kontakt-popup-button {
  background-color: #12a8b5;
  color: white;
  font-weight: bold;
  border: none;
  padding: 12px 20px;
  border-radius: 8px;
  cursor: pointer;
  font-size: 0.9rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.3s ease, transform 0.2s ease;
}

.kontakt-popup-button:hover {
  background-color: #0f8a95;
  transform: scale(1.03);
}

@media (max-width: 600px) {
  .popup-success{
    font-size:13px      
  }
  nav ul li {
    padding: 3px 5px;
  }

  nav ul li a {
    font-size: 0.9rem;
    padding: 5px 0;
  }
  footer .footer-copyright{
    font-size:0.8rem;
  }
  
  .kontakt-popup-button {
  font-size: 0.9rem;
  padding: 8px 14px;
  line-height: 1.4;
  min-width: 160px;
}

  .kontakt-flexbox{
    gap:30px;
  }
}

.kontakt-popup-button {
  padding: 12px 24px;
  color: white;
  text-decoration: none;
  border-radius: 6px;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  cursor: pointer;
  transition: background-color 0.2s;
}


