﻿/*
Rapp Template
creation Date: 2018-01-22
Author: Sebastian Osinski
http://www.sebbi.net
*/

#slider-wrapper,
#welcome-arrow{
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

#slider-wrapper{
	overflow: hidden;
	min-height: 100px;
}
#slider-wrapper.smallSlider{
}

#welcome-slide{
	width: 100%;
	height: auto;
}
#welcome-text1{
	position: fixed;
	top: 0px;
	right: 0px;
	max-width: 40%;
}
#welcome-text2{
	position: absolute;
	bottom: 100px;
	left: 0px;
	max-width: 20%;
}
#small-slide{
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	min-height: 100%;
}
#welcome-arrow{
	position: absolute;
	bottom: 100px;
	left: 50%;
	width: 76px;
	height: 76px;
	margin-left: -38px;
}
#welcome-arrow:hover{
  bottom: 95px;
}

@media (max-width: 1260px){
	#welcome-slide{
		height: 100%;
		width: auto;
		transform: translateY(-25%);
	}
}