

/* Titillium Web – lokal eingebunden (keine Verbindung zu Google nötig) */
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 200; font-display: swap; src: url(../fonts/titillium-200.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 300; font-display: swap; src: url(../fonts/titillium-300.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 400; font-display: swap; src: url(../fonts/titillium-400.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 600; font-display: swap; src: url(../fonts/titillium-600.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: normal; font-weight: 700; font-display: swap; src: url(../fonts/titillium-700.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: italic; font-weight: 300; font-display: swap; src: url(../fonts/titillium-300-italic.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: italic; font-weight: 400; font-display: swap; src: url(../fonts/titillium-400-italic.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: italic; font-weight: 600; font-display: swap; src: url(../fonts/titillium-600-italic.woff) format('woff'); }
@font-face { font-family: 'Titillium Web'; font-style: italic; font-weight: 700; font-display: swap; src: url(../fonts/titillium-700-italic.woff) format('woff'); }

body {
  background: #e7f2f8;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  font-size: 15px;
  line-height: 22px;
  color: #000;
}

html {
  height: 100%;
}

a {
  color: #C03035;
  transition: 300ms;
}

a:hover {
  outline: none;
  text-decoration: none;
  color: #717b25;
}

/* in BS5 besser: sichtbarer Focus anpassen statt entfernen */
a:focus {
  outline: 2px solid #717b25;
  outline-offset: 2px;
}

ul {
  list-style: none;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
}

h1 {
  color: #717b25;
}

h2 {
  font-size: 24px;
  color: #686868;
}

h3 {
  font-size: 18px;
}

p {
  color: #213156;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
}

p.spec {
  color: #213156;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3em;
  font-style: italic;
}

.overflow {
  overflow: hidden;
}

.uppercase {
  text-transform: uppercase;
}

.btn-common {
  font-size: 14px;
  color: #0099ae;
  border: 1px solid #0099ae;
  font-family: 'Titillium Web', sans-serif;
  font-weight: 300;
  padding: 10px 25px;
}

.btn-common:hover,
.btn-common:focus {
  outline: none;
  background: none;
  box-shadow: none;
  color: #717b25;
  border-color: #717b25;
}

/* Grid-Klasse .col-sm-5 gibt es auch in BS5 */
#action .col-sm-5 {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
}

.align-right {
  text-align: right;
}

.inline {
  display: inline-block;
}

.padding {
  padding: 65px 0;
}

.padding-bottom {
  padding-bottom: 65px;
}

.padding-top {
  padding-top: 90px;
}

.padding-right {
  padding-right: 80px;
}

.padding-left {
  padding-left: 80px;
}

.margin-bottom {
  margin-bottom: 35px;
}


/* Bootstrap 5 hat keine .visible-xs mehr → ersetzen durch Mediaquery */
@media (max-width: 575.98px) {
  .carousel-indicators {
    height: 20px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: -35px;
    width: 100%;
    left: 0;
  }

  .carousel-indicators li {
    border-color: #D29948;
    border-width: 2px;
    height: 12px;
    margin: 0 5px 0 0;
    width: 12px;
  }

  .carousel-indicators li.active {
    background: rgba(210, 153, 72, 0.7);
  }
}







    /* --- Header Grund --- */
    #header { padding: 18px 0 22px 0; }
    #header .container { position: relative; }

    /* Social icons (oben rechts) */
    .top-social {
      padding-bottom: 8px;
    }
    .top-social .nav .nav-link { color: #6d6d6d; font-size: 0.95rem; padding: 0.125rem 0.5rem; }
    .top-social .nav .nav-link i { font-size: 1.05rem; }
    .top-social .nav .nav-link img { height: 20px; width: auto; }

/* Social Icons */
.social-icons ul li {
  padding: 0 10px;
}
.social-icons ul li:last-child {
  padding-right: 0;
}
.social-icons ul li a {
  font-size: 18px;
  color: #7d8b94;   /* vorher #d3d3d3 – zu wenig Kontrast auf #e7f2f8 */
  padding: 0;
}
.social-icons ul li a:hover .fa-facebook { color:#41a3bd; }
.social-icons ul li a:hover .fa-instagram { color:#f0c; }
.social-icons ul li a:hover .fa-youtube { color:#ff0000; }
.social-icons ul li a:hover .fa-xing { color:#0698a0; }
.social-icons ul li a:hover .fa-linkedin { color:#006dc0; }
.social-icons ul li a:hover,
.social-icons ul li a:focus {
  background: none;
}

/* Navbar Links */
#header .navbar {
  background: transparent !important;
  border: 0;
  box-shadow: none;
}

#header .navbar-nav.ms-auto > li:last-child {
  margin-right: 20px;
}
#header .navbar-nav .nav-link {
  color: #000;
  font-size: 12px;
  padding: 20px;
  text-transform: uppercase;
  font-weight: 300;
}
#header .navbar-nav .nav-link:hover,
#header .navbar-nav .nav-link:focus,
#header .navbar-nav .nav-link.active {
  color: #44a5bf;
}
#header .navbar-nav .nav-link:hover {
  color: #717b25;
}


/* Dropdown (falls eigenes Submenu genutzt wird) */
ul.sub-menu {
  display: none;
  list-style: none;
  padding: 0;
  margin: 0;
}
#header .navbar-nav li ul.sub-menu li a {
  color: #818285;
  padding: 5px 0;
  font-size: 13px;
  display: block;
  text-transform: capitalize;
}
#header .navbar-nav li ul.sub-menu li .active {
  background: #44a5bf;
  color: #e7f2f8;
  position: relative;
}
#header .navbar-nav li ul.sub-menu li .active i {
  position: absolute;
  font-size: 56px;
  top: -13px;
  color: #41a3bd;
}
#header .navbar-nav li ul.sub-menu li a:hover,
#header .navbar-nav li ul.sub-menu li a:focus {
  background: #44a5bf;
  color: #e7f2f8;
}



    /* ------------------
       LOGO - responsive
       ------------------*/
    .navbar-brand img {
      display: block;
      width: auto;
      height: auto;
      max-width: 16rem;   /* Default desktop */
    }
    @media (min-width: 1200px) {
      .navbar-brand img { max-width: 18rem; }  /* XXL/large screens */
    }
    @media (min-width: 768px) and (max-width: 1199px) {
      .navbar-brand img { max-width: 14rem; }  /* Tablet / small desktop */
    }
    @media (max-width: 767.98px) {
      .navbar-brand img { max-width: 9.5rem; } /* Phones */
    }

    /* ------------------
       Burger (drei Linien) + Animation -> X
       ------------------*/
    .navbar-toggler {
  border: none;
  background: transparent;
  padding: 0.5rem;
}

.navbar-toggler:focus {
  outline: none;
  box-shadow: none;
}
.navbar-toggler:focus-visible {
  outline: 2px solid #44a5bf;
  outline-offset: 2px;
}

/* Basis für drei Linien */
.toggler-icon {
  display: block;
  width: 2rem;
  height: 3px;
  margin: 5px 0;
  background-color: #44a5bf;
  border-radius: 2px;
  transition: all 0.3s ease;
}

/* X-Effekt beim Öffnen */
.navbar-toggler.collapsed[aria-expanded="false"] .top-bar,
.navbar-toggler.collapsed[aria-expanded="false"] .middle-bar,
.navbar-toggler.collapsed[aria-expanded="false"] .bottom-bar {
  transform: rotate(0);
  opacity: 1;
}

.navbar-toggler[aria-expanded="true"] .top-bar {
  transform: rotate(45deg) translate(5px, 5px);
}

.navbar-toggler[aria-expanded="true"] .middle-bar {
  opacity: 0;
}

.navbar-toggler[aria-expanded="true"] .bottom-bar {
  transform: rotate(-45deg) translate(5px, -5px);
}

/* Responsive Anpassung */
@media (max-width: 767px) { /* xs + sm */
  .toggler-icon {
    width: 1.8rem;
    height: 3px;
  }
}

/* Hover-Effekt nur für md */
@media (min-width: 768px) and (max-width: 1199px) {
  .navbar-toggler:hover .toggler-icon {
    background-color: #82cde0; /* gewünschtes Blau beim Hover */
  }

  .navbar-toggler:hover {
    background-color: #44a5bf; /* leichter Hintergrund wie bei sm/xs */
    border-radius: 4px; /* optional: abgerundete Kanten */
  }
}

@media (min-width: 1200px) { /* lg+ */
  .toggler-icon {
    width: 2.2rem;
    height: 3px;
  }
}


/* ------------------
   Dropdown: sanftes Ein-/Ausblenden (einzige Definition)
   Bootstrap steuert .show per Klick; Hover nur auf Desktop mit Maus.
   ------------------ */
#header .dropdown-menu {
  display: block;            /* Sichtbarkeit via visibility/opacity/max-height */
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transform: translateY(-8px);
  transition: opacity 220ms ease, transform 220ms ease, visibility 220ms ease, max-height 300ms ease;
  pointer-events: none;
  margin-top: 0.25rem;
  min-width: 12rem;
  font-size: 0.9rem;
  background: #fff;
  border: none;
  border-radius: 0.25rem;
  box-shadow: 0 10px 18px rgba(25,40,50,0.06);
}
#header .dropdown-menu.show {
  visibility: visible;
  opacity: 1;
  max-height: 500px;
  transform: translateY(0);
  pointer-events: auto;
}
@media (hover: hover) and (min-width: 992px) {
  #header .dropdown:hover > .dropdown-menu {
    visibility: visible;
    opacity: 1;
    max-height: 500px;
    transform: translateY(0);
    pointer-events: auto;
  }
}

/* Submenu items */
#header .dropdown-item {
  color: #666666;
  font-weight: 300;
  padding: 8px 14px;
  transition: background-color 0.2s ease, color 0.2s ease;
}
#header .dropdown-item:hover,
#header .dropdown-item:focus { background: #f0f8ff; color: #44a5bf; }

    /* ensure collapse nav spacing on mobile */
    @media (max-width: 991.98px) {
      #header .navbar-collapse { background: transparent; padding-top: 10px; }
      #header .nav-link { padding: 0.6rem 0.5rem; }
    }


/* ==================================================
   Passing Clouds Background
================================================== */

.clouds_bg1 {
    z-index:-1;
    position:absolute;
    visibility:hidden;
    width:100%;
    height:0;
    padding-bottom: 25.0%;
    left:0%; 
    top:1%;
    overflow: hidden;
    
    background: url(../images/home/clouds1.png);
    background-size: 100%;
    background-repeat: no-repeat;

    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    
    -webkit-animation-name: clouds_bg1;
    -moz-animation-name: clouds_bg1;
    animation-name: clouds_bg1;
    
    -webkit-animation-duration: 52s;
    -moz-animation-duration: 52s;
    animation-duration: 52s;
    
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;


}



.clouds_bg2 {
    z-index:-1;
    position:absolute;
    visibility:hidden;
    width:100%;
    height:0;
    padding-top: 35.0%;
    left:0%; 
    top:1%;
    overflow: hidden;
        
    background: url(../images/home/clouds2.png);
    background-size: 100%;
    background-repeat: no-repeat;

    transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -webkit-transform: translate3d(0,0,0);
    
    -webkit-animation-name: clouds_bg2;
    -moz-animation-name: clouds_bg2;
    animation-name: clouds_bg2;
    
    -webkit-animation-duration: 50s;
    -moz-animation-duration: 50s;
    animation-duration: 50s;
    
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
    animation-timing-function: linear;
    
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;

}


@keyframes clouds_bg1 {
    0%       { transform: translate3d(100%,0,0);  visibility: visible; }
    99.99%   { transform: translate3d(-100%,0,0); visibility: visible; }
    100%     { transform: translate3d(-100%,0,0); visibility: hidden; }
}

@keyframes clouds_bg2 {
    0%       { transform: translate3d(100%,0,0);  visibility: visible; }
    99.99%   { transform: translate3d(-100%,0,0); visibility: visible; }
    100%     { transform: translate3d(-100%,0,0); visibility: hidden; }
}

/* fehlte: wird von .animate-in .slider-sun verwendet */
@keyframes scaleIn {
    0%   { opacity: 0; transform: scale(0); }
    100% { opacity: 1; transform: scale(1); }
}


/*************************
*******Home Page******
**************************/
#home-slider {
  background: url(../images/home/slider-hamburg-bg.png) 0 100% repeat-x;
  background-size: 75% auto;  /* skaliert auf volle Breite und Höhe */
  position: relative;
}

#home-slider .main-slider {
  position: relative;
  height: 450px;
}

#home-slider .slide-text{
  position: absolute;
  top: 50px;
  left: 0;
  width: 450px;
}

.animate-in .slide-text {
  -webkit-animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
  animation: fadeInLeftBig 700ms cubic-bezier(0.190,1.000,0.220,1.000) 200ms both;
}

#home-slider .slider-jetty {
  position: absolute;
  left: 18%;
  bottom: 0;
  top: 26em;
  width: 18%;
}

.animate-in .slider-jetty {
  -webkit-animation: bounceInDown 1000ms ease-in-out 200ms both;
  animation: bounceInDown 1000ms ease-in-out 200ms both;
}

#home-slider .slider-sun {
  position: absolute;
  right: 70%;
  bottom: 20em;
}

.animate-in .slider-sun {
  -webkit-animation: scaleIn 600ms ease-in-out 600ms both;
  animation: scaleIn 600ms ease-in-out 600ms both;
}

#home-slider .slider-lifebuoy {
  position: absolute;
  left: -7%;
  bottom: -1em;
  width: 5%;
}

.animate-in .slider-lifebuoy {
  -webkit-animation: fadeInLeft 500ms ease-in-out 1200ms both;
  animation: fadeInLeft 500ms ease-in-out 1200ms both;
}

#home-slider .slider-birds {
  position: absolute;
  right: 15%;
  bottom: 10em;
  width: 6%;
}

.animate-in .slider-birds {
  -webkit-animation: fadeInRight 500ms ease-in-out 1200ms both;
  animation: fadeInRight 500ms ease-in-out 1200ms both;
}

#home-slider .slider-boats {
  position: absolute;
  left: 30%;
  bottom: 0;
  top: 29em;
  width: 13%;
}

.animate-in .slider-boats {
  -webkit-animation: bounceInDown 500ms ease-in-out 800ms both;
  animation: bounceInDown 500ms ease-in-out 800ms both;
}

#home-slider h1{
  margin-top: 100px;
  margin-bottom: 25px;
}

#home-slider .btn-common {
  margin-top: 20px;
}

#home-slider .preloader {
  position: absolute;
  left: 0;
  top: 0;
  bottom: -30px;
  right: 0;
  background: #fafafa;
  text-align: center;
}

#home-slider .preloader > i {
  font-size: 48px;
  height: 48px;
  line-height: 48px;
  color: #44a5bf;
  position: absolute;
  left: 50%;
  margin-left: -24px;
  top: 50%;
  margin-top: -24px;
}

#action {
  background-image: url(../images/home/tour-icon1.png);
  background-color: #e7f2f8;
  background-repeat: no-repeat;
  height: 157px;
  background-position: left;
  display: table;
  position: static;
  width: 100%;
}

.vertical-center{
  display: table-cell;
  vertical-align: middle;
  width: 100%;
}


.single-service{
  overflow: hidden;
  display: block;
}

.single-service img {
  margin-bottom: 35px;
}

.single-service .fold {
  margin-bottom: 35px;
}

.single-service h2 {
  margin-top: 0;
  margin-bottom: 15px;
}

.single-service p {
  padding: 0 48px;
}

.action h1{
  margin-top: 0;
}

.action p{
  font-size: 12px;
  margin-bottom: 0;
  font-weight: 300;
}

.action .btn-common{
  margin-top: 55px;
  float: left;
}

.title {
  color: #404040;
  font-weight: 300;
}

.single-features {
  overflow: hidden;
  padding-top: 65px;
  padding-bottom: 40px;
}

.single-features .col-sm-6 {
  margin-top: 50px;
}

.single-features:last-child {
  padding-bottom: 95px;
  padding-top: 0;
}

.single-features h2{
  margin-bottom: 15px;
}


/* Variante 2: falls .single-features die Spalten direkt enthält */
#features .single-features {
  display: flex;
  flex-wrap: wrap;
}
#features .single-features > .col-sm-6 {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (min-width: 576px) {
  #features .single-features > .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
}

/* (optional) etwas Innenabstand wie früher */
#features .col-sm-6 { padding-left: 15px; padding-right: 15px; }


#clients{
  padding-bottom: 45px;
}

.clients {
  margin-bottom: 45px;
}

.clients img {
  display: inline-block;
}

.clients-logo {
  overflow: hidden;
  margin-bottom: 10px;
}


/* Accordions*/
/* ===========================================
   Sanftes Accordion (Bootstrap 5 Override)
   =========================================== */

/* Grundtransition für das Accordion selbst */
.accordion-collapse {
  transition: height 0.5s ease;
}

/* Inhalt zunächst unsichtbar halten */
.accordion-collapse .accordion-body {
  opacity: 0;
  transition: opacity 0.5s ease 0.2s; /* Einblenden leicht verzögert */
  color: #213156; 
}

/* Wenn geöffnet → Inhalt sichtbar */
.accordion-collapse.show .accordion-body {
  opacity: 1;
}

/* Optional: Hover-Style für Header */
.accordion-button {
  transition: background-color 0.3s ease, color 0.3s ease;
  background-color: #f7fbfd; /* sehr helles Blau statt Weiß */
  color: #213156;
}

.accordion-button:hover {
  background-color: #e7f2f8; /* dein Farbschema */
  color: #44a5bf;
}

/* Entfernt den hässlichen Rahmen beim Fokus */
.accordion-button:focus {
  box-shadow: none;
}
.accordion-button:focus-visible {
  outline: 2px solid #44a5bf;
  outline-offset: -2px;
}

/* Leichter Schatten für aktive Accordion-Elemente */
.accordion-item {
  border: none;
  margin-bottom: 10px;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  overflow: hidden;
}

.accordion-button:not(.collapsed) {
  background-color: #d6f0f6; /* aktives Blau */
  color: #44a5bf;
}

/* Pfeil-Icons in Blau */
.accordion-button::after {
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2344a5bf' viewBox='0 0 16 16'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-active-icon: var(--bs-accordion-btn-icon);
} 


/* Workshops Section */
#workshops.page {
  padding: 100px 0 150px 0;
  background-color: transparent;
}

#workshops .title-page {
  text-align: center;
  margin-bottom: 100px;
}

#workshops .title-page .title {
  font-size: 48px;
  color: #141a29;
  margin: 0 0 10px 0;
}

#workshops .title-page .title-description {
  font-size: 24px;
  font-weight: 200;
  margin: 0;
  color: #141a29;
}

/* Filter */
#workshops .type-work {
  color: #141a29;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-bottom: none;
  list-style: none;
}

#workshops .work-nav #filters {
  margin: 0;
  padding: 0;
  list-style: none;
}

#workshops .work-nav #filters li {
  margin: 0 0 20px 0;
  padding: 0;
}

#workshops .work-nav #filters li a {
  color: #213156;
  font-size: 16px;
  display: block;
  text-decoration: none;
  border: none !important;
  box-shadow: none !important;
  outline: none !important;
}

#workshops .work-nav #filters li a:hover {
  color: #44a5bf;
  text-decoration: none;
}

#workshops .work-nav #filters li a.selected {
  color: #b31a5b;
}

/* Thumbs Grid */
#workshops #thumbs {
  padding: 0;   /* kein margin:0 – sonst gehen die negativen .row-Ränder verloren */
}

#workshops #thumbs li {
  list-style-type: none;
  margin-bottom: 24px;
}

#workshops .thumb-inner {
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

#workshops .thumb-inner img {
  width: 100%;
  display: block;
}

#workshops .thumb-inner .hover-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 2;
  transition: opacity 350ms ease-out 150ms;
  text-decoration: none;
  outline: none !important;
  border: none !important;
  box-shadow: none !important;
  display: block;
}

#workshops .thumb-inner:hover .hover-wrap,
#workshops .thumb-inner:focus-within .hover-wrap {
  opacity: 1;
  transition-delay: 0ms;
}

#workshops .thumb-inner .hover-wrap:focus-visible {
  outline: 3px solid #44a5bf !important;
  outline-offset: -3px;
}

#workshops .thumb-inner .overlay-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(185, 219, 253, 0.7);
  font-weight: bold;
  text-align: center;
  color: #000000;
  padding: 20px 10px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

#workshops .thumb-inner .overlay-img h3 {
  font-size: 1rem;
  margin-bottom: 8px;
  color: #000;
}

#workshops .item-thumbs.hidden {
  display: none;
}

/* ==================================================
   Footer (neu – die alten Footer-Styles fehlten)
================================================== */
#footer {
  padding-bottom: 40px;
}

#footer .bottom-separator {
  margin-bottom: 40px;
}

#footer .bottom {
  margin-bottom: 40px;
}

#footer h2 {
  margin: 0 0 20px;
}

#footer h3 {
  font-size: 15px;
  margin: 0 0 10px;
}

/* Referenzen */
.testimonial-item {
  margin-bottom: 25px;
}
.testimonial blockquote {
  font-style: italic;
  font-size: 14px;
  line-height: 1.5;
  color: #213156;
  margin: 0 0 8px;
  padding-left: 12px;
  border-left: 3px solid #44a5bf;
}
.testimonial h3 {
  color: #717b25;
}

/* Kontakt */
.contact-info address {
  font-size: 14px;
  line-height: 1.6;
  color: #213156;
  margin-bottom: 25px;
}

/* Kontaktformular */
.Contact_Form label {
  font-size: 14px;
  color: #213156;
  margin-bottom: 4px;
}
.Contact_Form .form-control {
  border-radius: 0.25rem;
  border-color: #b8d3de;
}
.Contact_Form .form-control:focus {
  border-color: #44a5bf;
  box-shadow: 0 0 0 0.2rem rgba(68,165,191,0.25);
}
.Contact_Form #captchaImg {
  display: block;
}
.btn-submit {
  font-family: 'Titillium Web', sans-serif;
  font-size: 14px;
  color: #fff;
  background: #0099ae;
  border: 1px solid #0099ae;
  padding: 8px 25px;
}
.btn-submit:hover,
.btn-submit:focus-visible {
  color: #fff;
  background: #717b25;
  border-color: #717b25;
}

/* Copyright + Impressum (Show more/less mit <details>) */
.copyright-text {
  padding-top: 30px;
  border-top: 1px solid #c9dfe8;
}
.copyright-text p {
  font-size: 13px;
}
.disclaimer details.more summary {
  cursor: pointer;
  display: inline-block;
  color: #C03035;
  font-size: 14px;
  list-style: none;          /* Standard-Dreieck ausblenden */
}
.disclaimer details.more summary::-webkit-details-marker { display: none; }
.disclaimer details.more summary::after {
  content: " \25BE";         /* ▾ */
}
.disclaimer details.more[open] summary::after {
  content: " \25B4";         /* ▴ */
}
.disclaimer details.more summary:focus-visible {
  outline: 2px solid #717b25;
  outline-offset: 2px;
}

/* Inhalt direkt NACH <details> sanft auf-/zuschieben (Grid 0fr → 1fr) */
.disclaimer .summary {
  display: grid;
  grid-template-rows: 0fr;
  visibility: hidden;
  transition: grid-template-rows 0.5s ease, visibility 0.5s;
  text-align: left;
  max-width: 40rem;
  margin: 0 auto;
}
.disclaimer .summary > * {
  overflow: hidden;
  min-height: 0;
  margin: 0;       /* sonst bleibt im geschlossenen Zustand ein Spalt */
}
.disclaimer details.more[open] + .summary {
  grid-template-rows: 1fr;
  visibility: visible;
}


/* ==================================================
   Über mich (#about) – drei Spalten
================================================== */
#about {
  padding: 60px 0 100px;
}

#about .title-page {
  text-align: center;
  margin-bottom: 60px;
}

#about .title-page .title {
  font-size: 48px;
  color: #141a29;
  margin: 0;
}

#about .about-portrait {
  display: block;
  width: 100%;
  border-radius: 6px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.08);
  margin-bottom: 20px;
}

#about .about-name {
  font-size: 24px;
  color: #717b25;
  margin: 0 0 6px;
}

#about .about-role {
  font-size: 14px;
  color: #686868;
  margin-bottom: 25px;
}

#about h4 {
  font-size: 18px;
  font-weight: 600;
  color: #213156;
  margin: 0 0 12px;
}

#about .about-list {
  padding: 0;
  margin: 0 0 30px;
}

#about .about-list li {
  position: relative;
  padding-left: 16px;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  color: #213156;
}

#about .about-list li::before {
  content: "\2022";          /* • */
  position: absolute;
  left: 0;
  color: #44a5bf;
}

@media (max-width: 767.98px) {
  #about .title-page .title { font-size: 32px; }
  #about .title-page { margin-bottom: 35px; }
  #about .about-portrait { max-width: 320px; margin-left: auto; margin-right: auto; }
  #about .about-name,
  #about .about-role { text-align: center; }
}
