div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

video.video-intro {
    position: relative;
    display: block;
    top: 0;
    left: 50%;
    z-index: -100;
    width: auto;
    min-width: 100%;
    height: auto;
    min-height: 100%;
    -webkit-transition: 1s opacity;
    transition: 1s opacity;
    -webkit-transform: translateX(-50%) translateY(-10%);
    transform: translateX(-50%) translateY(-10%);
}

.carousel-caption.car-top {
    font-size: 50px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgb(0 0 0 / 60%);
    top: 16%;
    right: 0;
    left: 20%;
    text-align:left;
	position: absolute;
    top: 50%;
    left: 50%;
	width:70%;     display: table;
    transform: translate(-50%, -50%);
}

.carousel-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-attachment: fixed;
    background-color: rgba(0,0,0,0.3);
}

@media screen and (max-width: 768px){
.carousel-caption.car-top {
    font-size: 32px;
}
body #title-search .search_form>input.search_input {   
    margin-bottom: 10px;
}

  .carousel.slide.mobil{
    display:none;
}

}


@media only screen and (min-width:768px) and (max-width:1024px){
body #title-search .search_form>input.search_input {
   
    margin-bottom: 0;
}
  .carousel {
    top: 15px;
}
  .carousel-caption.car-top {
    font-size: 40px;
}
  .carousel.slide.mobil{
    display:none;
}
}

