/******* HEADER *******/
#logo-animation{
	display: none;
}

.gallery a{
	width: 25%;
	height: 120px;
}

.gallery a:first-child{
	width: 50%;
	height: 240px;
}

.banner{
	height: 25vh;
}

.slideshow{
	height: 50vh;
}

.slide{
	position: relative;
	height: 100%;
	position: relative;
	width: 100%;
	transition: 1s;
	overflow: hidden;
	vertical-align: middle;
}

.banner img, .slide img{
	position: absolute;
	width:100%;
    height:100%;
    object-fit: cover;
}

.leistung-image{
	width: 100%;
	height: 450px;
	float: none;
}

.leistung-thumbs{
	width: 100%;
	height: auto;
	float: none;
}

.leistung-thumb{
	width: 25%;
	height: 150px;
	border: 5px solid white;
	float: left;
}

