.linklist li {
  line-height: 1.3rem;
  margin-bottom: .8rem;
}

table .first-col {
  width: 25%;
}
body .cc_banner-wrapper {
  position: static;
  height: auto;
  overflow: hidden;
  -webkit-animation-name: none;
  animation-name: none;

}
body .cc_container {
  padding: 1.6em 5% 2em 5%;
  background: #1754AD;
  position: static;
  height: auto;
}

body .cc_container .cc_message{
  line-height: 1.2em;
  font-size: .9em !important;
  color:#fff;
  margin: 0;
  
}
body .cc_container .cc_message a{
  text-decoration: underline;
  color:#fff;
}

body .cc_container .cc_btn {
  margin-top: 1.5em;
  float: none;
  display: block;
  width: 96%;
  padding-left: 2%;
  padding-right: 2%;
  max-width: 60%;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff!important;
  color:#1754AD!important;
  font-weight: bold;
}
body .cc_container .cc_btn:hover {
  background: #919595 !important;
  color: #fff!important;
}

.partnerimages .logo-3sat {
  margin-left: .9em;
}

@media screen and (min-width: 760px) {
  body .cc_container .cc_message{
    width: 75%;
    float: left;
  }
  .botton-wrap {
    width: 20%;
    float: right;
  }
  body .cc_container .cc_btn {
      max-width: 100%;
  }
}

.img-responsive {
  width: 100%;
}

.container .event-title-small {
  font-size: 1.3333em !important;
}
/*Autoren*/

.detail .question {
    background-size: 18px 12px;
    border: none;
    padding: 20px 0 10px 18px;
    background-position: 18px 0;
    font-size: inherit;
    line-height: 2rem;
    position: relative;
    margin-top: 1.8em;
  }
  .one-question h4{
    font-weight: 800;
    line-height: 1.8rem;
  }
  .question::before {
    content: " ";
    display: block;
    width: 4px;
    height: 60px;
    background-color: #1754AD;
    position: absolute;
    left: 0;
    top: 0;
  }



    .media-tile-wrap .img-bg-instagram {
      background-color: #eee;
      position: relative; 
        padding-bottom: 56.25%; /* ratio 16x9 */
        height: 0; 
        overflow: hidden; 
        width: 100%;
        height: auto;
    }
    .media-tile-wrap .img-bg-instagram i {
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      height:100%;
      width: 100%;
    }
    .media-tile-wrap .img-bg-instagram img{
      background-color: transparent;
      display: block;
      width: auto;
      height: 50%;
      margin: 14% auto 0 auto;
    }

  .quote .quote {
    margin-bottom: 0;
  }


.timetable dl{
  margin-bottom: 0;
}
.timetable dl dd{ 
  margin-bottom: 1em;
}

   .media-item .frame-container {
        position: relative; 
        padding-bottom: 56.25%; /* ratio 16x9 */
        height: 0; 
        overflow: hidden; 
        width: 100%;
        height: auto;
    }
    
    .media-item iframe {
      position: absolute; 
      top: 0; 
      left: 0; 
      width: 100%; 
      height: 100%; 
    }
    .media-item .podcast-container iframe{
        top: 15%; 
        left: 2%; 
        width: 96%; 
        height: 70%; 
/*        background: #fff;*/
    }
    .media-item {
        margin-bottom: 2em;
    }
    .shadow-podcast {
        background: #1754AD;
        border: solid 4px #1754AD;
    }


.nav-lang {
    /*padding: 0;
    margin: 0;
    line-height: 1em;*/
  }
.navbar-main > .nav-lang a {
  position: relative;
  padding-left: 1.9em;
}
.nav-lang a::before {
    content: " ";
    position: absolute;
    background: url(../icons/language.svg) no-repeat center center;
    background-size: contain;
    display: block;
    position: absolute;
    left: 0.4em;
    top: 0.77em;
    width: 1em;
    height: 1em;
}

.nav-lang a:hover::before {
    background: url(../icons/language-white.svg) no-repeat center center;
}

@media (min-width: 992px) {
    .nav-lang a::before {
      top: 0.6em;
    }
}

.cookieconsent-hint {
        line-height: 1.2em;
    }
    .cookieconsent-hint p{
        margin-bottom: .2em;
    }
/*Media grid*/
  .row-custom {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      margin: 1em;
  }
  .row-custom::after {
    content: " ";
    display: block;
  }
  .custom-container,
  .row-custom::after {
      min-width: 100%;
      max-width: 100%;
  }
  
   .person-video {
      margin: 0em 0 6em 0;
    }
  @media (min-width: 768px) {
      .row-custom .custom-container,
      .row-custom::after {
          min-width: 48%;
          max-width: 48%;
      }

  }
  @media (min-width: 1199px) {
      .row-custom .custom-container,
      .row-custom::after {
          min-width: 31%;
          max-width: 31%;
      }
       .person-video {
      margin: 4em 0 10em 0;
    }
  }


.image-text-contact h3 {
    margin-top: -.5em;
  }
  .image-text-contact figure {
    margin-bottom: 3em;
  }

 .spotify-item {
                width: 100%;
            }


  @media (min-width: 992px) {

  .row.media-tile-row {
    padding-left: 10px;
    padding-right: 10px;
  }
  .col-md-3.media-tile-wrap {
    width: 21.75%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .media-tile h3 {
    width: 100%;
    font-size: 1.5rem;
    /*text-align: center;*/
  }
}