@charset "UTF-8";

/* ==== DAV Menu Anpassung für angemeldet und nicht angemeldet ==== */
/* ==== Schloßsympol, dargestellt als offen und geschlossen ==== */
  .menu_gast {
	background: url("../../../../images/dav-dresden/images/lock.png") no-repeat right center;
	background-position: 95%;
  }
  .menu_members {
    background: url("../../../../images/dav-dresden/images/unlock.png") no-repeat right center;
	background-position: 95%;
  }

/* Änderungen für die Datei: templates/t4_blank/css/templates.css *!

	img {
		vertical-align: middle;
		margin-right: 10px;	/*eho orig: leer! */
		float:left;	/*eho orig: leer! */
    }

	.t4-megamenu .navbar-nav > li > .nav-link:active {
		text-decoration-line: underline;	/*eho orig: leer! */
    }

	.t4-megamenu .dropdown-menu {
		background: #9c9;	/*eho orig: background: #fff */
  	}

@media (min-width: 992px) {
    .t4-megamenu .dropdown-menu {
      background: #9c9;	/*eho orig: background: #fff */
     } }

	.navbar-brand a {
		color: #008000;	/*eho orig: color: #343a40; */
	}  
	
    .navbar-brand a:hover, .navbar-brand a:focus, .navbar-brand a:active {
		text-decoration: none;
	 }
	 
	.navbar-brand.logo-text .site-name {
		font-size: 2rem;	/*eho orig: leer! */
    }
	 
	.navbar-brand.logo-text .site-slogan {
		opacity: .8;	/*eho orig: opacity: .5;! */
	}
/*
	.t4-section-1 .container,
	.t4-section-2 .container,
	.t4-section-3 .container,
	.t4-section-4 .container,
	.t4-section-5 .container {
		padding-top: 0px;
		padding-bottom: 0px;
	}
 */
   @media (min-width: 768px) {
.t4-main-body {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
	.t4-footnav .container {
		padding-top: 10px;
		padding-bottom: 5px;
	}

	.t4-footer .container {
		border-top: 1px solid rgba(255, 255, 255, 0.1);
		padding-top: 0.5rem;
		padding-bottom: 0.5rem;
	}
	
	.breadcrumb {
		font-size: 12px;
	}