/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-icon {
  position: relative;
  display: inline-block;
  height: 1em;
  width: 1em;
  margin-right: 0.75em;
}

.tpl-icon:before {
  position: absolute;
  top: 65%;
  left: 50%;
  bottom: auto;
  right: auto;
  content: "";
  height: 100%;
  width: 100%;
  background-image: url("/images/template/e-mail.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.tpl-icon-mail {
  width: 1.45em;
}
.tpl-icon-mail:before {
  /* top: 61%; */
  background-image: url("/images/template/e-mail.svg");
}
.tpl-icon-phone:before {
  background-image: url("/images/template/telefon.svg");
}

/* Slide Nav */

.uk-button-text {
  position: relative;
  padding-left: 1.25em;
  padding-right: 0;
  text-decoration: none;
}
.uk-button-text:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: auto;
  right: auto;
  display: block;
  width: 0.75em;
  height: 0.75em;
  content: "";
  background-image: url("/images/template/link_neuertab.svg");
  background-repeat: no-repeat;
  background-position: 50% 90%;
  background-size: 100%;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: none;
}

/* Slide Nav */
.uk-slidenav.uk-slidenav-previous,
.uk-slidenav.uk-slidenav-next {
  background-image: url("/images/template/pfeil_dunkelgruen.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
.uk-slidenav.uk-slidenav-previous svg,
.uk-slidenav.uk-slidenav-next svg {
  display: none;
}
.uk-slidenav.uk-slidenav-previous {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.uk-slidenav.uk-slidenav-next {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

/* */

.tpl-akkordeon {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.tpl-akkordeon .el-item {
  position: relative;
  border: none;
  margin: 0;
  padding: 0;
}

.tpl-akkordeon .el-title {
  position: relative;
  padding: 20px;
  border: 4px solid var(--border-bright);
  border-radius: 20px;
  color: var(--text-color);
}
.tpl-akkordeon .uk-open .el-title {
  z-index: 11;
  border-color: var(--third-background);
  box-shadow: var(--box-shadow-third);
}
.tpl-akkordeon .uk-accordion-title::before {
  display: none;
}

.tpl-akkordeon .uk-accordion-content {
  position: absolute !important;
  top: 100%;
  left: 0;
  right: 0;
  padding: 40px 20px 20px 20px;
  margin-top: -20px;
  background-color: #fff;
  border: 4px solid var(--border-bright);
  border-top: none;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  z-index: 10;
}

.tpl-akkordeon .el-item.uk-open > div:not(.uk-accordion-content) {
  display: none !important;
  height: 0 !important;
}
.tpl-akkordeon .el-item.uk-open > div.uk-accordion-content {
  display: block !important;
}

@media only screen and (max-width: 960px) {
  .tpl-akkordeon {
    display: block;
  }
  .tpl-akkordeon .el-item {
    margin-top: 20px;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
*                      Start
* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-grid-start .el-item {
  z-index: 999;
}

@media only screen and (max-width: 960px) {
  .tpl-grid-start {
    margin-top: 30px;
  }
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Preise
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/**/
.tpl-grid-rabatt .el-item {
  position: relative;
  box-shadow: none;
  border: 4px solid var(--primary-background);
  margin-bottom: 30px;
}

.tpl-grid-rabatt .el-item > .uk-grid {
  justify-content: center;
  align-items: center;
}

.tpl-grid-rabatt .el-title {
  font-weight: 800;
  text-align: center;
}
.tpl-grid-rabatt .el-meta {
  position: absolute;
  bottom: -40px;
  left: 50%;
  width: 100%;
  margin: 0;
  text-align: center;
  transform: translateX(-50%);
}
.tpl-grid-rabatt .el-content {
  font-weight: 600;
  line-height: 1.5em;
  color: var(--secondary-background);
}

.tpl-button-fingerprint > * {
  position: relative;
  z-index: 10;
}

@media only screen and (max-width: 1200px) {
}
@media only screen and (max-width: 960px) {
  .tpl-grid-rabatt > .uk-grid {
    width: 320px;
    margin: 0 auto;
  }
  .tpl-grid-rabatt > .uk-grid > div {
    flex: 1 0 auto;
  }

  .tpl-grid-rabatt .el-item {
    margin-bottom: 40px;
  }

  .tpl-grid-rabatt .el-meta {
    bottom: -50px;
  }

  .tpl-button-fingerprint:before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    bottom: -120px;
    left: -40px;
    width: 200px;
    height: 200px;
    content: "";
    background-image: url("/images/template/fingerabdruck_orange.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    z-index: 1;
  }
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      Teilnahmebedingungen
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.tpl-table-storno {
  font-size: 14px;
}

.tpl-table-storno td {
  padding-top: 0;
}


/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
 *                      News
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Liste */
.tpl-grid-news > .uk-grid > div {
  margin-bottom: 20px;
}
.tpl-grid-news .el-item {
  position: relative;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.tpl-grid-news .el-item > a > .uk-grid {
  margin-left: 0px;
}
.tpl-grid-news .el-item > a > .uk-grid > div:first-of-type {
  border: solid 5px var(--muted-background);
  border-right: 0;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  padding-left: 0;
  overflow: hidden;
}
.tpl-grid-news .el-item > a > .uk-grid > div:last-of-type {
  border: solid 5px var(--muted-background);
  border-left: 0;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  padding-left: 0;
}
.tpl-grid-news .el-item > a > .uk-grid > div:last-of-type > div {
}
.tpl-grid-news .el-image {
  top: -1px;
  bottom: -1px;
  left: -1px;
}
.tpl-grid-news .tpl-news-grid-image img {
}
.tpl-grid-news .el-title {
  margin-top: 20px;
}
.tpl-grid-news .el-meta {
  font-size: 16px;
  font-style: italic;
}
.tpl-grid-news .el-content {
}
.tpl-grid-news .uk-button {
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: var(--third-background);
  border-color: var(--third-background);
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.tpl-grid-news .tpl-news-grid-link .uk-button:hover {
  color: var(--third-background);
  background-color: #fff;
  border-color: var(--third-background);
}

@media only screen and (max-width: 1460px) {
  .tpl-grid-news img {
    height: 100%;
    width: auto;
    max-width: fit-content;
  }
}

@media only screen and (max-width: 960px) {
  .tpl-grid-news .el-item > a > .uk-grid {
  }
  .tpl-grid-news .el-item > a > .uk-grid > div:first-of-type {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-right: solid 5px var(--muted-background);
    border-bottom: 0;
  }
  .tpl-grid-news .el-item > a > .uk-grid > div:last-of-type {
    margin-top: 0;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    border-left: solid 5px var(--muted-background);
    border-top: 0;
  }
  .tpl-grid-news .el-item > a > .uk-grid > div:last-of-type > div {
    padding: 20px;
  }
  .tpl-grid-news img {
    height: auto;
    width: 100%;
    max-width: 100%;
  }
  .tpl-grid-news .uk-button {
    right: -50px;
  }
}

/* News Details */

.tpl-section-teaser-news {
  position: relative;
}

.tpl-section-teaser-news .tpl-section-teaser-news-image {
  position: relative;
  top: 0;
  left: 0;
  bottom: 0;
}

.tpl-section-teaser-news > div > .uk-grid  {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
}
/* .tpl-section-teaser-news .tpl-news-grid-speaker picture {
  position: relative;
  display: block;
  height: 160px;
  width: 160px;
  border-radius: 100%;
  overflow: hidden;
  z-index: 10;
}
.tpl-section-teaser-news .tpl-news-grid-speaker picture:after {
  box-shadow: inset 0 0 3px #000;
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 100%;
}
.tpl-section-teaser-news .tpl-news-grid-speaker .el-title {
  position: relative;
  font-size: 38px;
  font-weight: 700;
  text-align: left;
  line-height: 1.25em;
  white-space: nowrap;
  color: var(--link-color);
  z-index: 10;
}
.tpl-section-teaser-news .tpl-news-grid-speaker .el-title br {
  display: none;
}
.tpl-section-teaser-news .tpl-news-grid-speaker .el-meta {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  color: var(--link-hover-color);
  margin-bottom: 20px;
  z-index: 10;
} */

.tpl-section-teaser-news .tpl-section-teaser-news-title {
  position: relative;
  color: #fff;
  z-index: 10;
  padding-right: 48px;
}
.tpl-section-teaser-news .tpl-section-teaser-news-subtitle {
  position: relative;
  color: #fff;
  z-index: 10;
}

.tpl-section-teaser-news .uk-button {
  position: relative;
  z-index: 10;
}

.tpl-section-teaser-news .tpl-section-teaser-news-content {
  position: relative;
}

.tpl-section-teaser-news .tpl-section-teaser-news-content:before {
  display: flex;
  position: absolute;
  top: -450px;
  left: -200px;
  width: 1300px;
  height: 1300px;
  content: "";
  background-image: url("/images/template/blob_big_blaugruen.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

.tpl-section-teaser-news .tpl-section-teaser-news-content:after {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 160px;
  height: 160px;
  content: "";
  background-image: url("/images/template/fingerabdruck_orange.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  z-index: 1;
}

@media only screen and (max-width: 1400px) {
  .tpl-section-teaser-news .tpl-section-teaser-news-content:before {
    top: -300px;
    left: -120px;
    width: 1000px;
    height: 1000px;
  }

  .tpl-section-teaser-news .tpl-section-teaser-news-image {
    height: 100%;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 960px) {

  .tpl-section-teaser-news .tpl-news-grid-speaker picture {
    height: 80px;
    width: 80px;
  }

  .tpl-section-teaser-news .tpl-news-grid-speaker .el-title {
    font-size: 18px;
    font-weight: 600;
  }
  .tpl-section-teaser-news .tpl-news-grid-speaker .el-title br {
    display: inline;
  }

  .tpl-section-teaser-news .tpl-news-grid-speaker .el-meta {
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 10px;
  }
  .tpl-section-teaser-news .uk-button {
    display: none;
  }

  .tpl-section-teaser-news .tpl-section-teaser-news-content > div{
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .tpl-section-teaser-news .tpl-section-teaser-news-image img {
    height: auto;
    width: 100%;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-title {
    font-size: 24px;
    padding-right: 0;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-subtitle {
    font-size: 14px;
    margin-bottom: 0;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-content:before {
    top: -300px;
    left: -70px;
    width: 800px;
    height: 800px;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-content:after {
    top: 35%;
    left: -45px;
    right: auto;
    width: 50px;
    height: 50px;
    transform: translateY(-50%);
  }
}
@media only screen and (max-width: 640px) {
  .tpl-section-teaser-news .tpl-section-teaser-news-title {
    font-size: 18px;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-image img {
    height: 100%;
    width: auto;
    max-width: none;
  }
}
@media only screen and (max-width: 400px) {
  .tpl-section-teaser-news > div > div > div {
    width: 100%;
  }
  .tpl-section-teaser-news .uk-tile {
    padding-bottom: 0;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-content:after {
    top: -20px;
    left: auto;
    right: 20px;
    width: 64px;
    height: 64px;
  }
  .tpl-section-teaser-news .tpl-section-teaser-news-content:before {
    transform: scaleY(-1);
    width: 500px;
  }
}