.search-container h1{
  padding-left: 5vw;
}
section#content {
  padding-left: 3vw !important;
  padding-right: 0vw !important;
}
.tab-container{
    overflow: hidden;
    width: 100%;
    height: 50px;
    border-bottom: 1px solid #dadada;
    background-color: #fafafa;
    margin-top: 235px;
    margin-bottom: 30px;
    padding-left: 5%;
}

.tab-container:focus, .tab-container:active, .slick-track {
  outline: none;
  outline-style: none;
}

.tab{
    color: #555;
    padding-bottom: 9px;
    padding-top: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 25px;
    display: inline-block;
    transition: 80ms all ease;
    -webkit-user-select: none;
    -moz-user-select: -moz-none;
    -ms-user-select: none;
    user-select: none;
}

.tab:hover{
    color: #333;
    cursor: pointer;
}
.tab.active{
    color: #0014a0;
}
.search-result a{
    font-family: 'Brown-Pro-Regular';
    color: #0014a0
}

.search-result .description{   
    font-size: 18px;
}

.search-result .description .date{   
  font-family: 'Brown-Pro-Regular';
}

.search-content, #search_sidebox .content, .tab-container .tab{
  animation: erscheinen 200ms ease;
}

#search_sidebox{
  width: 30%;
  float: left;
  padding-left: 50px;
}

.row.search-content>div{
  left: 2%;
}
.search-content{
  width: 100%;
}
.search-content.veranstaltungen .fb_name{
  font-family: Brown-Pro-Regular;
  font-size: 1.2em;  
}
.search-content.veranstaltungen table td{
  font-family: Brown-Pro-Light;
}
.search-content.veranstaltungen a{
  color: #0014a0;
}

.dateline{
  width: 100%;
  display: block;
  font-family: Brown-Pro-Regular;
  font-size: 15px;
  margin-top: 10px;
  margin-bottom: 5px;
}

.tab-container .underline-slider {
    position: absolute;
    display: inline-block;
    width: 0px;
    height: 3px;
    background-color: #0014a0;
    transition: 0.3s cubic-bezier(.91,.69,.14,.99) all;
  }

.tab-container .loader {
  position: absolute;
  display: inline-block;
  margin: 0 auto;
  width: 100px;
  height: 30px;
  margin-left: -60px;
}

.termin {
	border: solid 1px #ddd;
	box-shadow: 0 0 5px #ddd;
	padding: 20px;
	margin: 10px;
	margin-bottom: 40px;
	padding-bottom: 50px;
}

.circular {
  animation: rotate 2s linear infinite;
  height: 100%;
  transform-origin: center center;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  margin-top: 10px;
}

.path {
  stroke-dasharray: 1, 200;
  stroke-dashoffset: 0;
  animation: dash 1.5s ease-in-out infinite, color 6s ease-in-out infinite;
  stroke-linecap: round;
}

.search-result.news {
  overflow: hidden;
}

.promo-news {
  height: 400px;
  width: 400px;
  display: inline-block;
  text-decoration: none;
  margin: 0 5px;
  overflow: hidden;
}

#search_sidebox .content .search-result.news .promo-news{
  width: 100%;
}

.promo-news .outer {
  display: block;
  height: 100%;
  width: 100%;
  color: white;
  position: relative;
}

.promo-news .outer .inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.promo-news .outer .inner .img {
  display: block;
  width: 100%;
  height: 66.6666%;
  background-size: cover;
}

.promo-news .outer .inner .cont {
  position: absolute;
  top: 66.6666%;
  left: 0;
  height: 33.3333%;
  width: 100%;
  padding: 15px;
  display: block;
  transition: all 0.15s ease-out;
  font-size: .85em;
}

#search_sidebox .content .search-result.news .promo-news .outer .inner .cont {
  font-size: 1.3em;
}

.promo-news .outer .inner .cont .teaser{
  display: inline-block;
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transition-delay: 0.2s;
  font-size: 0.85em;
  padding-left: 0px !important;
  padding-right: 0px !important;
  padding-top: 50px;
}

.promo-news:hover .outer .inner .cont {
  transform: translateY(-66.6667%);
  height: 100%;
}

.promo-news:hover .outer .inner .cont .teaser{
  opacity: 1;
  padding-top: 15px;
}

.cyan .outer, .gruen .outer, .gelb .outer, .orange .outer, .rot .outer {
  transition: all 0.2s ease-in-out;
}

.cyan .outer, .cyan .inner .cont {
  background-color: #00b4e6;
}

.rot .outer, .rot .inner .cont {
  background-color: #eb0041;
}

.gruen .outer, .gruen .inner .cont {
  background-color: #00965b;
}

.orange .outer, .orange .inner .cont {
  background-color: #ff821e;
}

.gelb .outer, .gelb .inner .cont {
  background-color: #ffd200;
  color: #333;
}


.outer .topline, .inner .cont .topline, .outer [class^="icon-"], .inner .cont [class^="icon-"], .outer .cont, .inner .cont .cont {
  color: white;
}


@keyframes rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes dash {
  0% {
    stroke-dasharray: 1, 200;
    stroke-dashoffset: 0;
  }
  50% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -35px;
  }
  100% {
    stroke-dasharray: 89, 200;
    stroke-dashoffset: -124px;
  }
}

@keyframes color {
  100%,
  0% {
    stroke: #0014a0;
  }
  40% {
    stroke: #00965b;
  }
  66% {
    stroke: #ffd200;
  }
  80%,
  90% {
    stroke: #eb0041;
  }
}

@keyframes erscheinen{
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@media (max-width: 992px) {
      .story-start .isotope .col-sm-6 .item.story .outer .inner .cont{
        font-size: 1em !important;
      }

      #search_sidebox{
        width: 100%;
        padding-left: 30px;
      }
      .search-result.news {
        width: 48%;
      }

      .promo-news {
        width: 300px;
      }

      .promo-news:hover .outer .inner .cont {
        transform: none;
      }
      
      .promo-news .outer .inner .cont .teaser{
        display: none;
      }
}
@media (max-width: 750px) {
  .row.search-content>div{
    left: 0%;
  }
  .row.search-content{
    width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  section#content {
    padding-left: 3vw !important;
    padding-right: 3vw !important;
  }

  .tab-container{
    margin-top: 280px;
  }

  .search-result.news {
    width: 100%;
  }

  .promo-news {
    width: 100% !important;
    height: 300px;
    padding-right: 30px;
  }
  .search-container{
    padding-left: 0px;
    padding-right: 0px;
  }
  

}