********************************
SCHRIFT LOGO IM HEADER ANGEPASST
********************************

#sp-header .logo a {
    font-size: 18px;
    line-height: 1;
    margin: 0;
    padding: 0;
    font-style: italic;
}




***************************************************************
HAUPTMENÜ ANGEPASST
***************************************************************

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

.sp-megamenu-parent > li:hover > a,                           
.sp-megamenu-parent > li.active > a,
.sp-megamenu-parent > li.active:hover > a,
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {
  color: #005655;
  z-index: 5000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:hover, > a {
  color: #212121;
  z-index: 5000;
}

.sp-megamenu-parent > li.active > a {
  text-decoration: underline 1px solid #005655;
  font-weight: bold;
  line-height: 10px;
  z-index: 5000;
}

.sp-megamenu-parent > li:hover > a {
  color: #005655;
  z-index: 5000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a:not(.sp-group-title):hover {
  background-color: #FFF;
  color: #fff;
  background: #005655;
  z-index: 5000;
}

.sp-megamenu-parent .sp-dropdown li.sp-menu-item.active > a { 
  background-color: #fff;
  color: #fff;
  background: #005655;
  font-weight: bold;
  z-index: 5000;
}

.sp-megamenu-parent .sp-dropdown .sp-dropdown-inner { 
  padding: 10px 0;
  z-index: 5000;
}        
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a { 
  padding: 10px 15px; 
  display: block;
  z-index: 5000;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item:not(:last-child) { 
  margin-bottom: 1px;
  z-index: 5000;
}


body {
  background-image: url("/images/Webseitendesign/Hintergrund/hintergrund.jpg");
  background-size: 100%;
  background-position: center;
  background-attachment: fixed;
  background-repeat: no-repeat;
}


#offcanvas-toggler {
    line-height: 60px;
    font-size: 20px;
    padding-bottom: 25px;
}



.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span, .sp-megamenu-parent .sp-dropdown li.sp-menu-item > a {

    font-family: 'Helvetica', sans-serif;
    font-size: 16px;
    font-weight: 400;
    color: #212121;
    line-height: 1;
    letter-spacing: 0px;
    text-decoration: none;
    position: center;
    padding-bottom: 25px;
}

#sp-footermenue {
    background-color: #FFFFFF;
    border-top: 1px solid #007676;
    margin-top: 40px;
    border-bottom: 1px solid #005655;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.5);
    padding-top: 25px;
    padding-bottom: 15px;
    margin-bottom: -45px;
}

.footermenubox {
    background-color: #FFFFFF;
    margin-top: 80px;
    border-bottom: 1px solid #005655;
    box-shadow: 2px 2px 5px 5px rgba(0, 0, 0, 0.5);
    padding-top: 15px;
    padding-bottom: 15px;
    margin-bottom: -45px;
}
#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
  border: transparent;
}

.article-list .article {
  margin-bottom: 30px;
  padding: 20px;
  border: 0px;
  border-radius: 3px;
}

Element {

}
input[type="text"]:not(.form-control), input[type="email"]:not(.form-control), input[type="url"]:not(.form-control), input[type="date"]:not(.form-control), input[type="password"]:not(.form-control), input[type="search"]:not(.form-control), input[type="tel"]:not(.form-control), input[type="number"]:not(.form-control), select:not(.form-select):not(.form-control) {

    display: block;
    width: 66%;
    padding: 0.5rem 0.5rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;

}

.visform input:not(.btn), .visform select, .visform textarea {
  background: #fff;
}

#sp-footer, #sp-bottom {
  text-align: center;
}
.article-list .article .featured-article-badge {
   display: none;
}