.program_tabs,
.tabs {
  margin-bottom: 44px;
}
.program_tabs>button,
.tabs>button {
  color: #0E385E;
  background-color: #EFEDE6;
  font-family: "futura-pt-bold";
  font-size: 2.6rem;
  line-height: 5rem;
  margin-right: 20px;
  border: 2px solid #0E385E;
  cursor: pointer;
  padding: 0px 15px;

  width: fit-content;
}
.program_tabs>button.active,
.tabs>button.active {
  color: #EFEDE6;
  background-color: #0E385E;
}
.pogram_list_title {
  font-family: "futura-pt-bold";
  font-size: 2.6rem;
  line-height: 3.4rem;
  margin: 32px 0px;
  color: #0E385E;
}
.program-circle {
  color: #fff;
  background-color: #0E385E;
  width: 37px;
  height: 37px;
  line-height: 37px;
  font-family: "futura-pt";
  font-size: 1.8rem;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
}
.main .notmain {
  display: none;
}
table.program {width: 100%;}
table { border-collapse: collapse; }
table th {
  background-color: #EFEDE6;
  font-family: "futura-pt";
  font-weight: normal;
  text-transform: uppercase;
}

table tr {
  border: 2px solid #0E385E;
}

table td,table th {
  padding: 12px;
}

td.program_name {
  vertical-align: top;
  font-family: "futura-pt-bold";
}

/* FAQ */
#faq {width: 100%; margin-top: 30px;}
.faq_item {
  width: 100%;
  border-bottom: 2px solid #0E385E;
}
.faq_item:first-child {border-top: 2px solid #0E385E;}
.faq_title {
  /* height: 50px; */
  /* line-height: 50px; */
  padding: 10px 0;
  min-height: 50px;
  display: inline-flex;
  align-items: center;
  width: 100%;

  font-family: "futura-pt-bold";
  color: #0E385E;
  padding-right: 55px;
  cursor: pointer;
  text-transform: uppercase;
  position: relative;
  text-decoration: none;
}
.faq_title:focus,
.faq_title:hover {
  color: var(--orange);
}
/* .open .faq_title {
  cursor: auto;
} */
.faq_title:after {
  position: absolute;
  top: 0px;
  right: 7px;
  height: 100%;
  width: 21px;
  background-image: url(../images/chevron-down.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  content: " ";
  -webkit-transition: transform .35s;
  -moz-transition: transform .35s;
  transition: transform .35s;
}
.open .faq_title:after {
  transform: rotate(-180deg);
}
.faq_content {
  display: none;
  font-size: 1.4rem;
  padding-right: 50px;
  padding-bottom: 18px;
}
.faq_content p {
  margin-bottom: 1rem;
}
.faq_content p:last-of-type {
  margin-bottom: 0;
}
/* MEDIA */
.tabs_content>div {
  display: none;
}
.tabs_content>div.active {
  display: block;
}
.media_item {
  height: 0px;
  padding-bottom: 73%;
  background-size: cover;
  background-position: center;
  cursor: pointer;
  position: relative;
  background-color: #EFEDE6;
  display: block;
}
.media_item.document {
  padding-bottom: 80%;
}
.media_item .play {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(14,56,94,0.52);
}

.media_item .play:after {
  content: " ";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -30px;
  margin-top: -25px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  width: 60px;
  height: 50px;
  background-image: url(../images/play.svg);
}
.media_item .document {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  padding: 15px;
  text-align: center;
}
.media_item a {
  text-decoration: none;
  color: #0E385E;
  height: 100%;
}
.media_item .document_type {
  font-size: 1.6rem;
  font-family: "futura-pt";
  text-transform: uppercase;
  font-weight: 400;
}
.fan-bg {
  position: absolute;
  left: -24px;
  top: -21px;
  bottom: -21px;
  right: -24px;
  background-color: #EFEDE6 !important;
}
.fan-bg.extra {
  bottom: -65px;
}
.fancybox-caption {
  display: none !important;
}
.fancybox-bg {
  background-color: #0E385E !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.52 !important
}

.fancybox-content .caption {
  line-height: 65px;
  bottom: -65px;
  font-size: 1.4rem;
  position: absolute;
  left: 0px;
}
.close-fan {
  position: absolute;
  right: -24px;
  top: -24px;
  height: 24px;
  width: 24px;
  background-image: url(../images/fancy-close.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.next-fan {
  position: absolute;
  width: 24px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  right: -24px;
  background-image: url(../images/chevron-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.prev-fan {
  position: absolute;
  width: 24px;
  height: 14px;
  top: 50%;
  margin-top: -7px;
  left: -24px;
  background-image: url(../images/chevron-left.svg);
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.fancybox-navigation {
  position: absolute !important;
  left: -100% !important;
  top: -100% !important;
}

/* KONZEPT */
.konzept_svg {
  position: relative;
  padding-bottom: 94.132%;
}

.konzept_svg img {
  position: absolute;
}

#k_elem50 {
  top: 2.3%;
  left: 34%;
  width: 39.6%;
}
#k_elem51 {
  top: 16%;
  left: 1%;
  width: 38.8%;
}
#k_elem52 {
  top: 30.5%;
  left: 34.3%;
  width: 39.5%;
  z-index: 1;
}
#k_elem54 {
  top: 46.8%;
  left: 55.9%;
  width: 42.4%;
}
#k_elem53 {
  top: 48.4%;
  left: 1%;
  width: 49.1%;
}
.opacity {
  opacity: 0.5;
}
#map {
  position: absolute;
  top: 5.5%;
  width: 97.2%;
  left: 1%;
  z-index: 11;
}
#konzept_description_main {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 400px;
  padding: 32px;
  padding-right: 50px;
  border: 2px solid #0E385E;
  background-color: #EFEDE6;
  font-size: 1.4rem;
  color: #0E385E;
  z-index: 99;

  display: none;

}
#konzept_description_main::before {
  content: " ";
  position: absolute;
  left: 0px;
  top: -17px;
  height: 18px;
  width: 100%;
  background-position: center bottom;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/tip.svg);
}
.konzept_description_main {
  display: none;
}
svg g {
  cursor: pointer;
}
#konzept_description_main.bottom::before {
  top: auto;
  bottom: -17px;
  transform: rotate(180deg);
}
#konzept_description_main a {
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url(../images/goto.svg);
  z-index: 99;
}
