/*----------------- LINKTREE -------------*/

header#header.header-linktree {
  position: relative;
  justify-content: flex-end;
  padding-left: 0;
  padding-top: 0px;
  height: 70px;
  align-items: center;
}

.page-template-page-linktree #slideshow #header-text {
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 7%;
}

.page-template-page-linktree #slideshow #header-text .button {
  font-size: 19px;
  padding: 4px 23px 5px 13px !important;
  line-height: 1.28 !important;
}

.page-template-page-linktree #slideshow #header-text .button-pink {
  bottom: 0;
  transform: translateY(-120%) !important;
}

.page-template-page-linktree #slideshow #header-text .button-anthrazit {
  bottom: 0;
  transform: translateX(40%) !important;
}

.page-template-page-linktree #theme-logo {
  height: 35px;
}

.page-template-page-linktree #slideshow {
  position: relative;
  height: 80vw;
  top: 0;
}

div#linktree {
  padding-top: 50px;
  background: var(--gradient-colorful);
}

div#linktree .main-content > *:not(.team-grid, .imp-dat-wrapper) {
  max-width: 87%;
  margin-left: auto;
  margin-right: auto;
}

div#link-tree-wrapper {
  display: grid;
  gap: 10px;
  margin-bottom: calc(var(--gap-xl) * 1.2);
}

a.btn-link-tree-link,
a.btn-kennenlernen {
  background-color: transparent !important;
  border: 1px solid var(--color-weiss) !important;
  border-radius: 100px !important;
  transition: all 0.5s ease-in-out !important;
  display: flex !important;
  gap: var(--gap-s);
  align-items: center;
  padding: 8px 8px 8px 25px !important;
  width: fit-content;
  text-decoration: none;
  text-transform: none;
}

a.btn-kennenlernen {
  margin-left: 30px !important;
}

a.btn-link-tree-link span,
a.btn-kennenlernen {
  font-size: var(--btn-font-size) !important;
  font-weight: 500 !important;
  color: var(--color-weiss) !important;
  line-height: 1 !important;
  display: flex;
  align-items: center;
}

a.btn-link-tree-link span::after,
a.btn-kennenlernen::after {
  content: "";
  display: inline-block;
  height: 35px;
  width: 35px;
  background-size: 17px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/arrow-up-right-pink.svg);
  background-color: var(--color-weiss);
  border-radius: 100%;
  transition: all 0.5s ease-in-out;
}

.btn-link-tree-wraper.aktuell a.btn-link-tree-link {
  background-color: var(--color-anthrazit) !important;
}

span.btn-link-tree-txt:after {
  content: "";
  display: block;
  height: 1em;
  width: calc(1em / 2.6631467793);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/pfeil-button-weiss.svg);
  transition: all 0.5s ease 0s;
  margin-left: 30px;
}

/* kontaktdaten */
.imp-contact-wrapper {
  margin-bottom: calc(var(--gap-xl) * 1.1);
}

.imp-contact-wrapper a {
  color: var(--color-weiss);
  text-decoration: none;
  line-height: 2;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 1rem;
}

.imp-contact-wrapper br {
  display: none;
}

.imp-contact-wrapper a::before {
  content: "";
  display: inline-block;
  height: 21px;
  width: 21px;
  background-repeat: no-repeat;
  background-position: center;
  filter: brightness(0) invert(1);
}

.imp-contact-wrapper a.tel::before {
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icon-phone.svg);
}

.imp-contact-wrapper a.mail::before {
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icon-mail.svg);
}
.imp-contact-wrapper a.fb::before {
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icon-fb.svg);
}
.imp-contact-wrapper a.insta::before {
  background-image: url(/wp-content/themes/visual-composer-starter-theme-child/img/icon-instagram.svg);
}

.team-grid img {
  width: 100vw !important;
  margin-bottom: 20px;
}

.timmy {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 60px;
}

.timmy .sprechblase {
  position: absolute;
  bottom: 5.33vw;
  left: 8vw;
  z-index: 2;
}

.timmy .sprechblase img {
  width: 200px;
}

.timmy .sprechblase div {
  position: absolute;
  top: 30%;
  left: 23%;
  width: 84px;
  transform: rotate(-33deg);
  text-align: center;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}

.timmy .sprechblase span {
  color: var(--color-rot);
  text-align: center;
  font-size: 23px;
  font-weight: 600;
  line-height: 1;
}

.timmy .sprechblase span.smiley {
  font-size: 30px;
  width: 30px;
  height: 35px;
}

.timmy .timmy-gif {
  position: relative;
  z-index: 1;
  width: 167px;
  height: 235px;
  margin-left: auto;
}

.imp-dat-wrapper {
  background-color: var(--color-weiss);
  width: 100vw;
  display: flex;
  justify-content: center;
  gap: var(--gap-m);
  padding: 24px 0 50px 0;
  margin-bottom: -2px;
}

.imp-dat-wrapper a {
  font-size: 13px;
  color: var(--color-anthrazit);
  text-decoration: none;
}

@media (max-width: 767px) {
  a.btn-link-tree-link,
  a.btn-kennenlernen {
    padding: 7px 7px 7px 15px !important;
  }
}

.page-template-page-linktree #footer {
  margin-top: 0 !important;
}
