.activemenu {
  font-weight: bold;
  border-bottom: 2px solid black;
}

html{
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
 }

 body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
}


main {
  flex: 1 0 auto;
}

nav ul a,
nav .brand-logo {
  color: #444;
}

p {
  line-height: 2rem;
}

.sidenav-trigger {
  color: #26a69a;
}

.sidenav{
  background-color: rgb(253, 253, 253) !important;
}
@media only screen and (min-width: 993px) {
  #nav-mobile {
    display: none !important;
  }
  .sidenav-trigger {
    display: none !important;
  }
  .nav-mobile {
    display: none !important;
  }
}
#login-container{
  margin-top: 20vh;
}
#logincard{
  border-radius: 10px;
  border: 1px solid black;
}
#login-btn{
  margin-bottom: 5%;
  width: 50%;
}
#usernamediv{
  margin-top: 10%;
}


.parallax-container {
  min-height: 380px;
  line-height: 0;
  height: auto;
  color: rgba(255,255,255,.9);
}
  .parallax-container .section {
    width: 100%;
  }

@media only screen and (max-width : 992px) {
  .parallax-container .section {
    position: absolute;
    top: 40%;
  }
  #index-banner .section {
    top: 10%;
  }
}

@media screen and (max-width: 768px) {
  #logincard {
      max-width: 90vw;
      min-width: 90vw;     
  }
  #login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30vh;
}
  .productimagesize{
    margin-left: 6.5% !important;
    margin-top: 6.5% !important;
    padding: 0% !important;
  }
}

@media only screen and (max-width : 600px) {
  #index-banner .section {
    top: 0;
  }
}

.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
  font-size: inherit;
}

.team-card-content{
  overflow-y: hidden; 
  text-overflow: ellipsis;
}
.team-card-title{
font-weight: 600;
text-decoration: underline;
}
.team-card-name{
font-weight: bolder !important;
}
footer.page-footer {
  padding: 10px;
  text-align: center;
  margin-top: auto;
  width: 100%;
  max-height: 9rem;
}

.custom-hr{
  width: 45vw;
  margin-top: 3%;
  margin-bottom: 3%;
}
.btn-wide{
  width: 25vw;
}


#baselandscapeimg{
  max-width: 100%;
  min-width: 100%;
}

#contactmessage{
  max-height: 225px;
}

.productimagesize{
  max-height: 300px;
  min-height: 300px;
  max-width: 300px;
  min-width: 300px;
  padding: 1%;
  padding-right: 2%;
}

.scrollable-description {
  max-height: 180px; 
  overflow-y: auto;
}

.card-equal-height {
  display: flex;
  flex-direction: column;
  height: fit-content;
}

.card-content {
  flex: 1;
}

.prodcard{
  background-color: #8a99b8;
}

.liststep{
  height: 12vh;
  font-size: 18px;
}

@media only screen and (max-width : 600px) {
  .liststep {
    height: fit-content;
  }
  .vertical-center {
    display: flex;
    justify-content: center;
    flex-direction: column;
  }

}

.vertical-center {
  display: flex;
  align-items: center;
}

/* Cookie Privacy */
.modal-bottom {
  display: none;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

#acceptBtn {
  display: flex;
  justify-content: center;
  align-items: center; 
  width: 40vw;
  margin: 0 auto;
}

.strong{
  font-weight: bold;
}

.hidden{
  display: none;
}

.teamcard {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.team-card-content {
  flex-grow: 1; 
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.teamcontact {
  margin-top: auto; 
}

.error-404 {
  padding: 2rem;
}

.error-image {
  max-width: 100%;
  height: auto;
  margin-bottom: 1.5rem;
}

.error-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.error-message {
  font-size: 1.2rem;
  color: #666;
  margin-bottom: 2rem;
}

.centered-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.indexteampicture{
  width: 80vw;
  margin-left: auto;
  margin-right: auto;
}

.card-admin:hover{
  background-color: rgb(36, 94, 94) !important;
}







.responsive-img {
  width: 100%;
  height: auto; 
  max-height: 60vh; 
  object-fit: cover; 
}

.card-image {
  height: 42vh;
  overflow: hidden; 
  display: flex;
  justify-content: center;
  align-items: center;
}


.card-image img {
  width: 100%; 
  height: 100%; 
  object-fit: contain; 
  max-height: 42vh; 
  border-radius: 8px; 
}

@media (max-width: 600px) {
  .card-image {
      height: 30vh; 
  }
}