iframe {
  display: inline-block;
}

iframe[data-src] {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg"><text text-anchor="middle" alignment-baseline="central" y="50%" font-size="1em" fill="black"><tspan x="50%" dy="-1.5em">Dieses Video kann nur mit</tspan><tspan x="50%" dy="1.5em">aktiviertem JavaScript</tspan><tspan x="50%" dy="1.5em">abgespielt werden</tspan></text></svg>');
}

.video-wall,
iframe[data-src] {
  position: relative;
  font: 400 1em/1.46 Helvetica, Arial, sans-serif;
  color: #333;
  display: inline-block;
/*  min-height: 18em;
  min-width: 28em;*/
  margin: 0;
  background-color: #eee;
  box-sizing: border-box;
  border: 1.5em solid #ccc;
  padding: 1em;
}

.video-wall strong {
  display: block;
  text-align: center;
  font-size: 1.1em;
  margin: 0;
}

.video-wall div {
  position: absolute;
  width: calc(100% - 2em);
  top: 3em;
  /*bottom: 7em;*/
  bottom: 6em;
  overflow-y: auto;
}

.video-wall p {
  font-size: 0.8em;
  margin: 0 0 1em;
}

.video-wall a {
  color: inherit;
}

.video-wall .video-link {
  display: block;
  white-space: nowrap;
  font-size: 0.8em;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 6em;
  transform: translateX(-50%);
}

.video-wall button {
  -webkit-appearance: none;
  appearance: none;
  cursor: pointer;
  color: #eee;
  font: 700 0.8em/1.2 Helvetica, Arial, sans-serif;
  display: block;
  width: 11.5em;
  height: 4.25em;
  border: 0 none;
  border-radius: 0.75em;
  padding: 0 0 0 5.5em;
  text-align: left;
  margin: 0;
  position: absolute;
  left: 50%;
  bottom: 1em;
  transform: translateX(-50%);
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 28 28'%3E%3Cpath fill='%23eee' d='M11.109 17.625l7.562-3.906-7.562-3.953v7.859zM14 4.156c5.891 0 9.797 0.281 9.797 0.281 0.547 0.063 1.75 0.063 2.812 1.188 0 0 0.859 0.844 1.109 2.781 0.297 2.266 0.281 4.531 0.281 4.531v2.125s0.016 2.266-0.281 4.531c-0.25 1.922-1.109 2.781-1.109 2.781-1.062 1.109-2.266 1.109-2.812 1.172 0 0-3.906 0.297-9.797 0.297v0c-7.281-0.063-9.516-0.281-9.516-0.281-0.625-0.109-2.031-0.078-3.094-1.188 0 0-0.859-0.859-1.109-2.781-0.297-2.266-0.281-4.531-0.281-4.531v-2.125s-0.016-2.266 0.281-4.531c0.25-1.937 1.109-2.781 1.109-2.781 1.062-1.125 2.266-1.125 2.812-1.188 0 0 3.906-0.281 9.797-0.281v0z'%3E%3C/path%3E%3C/svg%3E") no-repeat 1em center #666;
  background-size: 3.5em;
  transition: background-color 0.3s;
}

.video-wall button:hover {
  background-color: #444;
}



/* additional adaptations */

.videopan {
  /*background-color: red;*/
  position: relative;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio */
}

.videoitem {
  position:  absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  font-size: 20px;
  color: white;
}

.video-wall, iframe[data-src] {
    min-height: unset;
    min-width: unset;
    width: 100%;
    height: 100%;
}




.btWorkingHoursInnerTitle{
  font-size: 2em;

}

.tabAccordionTitle header {
  padding: 15px;
}
.tabAccordionTitle header .desc {
  font-weight: 300;
}

.tabPane .tabAccordionTitle {
    border-top-left-radius: 25px;
    border-bottom-left-radius: 25px;
}


.w100{
  width:100%;
}
img.r12{
  border-radius: 12px;
}
.mbt26 {
  margin-bottom:26px;
}
img.r25{
  border-radius: 25px;  
}

.tabPane .tabAccordionTitle img{
  /*border-radius: 12px;*/
  /*width: calc(100% - 2.6em);*/
  width: 100%;
  padding: 5px 0 0 5px;
}

@media screen and (max-width: 767px) {
  /*.tabPane .tabAccordionTitle img{
    border-top-left-radius: 0
    border-top-right-radius: 0
    border-bottom-right-radius: 0
    border-bottom-left-radius: 0
  }*/
  .tabPane .tabAccordionTitle {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 0;
  }
  .tabPane .tabAccordionTitle img{
    padding: 0;
  }
}


.tabPane .tabAccordionContent,
.tabPane .tabAccordionTitle{
  padding:0 !important;
}
.tabPane .tabAccordionContent{
  position: relative;
}


.preline {
    white-space: pre-line;
}
.tabPane .tabAccordionTitle .preline {
  padding: 15px;
}
@media screen and (min-width: 768px) {
  .tabPane .tabAccordionTitle .preline {
    padding-top: 25px;
  }
}


.tabPane .index {
    position: absolute;
    top: 0;
    left: -20px;
    height: 20px;
    width: 20px;
    color: #ccc;
    /*color: #ed9966;*/
    /*color: #5f606E;*/
}


.tabAccordionTitle .desc a,
header .btSubTitle.desc a {
    text-decoration: underline;
    text-underline-position: under;

    text-decoration-color: #65bdeb;
    color: #65bdeb;
}
.tabAccordionTitle.on .desc a {

    text-decoration-color: #fff;
    color: #fff;
}

.tabAccordionTitle .icobar-sm {
  position: absolute;
  bottom: 12px;
  right: 8px;
}
.tabAccordionTitle .icobar-md {
  position: absolute;
  bottom: 8px;
  right: 61px;
}


/* ------------------- */
/*
.col-md-4 article.video-wall > strong,
.col-md-4 article.video-wall > div,
.col-md-4 article.video-wall > a {
      display:block;
}
@media screen and (min-width: 992px) {

  .col-md-4 article.video-wall > strong,
  .col-md-4 article.video-wall > div,
  .col-md-4 article.video-wall > a {
        display:none;
  }

}
@media screen and (min-width: 1051px) {

    .col-md-4 article.video-wall > strong {
      display:block;
      font-size: 0.8em;
    }
}*/
/*@media screen and (max-width: 516px) {
  .video-wall a {
      display:none !important;
  }
}
@media screen and (max-width: 455px) {
  .video-wall strong {
      display:none !important;
  }
}*/
/* ------------------- */



/* for responsive design -- small window: */

/* @media screen and (max-width: 768px) { */
@media screen and (max-width: 510px) {

.video-wall strong {
    display:none !important;
}

.videopan {
    padding-top: 109%;
}
.videopan .video-wall div {
    width: calc(100% - 1em);
    top: 1em;
    bottom: 5em;
}
.video-wall, iframe[data-src] {
    border: 0.75em solid #ccc;
    padding: 0.5em;
}
}


/* make sure to load video in video format -- small window */

.videopan.loaded {
    padding-top: 56.25%;
}
.videopan.loaded .video-wall div {
    width: calc(100% - 2em);
    top: 3em;
    bottom: 6em;
}
.videopan.loaded .video-wall, iframe[data-src] {
    border: 1.5em solid #ccc;
    padding: 1em;
}




/* extend bootstrap  */

/*@media screen and (max-width: 480px) {
    .hidden-xs {
        display: none !important;
    }
}*/
@media (max-width: 767px) {
    .hidden-xs-i {
        display: none !important;
    }
}
@media (min-width:768px) {
    .hidden-sm-i {
        display: none !important
    }
}
@media (max-width: 991px) {
    .hidden-md-i {
        display: none !important;
    }
}


/* status info timestamp */

.statusinfo_sm {
  position:absolute;
  bottom:-26px;
  right:0;
  color:#ccc;
}
