body {
  font-family: 'Orbitron', sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.5;
  color: #cccccc;
  background: #0d1218;
  height: 100%;
  position: relative;
}

html {
  height: 100%;
  margin: 0;
  display: flex;
  flex-direction: column;
}

a {
  color: rgba(0, 255, 247, 0.3);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

a:hover,
a:active,
a:focus {
  color: #fff;
  outline: none;
}

p {
  margin-bottom: 1.5em;
  font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #fff;
  font-family: "Orbitron", sans-serif;
  font-weight: 400;
  margin: 0 0 30px 0;
}

h4,
h5,
h6 {
  color: #919A9F;
}

.subtext h3 {
  font-family: 'Exo', sans-serif;
}


::-webkit-selection {
  color: #fff;
  background: #8C7676;
}

::-moz-selection {
  color: #fff;
  background: #8C7676;
}

::selection {
  color: #fff;
  background: #8C7676;
}

.navbar-collapse {
  border: none !important;
}

#fh5co-header {
  position: absolute;
  z-index: 999999;
  width: 100%;
  opacity: 1;
  top: 0;
  float: left;
}

#fh5co-header .navbar {
  padding-bottom: 0;
  margin-bottom: 0;
  display: table;
}

#fh5co-header #navbar {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-header #navbar li {
  width: 16px;
  height: 16px;
  display: block !important;
  margin: 15px 0;
  clear: both;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

@media screen and (max-width: 768px) {
  #fh5co-header #navbar li {
    margin-left: 10px !important;
    margin-top: 0;
  }
}

#fh5co-header #navbar li a {
  font-family: "Inconsolata", Arial, sans-serif;
  background: rgba(255, 255, 255, 0.2);
  position: relative;
  font-size: 16px;
  font-weight: 400;
  margin: 0 auto;
  width: 12px;
  height: 12px !important;
  text-indent: -999999px;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-header #navbar li a span {
  position: relative;
  display: block;
  padding-bottom: 2px;
}

#fh5co-header #navbar li a:hover {
  color: #11171E;
}

#fh5co-header #navbar li a:hover span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

#fh5co-header #navbar li.active {
  width: 16px;
  height: 16px;
  background: #fff;
}

#fh5co-header #navbar li.active a {
  background: #11171E;
  background: none;
}

@media screen and (max-width: 480px) {
  #fh5co-header #navbar li.active a {
    color: #8C7676;
  }
}

#fh5co-header .navbar-brand {
  float: left;
  display: block;
  font-size: 24px;
  font-weight: 700;
  padding-left: 28px;
  color: #535659;
  text-transform: uppercase;
  letter-spacing: 3px;
  position: relative;
}

#fh5co-header .navbar-brand:after,
#fh5co-header .navbar-brand:before {
  content: "";
  position: absolute;
  display: block;
  width: 24px;
  height: 24px;
  left: -12px;
  margin-left: 0px;
  bottom: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

#fh5co-header .navbar-brand:before {
  left: 0px;
  background: rgba(140, 118, 118, 0.8);
}

#fh5co-header .navbar-brand>span {
  color: #8C7676;
}

@media screen and (max-width: 992px) {
  #fh5co-header .navbar-brand {
    padding-left: 55px !important;
    padding-right: 0 !important;
    margin-top: 0;
  }

  #fh5co-header .navbar-brand:after,
  #fh5co-header .navbar-brand:before {
    margin-left: 25px;
  }
}

#fh5co-header.navbar-fixed-top {
  position: fixed !important;
  -webkit-box-shadow: 0 0 9px 0 #11171E;
  -moz-box-shadow: 0 0 9px 0 #11171E;
  -ms-box-shadow: 0 0 9px 0 #11171E;
  box-shadow: 0 0 9px 0 #11171E;
  margin-top: 0px;
  top: 0;
}

#fh5co-header.navbar-fixed-top .navbar-brand {
  color: #11171E;
}

#fh5co-header.navbar-fixed-top #navbar li a {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

#fh5co-header.navbar-fixed-top #navbar li a:hover {
  color: #8C7676;
}

@media screen and (max-width: 992px) {
  #fh5co-header.navbar-fixed-top #navbar li a {
    font-size: 20px;
  }
}

#fh5co-header.navbar-fixed-top #navbar li.active a {
  color: #8C7676 !important;
}

@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a {
    color: #8C7676 !important;
  }
}

#fh5co-header.navbar-fixed-top #navbar li.active a span:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  background-color: #8C7676;
}

@media screen and (max-width: 768px) {
  #fh5co-header.navbar-fixed-top #navbar li.active a span:before {
    background-color: transparent;
  }
}

#fh5co-header .navbar-default {
  border: transparent;
  background: transparent;
  margin: 0;
  padding-left: 50px;
  padding-right: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
}

#fh5co-header #navbar li::after {
  content: attr(data-title);
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
  font-size: 14px;
  padding: 2px 8px;
  border-radius: 4px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1000000;
}

#fh5co-header #navbar li:hover::after {
  opacity: 1;
}


@media screen and (max-width: 768px) {
  #fh5co-header .navbar-default {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  #fh5co-header #navbar li::after {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .learn-more-link {
    font-size: 14px;
    padding: 5px 16px;
    margin-top: 5px;
  }
}

.contact-info {
  font-family: 'Exo';
  font-size: 12px;
  color: #fff;
  margin-bottom: 10px;
}



/* Neue Klasse für das Bild, Glow-Ring und den Text */
.hero-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  /* Zentriert den Inhalt horizontal */
  justify-content: center;
  gap: 0px;
  text-align: center;
  padding: 40px 0;
}

/* Wrapper für das Bild und den Glow-Ring */
.hero-image-wrapper {
  position: relative;
  width: 100%;
  max-width: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Bild */
.hero-img {
  width: 100%;
  max-width: 400px;
  height: 500px;
  border-radius: 20%;
  object-fit: cover;
  z-index: 2;
}

/* Glow-Ring */
.glow-ring {
  position: absolute;
  top: 100%;
  left: 50%;
  width: 750px;
  height: 750px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 247, 0.3);
  box-shadow: 0 0 40px rgba(0, 255, 247, 0.2), 0 0 80px rgba(0, 255, 247, 0.1);
  animation: pulseRing 3s infinite;
  z-index: 1;
}

/* Glow-Ring Animation */
@keyframes pulseRing {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.6;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.1);
    opacity: 0.9;
  }
}

/* Responsive Design für kleinere Bildschirme */
@media screen and (max-width: 768px) {

  .hero-section {
    padding: 20px 0;
  }

  .hero-img {
    width: 90%;
    max-width: 350px;
    height: 300px;
  }

  .glow-ring {
    width: 650px;
    height: 650px;
  }

  .hero-text h3 {
    font-size: 1.5rem;
  }

  .hero-text p {
    font-size: 0.7rem;
  }
}

/* Container für jedes .core-Element */
.core {
  display: flex;
  /* Verwendet flexbox für die Ausrichtung */
  flex-direction: column;
  /* Ordnet das Icon und den Text vertikal an */
  justify-content: center;
  /* Vertikale Zentrierung */
  align-items: center;
  /* Horizontale Zentrierung */
  text-align: center;
  /* Text innerhalb des Textbereichs zentrieren */
  padding: 20px;
  /* Abstand um das Element */
  gap: 15px;
  /* Abstand zwischen Icon und Text */
}


/* Stil für den Textbereich */
.fh5co-post h3 {
  font-size: 2rem;
  /* Schriftgröße für die Überschrift */
  color: #fff;
  /* Textfarbe für die Überschrift */
  margin-bottom: 10px;
  /* Abstand unter der Überschrift */
}

/* Stil für den Textabsatz */
.fh5co-post p {
  font-size: 1.5rem;
  /* Schriftgröße für den Absatz */
  color: #777;
  /* Textfarbe für den Absatz */
  max-width: 500px;
  /* Maximale Breite des Texts */
  margin: 0 auto;
  /* Zentriert den Text horizontal */
}

.grid2 {
  margin-bottom: 10%;
}

.skills-section {
  text-align: center;
  margin-top: 50px;
}

.skills-section:last-of-type {
  margin-bottom: 200px;
  /* oder ein anderer Wert nach Bedarf */
}

.skills-heading {
  font-size: 24px;
  margin-bottom: 20px;
  color: #919A9F;
}

.skills-wrapper {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.skill {
  background-color: #11171E;
  padding: 8px 18px;
  border-radius: 20px;
  font-weight: bold;
  color: rgba(0, 255, 247, 0.3);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 1;
}

@media (max-width: 768px) {
  .skills-section {
    text-align: center;
    margin-top: 30px;
  }

  .skill {
    font-size: 1.2rem;
    padding: 5px 14px;
    border-radius: 16px;
  }

  .skills-heading {
    font-size: 20px;
    margin-bottom: 15px;
  }

  .skills-wrapper {
    gap: 10px;
  }

  .fh5co-post h3 {
    font-size: 1.5rem;
  }

  .fh5co-post p {
    font-size: 1.1rem;
  }

  .core {
    padding: 15px;
    gap: 10px;
  }

  .skills-section:last-of-type {
    margin-bottom: 100px;
    /* oder ein anderer Wert nach Bedarf */
  }
}

.project-filter {
	text-align: center;
	margin-bottom: 100px;
}

.filter-btn {
	background: transparent;
	border: 2px solid rgba(0, 255, 247, 0.3);
	color: rgba(0, 255, 247, 0.3);
	margin: 10px;
	padding: 5px 15px;
	border-radius: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
}

.filter-btn:hover,
.filter-btn.active {
	background: rgba(0, 255, 247, 0.3);
	color: white;
}

/* Burger-Menü Button (nur auf Handy sichtbar) */
.burger-menu {
	display: none;
	font-size: 32px;
	background: none;
	border: none;
	color: cyan;
	cursor: pointer;
	margin-bottom: 10px;
}

/* Responsive Design ab Handy-Größe */
@media (max-width: 768px) {
	.project-filter {
		text-align: center;
	}

	.burger-menu {
		display: inline-block;
	}

	.filter-buttons-wrapper {
		display: none;
		flex-direction: column;
		align-items: center;
		gap: 15px;
		margin-top: 10px;
	}

	.filter-buttons-wrapper.show {
		display: flex;
    flex-direction: column;
	}

	.filter-btn {
		width: 50%;
		margin: 5px 0;
    padding: 2px 5px;
	}
}





#fh5co-home {
  background-color: transparent;
  background-size: cover;
  position: relative;
  width: 100%;
  color: #fff;
}

@media screen and (max-width: 480px) {
  #fh5co-home {
    background-position: center center;
    background-attachment: initial;
  }
}



#fh5co-home a {
  color: rgba(255, 255, 255, 0.8) !important;
  text-decoration: underline;
}

#fh5co-home a:hover {
  color: #fff;
  text-decoration: none;
}

#fh5co-home .gradient {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 2;
  background: rgba(17, 23, 30, .8);
}

#fh5co-home,
#fh5co-home .text-wrap {
  height: 900px;
}

@media screen and (max-width: 768px) {

  #fh5co-home,
  #fh5co-home .text-wrap {
    height: 500px;
  }
}

#fh5co-home .text-wrap {
  display: table;
  width: 100%;
  position: relative;
  z-index: 4;
}

#fh5co-home .text-inner {
  display: table-cell;
  vertical-align: middle;
}

#fh5co-home .text-inner h1 {
  font-size: 60px;
  color: white;
  margin: 0 0 30px 0;
  font-weight: 700;
  line-height: 58px;
}

#fh5co-home .text-inner h1 span {
  color: #8C7676;
}

@media screen and (max-width: 768px) {
  #fh5co-home .text-inner h1 {
    font-size: 40px;
  }
}

#fh5co-home .text-inner h2 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 60px 0;
}

#fh5co-services,
#fh5co-explore,
#fh5co-team,
#fh5co-footer,
#fh5co-work,
#fh5co-counters,
#fh5co-pricing {
  padding: 4em 0;
}

@media screen and (max-width: 768px) {

  #fh5co-services,
  #fh5co-explore,
  #fh5co-team,
  #fh5co-footer,
  #fh5co-work,
  #fh5co-counters,
  #fh5co-pricing {
    padding: 4em 0;
  }
}

.glow-arrow {
	animation: pulse-glow 2s infinite;
}

@keyframes pulse-glow {
	0% {
		transform: scale(1);
		
	}
	50% {
		transform: scale(1.2);
		
	}
	100% {
		transform: scale(1);
		
	}
}
.glow-arrow {
	cursor: pointer;
	transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.glow-arrow {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: -4px;
  position: absolute;
  /* Damit der Pfeil relativ zum Projektbild positioniert wird */
  right: -10px;
  /* 10px von der rechten Kante des Bildes */
  bottom: -10px;
  /* Positioniert den Pfeil näher an der unteren Kante des Bildes */
}



.triangle {
  font-size: 20px;
  color: rgba(0, 255, 247, 0.8);
  /* Hellerer Cyan-Farbton */
  text-shadow: 0 0 8px #0d1218;
  line-height: 0.8;
  margin-top: -6px;
  /* Weniger Abstand zwischen den Dreiecken */
  transform: scaleX(1.2);
}

.glow-arrow:hover .triangle {
  text-shadow: 0 0 24px cyan;
}

.project-item {
  margin-bottom: 50px;
  /* Abstand zwischen den Projekten */
  position: relative;
  /* Damit der Pfeil korrekt relativ zum Bild positioniert werden kann */
}

.project-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 5px;
}

.project-category {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-right: 10px;
}

.project-line {
  flex-grow: 1;
  border: 0;
  height: 2px;
  background: #fff;
  max-width: 100%;
}

.project-grid {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;

}

.project-description {
  display: none;
  padding: 20px;
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  border-radius: 8px;
  margin-top: 20px;
  animation: fadeIn 0.3s ease-in-out;
  margin-bottom: 0px;
  /* Abstand nach unten */
}

.project-description h3 {
  margin-top: 0;
  font-size: 20px;
}

.project-description span {
  display: block;
  font-size: 12px;
  color: #aaa;
  margin-bottom: 10px;
}

.project-description p {
  font-family: 'Exo', sans-serif;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media screen and (max-width: 768px) {
  .project-category {
    font-size: 12px;
  }
}

.video-container {
  position: relative;
  width: 100%;
  height: 800px;
  /* gleiche Höhe wie .project-grid */
  overflow: hidden;
  border-radius: 8px;
  background: black;
}

/* Mobile Anpassung */
@media screen and (max-width: 768px) {
  .video-container {
    height: 400px;
  }
}

.video-poster,
.video-element {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.video-element {
  display: none;
}

/* Play-/Pause-Button */
.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  background: rgba(0, 0, 0, 0.6);
  border: none;
  color: white;
  padding: 20px;
  border-radius: 20%;
  cursor: pointer;
  z-index: 2;
  transition: background 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

/* Hover-Effekt für Play-/Pause-Button */
.play-button:hover {
  background: rgba(0, 0, 0, 0.9);
}

/* Wenn das Video läuft, Button nur beim Hover sichtbar */
.video-container.playing .play-button {
  opacity: 0;
  pointer-events: none;
}

.video-container.playing:hover .play-button {
  opacity: 1;
  pointer-events: auto;
}

@media screen and (max-width: 768px) {
  .video-container.playing:hover .play-button {
    display: none !important;
  }
}

.project-grid.image-slider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding: 0;
  background: none;
}


.slider-track {
	display: flex;
	transition: transform 0.4s ease;
	width: 100%;
}

.slider-track img {
	min-width: 100%;
	object-fit: cover;
	display: block;
}


.slider-btn {
  width: 48px;
  height: 48px;
  border: none;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(6px);
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.3s ease, box-shadow 0.3s ease;
}

.slider-btn:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Kreisposition */
.slider-btn.left {
  left: 10px;
}

.slider-btn.right {
  right: 10px;
}

/* Pfeile mit ::before erzeugen */
.slider-btn::before {
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 3px solid white;
  border-right: 3px solid white;
  transform: rotate(45deg);
}

/* Pfeilrichtung anpassen */
.slider-btn.left::before {
  transform: rotate(-135deg); /* nach links zeigend */
}

.slider-btn.right::before {
  transform: rotate(45deg); /* nach rechts zeigend */
}





.fh5co-project .project-grid {
  width: 100%;
  height: 800px;
  background-size: cover;
  background-position: center center;
  position: relative;
  margin-bottom: 0;
  border-radius: 8px;
  display: table;
}

@media screen and (max-width: 768px) {
  .fh5co-project .project-grid {
    height: 400px;
  }
}

.fh5co-project .project-grid .desc {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 250px;
  background: rgba(17, 23, 30, 0.1);
  opacity: 0;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

@media screen and (max-width: 768px) {
  .fh5co-project .project-grid .desc {
    opacity: 1;
  }
}

.fh5co-project .project-grid .desc h3 {
  margin-bottom: 10px;
}

.fh5co-project .project-grid .desc h3 a {
  color: #fff;
}

.fh5co-project .project-grid .desc h3 a:hover,
.fh5co-project .project-grid .desc h3 a:focus {
  text-decoration: none;
}

.fh5co-project .project-grid .desc span {
  font-size: 12px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2px;
}

.fh5co-project .project-grid .desc p {
  padding: 0;
}

.fh5co-project .project-grid .desc p a {
  padding: 0;
  color: #fff;
}

.fh5co-project .project-grid .desc p a:hover,
.fh5co-project .project-grid .desc p a:focus {
  text-decoration: none;
}

.fh5co-project .project-grid:hover .desc {
  opacity: 1;
}


.core-features {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  width: 100%;
}

.core-features .grid2 {
  width: 50%;
  background-size: cover;
  background-position: center center;
  position: relative;
}

@media screen and (max-width: 768px) {
  .core-features .grid2 {
    width: 100%;
  }
}

.core-features .grid2 .core-f {
  padding: 40px;
}

.core-features .grid2 .core-f h3 {
  margin-bottom: 10px;
}

.core-features .grid2 .core-f .core {
  margin-bottom: 2em;
}

.core-features .grid2 .core-f .core i {
  float: left;
  color: #8C7676;
  font-size: 28px;
}

.core-features .grid2 .core-f .core .fh5co-post {
  padding-left: 50px;
}

.fh5co-counters {
  padding: 3em 0;
  background-size: cover;
  background-attachment: fixed;
  background-position: center center;
}

.fh5co-counters .counter-wrap {
  border: 1px solid red !important;
}

.fh5co-counters .fh5co-counter {
  font-size: 30px;
  display: block;
  color: white;
  font-family: "Inconsolata", Arial, sans-serif;
  width: 100%;
  font-weight: 400;
  margin-bottom: .3em;
}

.fh5co-counters .fh5co-counter-label {
  color: rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  margin-bottom: 2em;
  display: block;
}

@media (max-width: 768px) {
  #fh5co-counter-section {
    margin-top: 150px;
    /* oder mehr, je nach gewünschtem Abstand */
  }
}

.section-heading {
  float: left;
  width: 100%;
  padding-bottom: 50px;
  margin-bottom: 0px;
}

.section-heading h2 {
  margin: 0 0 20px 0;
  font-size: 40px;
  font-weight: 400;
  position: relative;
  padding-bottom: 10px;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section-heading h2 {
    font-size: 28px;
  }
}

.section-heading h3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  display: block;
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .section-heading h3 {
    font-size: 16px !important;
    line-height: 28px;
  }
}

.page-wrapper {
  flex: 1;
  display: flex;
  flex-direction: column;
}


#fh5co-footer {
  margin-top: auto;
  margin-bottom: 0 !important;
  color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a {
  color: rgba(255, 255, 255, 0.6);
}

#fh5co-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}


.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

.js .to-animate,
.js .to-animate-2,
.js .to-animate-3,
.js .single-animate {
  opacity: 0;
}

@media screen and (max-width: 480px) {
  .col-xxs-12 {
    float: none;
    width: 100%;
  }
}

.row-bottom-padded-lg {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-lg {
    padding-bottom: 0;
  }
}

.row-bottom-padded-md {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-md {
    padding-bottom: 0;
  }
}

.row-bottom-padded-sm {
  padding-bottom: 0;
}

@media screen and (max-width: 768px) {
  .row-bottom-padded-sm {
    padding-bottom: 0;
  }
}

.fh5co-animated {
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

/* Back to Top Button */
.back-to-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: rgba(0, 0, 0, 0.6);
  padding: 8px 18px;
  border: none;
  border-radius: 50%;
  text-decoration: none;
  font-size: 22px;
  box-shadow: 0 0 10px rgba(0, 255, 255, 0.4);
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease;
  /* Für sanftes Einblenden und Skalieren */
  z-index: 999;
  cursor: pointer;
}

.back-to-top:hover {
  background: rgba(0, 0, 0, 0.9);
  box-shadow: 0 0 20px cyan;
  transform: scale(1.1);
  /* Button bei Hover vergrößern */
}

/* Zeige den Button nur, wenn gescrollt wird */
body.scrolled .back-to-top {
  opacity: 1;
  transform: scale(1);
  /* Button zurück auf Originalgröße */
}

@media screen and (max-width: 768px) {
  .back-to-top {
    bottom: 20px;  /* Etwas näher zum unteren Rand */
    right: 20px;   /* Etwas näher zum rechten Rand */
    padding: 6px 14px;
    font-size: 20px;
}

/* Glow Name */
.glow-name {
  text-align: center;
  margin: 60px 0 20px;
  font-family: 'Orbitron', sans-serif;
  font-size: 4rem;
  color: rgba(0, 255, 255, 0.4);
}}