@charset "UTF-8";
/***!  https://www.louis-peter-schule.de/templates/shaper_helixultimate/css/lps25.css  !***/

@media screen, projection {:root {
	font-size: 18px;
	--maincolor: #a2bd3d;
	--secondcolor: #374047;
    --bgcolor: #f1f4e8;
}

/*Typo START*/

  

 h1,h2,h3,h4,h5,h6{

 } 

 body{
    font-size: 1rem !important;
 }
.welcome-box h1{
 font-weight: bold;
    color: #fff;
}
h1{
    font-size: 3rem !important;
    line-height: 120% !important;
}
h2{
    font-size: 2.5rem !important;
    line-height: 120% !important;
}
h2.sppb-addon-title, h3.sppb-addon-title{
    font-weight: bold;
}
h3, .wahlpflicht-heading h2, .links h2{
    font-size: 1.9rem !important;
    line-height: 120% !important;
}
h4, .sppb-article-info-wrap h3 a, .blog_aktuelles .article-header h2 {
    font-size: 1.6rem !important;
    line-height: 120% !important;
}
h5, .wahlpflicht .sppb-addon-feature h3{
    font-size: 1.3rem !important;
    line-height: 120% !important;
}
h6{
    font-size: 1.1rem !important;
    line-height: 120% !important;
}
.article-header h2, .view-article h1 {
    font-weight: bold;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span{
    font-size: 1rem;
    text-transform: uppercase;
}
.sppb-readmore{
    font-weight: bold;
}
.sppb-article-info-wrap h3 a{
    color: #252525 !important;
}
.right .person a, .right .nav-right a{
    color: #fff;
}
.sp-megamenu-parent .sp-dropdown li.sp-menu-item > a, .sp-megamenu-parent .sp-dropdown li.sp-menu-item span:not(.sp-menu-badge){
    font-size: 1rem;
}
/*Typo END*/


/*Header START*/
#sp-header .logo img {
  max-width: 365px;
}
#sp-header{
   background: var(--secondcolor) !important;
}
#sp-top-bar{
    background: var(--maincolor);
}
#sp-top-bar li, #sp-top-bar li a{
    color: var(--secondcolor);
    font-weight: bold;
}
/*Header END*/


/*Navi START*/
#sp-header .container, #sp-top-bar .container{
    max-width: 100%;
}


/*Navi END*/


/*Buttons START*/

.btn.disabled, .btn:disabled, fieldset:disabled .btn {
  background-color: var(--maincolor);
  border-color: #999;

}

.sppb-btn-primary, .sppb-readmore{
    background: #aec949;

  filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#aec949', endColorstr='#aec949', GradientType=0);

  -webkit-box-shadow: 0px 2px 3px #878787;
  -moz-box-shadow: 0px 2px 3px #878787;
  box-shadow: 0px 5px 5px #ddd;
  color: #ffffff;
    text-shadow: 1px 1px #888;
  font-size: 1rem;
  padding: 0.7rem 1.2rem !important;
  border: solid #96b131 1px;
  text-decoration: none;
    text-transform: uppercase;
        font-weight: 600;
}
.btn-primary:hover, .sppb-btn-primary:hover {
  border-color: var(--secondcolor);
  background-color: var(--secondcolor);
}
.sppb-btn-primary.focus, .sppb-btn-primary:focus {
  box-shadow: none;
}
.sppb-readmore:hover{
    color: #fff !important;
    background: var(--secondcolor);
}
/*Buttons END*/


/*Inhalt START*/
.links h2{
    background: var(--secondcolor);
    width: 100%;
    color: #fff;
    padding: 0.8rem;
}
.links .sppb-addon-feature .sppb-btn-primary{
    margin-top: 0px !important;
}

#sp-main-body{
padding: 90px 0px;    
}
#kontakt .sppb-addon-person .sppb-person-name{
font-size: 1rem;
}
#kontakt .sppb-addon-person .sppb-person-designation{
    color: #555 !important;
    font-style: italic;
    font-size: 1rem !important;
       color: #fff !important;
}
#kontakt .sppb-addon-person ul{
    list-style: none;
    padding: 0px;
    margin: 0;
}
#kontakt .sppb-addon-person ul li a{
    color: #fff;
}
#kontakt .sppb-person-image {
    margin: 0px !important;
}
#kontakt .sppb-addon-person ul li:before{
    color: var(--maincolor) !important;
}
#kontakt .sppb-addon-person .sppb-person-information, #kontakt .sppb-addon-person .sppb-person-introtext{
background: var(--secondcolor); 
    margin: 0;
    padding: 0.8rem;
    color: #fff;
}

.wahlpflicht-heading{
    background: var(--secondcolor);
    padding-bottom: 0.5rem;
    color: #fff;
}
.wahlpflicht .sppb-addon-feature{
    border: 1px solid #ccc;
    padding: 1rem;
    position: relative;
}
.wahlpflicht .sppb-addon-feature i{
    border-radius: 100% !important;
  box-shadow: 0 0 0 1px #ccc inset !important;
  background: #eee !important;
  color: #a2bd3d !important;
  font-size: 60px !important;
  height: 105px !important;
  line-height: 105px !important;
  position: relative !important;
  text-align: center !important;
  transition: background-color 400ms ease 0s, background-color 400ms ease 0s !important;
  width: 105px !important;
    margin-bottom: 1rem;
}
.wahlpflicht .sppb-addon-feature i:after{
    background: #374047 none repeat scroll 0 0 !important;
  border: 4px solid #fff !important;
  border-radius: 20px !important;
  content: "";
  height: 20px !important;
  margin-top: -10px !important;
  position: absolute !important;
  right: 43px !important;
  top: 100% !important;
  width: 20px !important;
}
.person img{
    max-width: 150px;
    width: 100%;
    border: 1px solid #ccc;
}
.sp-page-title{
    background-position: center center;
}
.nav-right h3:before{
      font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f0c9";  
        color: var(--maincolor);
    margin-right: 8px;
}
.person-heading h3:before{
      font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f007";  
        color: var(--maincolor);
    margin-right: 8px;
}

.links h3:before{
          font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f0c1";  
        color: var(--maincolor);
    margin-right: 8px;
    
}
.oeffnungszeiten h3:before{
          font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f017";  
        color: var(--maincolor);
    margin-right: 8px;
    
}
.nav-right ul{
    padding-left: 0px;
    list-style: none;
}

.nav-right ul li a.active,
.nav-right ul li.current > a {
    color: var(--maincolor);
}

/* Beim Hover trotzdem grün */
.nav-right ul li a:hover {
    color: var(--maincolor);
}
.nav-right ul li:before{
    font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f0da";
    color: var(--maincolor);
    margin-right: 8px;
}
.nav-right ul li{
    border-bottom: 1px solid #eee;
    padding: 0.3rem 0rem;
}
.nav-right ul li:last-child{
    border: none;
}
.nav-right ul li ul li{
    border-bottom: 0px;
    margin-left: 15px;
}
.person ul{
    list-style: none;
    padding-left: 0px;
}

.welcome-box ul{
    background: var(--maincolor);
    padding: 0.8rem;
    list-style: none;
}

.welcome-box ul li{
    list-style: none;
}
.welcome-box ul li:before{
    font-family: 'Font Awesome 6 Free';
font-weight: bold;
     content: "\f095";
     margin: 0px 8px 0px 0px;
    color: var(--secondcolor);
}
.welcome-box ul li a{
    font-weight: bold;
}


li.phone:before{
font-family: 'Font Awesome 6 Free';
font-weight: bold;
     content: "\f095";
     margin: 0px 8px 0px 0px;
}
li.email:before{
font-family: 'Font Awesome 6 Free';
font-weight: bold;
     content: "\f199";
     margin: 0px 10px 0px 0px;
}
.main{
    border-right: 1px solid #eee;
}
.sp-page-title {
  height: 350px;
    position: relative;
}
.sp-page-title h1{
    font-weight: bold;
    padding: 0.7rem 1.3rem !important;
    background: var(--maincolor);
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: 999;
}
.sppb-article-introtext{
    margin-bottom: 35px; 
}
.welcome-box{
    background: rgba(162,189,62,0.9);
}

.shortcuts .sppb-icon-container i{
    border-radius: 100%;
  box-shadow: 0 0 0 1px #ccc inset;
  background: #f3f3f3;
  color: #a2bd3d;
  font-size: 3rem !important;
  height: 105px !important;
  line-height: 105px !important;
  position: relative;
  text-align: center;
  transition: background-color 400ms ease 0s, background-color 400ms ease 0s;
  width: 105px !important;
    margin-bottom: 30px;
}
.shortcuts .sppb-icon-container i:after{
background: #374047 none repeat scroll 0 0;
  border: 4px solid #fff;
  border-radius: 20px;
  content: "";
  height: 20px;
  margin-top: -10px;
  position: absolute;
  right: 43px;
  top: 100%;
  width: 20px;
}
.shortcuts .sppb-icon-container i:hover{
background: #859f23;
  color: #fff;
    }
#jevents select:not(.form-select):not(.form-control){
   width: auto; 
}
/*Inhalt END*/


/*Forms START*/



/*Forms END*/


/*Footer START*/
#sp-footer{
    background: var(--secondcolor) !important;
    font-size: 1rem;
}
.footer-newsletter{
    background: #333;
    padding: 1rem;
}

.footer-newsletter .acym_module {
    display: flex;
align-items: center;
justify-content: center;
    text-align: center;
}
.footer-newsletter .acym_module_form label.cell{
text-align: center !important;
}
.footer-newsletter .acym_module_form input{
    max-width: 100%
}
.footer-submenu ul{
    text-align: right;
    padding-left: 0px;
}
.footer-submenu ul li{
    display: inline-block;
    margin-left: 15px;
    
}
.footer-submenu ul li a{
    color: #fff !important;
}
.footer-submenu ul li:before{
          font-family: 'Font Awesome 5 Free';
font-weight: bold;
     content: "\f054";  
        color: var(--maincolor);
   margin-right: 8px;
   
}
/*Footer END*/


/*Offcanvas START*/
#offcanvas-toggler{
    display: none !important;
}


/*Offcanvas END*/

@media screen and (max-width: 1440px) {
    .sp-megamenu-parent{
        display: none !important;
    }
#offcanvas-toggler.offcanvas-toggler-secondary{
    display: inherit !important;
}
    .offcanvas-menu .logo-image{
   
        width: 100%;
        height: auto;
    }
}


@media screen and (max-width: 1200px) {
 .main{
    border-right: 0px;
} 
}

@media screen and (max-width: 991px) {
  	:root {
		font-size: 16px;
   }
    h1{
    font-size: 2.7rem !important;
}
h2{
    font-size: 2.2rem !important;
}
h2.sppb-addon-title, h3.sppb-addon-title{
    font-weight: bold;
}
h3, .links h2{
    font-size: 1.7rem !important;
}
h4, .sppb-article-info-wrap h3 a, .blog_aktuelles .article-header h2{
    font-size: 1.4rem !important;
}
h5, .wahlpflicht .sppb-addon-feature h3{
    font-size: 1.2rem !important;
}
h6{
    font-size: 1rem !important;
}
    #sp-main-body{
padding: 70px 0px;    
}
    .sp-page-title {
  height: 300px;
    position: relative;
}
}

@media screen and (max-width: 767px) {
  	:root {
		font-size: 15px;
   }
        h1{
    font-size: 2.4rem !important;
}
h2{
    font-size: 2rem !important;
}
h2.sppb-addon-title, h3.sppb-addon-title{
    font-weight: bold;
}
h3, .links h2{
    font-size: 1.5rem !important;
}
h4, .sppb-article-info-wrap h3 a, .blog_aktuelles .article-header h2{
    font-size: 1.3rem !important;
}
h5, .wahlpflicht .sppb-addon-feature h3{
    font-size: 1.1rem !important;
}
    .footer-submenu ul {
  text-align: center;
        }
#sp-main-body{
padding: 50px 0px;    
}
        .sp-page-title {
  height: 200px;
    position: relative;
}
}

@media screen and (max-width: 575px) {
        h1{
    font-size: 2.1rem !important;
}
h2{
    font-size: 1.8rem !important;
}
h2.sppb-addon-title, h3.sppb-addon-title{
    font-weight: bold;
}
h3, .links h2{
    font-size: 1.4rem !important;
}
h4, .sppb-article-info-wrap h3 a, .blog_aktuelles .article-header h2{
    font-size: 1.2rem !important;
}
h5, .wahlpflicht .sppb-addon-feature h3{
    font-size: 1rem !important;
}
    #sp-header .logo img {
  max-width: 235px !important;
        height: auto;
}
    #sp-header .logo{
        height: 55px !important;
    }
      #offcanvas-toggler {
    height: 55px;
    line-height: 55px;
  }
    .person .sppb-row-column:nth-of-type(2)  {
        max-width: 33.333333% !important;
    flex-basis: 33.3333333% !important;
    }
        .person .sppb-row-column:nth-of-type(3)  {
        max-width: 66.66666666% !important;
    flex-basis: 66.6666666% !important;
    }
}


@media screen and (max-width: 420px) {
        #sp-header .logo img {
  max-width: 200px !important;
        height: auto;
}
    #kontakt .sppb-row-column{
        max-width: 100%;
    flex-basis: 100%;
    }
}
@media screen and (max-width: 380px) {
      .person .sppb-row-column:nth-of-type(3)  {
        max-width: 100% !important;
    flex-basis: 100% !important;
    }
}
  
}
