﻿@import url('https://fonts.googleapis.com/css2?family=IBM+Plex+Sans:ital,wght@0,100..700;1,100..700&display=swap');



/* ===========================
   Basic Elements
=========================== */
a {
  color: #0d6efd;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a:visited {
  color: #0d6efd;
  text-decoration: none;
}

a.dropdown-item {
  border-bottom: 1px solid #e9ecef;
  color: #212529;
  font-family: "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
  font-size: 0.9em;
  padding: 0.5rem 1rem;
  transition: background-color 0.2s ease, color 0.2s ease;
}

a.dropdown-item:hover {
  font-size:0.9em;
  background-color: #f8f9fa;
  color: #0056b3;
}

a.nav-link {
  color: black;
  font-size: 14px;
  padding-left: 20px;
}

a.nav-link:hover {
  color: gray;
}

a.nav-link:visited {
  color: black;
}

a.navbar-brand {
  color: black;
  font-family: arial, helvetica, sans-serif;
  font-size: 1em !important;
  font-weight: 600 !important;
  margin-left: 10px;
}

.badge {
  border: 0.5px solid gray;
  font-size: 1rem !important;
  font-weight: 500;
  margin: 5px;
  padding: 0.3em 0.4em;
}

.banner {
  background-color: #f0f0f0;
  height: 400px;
}

.banner-text {
  margin-top: 200px;
}

.bg-blue {
  background-color: #08c !important;
}

.bi {
  padding-right: 10px !important;
}

.blockquote {
  border-left: 20px #08c solid;
  font-size: 1em;
  padding-left: 20px;
  text-align: left;
}

.blockquote-footer {
  color: gray;
  font-size: 1em;
  margin-top: 15px;
}

.blue {
  color: #08c;
}

body {
  height: 100%;
  width: 100%;
}

.border {
  border: 1px solid black !important;
}

.border-left {
  border-left: 1px solid #adb5bd;
}

.border-top {
  border-top: 1px solid #adb5bd;
}

.clear {
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.col-md {
  padding: 0;
}

.col-nav {
  padding-top: 30px;
}

.container {
  width: 100%;
  margin-inline: auto;
  padding: clamp(1rem, 2vw, 2rem);
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1000px;
  }

  /* statt 1140px */
}

@media (min-width: 1400px) {
  .container {
    max-width: 1000px;
  }

  /* statt 1320px */
}

.details > p {
  margin: 0;
  padding: 4px;
}

details > summary {
  background-color: #08c;
  border: none;
  border-bottom: 1px solid white;
  border-top: 1px solid gray;
  color: white;
  cursor: pointer;
  max-width: 500px;
  padding: 6px 0 6px 12px;
}

.display-0 {
	font-family: arial, helvetica, sans-serif;
  font-size: 3em !important;
  letter-spacing: -1px;
}

.display-1 {
	font-family: arial, helvetica, sans-serif;
  font-size: 60px;
  font-weight: 600;
}

.display-2 {
		font-family: arial, helvetica, sans-serif;
		font-size: 40px;
		  font-weight: 600;
}

.display-6 {
	font-family: arial, helvetica, sans-serif;
  font-size: 1.6em !important;
  font-weight: 600 !important;
  letter-spacing: -0.2px !important;
  margin-bottom: 1em !important;
  margin-top: 1em !important;
}

.dropdown-menu {
  background-color: #efefef;
  border: 0;
  border-radius: 0;
}

.eyebrow {
  display: inline-block;
  font-size: .85rem;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: white;
  background: #205baf;
  padding: .25rem .6rem;
  border-radius: 999px;
  border: 1px solid var(--border);
}

.fa {
  margin: 10px;
}

.float {
  float: left;
}

.focus {
  font-size: 1.1em !important;
  font-weight: 600 !important;
  margin-bottom: 0;
  margin-top: 14px !important;
  padding-bottom: 8px;
}

.hero {
  border-bottom: 1px solid black;
}

    html {
  scroll-behavior: smooth; /* Weiches Scrollen, statt sprunghaft */
}


h1 {
  font-family: arial, helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 0.5em;
  color:#1a1a1a;
  hyphens: auto;
}

h2 {
  font-family: arial, helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.3;
  color:#1a1a1a;
  hyphens: auto;
}


.hover-container {
  display: inline-block;
  margin-top: 50px;
  position: relative;
}

.hover-target {
  color: #007bff;
  cursor: pointer;
  font-size: 18px;
  font-weight: bold;
  text-decoration: none;
}

.hovercard {
  background-color: #f9f9f9;
  border: 1px solid #ccc;
  border-radius: 5px;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  left: 0;
  opacity: 0;
  padding: 15px;
  position: absolute;
  top: 30px;
  transition: opacity 0.3s ease-in-out;
  width: 500px;
  z-index: 10;
}

.hover-container:hover .hovercard {
  display: block;
  opacity: 1;
}

.hovercard img {
  height: 100px;
  margin-top: 10px;
  object-fit: cover;
  width: 100px;
}

.hyphenate {
  hyphens: auto;
}



mark{
font-weight:600; 
background-color:transparent;
  display: inline;     /* bleibt im Textfluss */
  margin: 0;           /* alle Außenabstände auf 0 */
  padding: 0;          /* alle Innenabstände auf 0 */
  hyphens: auto;
}

p,ul,li,mark,td,th
{   font-family: "IBM Plex Sans", sans-serif;
  hyphens: auto;
  color: #212529;
  font-size:1em;	
}

/* auf kleinen Screens: volle Breite (Default) */
p.readable { width: 100%; }

p.footer{
font-family:arial, helvetica, sans-serif;
font-size:0.9em;  
}



@media print {
  .noprint {
    display: none !important;
  }
}
