
/*ROT*/
.font-rot {color: #c30c15;}
.bg-rot{background-color: #c30c15;}
.border-rot {border-color: #c30c15;}

/*GELB*/
.font-gelb {color: #f59d23;}
.bg-gelb{background-color: #f59d23;}
.border-gelb {border-color: #f59d23;}

/*NAVIGATION LEISTE*/
.uk-navbar-container { border-bottom: 2px solid #e5e5e5;}
.uk-navbar-nav > li > a {border-left: 2px solid #e5e5e5; padding-left: 10px; padding-right: 10px;}
.uk-navbar-nav > li:last-child > a {border-right: 2px solid #e5e5e5;}
.uk-navbar-nav {border-top: 2px solid #e5e5e5;}
.uk-navbar-left .uk-navbar-nav, .uk-navbar-left .uk-navbar-toggle, .uk-navbar-right .uk-navbar-nav > li:nth-last-child(n+2) > a {border-right: 0;}
.tm-header .tm-headerbar-top + * .uk-navbar {border-top: 0;}
.uk-navbar {border-bottom: 0;}
.uk-navbar-left {border-left: 0;}

/*DROBDOWN DROPBAR*/
.uk-navbar-dropdown-dropbar {padding-top: 0;}
.menu-nav .uk-nav > li > a {
  padding: 0;
}

/*EDOCMAN MODUL DOCUMENTS*/
table.edocman_document_list .edocman_document_list_title a {
  color: #3b3a3b;
  font-weight: 400;
  font-size: 18px;
  text-decoration: underline;
}
table.edocman_document_list .edocman_document_list_title a:hover {
  color: rgba(59,58,59,.8);
  text-decoration: none;
}

table.edocman_document_list .edocman_document_list_size {
  font-size: 14px;
  color: #3b3a3b;
font-weight: 400;}

table.edocman_document_list .edocman_document_list_title .ndownloads {
  font-size: 16px;
  color: #999;
}

/*FLIPBOOK*/
.df-container.df-floating.df-controls-bottom {
  background-color: transparent !important;
}

#home-stadtblick .dj-flipbook {position: relative; top: 0;}

/* Ab 960px: nach oben verschieben */
@media (min-width: 960px) {
  #flipbook-stadtblick .dj-flipbook {
    top: -90px;
  }
}

.bp-az__heading {
  color: #c30c15;
}

.bp-az__index a.is-active {
  color: #fff;
  border: 1px solid #c30c15;
  background-color: #c30c15;
}

.bp-az__index a:hover {
  border: 1px solid #c30c15;
}

/*MOBILE MENU*/
@media (max-width: 960px) {
	#module-menu-dialog-mobile #uk-nav-1 {
		border-bottom: 3px solid #c30c15;
	}
	#module-menu-dialog-mobile #uk-nav-3 {
		border-bottom: 3px solid #f59d23;
	}
	#module-menu-dialog-mobile #uk-nav-5 {
		border-bottom: 3px solid #68b1d4;
	}
	#module-menu-dialog-mobile #uk-nav-7 {
		border-bottom: 3px solid #87ab3c;
	}
  #module-menu-dialog-mobile .uk-parent li a {
    font-weight: 500;
  }
    #module-menu-dialog-mobile .uk-nav li.uk-open a {
    font-weight: 600;
  }
    #module-menu-dialog-mobile .uk-parent .uk-nav-sub > li > a{
    font-weight: 400;
  }
    #module-menu-dialog-mobile .uk-parent .uk-nav-sub > li.uk-active > a {
    font-weight: 500;
  }
    #module-menu-dialog-mobile .uk-parent .uk-nav-sub ul li a{
    font-weight: 300;
  }
   #module-menu-dialog-mobile .uk-parent .uk-nav-sub ul li.uk-active a {
    font-weight: 400;
  }
  .ext-link {width: 15px; height: 15px; margin-right: 5px; position: relative; top: -2px;}

}

