/*** Template Standard ***/
.cycloneslider-template-standard{
	position:relative;
    margin-bottom: 30px;
	outline: none;
	overflow:visible;
	
}
.cycloneslider-template-standard .cycloneslider-slides{
	position:relative;
	overflow:visible;
}
.cycloneslider-template-standard .cycloneslider-slide{
	text-align: center;
	width: 100%; /* For slides in scrollHorz to work */
	display: none; /* Hide slides to prevent FOUC when JS hasn't kicked in yet */
	background: #fff; /* Add background to prevent slides from peeking behind the current slide when fx=scrollHorz and hideNonActive=false */
	overflow:visible;
}
.cycloneslider-template-standard .cycle-slide{
	display: block; /* Show slide so that getBoundingClientRect().height will not return 0. Class .cycle-slide is added when cycle has initialized. */
}
.cycloneslider-template-standard div[data-cycle-hide-non-active="false"] .cycloneslider-slide{
	opacity: 0; /* Avoid youtube and vimeo or other slides from peeking behind the current slide whe in transit */
}
.cycloneslider-template-standard div[data-cycle-dynamic-height="off"] .cycloneslider-slide-image{
	height: 100%; /* To prevent cutting off captions when dynamic height is off */
	overflow: visible;
}
#projekttext {
	top: 232px;
	margin-left: -435px;
	position: fixed;
	width: 320px;
	overflow: hidden;
	background: #fff;
	text-align: left;
	padding: 6px;
	float: left;
	padding-bottom: 40px;
	font-size:1.0em;
	line-height:1.3em;
	display: inherit;
	
	
	z-index: 10005;

	-webkit-animation: fadeout .1s linear .1 normal forwards;
	 -moz-animation: fadeout .1s linear .1 normal forwards;
	-ms-animation: fadeout .1s linear .1 normal forwards;
	-o-animation: fadeout .1s linear .1 normal forwards;
	animation: fadeout .1s linear .1 normal forwards;
	}
	
	@-webkit-keyframes fadein{
	    from { opacity: 1; }
	    to { opacity: 0; }
	}
	
	
	.cycloneslider-template-standard .cycloneslider-slide:first-child, /* Show first slide */
.cycloneslider-template-standard .cycle-sentinel + .cycloneslider-slide{ /* Select next slide when using sentinel slide */
	display: block;
}
.cycloneslider-template-standard .cycloneslider-slide img{
	display:block;
	margin:0 auto;
	padding-top: 12px;
	max-width:60%;
	border:0;
	border: 5px solid #fff;
-webkit-box-shadow: 0 5px 5px #ccc;
-moz-box-shadow: 0 5px 5px #ccc;
box-shadow: 0 5px 5px #ccc;

}
.cycloneslider-template-standard.cycloneslider-width-full .cycloneslider-slide img{
	width:100%;
}
.cycloneslider-template-standard .cycloneslider-slide iframe, /* Make our videos fluid */
.cycloneslider-template-standard .cycloneslider-slide object,
.cycloneslider-template-standard .cycloneslider-slide embed {
	position: absolute;
	left: 0;
	top: 0;
    width: 100% !important; /* Override width attrib */
    height: 100% !important; /* Override height attrib */
}
.cycloneslider-template-standard .cycloneslider-slide-youtube,
.cycloneslider-template-standard .cycloneslider-slide-vimeo{
	background: #000;
}
.cycloneslider-template-standard .cycloneslider-slide-custom,
.cycloneslider-template-standard .cycloneslider-slide-testimonial{
	min-height: 100%;
}
.cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycloneslider-slide-custom,
.cycloneslider-template-standard div[data-cycle-dynamic-height="on"] .cycle-sentinel + .cycloneslider-slide-testimonial{
	min-height: 100px; /* Disable 100% min height when dynamic height is on. To fix issue with scrollHorz */
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial{
	font-style: italic;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial blockquote{
	margin-bottom: 0;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial p{
	margin: 0;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
	text-align: right;
	font-style: normal;
}
.rtl .cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author{
	text-align: left;
}
.cycloneslider-template-standard .cycloneslider-slide-testimonial .cycloneslider-testimonial-author a{
	text-decoration: none;
}

/*** Prev/Next ***/
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next,
.cycloneslider-template-standard .cycloneslider-pager span {
	cursor:pointer;
}
.cycloneslider-template-standard .cycloneslider-prev,
.cycloneslider-template-standard .cycloneslider-next{
    position:absolute;
    top:20%;
    z-index:501;
		display: block;
    margin-top:0px;
    width:44px;
    height:35px;
 		
    background: url(images/sprite-arrows.png) no-repeat;
     background-size: 191% auto;
		opacity: 1;
	
	
}

.cycloneslider-template-standard:hover .cycloneslider-prev,
.cycloneslider-template-standard:hover .cycloneslider-next{
	opacity: 1;
}
.cycloneslider-template-standard .cycloneslider-prev:hover,
.cycloneslider-template-standard .cycloneslider-next:hover{
	opacity: 1;
}
.cycloneslider-template-standard .cycloneslider-prev.disabled,
.cycloneslider-template-standard .cycloneslider-next.disabled{
	display: none;
}
.cycloneslider-template-standard .arrow{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -6px;
    width: 0;
    height: 0;
}
.cycloneslider-template-standard .cycloneslider-prev{
    left:-20px;
     background-position:0px 0;
}
.rtl .cycloneslider-template-standard .cycloneslider-prev{
    left:auto;
	right:10px;
}
.cycloneslider-template-standard .cycloneslider-prev .arrow{
    margin-left: -4px;
	border-top: 0px solid transparent;
	border-right: 0px solid #333;
	border-bottom: 0px solid transparent;
}
.rtl .cycloneslider-template-standard .cycloneslider-prev .arrow{
    margin-left: -2px;
	border: 0;
	border-top: 0px solid transparent;
	border-left: 0px solid #333;
	border-bottom: 0px solid transparent;
}
.cycloneslider-template-standard .cycloneslider-next{
    right:-10px;
     background-position:-40px 0;
}
.rtl .cycloneslider-template-standard .cycloneslider-next{
    right:auto;
	left:10px;
}
.cycloneslider-template-standard .cycloneslider-next .arrow{
    margin-left: -2px;
	border-top: 0px solid transparent;
	border-left: 0px solid #333;
	border-bottom: 0px solid transparent;
}
.rtl .cycloneslider-template-standard .cycloneslider-next .arrow{
    margin-left: -4px;
	border: 0;
	border-top: 0px solid transparent;
	border-right: 0px solid #333;
	border-bottom: 0px solid transparent;
}

/*** Pager ***/
.cycloneslider-template-standard .cycloneslider-pager{
    position:absolute;
    bottom:-22px;
    left:0;
    z-index:100;
    width: 100%;
    height: 12px;
    text-align: center;
}
.cycloneslider-template-standard .cycloneslider-pager span {
    display: inline-block;
    margin: 0 3px;
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background: #333;
    vertical-align: top;
    font-size: 0;
    line-height: 0;
	-webkit-box-shadow: 1px 1px 2px 0px #333333;
    box-shadow: 1px 1px 2px 0px #333333;
}
.ie7 .cycloneslider-template-standard .cycloneslider-pager span{
	zoom: 1;/* IE 7 inline-block */
	*display: inline;/* IE 7 inline-block */
}
.cycloneslider-template-standard .cycloneslider-pager span.cycle-pager-active {
    background-color: #ccc;
}

/*** Caption ***/
.cycloneslider-template-standard .cycloneslider-caption{
	font-family: 'Abel', sans-serif;
	
   margin-top: 50px;
    bottom:0px;
    left:0;
 
    float: left;
    margin-right: 15px;
    width:100%;
    height: auto;
    color:#000;
    opacity: 1;
		text-align: center;

}
.rtl .cycloneslider-template-standard .cycloneslider-caption{
	text-align: center;
}
.cycloneslider-template-standard .cycloneslider-caption-title{
    padding:0 10px 15px 10px;
  font-weight:300;
  		font-size:1.1em;
  		line-height:1.3em;
  		color: #333;
   
}
.cycloneslider-template-standard .cycloneslider-caption-title a {
 color: #fff;
 text-decoration: none;
 
}
.cycloneslider-template-standard .cycloneslider-caption-description{
    padding:0 20px 15px 20px;
    font-size:14px;
    line-height:1.3;
    color: #333;;
}
.cycloneslider-template-standard .cycloneslider-caption-description h3{
    margin-top: 10px;
    padding:5px 5px 7px 5px;
    font-size:17px;
    background: #ccc;
    border-radius: 3px;
    display:inline-block;
    font-weight: normal;
    
}

.cycloneslider-template-standard .cycloneslider-caption-description h3 a{
 color: #fff;
 text-decoration: none;
}


.cycloneslider-template-standard .cycloneslider-caption-description h2{
    bottom: -50px;
    
}

#link {
background: red;
z-index: 10000;

}
