/* ergänzungen für tue7 
Basis Bootstraptheme ist: PAPER*/

/*Ueberschriften*/

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 0.5rem;
    font-weight: 700;
    line-height: 1.2;
    padding-bottom: 12.5px; 
    color: #002adb; 
}

h1, h2, .h1, .h2 {
  padding-bottom: 9px;
    padding-top: 12.5px;
    padding-bottom: 12.5px; 
    margin: 40px 0 20px;
    border-bottom: 1px solid #eeeeee;
}
h1,
.h1 {
  font-size: 39px;
}
h2,
.h2 {
  font-size: 32px;
}
h3,
.h3 {
  font-size: 23px;
}
h4,
.h4 {
  font-size: 19px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 15px;
}
.display-1 {
  font-size: 2.1875rem;
  font-weight: 600;
  line-height: 1.2; }

.display-2 {
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.2; }

.display-3 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2; }

.display-4 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2; }


/*sorgt dafür, dass hover menu nicht zu früh wieder einklappt*/
.dropdown-menu {
	margin-top:	-.3rem !important;
}

  
/* NAVBAR*/
.navbar-header .navbar-brand > img {
    display: block;
    height: 40px;
    width: auto;
    margin-top: -10px;
}
.navbar {
    #font-size: 1.0em;
}
.nav, .breadcrumb, .pagination {
    font-size: 1.0rem;
}

.navbar-light .navbar-brand {
  color: #002adb; }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: #002adb; }
  .navbar-light .navbar-nav .nav-link {
    color: #002adb; }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
    color: #fff; 
    background-color: #002adb}
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }
  .navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .nav-link.active {
    color: #fff; 
    background-color: #002adb}
  .navbar-light .navbar-toggler {
    color: #002adb;
    border-color: #002adb; }
  .navbar-light .navbar-toggler-icon {
    #background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='30' height='30' viewBox='0 0 30 30'%3e%3cpath stroke='rgba(0, 0, 0, 0.5)' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }
  .navbar-light .navbar-text {
    color: #002adb; }
  .navbar-light .navbar-text a {
    color: #002adb; }
  .navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
    color: #002adb; }

	.dropdown-item {
  color: #002adb;
  }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #fff;
    text-decoration: none;
    background-color: #002adb; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #002adb; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }
  .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #002adb;
  }  

.breadcrumb > .active {
    color: #ff9800;
}
a {
    color: #002adb;
    text-decoration: none;
}


a:hover, a:focus {
    color: #ff9800;
    text-decoration: underline;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
    font-weight: normal;
    line-height: 1;
    color: #646473;
}
.text-muted {
    color: #e2e2e2;
	background-color: #9c27b0
}

.btn-default:hover {
    color: #ffffff;
    background-color: #cc7a00;
    border-color: rgba(0, 0, 0, 0);
}
.btn-primary:hover {
    color: #ffffff;
    background-color: #ff9800;
    border-color: rgba(0, 0, 0, 0);
}

/* formatiert die login Box
.form-control {
    margin-left: 50px;
}
*/
/*Breite der Felder im powermail und Profil Formular*/
.form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .checkbox, .form-horizontal .radio-inline, .form-horizontal .checkbox-inline {
    #margin-bottom: 0;
    #padding-top: 7px;
    font-weight: bold;
    max-width: 100%;
}

/* steuert die Bidlgröße neben den News Thumbnails 
.img-responsive, .thumbnail > img, .thumbnail a > img, .carousel-inner > .item > img, .carousel-inner > .item > a > img {
    display: block;
    max-width: 60%;
    height: auto;
}*/
/* steuert die Schriftgröße des News Teasers
@media (min-width: 768px) {
  .lead {
    font-size: 15.5px;
  }
}*/
/* linker Rand in der NEWS Listenansicht */
.media-body {
    padding-left: 20px;
}
