.link-secondary:focus, .link-secondary:hover {
  color: #070707!important;
}

.link-secondary:focus, .link-secondary:hover {
  color: #070707!important;
}

.link-secondary {
  color: #070707!important;
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.titleheadcenter {
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

.projectdescription {
  font-family: opensanseb;
  margin-left: 0px;
}

.seasondescription {
  font-family: opensanseb;
  font-size: x-large;
  color: darkblue;
  margin-left: 0px;
  text-decoration: initial;
}

.videodescription {
  font-family: opensanseb;
  font-size: xx-large;
  font-weight: bold;
  padding-left: 0px;
}

.publishdescription {
  font-family: opensanseb;
  font-size: x-large;
  font-weight: bold;
  padding-left: 0px;
}

.copyrighttextdescription {
  font-family: 'Open Sans';
  font-size: medium;
  font-weight: bold;
  padding-left: 0px;
}

.ccdescription {
  font-family: 'Open Sans';
  font-size: small;
  font-weight: normal;
  padding-left: 0px;
}

.cctitledescription {
  font-family: 'opensansb';
  font-size: xx-large;
  font-weight: bold;
  padding-left: 0px;
}

.footercopyright {
  font-family: 'opensanseb';
  color: white;
  font-size: small;
  font-weight: bold;
  padding-left: 0px;
}

/* Navi Bar 2025 */

.navbar {
  padding: 0.5rem 1rem;
}

.navbar-nav .nav-link {
  padding: 0.5rem;
}

.footer {
  position: relative;
  bottom: 0;
  width: 100%;
}

.content {
  flex: 1;
}

@media (max-width: 768px) {
  .footer .container {
    flex-direction: column;
    text-align: center;
  }
}

/* Dropdown für Touchscreen-freundliche Navigation */

.dropdown-menu {
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.dropdown-menu.show {
  visibility: visible;
  opacity: 1;
}

/* Neue News animation */

.animation-container {
  max-width: 540px;
  width: 48%;
  margin: auto;
  position: relative;
  overflow: hidden;
  background-color: #f0f0f0;
  border-radius: 10px;
  padding: 10px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

@media (max-width: 600px) {
  .animation-container {
    width: 100%;
    padding: 5px;
  }
}

@media (max-width: 600px) {
  .text-slide {
    font-size: 24px;
    padding: 10px;
    width: 100%;
  }
}

@media (max-width: 600px) {
  .dot {
    width: 10px;
    height: 10px;
    margin: 3px;
  }
}

@media (min-width: 601px) {
  .animation-container {
    width: calc(50% - 20px);
  }
}

.animation-wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.slider {
  position: relative;
  width: 100%;
  height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.6s ease-in-out;
  margin: auto;
}

.slide {
  position: absolute;
  opacity: 0;
  transition: opacity 0.6s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.active {
  opacity: 1;
  pointer-events: auto;
}

.slider a {
  display: block;
  width: 100%;
  height: 100%;
}

.slider img {
  max-width: 500px;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.text-slide {
  font-family: opensanseb;
  background-color: #333;
  color: white;
  font-size: 27px;
  width: 400px;
  height: 300px;
  padding: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  text-align: center;
}

.dots {
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
}

.dot {
  width: 12px;
  height: 12px;
  margin: 5px;
  background-color: #bbb;
  border-radius: 50%;
  cursor: pointer;
  transition: background-color 0.3s;
}

.dot.active {
  background-color: #333;
}

/* Video Fenster */

h3, h4 {
  font-family: 'Open Sans Extra Bold', sans-serif;
  text-align: left;
}

.season-title {
  text-align: left;
  margin-top: 10px;
}

.video-container {
  width: 100%;
  max-width: 640px;
  height: 360px;
  background: #000;
  padding: 10px;
  border-radius: 10px;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container video {
  width: 100%;
  height: 100%;
  max-height: 360px;
  aspect-ratio: 16 / 9;
  object-fit: contain;
}

.video-info {
  text-align: left;
}

.watch-on {
  display: flex;
  gap: 10px;
  align-items: center;
}

.credits-text {
  display: block;
  font-size: x-small;
}

.download {
  display: flex;
  margin-top: 10px;
  gap: 10px;
  align-items: center;
}

/* testimonial definition */

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.testimonial-container {
  max-width: 600px;
  margin: auto;
  overflow: hidden;
  position: relative;
  padding: 20px;
  text-align: center;
}

.testimonial {
  font-family: 'Open Sans', sans-serif;
  opacity: 0;
  transition: opacity 0.6s ease;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  padding: 20px;
  background: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.testimonial.active {
  opacity: 1;
  position: relative;
}

.testimonial p {
  font-size: 1.2em;
  font-style: italic;
}

.testimonial h4 {
  margin-top: 10px;
  font-weight: 600;
}

.nav-buttons {
  margin-top: 15px;
}

.nav-buttons button {
  background: #007bff;
  color: white;
  border: none;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  border-radius: 5px;
  transition: background 0.3s ease;
}

.nav-buttons button:hover {
  background: #0056b3;
}

/* neue Gallery Klassen */

.tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.tab {
  padding: 10px 20px;
  background-color: #ddd;
  border-radius: 5px;
  cursor: pointer;
  white-space: nowrap;
}

.tab.active {
  background-color: #bbb;
  font-weight: bold;
}

.gallery-container {
  margin-bottom: 40px;
  padding: 20px;
}

.gallery {
  display: none;
}

.gallery.active {
  display: block;
}

.wallpapers {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 15px;
  justify-items: center;
}

@media (min-width: 768px) {
  .wallpapers {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 1024px) {
  .wallpapers {
    grid-template-columns: repeat(4, 1fr);
  }
}

.wallpaper {
  width: 100%;
  max-width: 450px;
  text-align: left;
}

.wallpaper img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

.license {
  font-size: 0.9em;
  color: #666;
  margin-top: 5px;
}

/* gallery eigene neue Klassen */

.wallpapercrew {
  width: 100%;
  max-width: 450px;
  text-align: left;
}

.wallpapercrew img {
  width: 100%;
  height: auto;
  object-fit: cover;
  border-radius: 8px;
}

/* IT Support CSS */

.itcontent {
  font-family: 'Open Sans', sans-serif;
  background: var(--background);
  color: var(--text);
  line-height: 1.6;
}

.itheader {
  text-align: center;
  padding: 2rem 1rem 1rem;
  background: var(--card);
  box-shadow: 0 2px 4px var(--shadow);
}

.language-switch {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.lang-option.active {
  font-weight: bold;
  text-decoration: underline;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  object-fit: cover;
  margin: 0 auto 1rem;
  display: block;
  box-shadow: 0 4px 8px var(--shadow);
}

h1 {
  font-size: 2rem;
}

p.lead {
  font-size: 1.2rem;
  color: #555;
}

/* Container für die Supported Services und Supported Languages */

.supported-info {
  display: flex;
  justify-content: flex-start;
  gap: 15px;
  flex-wrap: wrap;
  padding: 10px 0;
  margin-top: 10px;
  align-items: center;
  font-family: 'Open Sans', sans-serif;
}

/* Kacheln für Services und Sprachen */

.supported-item {
  background-color: #f4f4f4;
  padding: 10px 20px;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  color: #333;
  font-weight: 600;
  cursor: pointer;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  min-width: 120px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover-Effekt für die Kacheln */

.supported-item:hover {
  transform: scale(1.05);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
}

/* Unterscheidung der Service- und Language-Kacheln */

.supported-item.services {
  background-color: #e0e0e0;
}

.supported-item.languages {
  background-color: #d8d8d8;
}

/* Text innerhalb der Kacheln */

.supported-item span {
  display: block;
  font-size: 14px;
}

/* Section grid */

.section-grid {
  margin: 2rem 0;
  padding: 0 1rem;
}

.section-title {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-family: 'Open Sans', sans-serif;
  text-align: center;
  color: #222;
}

.grid-cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1rem;
  margin-top: 1rem;
}

.card {
  background-color: #f1f1f1;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  transition: all 0.3s ease;
  font-weight: 600;
}

.hover-card:hover {
  background-color: #e0e0e0;
  transform: scale(1.05);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.5rem;
}

.skill-card {
  background: linear-gradient(135deg, #f5f7fa, #e2e6ea);
  padding: 1.5rem;
  border-radius: 1.25rem;
  text-align: center;
  font-family: 'Open Sans', sans-serif;
  font-weight: 600;
  color: #333;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.4s ease;
  cursor: default;
  position: relative;
  overflow: hidden;
}

.skill-card::after {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.2);
  transform: skewX(-20deg);
  transition: left 0.5s ease;
}

.skill-card:hover::after {
  left: 100%;
}

.skill-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
  background: linear-gradient(135deg, #d0e7ff, #c1dbf3);
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.contact {
  text-align: center;
  margin-top: 2rem;
}

.contact a {
  display: inline-block;
  margin: 0.5rem;
  color: var(--primary);
  text-decoration: none;
}

/* Pricing Section Design */

.pricing-section {
  margin-top: 2rem;
  padding: 1rem;
  background: #f8f9fa;
  border-radius: 12px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}

.pricing-section h2 {
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
}

.pricing-note, .pricing-hint {
  font-size: 0.9rem;
  margin: 0.5rem 0;
  color: #333;
}

.pricing-table {
  width: 100%;
  border-collapse: collapse;
  margin: 1rem 0;
}

.pricing-table th, .pricing-table td {
  padding: 0.75rem;
  border: 1px solid #ddd;
  text-align: left;
}

.pricing-table th {
  background: #e9ecef;
}

.book-btn {
  display: inline-block;
  background: #007bff;
  color: white;
  padding: 0.4rem 0.8rem;
  border-radius: 6px;
  font-size: 0.9rem;
  text-decoration: none;
  transition: background 0.3s ease;
}

.book-btn:hover {
  background: #0056b3;
}

/* Legacy definitions */

NemethStar {
  color: darkblue;
  font-family: opensanseb;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

NemethStarsub2 {
  color: #CD4F39;
  font-family: opensanseb;
  font-weight: normal;
  font-size: x-small;
  text-align: left;
}

NemethStar2 {
  color: darkblue;
  font-family: opensanseb;
  font-weight: bold;
  font-size: x-large;
  text-align: center;
}

html, body {
  font-family: 'Open Sans', sans-serif;
  height: 100%;
  margin: 0;
  padding: 0px;
  flex-direction: column;
  background-color: #f5f5f5;
}

.basicdiv {
  padding: 20px;
}

h2 {
  font-family: 'Open Sans Extra Bold', sans-serif;
  text-align: left;
}

