.icon-site {
  border-radius: 50%;
}

.content-main{
  width: 384px;
  margin: 0 auto;
  margin-top: 50px;
  text-align: center;
}

@media (min-width: 550px) {
  .content-main{
  width: 550px;
  }
}

.content-footer{
  display: flex;
  justify-content: center;
  height: 25px;
}

.content-all-rights{
  font-size: 15px;
  color: var(--sub-color);
  opacity: 0.25;
}

/*.profil-img{
  max-width: 190px;
  height: auto;
  object-fit: cover;
  border-radius: 50%;
  margin-bottom: 15px;
}*/

.profil-img-background{
  background-image: url(img/Knight_Profil_2025.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
  margin: 0 auto;
  width: 180px;
  height: 180px;
  border-radius: 50%;
}

.drop-shadow{
  filter: drop-shadow(5px 5px 1px #00000015);
}

.content-profil-area {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  margin: 25px 0 10px 0;
}

.content-profil-title{
  font-size: 48px;
}

@media (min-width: 550px) {
  .content-profil-title{
    font-size: 64px;
  }
}

.content-profil-title-last{
  color: var(--sub-color);
}

.content-profil-sub-title{
  display: flex;
  justify-content: center;
  gap: 10px;
}

.content-profil-sub-title p{
  color: var(--sub-color);
  font-size: 36px;
}

.content-profil-sub-title span{
  color: var(--main-color);
  font-size: 36px;
}

.content-profil-location{
  color: var(--sub-color);
  font-size: 24px;
}

.content-open-to-work{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 5px;
}

.content-open-to-work-button{
  background-color: var(--line-color);
  border-radius: 5px;
  padding: 12.5px;
}

.content-open-to-work-button:first-child{
  background-color: var(--main-color);
}

.content-open-to-work-button p{
  font-size: 14px;
  color: var(--sub-color);
}

@media (min-width: 550px) {
  .content-open-to-work-button p{
    font-size: 18px;
  }
}

.content-open-to-work-button:first-child p{
  color: var(--text-color);
}

.horizontal-line{
  border: 0;
  border-top: 3px solid;
  margin: 15px 5px 15px 5px;
  color: var(--line-color);
}

.content-aboutme{
  display: flex;
  padding: 0 5px 0 5px;
}

.content-aboutme p {
  padding: 0 5px 0 5px;
  text-align: justify;
  text-align-last: center;
  color: var(--sub-color);
  line-height: 1.25em;
}

.content-aboutme span{
  color: var(--text-color);
}

.content-contact{
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 5px 0 5px 0;
}

.content-Subtitle{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 35px;
  gap: 10px;
}

.content-Subtitle img{
  height: 30px;
  color: var(--sub-color);
}

.content-Subtitle p{
  color: var(--sub-color);
  font-size: 24px;
}

.content-contact-mail{
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 5px;
}

.content-contact-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  height: 45px;
  background-color: var(--line-color);
  border-radius: 5px
}

.content-contact-button:last-child{
  background-color: var(--main-color);
}

.content-contact-button p{
  color: var(--text-color);
  font-size: 16px
}

.content-contact-button img{
  height: 24px;
}

.copy-button {
  position: relative;
  padding: 8px 12px;
  font-size: 14px;
  cursor: pointer;
  transition: background-color 0.1s;
}

/*.copy-button:hover {
  background-color: #ffffff34;
}*/

/* Tooltip styling */
.copy-button::after {
  content: attr(data-tooltip);
  position: absolute;
  top: -35px;
  left: 50%;
  transform: translateX(-50%);
  background-color: var(--main-color);
  color: #fff;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
  font-style: normal;
  padding: 5px 8px;
  font-size: 12px;
  border-radius: 4px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s, top 0.3s;
  white-space: nowrap;
  z-index: 10;
}

.copy-button.show-tooltip::after {
  opacity: 1;
  top: -45px;
}

.content-social{
  display: flex;
  flex-direction: column;
  margin: 5px 0 5px 0;
  padding: 0 10px 0 10px;
  gap: 10px;
}

.content-social-button{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  height: 70px;
  border-radius: 5px
}

.content-social-button p{
  font-size: 32px;
}

.content-social-button img{
  height: 28px;
}

.arstation-btn{
  background-color: var(--arstation-color);
}

.possum5-btn{
  background-color: var(--possum5-color);
}

.linkedin-btn{
  background-color: var(--linkedin-color);
}

.tiktok-btn{
  background-color: var(--tiktok-color);
}

.youtube-btn{
  background-color: var(--youtube-color);
}