@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "TeleNeoWeb";
  src: url("../fonts/TeleNeo/TeleNeoWeb-Ultra.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

/* allgemeine Tag-Styles */
html,
body {
  font-family: "TeleNeoWeb",Calibri,"PT Sans Narrow",sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  background-color: #f6f6f6;
  margin: 0px;
}

/* (Q) custom-styles */

h1.main-title {
  text-align: center;
  font-size: 36px;
  font-weight: 800;
  margin: 8px 0px;
  color: #262626;
}

p.main-text {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  color: #262626;
  font-weight: 400;
  margin: 0px 0px 32px 0px;
}

#main {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  font-size: 1rem;
  overflow-wrap: anywhere;
  width: 100%;
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100vh;
}

#main .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100%;
  width: 100%;
  flex: 1;
  overflow-x: hidden;
  background-color: white;
  box-shadow: 0 2px 9px #00000026;
  margin: 0px;
  transition: max-width ease-in-out 200ms, margin ease-in-out 200ms;
}

#main .content header {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

#main .content main {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  width: 100%;
  flex: 1;
  margin-bottom: 3.2rem;
}

#main .content main .social-link-container {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  justify-content: center;
  align-items: center;
  align-self: center;
  padding: 0.4rem 1.6rem 0;
  width: 85%;
}

.link-group {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0 18px;
  flex: 1;
}

.social-links {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.banner-image {
  position: absolute;
  z-index: 1;
  clip-path: polygon(
    0% 0%,
    0% 100%,
    0.818% 99.342%,
    0.818% 99.342%,
    10.507% 92.4%,
    20.353% 87.015%,
    30.317% 83.189%,
    40.358% 80.92%,
    50.437% 80.209%,
    60.514% 81.054%,
    70.549% 83.456%,
    80.501% 87.415%,
    90.331% 92.929%,
    100% 100%,
    100% 0%,
    0% 0%
  );
  width: 100%;
  height: 12rem;
  background-color: rgb(219, 224, 235);
  background-repeat: no-repeat;
  background-size: cover;
}

.header-content {
  z-index: 2;
  margin-top: 6.5rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#t-logo-traegerflaeche {
  border-radius: 50%;
  height: 6rem;
  width: 6rem;
}

@media (min-width: 680px) {
  #main .content {
    border-radius: 9px 9px 0px 0px;
    max-width: 40rem;
    margin: 4rem 0px 0px 0px;
  }
}

/* Telekom-Buttons */

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.2;
  padding: 6px 23px 7px;
  font-weight: 700;
  white-space: nowrap;
  background-image: none;
  text-decoration: none;
  transition: color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    background-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95),
    border-color 150ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.btn span {
  display: flex;
  align-items:center;
  justify-content: center;
  gap: 6px;
}

.btn.terminvereinbarung span::before{
  content: url(../assets/icons/terminvereinbarung.svg);
  width: 1.2rem;
}

.btn[href^="tel:"] span::before{
  content: url(../assets/icons/phone.svg);
  width: 1.2rem;
}

.btn[href^="mailto:"] span::before{
  content: url(../assets/icons/mail.svg);
  width: 1.3rem;
}

.btn > .icon {
  margin-top: -1px;
  padding-right: 12px;
}

.btn > .icon-right {
  padding-left: 12px;
  padding-right: 0;
}

.btn.focus,
.btn:focus {
  color: #383838;
  text-decoration: none;
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.hover,
.btn:hover {
  text-decoration: none;
  transition-duration: 0.1s;
}

.btn.disabled,
.btn[disabled] {
  cursor: not-allowed;
  background: #fafafa;
  border-color: #d6d6d6;
  color: #b8b8b8;
}

.btn-clean,
.btn-default {
  color: #262626;
  background-color: #ededed;
  border-color: #6b6b6b;
}

.btn-clean:focus,
.btn-default.focus,
.btn-default:focus,
.focus.btn-clean {
  color: #262626;
}

.btn-clean:hover,
.btn-default.hover,
.btn-default:hover,
.hover.btn-clean {
  color: #262626;
  background-color: #ededed;
  border-color: #6b6b6b;
}

.active.btn-clean,
.btn-clean:active,
.btn-default.active,
.btn-default:active {
  color: #383838;
  background-color: #c7c7c7;
  border-color: #8c8c8c;
}

.btn-default.disabled,
.btn-default.disabled.focus,
.btn-default.disabled.hover,
.btn-default.disabled:focus,
.btn-default.disabled:hover,
.btn-default[disabled],
.btn-default[disabled].focus,
.btn-default[disabled].hover,
.btn-default[disabled]:focus,
.btn-default[disabled]:hover,
.disabled.btn-clean,
.disabled.btn-clean:focus,
.disabled.btn-clean:hover,
.disabled.focus.btn-clean,
.disabled.hover.btn-clean,
[disabled].btn-clean,
[disabled].btn-clean:focus,
[disabled].btn-clean:hover,
[disabled].focus.btn-clean,
[disabled].hover.btn-clean {
  color: #b8b8b8;
  background: #fafafa;
  border-color: #d6d6d6;
}

.btn-brand {
  color: #fff;
  background-color: #e20074;
  border-color: #e20074;
}

.btn-brand.focus,
.btn-brand:focus {
  color: #fff;
}

.btn-brand.hover,
.btn-brand:hover {
  color: #fff;
  background-color: #d0006b;
  border-color: #d0006b;
}

.btn-brand.active,
.btn-brand:active {
  color: #fff;
  background-color: #bc0060;
  border-color: #bc0060;
}

.btn-brand.disabled,
.btn-brand.disabled.focus,
.btn-brand.disabled.hover,
.btn-brand.disabled:focus,
.btn-brand.disabled:hover,
.btn-brand[disabled],
.btn-brand[disabled].focus,
.btn-brand[disabled].hover,
.btn-brand[disabled]:focus,
.btn-brand[disabled]:hover {
  color: #b8b8b8;
  background: #fafafa;
  border-color: #d6d6d6;
}

.btn-positive {
  color: #383838;
  background-color: #6bb324;
  border-color: #548d1c;
}

.btn-positive.focus,
.btn-positive:focus {
  color: #383838;
}

.btn-positive.hover,
.btn-positive:hover {
  color: #383838;
  background-color: #61a120;
  border-color: #497b18;
}

.btn-positive.active,
.btn-positive:active {
  color: #383838;
  background-color: #548d1c;
  border-color: #3d6714;
}

.btn-positive.disabled,
.btn-positive.disabled.focus,
.btn-positive.disabled.hover,
.btn-positive.disabled:focus,
.btn-positive.disabled:hover,
.btn-positive[disabled],
.btn-positive[disabled].focus,
.btn-positive[disabled].hover,
.btn-positive[disabled]:focus,
.btn-positive[disabled]:hover {
  color: #b8b8b8;
  background: #fafafa;
  border-color: #d6d6d6;
}

.btn-negative {
  color: #fff;
  background-color: #d90000;
  border-color: #b30000;
}

.btn-negative.focus,
.btn-negative:focus {
  color: #fff;
}

.btn-negative.hover,
.btn-negative:hover {
  color: #fff;
  background-color: #c70000;
  border-color: #a10000;
}

.btn-negative.active,
.btn-negative:active {
  color: #fff;
  background-color: #b30000;
  border-color: #8d0000;
}

.btn-negative.disabled,
.btn-negative.disabled.focus,
.btn-negative.disabled.hover,
.btn-negative.disabled:focus,
.btn-negative.disabled:hover,
.btn-negative[disabled],
.btn-negative[disabled].focus,
.btn-negative[disabled].hover,
.btn-negative[disabled]:focus,
.btn-negative[disabled]:hover {
  color: #b8b8b8;
  background: #fafafa;
  border-color: #d6d6d6;
}

.btn-clean {
  background-color: transparent;
}

.btn-small {
  font-size: 15px;
  padding: 5px 23px 6px;
}

.btn-large {
  font-size: 18px;
  padding: 10px 23px 11px;
}

.btn-icon {
  padding: 6px 17px 7px;
}

.btn-icon .icon {
  padding: 0;
}

.btn-minimal {
  padding: 6px 11px 7px;
}

.btn-block {
  width: 100%;
}

.btn-sectioned {
  display: block;
}

.btn-sectioned:after,
.btn-sectioned:before {
  content: " ";
  display: table;
}

.btn-sectioned:after {
  clear: both;
}

.btn-sectioned > .btn,
.btn-sectioned > .pager,
.btn-sectioned > .pager + .pager {
  margin-left: -1px;
  margin-right: 0;
  float: left;
  position: relative;
}

.btn-sectioned > .btn:hover,
.btn-sectioned > .pager + .pager:hover,
.btn-sectioned > .pager:hover {
  z-index: 2;
}

.btn-sectioned > .btn:active,
.btn-sectioned > .btn:focus,
.btn-sectioned > .pager + .pager:active,
.btn-sectioned > .pager + .pager:focus,
.btn-sectioned > .pager:active,
.btn-sectioned > .pager:focus {
  z-index: 3;
}

.btn-sectioned > .btn:first-child,
.btn-sectioned > .pager + .pager:first-child,
.btn-sectioned > .pager:first-child {
  margin-left: 0;
}

.btn-sectioned > .btn:not(:last-child),
.btn-sectioned > .pager + .pager:not(:last-child),
.btn-sectioned > .pager:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.btn-sectioned > .btn:not(:first-child),
.btn-sectioned > .pager + .pager:not(:first-child),
.btn-sectioned > .pager:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
