a {color: #b61922;
    text-decoration: none;
    background-color: transparent;}

a:hover {color: #b61922;
        text-decoration: none;}
  

.bg-dark {background-color: #ffffff !important;
          border-bottom: 3px solid #000000;}

.head-logo {width:160px;
            height:160px;}

.navbar-dark .navbar-nav .active > .nav-link, .navbar-dark .navbar-nav .nav-link.active, .navbar-dark .navbar-nav .nav-link.show, .navbar-dark .navbar-nav .show > .nav-link {
                color: #b61922;
                text-decoration: none;
                text-transform: uppercase;
                font-weight:bold;
                padding:20px;
            }

.navbar-dark .navbar-nav .nav-link {
                color: #b61922;
                text-decoration: none;
                text-transform: uppercase;
                font-weight:bold;
                padding:20px;
              }

 .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
                color: #FFFFFF;
                text-decoration: none;
                text-transform: uppercase;
                background-color: #000000;
                font-weight:bold;
                padding:20px;
              }
  
h1 {font-size: 2.5rem;
    color: #b61922;
    font-weight: bold;}

h2 {font-size: 2rem;
    color:#000000;
    font-weight: bold;}

.btn-primary {color: #fff;
              background-color: #b61922;
              border-color: #b61922;}
  
.btn-primary:hover {color: #fff;
                background-color: #000000;
                border-color: #000000;}

.orange-bg {background-color: #000000;
            color:#FFFFFF;
            padding:10px;
            text-align: center;}

.trenner-text {text-align: center;
              padding-top:1%;}

.footer {background-color: #b61922;
        border-top: 3px solid #000000;}

.footer-link {color:#FFFFFF;}

.footer-link:hover {color:#FFFFFF;
                    text-decoration: none;}

.footer-logo {width:160px;
              height:160px;
              margin-top:-20%;
              margin-bottom:5%;}

.button-gallery-orange {
                background-color: #000000;
                border-radius: 50%;
                padding: 20px;
                display: inline-block;
                color: #FFFFFF;
              }

.dropdown-item:focus, .dropdown-item:hover {
                color: #FFFFFF;
                text-decoration: none;
                background-color: #b61922;
              }
              
.teaser-box-gray {background-color: #000000; /* Graue Hintergrundfarbe */
                  padding: 20px;
                  border-radius: 10px;
                  color:#FFFFFF;
                  border-left: solid 2px white;}
                  
              
.teaser-box-red {background-color: #b61922; /* Rote Hintergrundfarbe */
                padding: 20px;
                border-radius: 10px; 
                color:#FFFFFF;
                border-left: solid 2px white;}

.teaser-icon {font-size: 40px; /* Ändere die Icon-Größe nach Bedarf */
              margin-bottom: 15px; /* Füge etwas Abstand zwischen Icon und Text hinzu */}

/* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
.icon-bar {
  position: fixed;
  margin-top: 265px;
top:0px !important; 
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0% !important;
z-index: 100;
}

/* Style the icon bar links */
.icon-bar a {
display: block;
text-align: center;
padding: 16px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
margin-left: 0% !important;
}

/* Style the social media icons with color, if you want */
.icon-bar a:hover {
    background-color: #b61922;
    color: #FFFFFF;
  }
  
  .facebook {
    background: #3B5998;
    color: white;
  }
  
  .twitter {
    background: #55ACEE;
    color: white;
  }
  
  .google {
    background: #dd4b39;
    color: white;
  }
  
  .linkedin {
    background: #007bb5;
    color: white;
  }
  
  .youtube {
    background: #bb0000;
    color: white;
  }
  
  .phone-side {
    background-color: #b61922;
  }
  
  .konfig-side {
    background-color: #b61922;
  }
  
  .instagram-side {
    background: #f09433;
    background: -moz-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: -webkit-linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f09433', endColorstr='#bc1888', GradientType=1);
    color: #ffffff;
  }
  
  .eichberger-side {
    position: relative;
    display: inline-block;
    background-color: #FFFFFF !important; /* Hintergrundfarbe hinzufügen */
    padding: 3px; /* Padding für den Hintergrund hinzufügen */
  }
  
  .eichberger-side img {
    vertical-align: middle;
  }
  
  .eichberger-side span {
    position: absolute;
    top: 50%;
    left: calc(100% + 10px);
    transform: translateY(-50%);
    opacity: 0;
    transition: opacity 0.3s ease;
    background-color: #2b206f;
    color: white;
    padding: 35px;
    border-radius: 5px;
    white-space: nowrap;
    height: 100%;
    display: flex; /* Flexbox verwenden */
    align-items: center; /* Text vertikal zentrieren */
  }
  
  .eichberger-side:hover span {
    opacity: 1; /* Show the text on hover */
  }

.carousel-indicators {
    display: none;}

.carousel-caption {
      position: absolute;
      right: 15%;
      bottom: 20px;
      left: 15%;
      z-index: 10;
      padding-top: 20px;
      padding-bottom: 20px;
      color: #fff;
      text-align: center;
      background-color: #b61922;
    }

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

.navbar-toggler {
    padding: .25rem .60rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    border-radius: .25rem;
	  margin-top: 60px;
    background-color: #b61922 !important;

}

.navbar-dark .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
    background-color: #b61922 !important;
    color: FFFFFF;
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #FFFFFF;
    text-decoration: none;
    background-color: #b61922;
  }

.icon-bar {display: none;}

.w-100 {
  width: 100% !important;
  height: 200px;
}

.teaser-box-gray {
  background-color: #000000;
  padding: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  border-left: solid 2px white;
  margin-bottom: 3%;
}

.teaser-box-red {
  background-color: #b61922;
  padding: 20px;
  border-radius: 10px;
  color: #FFFFFF;
  border-left: solid 2px white;
  margin-bottom: 3%;
}

h1 {
  font-size: 2.2rem;
  color: #b61922;
  font-weight: bold;
}

.btn-primary {
  color: #fff;
  background-color: #b61922;
  border-color: #b61922;
  margin-bottom: 3%;
}

 }           