@import "https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";
.navbar-brand img {
  height: 5rem;
}
.company-name {
  margin: 0;
}
.nav-companyName {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}
.navbar {
  font-size: 1.1rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  box-shadow: 0 0.5rem 0.5rem rgba(0, 0, 0, 0.2);
}
.nav-item {
  padding: 0.5rem;
}
.nav-link {
  color: #000 !important;
}
.nav-link.active,
.nav-link:hover {
  color: #aa0909 !important;
}
@media (max-width: 767.98px) {
  .navbar-brand img {
    height: 3rem;
  }
  .navbar {
    font-size: 1rem;
  }
  .nav-companyName {
    font-size: 1rem;
    font: bold;
  }
  .navbar-toggler {
    transform: scale(0.9);
  }
}
@media (max-width: 549.98px) {
  .navbar-brand img {
    height: 3rem;
  }
  .navbar {
    font-size: 1rem;
  }
  .nav-companyName {
    font-size: 0.8rem;
    font: bold;
  }
  .navbar-toggler {
    transform: scale(0.9);
  }
}
@media (max-width: 499.98px) {
  .navbar-brand img {
    height: 2.5rem;
  }
  .navbar {
    font-size: 1rem;
  }
  .nav-companyName {
    font-size: 0.7rem;
    font: bold;
  }
  .navbar-toggler {
    transform: scale(0.9);
  }
}
@media (max-width: 459.98px) {
  .navbar-brand img {
    height: 2.2rem;
  }
  .navbar {
    font-size: 1rem;
  }
  .nav-companyName {
    font-size: 0.55rem;
    font: bold;
  }
  .navbar-toggler {
    transform: scale(0.9);
  }
}
@media (max-width: 414.98px) {
  .navbar-brand img {
    height: 1rem;
  }
  .navbar {
    font-size: 1rem;
  }
  .nav-companyName {
    font-size: 0.5rem;
    font: bold;
  }
  .navbar-toggler {
    transform: scale(0.8);
  }
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
#slider {
  overflow: hidden;
}
#slider figure {
  position: relative;
  width: 500%;
  margin: 0;
  left: 0;
  animation: 20s slider infinite;
}
#slider figure img {
  width: 20%;
  float: left;
}
.about-area figure {
  width: 20%;
  float: left;
}
@keyframes slider {
  0% {
    left: 0;
  }
  20% {
    left: 0;
  }
  25% {
    left: -100%;
  }
  45% {
    left: -100%;
  }
  50% {
    left: -200%;
  }
  70% {
    left: -200%;
  }
  75% {
    left: -300%;
  }
  95% {
    left: -300%;
  }
  100% {
    left: -400%;
  }
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}
.container1 {
  font-family: Arial, Helvetica, sans-serif;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 50vh;
  background: #fff;
}
.box {
  position: relative;
  width: 180px;
  height: 180px;
  transform-style: preserve-3d;
  animation: animate 90s linear infinite;
}
@keyframes animate {
  0% {
    transform: perspective(1000px) rotateY(0deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg);
  }
}
.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 45deg)) translateZ(400px);
  -webkit-box-reflect: below 0 linear-gradient(transparent, transparent, #0004);
}
.box span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#top {
  text-align: center;
}
#logo {
  color: #fff;
  background-color: #d3465e;
  display: inline-block;
  font-size: 32px;
  font-weight: 700;
  padding: 8px;
  margin-top: 16px;
}
#logo-name {
  font-size: 32px;
  font-weight: 700;
  margin: 16px;
}
.red {
  color: maroon;
}
.runde-ecken {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
.leroy-size {
  height: 300px;
  width: 300px;
}
.rounded-pic {
  border-radius: 50%;
}
.rounded-pic-logo {
  width: 180px;
  height: 180px;
}
footer {
  bottom: 0;
  left: 0;
  right: 0;
  background: #303036;
  height: auto;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #d3d3d3;
  padding-top: 40px;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-conten h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-conten p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.socials li {
  margin: 0 10px;
}
.socials a {
  text-decoration: none;
  color: #d3d3d3;
}
.socials a i {
  font-size: 1.1rem;
  transition: color 0.4s ease;
}
.socials a:hover i {
  color: aqua;
}
.footer-bottom {
  background: #000;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.facebook {
  padding: 0;
}
#navigation a {
  color: grey;
  padding: 8px;
}
#navigation a:hover {
  color: #d3465e;
}
#image img {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
#main {
  max-width: 1100px;
  margin: auto;
  margin-top: 25px;
  padding: 16px;
}
#main-sub {
  max-width: 1400px;
  margin: auto;
  margin-top: 25px;
  padding: 16px;
}
.red {
  color: maroon;
}
footer {
  bottom: 0;
  left: 0;
  right: 0;
  background: #303036;
  height: auto;
  width: auto;
  font-family: Arial, Helvetica, sans-serif;
  color: #d3d3d3;
  padding-top: 40px;
}
.footer-content {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
}
.footer-conten h3 {
  font-size: 1.8rem;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 3rem;
}
.footer-conten p {
  max-width: 500px;
  margin: 10px auto;
  line-height: 28px;
  font-size: 14px;
}
.socials {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 1rem 0;
}
.socials li {
  margin: 0 10px;
}
.socials a {
  text-decoration: none;
  color: #d3d3d3;
}
.socials a i {
  font-size: 1.1rem;
  transition: color 0.4s ease;
}
.socials a:hover i {
  color: aqua;
}
.footer-bottom {
  background: #000;
  padding: 10px 0;
  text-align: center;
}
.footer-bottom p {
  font-size: 14px;
  word-spacing: 2px;
  text-transform: capitalize;
  margin-bottom: 0;
}
.facebook {
  padding: 0;
}
#navigation a {
  color: grey;
  padding: 8px;
}
#navigation a:hover {
  color: #d3465e;
}
#image img {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}
#main {
  max-width: 1100px;
  margin: auto;
  margin-top: 25px;
  padding: 16px;
}
#main-sub {
  max-width: 1400px;
  margin: auto;
  margin-top: 25px;
  padding: 16px;
}
.red {
  color: maroon;
}
.flip {
  height: 5rem;
  width: 5rem;
}
.flip:hover .flip-inner {
  transform: rotateY(180deg);
}
.flip .flip-inner {
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
  height: 100%;
  width: 100%;
}
.flip .flip-inner .front,
.flip .flip-inner .back {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backface-visibility: hidden;
  border-radius: 50%;
  overflow: hidden;
}
.flip .flip-inner .front {
  transform: translateZ(1px);
}
.flip .flip-inner .back {
  transform: rotateY(180deg);
}
.flip .flip-inner .thumbnail {
  width: 100%;
}
.box-area {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.single-box {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: 0.3s;
}
.single-box1 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: 0.3s;
}
.single-box2 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: 0.3s;
}
.single-box3 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 300px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  padding: 20px;
  transition: 0.3s;
}
.single-box4 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  transition: 0.3s;
}
.single-box5 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  transition: 0.3s;
}
.single-box6 {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 350px;
  height: auto;
  border-radius: 4px;
  background-color: #fff;
  text-align: center;
  margin: 20px;
  transition: 0.3s;
}
.img-area {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 180px;
  border: 6px solid #ddd;
  border-radius: 50%;
  margin-bottom: 10px;
  padding: 20px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center center;
}
.single-box:nth-child(1) .img-area {
  background-image: url(Image/LOGO/Gebäudedienste_GruppeMit350.png);
}
.single-box1:nth-child(1) .img-area {
  background-image: url(Image/LOGO/Gebäudedienste_Hotelsdervice.png);
}
.single-box2:nth-child(2) .img-area {
  background-image: url(Image/LOGO/Technisches_Gebäudemanagement.png);
}
.single-box3:nth-child(3) .img-area {
  background-image: url(Image/Facility_Services.png);
}
.single-box4:nth-child(1) .img-area {
  background-image: url(Image/LOGO/Gebäudedienste_Hotelsdervice.png);
}
.single-box5:nth-child(2) .img-area {
  background-image: url(Image/LOGO/Gebäudedienste_GruppeMit350.png);
}
.single-box6:nth-child(3) .img-area {
  background-image: url(Image/LOGO/Technisches_Gebäudemanagement.png);
}
.header-text {
  font-size: 24px;
  font-weight: 500;
  line-height: 48px;
}
.img-text {
  font-family: Arial, Helvetica, sans-serif;
  padding-top: 20px;
}
.img-text p {
  font-size: 15px;
  font-weight: 400;
  line-height: 30px;
  text-align: justify;
}
.container2 {
  width: 90%;
  padding: 20px;
  margin: 100px auto;
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.box2 {
  width: 250px;
  margin: 0 10px;
  box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
}
.box2 img {
  display: block;
  width: 100%;
  border-radius: 5px;
}
.runde-ecken {
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
