/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.message-notification-popup {
  display: none;
}

.uk-notification > div {
  /* font-weight: bold; */
  text-align: center;
}

.uk-notification .uk-notification-close {
  display: block;
  color: var(--primary-background);
}
.uk-notification .uk-notification-close:hover {
  color: var(--secondary-background);
}

.uk-notification-bottom-center,
.uk-notification-top-center {
  top: 15px;
  left: 50%;
  z-index: 999999;
  box-sizing: border-box;
  width: 80%;
  max-width: 1400px;
  transform: translateX(-50%);
  margin-left: 0;
}

/* */
.tpl-netzwerk-tabs {
  display: block;
  position: fixed;
  top: 228px;
  right: 0px;
  z-index: 99999;
  visibility: visible;
  transition: all 1s ease-in-out;
  transform: rotate(-90deg);
  transform-origin: bottom right;
}

.tpl-netzwerk-tabs ul {
  display: flex;
  flex-direction: row;
  gap: 24px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.tpl-netzwerk-tabs li a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-background);
  background: #fff;
  padding: 8px 20px 8px 20px;
  border: 3px solid var(--secondary-background);
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  text-align: center;
  transform-origin: center;
  white-space: nowrap;
}

@media only screen and (max-height: 560px) {
  .tpl-netzwerk-tabs {
    top: 30%;
  }
}

@media only screen and (max-width: 960px) {
  .tpl-netzwerk-tabs {
    /* display: none; */
  }
}

/* */

.tpl-module-seminarkunden .uk-slider-items > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media only screen and (max-width: 1600px) {
  .tpl-slider-seminarkunden {
    padding: 0 40px;
  }
  .tpl-slider-seminarkunden .uk-slidenav-previous {
    left: -80px;
  }
  .tpl-slider-seminarkunden .uk-slidenav-next {
    right: -80px;
  }
}

/* */

.tpl-module-kundenstimmen:before {
  position: absolute;
  top: 0;
  left: 50%;
  content: '';
  width: 0px;
  height: 0px;
  border-left: 42px solid transparent;
  border-right: 42px solid transparent;
  border-top: 64px solid #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tpl-slider-kundenstimmen .el-meta,
.tpl-slider-kundenstimmen .el-content {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tpl-slider-kundenstimmen .el-content {
  font-size: 16px;
  padding-top: 40px;
}

.tpl-slider-kundenstimmen .el-content:before {
  position: absolute;
  top: -5px;
  left: 0;
  bottom: auto;
  right: 0;
  display: block;
  width: 100%;
  height: 32px;
  content: '';
  background-image: url('/images/template/fuenf_sterne.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.tpl-slider-kundenstimmen .el-meta {
  padding-top: 10px;
  font-weight: 600;
}

.tpl-slider-kundenstimmen .el-meta:before {
  position: absolute;
  top: -5px;
  left: 50%;
  bottom: auto;
  right: auto;
  display: block;
  width: 32px;
  height: 32px;
  content: '';
  border-top: solid 4px var(--secondary-background);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media only screen and (max-width: 1600px) {
  .tpl-slider-kundenstimmen {
    padding: 0 40px;
  }
  .tpl-slider-kundenstimmen .uk-slidenav-previous {
    left: -80px;
  }
  .tpl-slider-kundenstimmen .uk-slidenav-next {
    right: -80px;
  }
}

/* */
.tpl-module-referenten {
}
.tpl-slider-referenten {
}
.tpl-slider-referenten .el-item {
  border-radius: 20px;
  overflow: hidden;
}
.tpl-slider-referenten .el-item .uk-tile-secondary {
  -webkit-transform: translateY(73%);
  -ms-transform: translateY(73%);
  transform: translateY(73%);
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.tpl-slider-referenten .el-item:hover .uk-tile-secondary {
  background: var(--primary-background);
  height: 100%;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tpl-slider-referenten .el-item .uk-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 100%;
  max-height: 100%;
  padding: 20px 30px;
}
.tpl-slider-referenten .el-item .el-title {
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.tpl-slider-referenten .el-item .el-content {
  font-size: 16px;
  margin-bottom: auto;
  min-height: 140px;
}
.tpl-slider-referenten .el-item .el-link {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  -webkit-transform: translateY(-110%);
  -ms-transform: translateY(-110%);
  transform: translateY(-110%);
}
.tpl-slider-referenten .el-item:hover .el-title {
  color: var(--secondary-background);
}

@media only screen and (max-width: 1600px) {
  .tpl-slider-referenten {
    padding: 0 40px;
  }
  .tpl-slider-referenten .uk-slidenav-previous {
    left: -80px;
  }
  .tpl-slider-referenten .uk-slidenav-next {
    right: -80px;
  }
}

/* */
.tpl-galerie-ansprechpartner .el-item,
.tpl-galerie-ansprechpartner .el-item > a {
  border-radius: 20px;
}
.tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
  -webkit-transform: translateY(81%);
  -ms-transform: translateY(81%);
  transform: translateY(81%);
  height: 100%;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.tpl-galerie-ansprechpartner .el-item:hover .uk-tile-secondary {
  background: rgba(var(--primary-background-rgb), 0.75);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tpl-galerie-ansprechpartner .el-item .uk-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 100%;
  max-height: 100%;
  padding: 30px;
}
.tpl-galerie-ansprechpartner .el-item .el-title {
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  white-space: nowrap;
}
.tpl-galerie-ansprechpartner .el-item .el-content {
  font-size: 16px;
  font-weight: 400;
  margin-top: 24px !important;
  margin-bottom: 30px !important;
}
.tpl-galerie-ansprechpartner .el-item .el-link {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  -webkit-transform: translateY(-230%);
  -ms-transform: translateY(-230%);
  transform: translateY(-230%);
  visibility: hidden;
}
.tpl-galerie-ansprechpartner .el-item:hover .el-title {
  margin-top: auto !important;
  color: var(--secondary-background);
}
.tpl-galerie-ansprechpartner .el-item:hover .el-content {
  margin-top: 20px !important;
  margin-bottom: 120px !important;
}
.tpl-galerie-referenten .el-item:hover .el-link {
  visibility: visible;
}

@media only screen and (max-width: 1355px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(80%);
  }
}
@media only screen and (max-width: 1199px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(84%);
  }
}
@media only screen and (max-width: 1059px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(82%);
  }
}
@media only screen and (max-width: 959px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(87%);
  }
}
@media only screen and (max-width: 880px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(85%);
  }
}
@media only screen and (max-width: 720px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(82%);
  }
}
@media only screen and (max-width: 520px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(78%);
  }
}
@media only screen and (max-width: 420px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(68%);
  }
}
@media only screen and (max-width: 340px) {
  .tpl-galerie-ansprechpartner .el-item .uk-tile-secondary {
    transform: translateY(58%);
  }
}

/* */
.tpl-galerie-referenten .el-item,
.tpl-galerie-referenten .el-item > a {
  border-radius: 20px;
}
.tpl-galerie-referenten .el-item .uk-tile-secondary {
  -webkit-transform: translateY(82%);
  -ms-transform: translateY(82%);
  transform: translateY(82%);
  height: 100%;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
}
.tpl-galerie-referenten .el-item:hover .uk-tile-secondary {
  background: rgba(var(--primary-background-rgb), 0.75);
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.tpl-galerie-referenten .el-item .uk-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  height: 100%;
  max-height: 100%;
  padding: 30px;
}
.tpl-galerie-referenten .el-item .el-title {
  font-size: 22px;
  font-weight: 500;
  -webkit-transition: all 0.33s ease-in-out;
  -o-transition: all 0.33s ease-in-out;
  transition: all 0.33s ease-in-out;
  white-space: nowrap;
}
.tpl-galerie-referenten .el-item .el-content {
  font-size: 16px;
  font-weight: 400;
  margin-top: 30px !important;
  margin-bottom: auto;
}
.tpl-galerie-referenten .el-item .el-link {
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  -webkit-transform: translateY(-230%);
  -ms-transform: translateY(-230%);
  transform: translateY(-230%);
  visibility: hidden;
}
.tpl-galerie-referenten .el-item:hover .el-title {
  color: var(--secondary-background);
}
.tpl-galerie-referenten .el-item:hover .el-content {
  margin-top: 20px !important;
}
.tpl-galerie-referenten .el-item:hover .el-link {
  visibility: visible;
}

@media only screen and (max-width: 950px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(86%);
  }
}
@media only screen and (max-width: 830px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(84%);
  }
}
@media only screen and (max-width: 639px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(90%);
  }
}
@media only screen and (max-width: 580px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(88%);
  }
}
@media only screen and (max-width: 460px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(85%);
  }
}
@media only screen and (max-width: 360px) {
  .tpl-galerie-referenten .el-item .uk-tile-secondary {
    transform: translateY(79%);
  }
}

/* com_user - login */
.com-users-login {
  text-align: center;
}

.com-users-login .control-group {
  margin-top: 38px;
}

.com-users-login .com-users-login__links {
  font-size: 14px;
  font-style: italic;
  line-height: 1em;
  color: var(--text-muted);
  margin-top: 32px;
}

.com-users-login .com-users-login__links a {
  color: var(--secondary-background);
}

.com-users-login .com-users-login__submit {
  margin: 30px 0 20px 0;
}

.com-users-login .com-users-login__text {
  font-size: 14px;
  font-style: italic;
  color: var(--text-muted);
}

/* com_user - reset */

.com-users-reset legend {
  font-size: 16px;
  font-weight: 400;
}
.com-users-reset label {
  display: none;
}
.com-users-reset .com-users-reset__form,
.com-users-reset .com-users-reset-confirm__form,
.com-users-reset .com-users-reset-complete__form {
  text-align: center;
}

/* com_user - registration */
.com-users-registration h2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.com-users-registration h2 span {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: var(--text-muted);
  margin-left: 20px;
}
.com-users-registration h2 span a {
  color: var(--secondary-background);
}

.com-users-registration .com-users-registration__submit {
  text-align: center;
  margin: 0 0 20px 0;
}

.com-users-registration .com-users-registration__text {
  font-size: 14px;
  font-style: italic;
  color: var(--text-muted);
  text-align: center;
}

.com-users-registration [id='jform[password1]-rules'],
.com-users-registration #progress-0,
.com-users-registration #password-0 {
  display: none;
}
.com-users-registration .rechnungsanschrift-input {
  margin-bottom: 40px;
}

.com-users-registration .rechnungsanschrift-button {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.125em;
  padding-top: 6px;
  padding-bottom: 6px;
  border-radius: 30px;
  align-self: flex-end;
}

@media only screen and (max-width: 460px) {
  .com-users-registration .rechnungsanschrift-button {
    align-self: center;
    margin-bottom: 40px;
  }
}

/* com_users profile */

.a_pf-wrap .a_pf-warn {
  display: none !important;
}

/* com_users profile */

.com-users-profile {
}

.com-users-profile h2 span {
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  color: var(--text-muted);
  margin-left: 20px;
}
.com-users-profile h2 span a {
  color: var(--text-muted);
}

.com-users-profile .el-item img {
  position: absolute;
  top: -28px;
  right: 28px;
  padding: 8px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  border-radius: 10px;
  background-color: #eff5ee;
}

.tpl-badge-merkliste {
  position: absolute;
  top: -28px;
  right: 28px;
}

@media only screen and (max-width: 960px) {
  .com-users-profile .el-item {
    margin-bottom: 20px;
  }
}

/* .com-users-profile .com-users-profile__edit__text {
  font-size: 14px;
  font-style: italic;
  color: var(--text-muted);
  text-align: center;
} */

/* com_user - edit */
.tpl-picture-profile {
  width: 128px;
  overflow: hidden;
  border-radius: 100%;
}

@media only screen and (max-width: 480px) {
  .com-users-profile__edit #button_reset {
    display: block;
    margin: 0 auto;
    margin-top: 20px;
  }
}

/* News Panel */
.tpl-module-news-panel {
  position: fixed;
  left: 40px;
  top: auto;
  right: auto;
  bottom: 0;
  width: 320px;
  padding: 10px 20px;
  background-color: var(--muted-background);
  border: 4px solid var(--primary-background);
  border-bottom: 0;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  z-index: 100;
}
.tpl-module-news-panel .mod-articles-category-title {
  position: relative;
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-background);
  padding-right: 20px;
}
.tpl-module-news-panel .mod-articles-category-opener {
  position: absolute;
  top: 25%;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  cursor: pointer;
  transform: rotate(180deg);
  transition: all 0.333s linear;
}
.tpl-module-news-panel .mod-articles-category-opener img {
  height: 12px;
  width: 12px;
}
.tpl-module-news-panel .mod-articles-category-introtext {
  font-size: 14px;
  max-height: 0px;
  overflow: hidden;
  transition: all 0.333s linear;
}
.tpl-module-news-panel .mod-articles-category-introtext div {
  padding: 10px 0 30px 0;
}
.tpl-module-news-panel.open .mod-articles-category-title {
}
.tpl-module-news-panel.open .mod-articles-category-opener {
  transform: rotate(0);
}
.tpl-module-news-panel.open .mod-articles-category-introtext {
  max-height: 500px;
}

@media only screen and (max-width: 960px) {
  .tpl-module-news-panel {
    display: none;
  }
}

/* Custom Cookie Banner */
/* #module-582 {
  position: fixed;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  z-index: 9999;
}

.tpl-custom-cookie-banner {
} */

/* */

.tpl-module-inhouse-schulung {
  position: relative;
}
.tpl-module-inhouse-schulung:before {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  content: '';
  height: 100%;
  width: 50%;

  background: url('/images/header/inhouse-schulung.jpg') no-repeat left;
  background: linear-gradient(90deg, rgba(148, 186, 59, 0) 0, rgba(148, 186, 59, 1) 95%, rgba(148, 186, 59, 1) 100%),
    url('/images/header/inhouse-schulung.jpg') no-repeat left;

  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
  -webkit-backface-visibility: hidden;
}

@media only screen and (max-width: 960px) {
  .tpl-module-inhouse-schulung:before {
    background: linear-gradient(90deg, rgba(148, 186, 59, 0.5) 0, rgba(148, 186, 59, 1) 99%, rgba(148, 186, 59, 1) 100%),
      url('/images/header/inhouse-schulung.jpg') no-repeat 50%;
    background-size: cover;
  }

  .tpl-module-inhouse-schulung ul[uk-list] {
    margin-left: 20px !important;
    padding-left: 0;
  }
}

/* */

.tpl-popover-map .el-item {
}

.tpl-popover-map .el-marker {
  position: relative;
  background-color: var(--secondary-background);
}
.tpl-popover-map .el-marker svg {
  display: none;
}
.tpl-popover-map .el-marker span {
  position: absolute;
  top: 40%;
  left: 26px;
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-background);
}

.tpl-popover-map .uk-drop {
  width: auto !important;
  border-radius: 10px;
}

.tpl-popover-map .el-item {
  padding: 0;
  box-shadow: none;
  border-radius: 10px;
}

.tpl-popover-map .el-marker.tpl-map-marker-right span {
  width: max-content;
  left: auto;
  right: 26px;
}

.tpl-popover-map .el-marker.tpl-map-marker-empty {
  background: none;
}
.tpl-popover-map .el-marker.tpl-map-marker-empty span {
  font-size: 12px;
  font-weight: 400;
  font-style: italic;
  color: var(--text-color);
}

.tpl-map-speaker {
  /* display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 16px; */
  display: flex;
  gap: 16px;
}

.tpl-map-speaker-image {
  position: relative;
  width: 140px;
  height: auto;
}

.tpl-map-speaker-image:before {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  height: 100%;
  width: 100%;
  border-radius: 10px;
  background-color: rgba(var(--primary-background-rgb), 0.75);
}
.tpl-map-speaker-image:after {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  bottom: 0px;
  right: 0;
  width: 32px;
  height: 32px;
  content: '';
  background-image: url('/images/template/link_neuertab.svg');
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 101%;
  transform: translate(-50%, -50%);
}
.tpl-map-speaker-image:hover:before,
.tpl-map-speaker-image:hover:after {
  display: block;
}

.tpl-map-speaker-image img {
  border-radius: 10px;
}
.tpl-map-speaker-name {
  font-size: 12px;
  font-style: italic;
  text-align: center;
  padding: 4px;
}

/* */

.tpl-b2b-hinweis-module {
  position: initial;
}

.tpl-b2b-hinweis-container {
  position: absolute;
  left: 0;
  right: 0;
    width: 100%;
    border-top: 3px solid #F5A623;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
.tpl-b2b-hinweis-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: auto;
  gap: 16px;
  background-color: #F5A623;
  padding: 4px 132px;
  border-radius: 8px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.tpl-b2b-hinweis-text {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.tpl-b2b-hinweis-link {
  display: inline-block;
  position: relative;
  color: #008000;
  text-decoration: none;
  font-size: 16px;
  padding-left: 16px;
}

.tpl-b2b-hinweis-link::before {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-image: url("/images/template/link_neuertab_dunkelgruen.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: 100%;
  transform: translateY(50%);
  user-select: none;
  border: none;
}

@media (max-width: 960px) {
  .tpl-b2b-hinweis-wrapper {
    /* flex-direction: column; */
    gap: 6px;
    padding: 4px 12px;
    text-align: center;
  }
  .tpl-b2b-hinweis-text {
    font-size: 12px;
    line-height: 1;
  }

  .tpl-b2b-hinweis-link {
    font-size: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 320px) {
  .tpl-b2b-hinweis-wrapper {
    width: 100%;
    flex-direction: column;
    gap: 0;
    padding: 4px 6px;
    border-radius: 0!important;
  }
}
/* */

.tpl-b2b-hinweis-booking-container {
  position: absolute;
  top: 6px;
  left: auto;
  right: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 900;
}
.tpl-b2b-hinweis-booking-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 15px;
  width: auto;
  background-color: #F5A623;
  padding: 3px 28px;
  border-radius: 0;
  border-bottom-left-radius: 15px;
  border-top-right-radius: 15px;
}

.tpl-b2b-hinweis-booking-text {
  color: #000000;
  font-weight: bold;
  font-size: 16px;
}

.tpl-b2b-hinweis-booking-link {
  display: inline-block;
  position: relative;
  color: #008000;
  text-decoration: none;
  font-size: 16px;
  padding-left: 16px;
}

.tpl-b2b-hinweis-booking-link::before {
  position: absolute;
  top: 2px;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-image: url("/images/template/link_neuertab_dunkelgruen.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: 100%;
  transform: translateY(50%);
  user-select: none;
  border: none;
}

.tpl-b2b-hinweis-booking-container + #mat_booking_inner {
  margin-top: 32px;
}

@media (max-width: 960px) {
  .tpl-b2b-hinweis-booking-container {
    /* position: absolute;
    top: 0;
    left: 0;
    right: 0; */
  }
  .tpl-b2b-hinweis-booking-wrapper {
    width: 100%;
    /* border-bottom-left-radius: 0;
    border-top-right-radius: 0; */
    gap: 6px;
  }
  .tpl-b2b-hinweis-booking-text {
    font-size: 12px;
    line-height: 1;
  }

  .tpl-b2b-hinweis-booking-link {
    font-size: 12px;
    padding-left: 12px;
  }
}
@media (max-width: 480px) {
  .tpl-b2b-hinweis-booking-container + #mat_booking_inner {
    margin-top: 42px;
  }
  .tpl-b2b-hinweis-booking-container {
    left: 6px;
  }
  .tpl-b2b-hinweis-booking-wrapper {
    border-top-left-radius: 15px;
    border-bottom-left-radius: 0;
  }
}

@media (max-width: 380px) {
  .tpl-b2b-hinweis-booking-wrapper {
    flex-direction: column;
    gap: 0;
  }
}
