.slider{
	width: 100%;
	position: relative;
}

.slider .slidecontainer{
	width: 400%;			/* slidecontainer width will be overwritten by js*/
	height: 650px;
	backface-visibility: hidden;
	 -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .slide .slideBackground{
	width: 100%;
	height: 650px;
	background-color: rgba(16 , 0 , 23 , 0.5);
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  opacity: 1;
}

.slider .slidecontainer.animate{
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .slide{
	width: 25%;				/* slide width will be overwritten by js*/
	display: inline-block;
	position: relative;
	text-align: center;
	cursor: move;
  padding-left: 50px;
  padding-right: 50px;
}

.slider .slide .slidename{
	position: absolute;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
 	-moz-user-select: none;  
  -ms-user-select: none;   
  user-select: none; 
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .slide .slidedetail{
	position: absolute;
	margin: 0px auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-user-select: none;
 	-moz-user-select: none;  
  -ms-user-select: none;   
  user-select: none;
  z-index: 20;
  opacity: 1;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .slide .slidedetail.invisible{
  	opacity: 0;
  	transform: translate(-50%, -60%);
  	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}

.slider .arrowleft{
	width: 75px;
	height: 49px;
	background: url("../img/arrow_left.svg") no-repeat center center;
  background-size: 42px 41px;
	float: left;
  background-color: rgba(0,0,0,0.5);
	position: relative;
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-left: 0%;
  margin-top: -22px;
}

.slider .arrows{
	position: absolute; 
	left: 0; 
	width: 100%; 
	top: 50%;
	z-index: 50;
}


.slider .arrowleft.away{
	transform: translate(-100%, 0);
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.slider .arrowleft:hover{
  background-color: #000000;
}


.slider .arrowright{
	width: 75px;
  height: 49px;
	background: url("../img/arrow_right.svg") no-repeat center center;
  background-size: 42px 41px;
	position: relative;
	float: right;
  background-color: rgba(0,0,0,0.5);
	-webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  cursor: pointer;
  margin-right: 0%;
  margin-top: -22px;
}

.slider .arrowright.away{
	transform: translate(100%, 0);
	-webkit-transition: all 0.2s ease-out;
  	-moz-transition: all 0.2s ease-out;
  	-o-transition: all 0.2s ease-out;
  	transition: all 0.2s ease-out;
}

.slider .arrowright:hover{
  background-color: #000000;
}




.close{
  	width: 50px;
  	height: 50px;
  	position: absolute;
  	-webkit-transform: rotate(0deg);
  	-moz-transform: rotate(0deg);
  	-o-transform: rotate(0deg);
  	transform: rotate(0deg);
  	-webkit-transition: .3s ease-in-out;
  	-moz-transition: .3s ease-in-out;
  	-o-transition: .3s ease-in-out;
  	transition: .3s ease-in-out;
  	cursor: pointer;
  	display: inline-block;
  	margin-top: 20px;
	margin-bottom: 20px;
	display: inline-block;
	margin-left: -25px;
	opacity: 1;
}


.closedetail{
    width: 50px;
    height: 50px;
    position: absolute;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    cursor: pointer;
    display: inline-block;
    margin-top: 20px;
  margin-bottom: 20px;
  display: inline-block;
  margin-left: -25px;
  opacity: 1;
}

.menuitems .close span{
	display: block;
  	position: absolute;
  	height: 2px;
  	width: 50px;
  	background: #ffffff;
  	opacity: 1;
  	top: 24px;
  	left: 0px;
  	-webkit-transition: .4s ease-out;
  	-moz-transition: .4s ease-out;
  	-o-transition: .4s ease-out;
  	transition: .4s ease-out;
  	transform-origin: 50% 50%;
  	-webkit-transform: rotate(0deg) scale(0);
  	-moz-transform: rotate(0deg) scale(1);
  	-o-transform: rotate(0deg) scale(1);
  	transform: rotate(0deg) scale(1);
  	-webkit-transition-delay: .3s;
  	transition-delay: .3s;
}

.slidedetail .closedetail span{
	display: block;
  	position: absolute;
  	height: 2px;
  	width: 50px;
  	background: #ffffff;
  	opacity: 1;
  	top: 24px;
  	left: 0px;
  	-webkit-transition: .3s ease-out;
  	-moz-transition: .3s ease-out;
  	-o-transition: .3s ease-out;
  	transition: .3s ease-out;
  	transform-origin: 50% 50%;
  	-webkit-transform: rotate(0deg) scale(1);
  	-moz-transform: rotate(0deg) scale(1);
  	-o-transform: rotate(0deg) scale(1);
  	transform: rotate(0deg) scale(1);
}


.opened span:nth-child(1) {
    -webkit-transform: rotate(-45deg) scale(1);
    -moz-transform: rotate(-45deg) scale(1);
    -o-transform: rotate(-45deg) scale(1);
    transform: rotate(-45deg) scale(1);
}

.opened span:nth-child(2) {
    -webkit-transform: rotate(45deg) scale(1);
    -moz-transform: rotate(45deg) scale(1);
    -o-transform: rotate(45deg) scale(1);
    transform: rotate(45deg) scale(1);
}

.delay{
	-webkit-transition-delay: 5s;
  	transition-delay: 5s;
}

.close:hover{
	opacity: 1;
}

.closedetail:hover{
  opacity: 1;
}


.slider .smallSeparator{
	width: 32px;
	height: 1px;
	display: inline-block;
	margin-bottom: 10px;
	margin-top: 0px;
	background-color: #ffffff;
}



.stretchheight{
	height: 100%;
	position: relative;
}

.indicators{
	z-index: 50;
	position: absolute; 
	left: 0; 
	width: 100%; 
	height: 50px;
	bottom: 0;
	text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;  
  -ms-user-select: none;   
  user-select: none; 
}

.indicator{
	width: 10px;
	height: 10px;
	border-radius: 50%;
  background-color: rgba(255,255,255,0.5);
	display: inline-block;
	margin-left: 8px;
	margin-right: 8px;
	border: 1px solid rgba(0,0,0,0.2);
  cursor: pointer;
}

.indicator.active{
  border: 0px solid rgba(255,255,255.5);
  background-color: #008db1;
}

/* DEFINE SLIDES HERE */

#slide1{
	background: url("../img/buero_01.jpg") no-repeat center center;
	background-size: cover;
}

#slide2{
	background: url("../img/buero_02.jpg") no-repeat center center;
	background-size: cover;
}

#slide3{
	background: url("../img/buero_03.jpg") no-repeat center center;
	background-size: cover;
}

#slide4{
  background: url("../img/image.jpg") no-repeat center center;
  background-size: cover;
}


button{
	background-color: rgba(20, 0, 30, 0.5);
	color: #ffffff;
	border: 0px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	text-transform: uppercase;
	padding-left: 12px;
	padding-right: 12px;
	margin: 0 auto;
	letter-spacing: 3px;
	display: inline-block;
	margin-top: 20px;
	font-family: "corporate";
}

.more{
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-transform: scale(1.1);
  	-moz-transform: scale(1.1);
  	-o-transform: scale(1.1);
  	transform: scale(1.1);
}

.more.active{
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
  	-webkit-transform: scale(1);
  	-moz-transform: scale(1);
  	-o-transform: scale(1);
  	transform: scale(1);
}

.invisible{
	opacity: 0 !important;
	-webkit-transition: all 0.3s ease-out;
  	-moz-transition: all 0.3s ease-out;
  	-o-transition: all 0.3s ease-out;
  	transition: all 0.3s ease-out;
}

.stopscroll {
    overflow: hidden;
    position: fixed;
}


/* IMAGE SLIDER */

.sliderContainer{
  width: 100%;
  white-space: nowrap;
  user-select: none;

}


.sliderContainer img{
  vertical-align: initial;
  pointer-events: none; /* Prevents dragging images */
  user-select: none;   
  max-height: 1000px;
  width: initial;
  margin: auto;
   display: block;
   max-width: 100%;
}



.sliderContainer img{
  max-height: 950px;
  max-width: 100%;
}

img.right{
  float: right;
}

.sliderContainer .slide{
  width: calc(100% + 60px);
  margin-left: -30px;
  white-space: nowrap;
  display: inline-block;
  transform: translateX(0px);
  transition: all 0.3s ease-out;
}

.sliderContainer .slide span{
  display: block;
  text-align: center;
  width: 100%;
  white-space: normal;
  color: #fff;
}


.sliderControls{
    text-align: center;
    vertical-align: middle;
    margin-bottom: 50px;
    margin-top: 50px;
  user-select: none;
}
.dot{
  margin: 2px;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  display: inline-block;
  background: none;
  border: 1px solid #fff;
  margin-top: 11px;
  margin-bottom: 11px;
}

.dot.selected{
  background: #fff;
}
.prev{
  display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_prev.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

.next{
    display: inline-block;
  width: 52px;
  height: 32px;
  background: url("../img/arrow_next.svg") no-repeat center center;
  margin-left: 10px;
  margin-right: 10px;
  cursor: pointer;
}

