@charset "UTF-8";
/* CSS Document */

/*
 *
 * Sämtliche Inhalte dieser Website insbesondere Programmierung und Layout sind urheberrechtlich geschützt
 * und das Kopieren oder die Reproduktion der gesamten Inhalte - auch nur auszugsweise - nur nach 
 * schriftlicher Genehmigung durch ...
 * 
 * dsignar // Aaron Rautenberg.
 * https://dsignar.de
 *
*/

/* DSA_SLIDESHOW */
.dsa_slideshow {
	position:relative;
	background-color:rgba(0,0,0,1.00);
}

.dsa_slideshow ul.uk-slideshow,
.dsa_slideshow ul.uk-slideshow > li {
	max-height: 95vh;
	overflow: visible;
	min-height: 150px;
	background-size: cover;
}

.dsa_slideshow li {
	background-position:center center;
	background-size:cover;
	background-repeat:no-repeat;
	/*min-height:600px;*/
}


.dsa_slideshow .dotnav {
	
}

.dsa_slideshow .uk-dotnav {
  
}

.dsa_slideshow .uk-dotnav>* {
  padding-left: 5px;
}

.dsa_slideshow .uk-dotnav>*>* {
  width: 15px;
  height: 15px;
	background: rgba(50,50,50,0.2);
	border:1px solid rgba(255,255,255,0.60);
}

.dsa_slideshow .uk-dotnav>.uk-active>* {
  background-color: rgba(29,45,40,0.85);
	background-color: rgba(255,255,255,1.0);
	border-color:rgba(255,255,255,0.90);
}

/* Mini	up to 479px	Phones portrait */
@media (max-width: 479px) {
.dsa_slideshow + #main {
	padding-top:0px;
}
}

/* Small	480px to 767px	Phones landscape */ 
@media (min-width: 480px) and (max-width: 767px) {

}

@media (max-width: 800px) {
	.dsa_slideshow {
		margin-bottom:90px;
	}
	.dsa_slideshow .uk-overlay-panel {
		position: absolute;
		margin-top: 150px;
		padding: 0px;
	}
	.dsa_slideshow li .headline {
		text-align: left;
	}
	.dsa_slideshow li .headline p {
		position: static;
		max-width:100% !important;
		color:rgba(0,0,0,1);
		text-shadow:none;
		font-size:1rem;
		line-height: 2rem;
	}
	.dsa_slideshow li.heart .headline p i {
		font-size: 1rem !important;
		line-height: 1.5rem;
	}
}

/* Medium	768px to 959px	Tablets portrait */
@media (min-width: 799px) and (max-width: 1100px) {
	.dsa_slideshow li .headline p {
		font-size:1.5rem;
		line-height: 2rem;
	}
	.dsa_slideshow li.heart .headline p i {
		font-size: 1rem !important;
		line-height: 1.5rem;
	}
}

/* DSA_TEXTBLOCK */

.dsa_textblock {
	clear:both;
	margin-bottom:60px;
}


/*SLIDESHOW ANIMATION*/

.dsa_slideshow2 .uk-slideshow li {
    -webkit-transition: opacity 0.5s ease-out;
    -moz-transition: opacity 0.5s ease-out;
    -o-transition: opacity 0.5s ease-out;
    -ms-transition: opacity 0.5s ease-out;
    transition: opacity 0.5s ease-out;
}

.dsa_slideshow2 li .title,
.dsa_slideshow2 li.uk-active .title {
	-webkit-transition: color 0.5s ease-out;
    -moz-transition: color 0.5s ease-out;
    -o-transition: color 0.5s ease-out;
    -ms-transition: color 0.5s ease-out;
    transition: color 0.5s ease-out;
}

/* DSA_CONTENTTEXTIMAGE */

.dsa_contentTextImage {
	clear:both;
	margin-bottom:30px;
}

.dsa_contentTextImage figure {
	margin-top:0;
}

.dsa_contentTextImage ul {
	display: inline-block;
}

/* Small	480px to 767px	Phones landscape */ 
@media (max-width: 480px) {
	.dsa_contentTextImage figure.uk-align-left,
	.dsa_contentTextImage figure.uk-align-right {
		margin-left:0;
		margin-right:0;
		float:none;
		text-align:center;
	}

}

/* DSA_LIST */

.dsa_list {
	margin-bottom:60px;
}

.dsa_list div.itemVideo {
	margin-top:0;
	width:50%;
}



/* Mini	up to 479px	Phones portrait */
@media (max-width: 479px) {

}

/* Small	480px to 767px	Phones landscape */ 
@media (min-width: 480px) and (max-width: 767px) {

}

/* Medium	768px to 959px	Tablets portrait */
@media (min-width: 768px) and (max-width: 959px) {

}

/* Large	960px to 1199px	Desktops & tablets landscape */
@media (min-width: 960px) and (max-width: 1199px) {

}

/* Xlarge	1200px and larger	Large Desktops */
@media (min-width: 1200px) {

}