i{margin-right:10px ;}

#btn-back-to-top {
    position: fixed;
    bottom: 4rem;
    right: 3rem;
    display: none;
    color: rgba(0, 0, 0, 0.8);
    background-color:rgba(0,156,86,0.8);
    border: none;
    border-radius: 50%;
    width: 4rem;
    height: 4rem;
    font-size: 2rem;
    z-index: 10;

    }

.imageZoom{
    background-color: rgba(0, 0, 0,0.8);
    position: fixed;
    margin: auto;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: space-around;

}
.imageZoom >img{
    object-fit: contain;
    width: 70vw;
    height: auto;
    
}    
#btn-back-to-top:hover{
    color: rgba(138, 134, 134, 0.8);
    background-color:rgba(3, 243, 135, 0.8);
}
*{
    scroll-behavior: smooth;
}
.hide{
    display: none;
}
a:hover{
    color: rgb(28, 142, 104);
}
.dienst,.product,.contact{
    list-style: none;
}
.dienst li::before{
    content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
    color: rgb(28, 142, 104); /* Change the color */
    font-weight: bold; /* If you want it to be bold */
    width: 1em; /* Also needed for space (tweak if needed) */
    margin-left: -1em;
    

}
.cardcontainer{
    flex-wrap: wrap;
    
    
}
.card{
    margin:auto;
    width:19rem;
    height: 40rem;
    margin-bottom: 2rem;
    
}
.card-contact{
    height: 20%;
    margin-left: 1rem;
}
p{
    text-align: justify;
    
}
li,a,p,ol{
    font-size: 1.15rem;
}
.image-container{
    align-items: center;
}
.footer-links > *{
    color:gray;
    display: flex;
    text-decoration: none;
    font-size: 1rem;
    align-items: center;
  
}
body{min-height: 100vh;}
/* .carousel-item{
    height: 60vh;
    
} */
.impressum-section{
    border-bottom: 2px solid  rgba(138, 134, 134, 0.8);
    padding-left: 1rem;
    
}
ul{
    list-style-type: none;
}
.impressum-section-title{
    border-bottom: 2px solid  rgba(138, 134, 134, 0.8);
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* background-color: bisque; */
   

}
.impressum-section-title:hover{
    padding-left: 1.2rem;
    background:rgba(181, 175, 175, 0.3);
    border-radius: 10px;

    cursor: pointer;
}
.ul{list-style-type: circle;}

.front-image{
    height: auto;
    display: block;
    max-width: 100%;
    /* background-image: url('../imgs/satelliten-galileo-100__v-gseagaleriexl.jpg'); */
    
}
.tab{
    font-weight: bold;
}
