﻿/*
Schaefer Template
creation Date: 2018-07-04
Author: Sebastian Osinski
http://www.sebbi.net
*/

.contentslider{
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.contentslider{
	overflow: hidden;
}
.contentslider.slim{
	height: 380px;
}

.contentslider.slim .contentslide-image{
	min-height: 420px;
}
img.contentslide-image{
	margin-top: -40px;
	width: 100%;
}


@media (max-width: 1360px){
	
}