/* ------------- impressum credit ------------*/
#webdesign-credit {
  display: block;
  margin-top: 40px;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

/* Links als Logo-Träger */
#webdesign-credit a {
  display: inline-block;
  text-indent: -9999px;
  overflow: hidden;
  white-space: nowrap;
}

/* CreateBetter Logo */
#webdesign-credit a:first-child { 
  width: 260px;
  height: 90px;
  background: url("https://createbetter.digital/created-by-createbetterdesign/crbd-logo.svg")
    no-repeat center / contain;
}

/* Besser im Web Logo */
#webdesign-credit a:last-child { 
  width: 220px;
  height: 75px;
  background: url("https://createbetter.digital/created-by-createbetterdesign/biw-logo.svg")
    no-repeat center / contain;
}

/* ------------- footer credit ------------*/ 


#credit-footer {
  width: 100%;
  text-align: center; 

  font-size: 14px;
  padding:20px 0px;  
  font-family: inherit;
  color:white;
}

#credit-footer a {
  color: inherit;
  text-decoration: none;
}

#credit-footer a:hover {
  text-decoration: underline; 
}

