@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
 *
*/

/* -------------------------------------------------------------- Navigation */

#navigation .uk-navbar-nav>li.uk-active>a {
	border-color: rgb(119, 14, 94)!important;
}

/* hover */

#navigation .uk-navbar-nav>li>a:hover,
#navigation .uk-navbar-nav>li>a:focus,
#navigation .uk-navbar-nav>li.uk-open>a {
  border-color: rgb(119, 14, 94)!important;
	background-color: rgb(119, 14, 94)!important;
}

#navigation .uk-dropdown-navbar {
  background-color: rgb(119, 14, 94)!important;
}

/*LAYOUT*/

.dsa_contentTextImage a,
.dsa_contentTextVideo a,
.dsa_sitemap a {
  color: rgb(119, 14, 94)!important;
}

#main a.cta,
#main input[type="submit"].cta {
	background-color: rgb(119, 14, 94)!important;
}

#main a.cta:hover,
#main input[type="submit"].cta:hover {
	background-color: rgb(119, 4, 94)!important;
}

/* -------------------------------------------------------------- NAVIGATION OFFCANVAS*/

#offcanvas .uk-offcanvas-bar {
  background-color: rgb(119, 14, 94)!important;
}

/* DSA_SLIDESHOW */
.dsa_slideshow .uk-dotnav>.uk-active>* {
	background-color: rgba(119, 14, 94,1.0)!important;
	border-color:rgba(119, 14, 94,0.90)!important;
}

/* NEWS */
.news article a.more,
.news article a.back {
	color: rgb(119, 14, 94)!important;
}

/* LOCATION DETAILS */
.tx-dsa-did-location .info .email a,
.tx-dsa-did-location .info .url a {
	color: rgb(119, 14, 94)!important;
}


/*FOOTER*/

#footerBanner {
	border-bottom: 2px solid rgb(119, 14, 94)!important;
}

/* openDialogue */

#footerBanner #openDialogue .box {
  background-color: rgb(119, 14, 94)!important;
}


/* DSA_YOUTUBE */

.dsa_flexboxHome .item .uk-overlay-background {
	background-color: rgba(119, 14, 94,0.8)!important;
}