#sp-footer .container-inner {
    padding: 30px 0;
    padding-bottom: 30px;
    padding-bottom: 8rem;
    border-top: 1px solid rgba(255, 255, 255, .1);
}

#sp-header {
    background: #003593;
}

.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    color: #fff;
}

.sp-megamenu-parent > li:hover > a, .sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #a3c3ff;
}

.offcanvas-menu {
    background-color: #003593;
    color: #fff;
}

.offcanvas-menu .offcanvas-inner .sp-module ul > li a, .offcanvas-menu .offcanvas-inner .sp-module ul > li span {
    color: #fff;
}


.dj-simple-contact-form.style-4 .inputbox, .dj-simple-contact-form.style-4 textarea {
    background: none repeat scroll 0 0 #f2f2f2;
    border: 1px solid #003593;
    color: 000;
}

.dj-simple-contact-form.style-4 .inputbox::placeholder, .dj-simple-contact-form.style-4 textarea::placeholder {
    color: #999;
}

.dj-simple-contact-form.style-4 .dj-simple-contact-form.button, .dj-simple-contact-form.style-4 .dj-simple-contact-form.button {
    background: #003593;
}
.dj-simple-contact-form.style-4 .dj-simple-contact-form.button:hover, .dj-simple-contact-form.style-4 .dj-simple-contact-form.button:focus {
    background: #333;
}



ul {
    padding-left: 1rem;
}


.team_t{
    width: 100%; 
    max-width: 500px;

}

.team_t td {
  padding: 10px;
}
.team_t p {
  line-height: 1rem;
}
.team_tr1 {
    background: #d9e1ef;
    opacity:0.8;
    vertical-align: top;
    padding: 10px;
}
.team_tr2 {
    background: #bfcce4;
    opacity:0.8;
    vertical-align: top;
    padding: 10px;
}

thead th {
  background-color: #003593;
  color: white;
  padding: 10px;
}
.team_t tbody th[scope="row"] {
  padding: 10px;
}

#aktuelles {
    background: #003593;
    opacity:0.6;
    color: #fff;
    border-radius: 10px;
    padding: 10px;
    padding-top: 3px;
    margin: 30px 0;
}

#aktuelles h2 {
    border-bottom: dashed 1px #fff;
}
#aktuelles p {
    padding: 0;
    margin:0
}


.article-details .article-header h1, .article-details .article-header h2 {
    font-size: 2.25rem;
    border-bottom: solid 1px #003593;
    padding-bottom 4px;
}


.ft-link, ft-text {
    color: #fff;
}

/*tabs & sliders*/

div.jwts_toggleControlContainer a.jwts_toggleControl, .rhl {
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    border-bottom: 1px solid #003593;
    margin-bottom: 10px;
  margin-top: 30px;
    line-height: normal;
    }
div.jwts_content {
    padding: 4px 8px;
    margin-bottom: 1px;
    border: 1px solid #003593;
    border-radius: 0 0 2px 2px;
    border-top: 0;
}
div.jwts_toggleContent{
  background: rgba(0,53,147,0.05);
}
div.jwts_toggleControlContainer a.jwts_toggleOn {
    color: #003593;
}
div.jwts_toggleControlContainer a.jwts_toggleOn span.jwts_toggleControlTitle, div.jwts_toggleControlContainer a.jwts_toggleOff span.jwts_toggleControlTitle {
    line-height: normal;
    background: none;
    padding-left: 5px;
}

